* [Buildroot] [PATCH] package/efl: disable libevas jp2k loader
@ 2016-07-07 22:01 Romain Naour
2016-07-10 20:30 ` Romain Naour
2016-07-15 15:03 ` Thomas Petazzoni
0 siblings, 2 replies; 3+ messages in thread
From: Romain Naour @ 2016-07-07 22:01 UTC (permalink / raw)
To: buildroot
When the support for JP2K is requested, the configure script is looking
for libopenjpeg1.pc which is not provided by the openjpeg package since
it's too recent (currently v2.1).
Mark BR2_PACKAGE_EFL_JP2K as broken until a new version of the efl
stack support the new openjpeg library.
Fixes:
http://autobuild.buildroot.net/results/ff1/ff1dbbc6cffdb5b2550b3613295151ff9fa964d6
Signed-off-by: Romain Naour <romain.naour@gmail.com>
---
package/efl/Config.in | 3 +++
1 file changed, 3 insertions(+)
diff --git a/package/efl/Config.in b/package/efl/Config.in
index 4ab1ec4..ee1a39d 100644
--- a/package/efl/Config.in
+++ b/package/efl/Config.in
@@ -151,9 +151,12 @@ config BR2_PACKAGE_EFL_PNG
This enables the loader code that loads png files using
libpng.
+# JP2K support require openjpeg 1.x (libopenjpeg1.pc) which is not
+# available in Buildroot anymore.
config BR2_PACKAGE_EFL_JP2K
bool "libevas jp2k loader"
select BR2_PACKAGE_OPENJPEG
+ depends on BROKEN # require openjpeg 1.x
help
This enables the loader code that loads jp2k files using
openjpeg.
--
2.5.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] package/efl: disable libevas jp2k loader
2016-07-07 22:01 [Buildroot] [PATCH] package/efl: disable libevas jp2k loader Romain Naour
@ 2016-07-10 20:30 ` Romain Naour
2016-07-15 15:03 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Romain Naour @ 2016-07-10 20:30 UTC (permalink / raw)
To: buildroot
Hi,
Le 08/07/2016 ? 00:01, Romain Naour a ?crit :
> When the support for JP2K is requested, the configure script is looking
> for libopenjpeg1.pc which is not provided by the openjpeg package since
> it's too recent (currently v2.1).
>
> Mark BR2_PACKAGE_EFL_JP2K as broken until a new version of the efl
> stack support the new openjpeg library.
>
> Fixes:
> http://autobuild.buildroot.net/results/ff1/ff1dbbc6cffdb5b2550b3613295151ff9fa964d6
This patch has been marked accepted in patch work but not commited, I changed it
to "new" in patchwork.
It seems that efl jp2k support require MJ2 codecs support in the library but
openjpeg doesn't build at all if this support is enabled...
So lets mark this support as broken until a new version of openjpeg is released.
Best regards,
Romain
>
> Signed-off-by: Romain Naour <romain.naour@gmail.com>
> ---
> package/efl/Config.in | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/package/efl/Config.in b/package/efl/Config.in
> index 4ab1ec4..ee1a39d 100644
> --- a/package/efl/Config.in
> +++ b/package/efl/Config.in
> @@ -151,9 +151,12 @@ config BR2_PACKAGE_EFL_PNG
> This enables the loader code that loads png files using
> libpng.
>
> +# JP2K support require openjpeg 1.x (libopenjpeg1.pc) which is not
> +# available in Buildroot anymore.
> config BR2_PACKAGE_EFL_JP2K
> bool "libevas jp2k loader"
> select BR2_PACKAGE_OPENJPEG
> + depends on BROKEN # require openjpeg 1.x
> help
> This enables the loader code that loads jp2k files using
> openjpeg.
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] package/efl: disable libevas jp2k loader
2016-07-07 22:01 [Buildroot] [PATCH] package/efl: disable libevas jp2k loader Romain Naour
2016-07-10 20:30 ` Romain Naour
@ 2016-07-15 15:03 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2016-07-15 15:03 UTC (permalink / raw)
To: buildroot
Hello,
On Fri, 8 Jul 2016 00:01:09 +0200, Romain Naour wrote:
> When the support for JP2K is requested, the configure script is looking
> for libopenjpeg1.pc which is not provided by the openjpeg package since
> it's too recent (currently v2.1).
>
> Mark BR2_PACKAGE_EFL_JP2K as broken until a new version of the efl
> stack support the new openjpeg library.
>
> Fixes:
> http://autobuild.buildroot.net/results/ff1/ff1dbbc6cffdb5b2550b3613295151ff9fa964d6
>
> Signed-off-by: Romain Naour <romain.naour@gmail.com>
> ---
> package/efl/Config.in | 3 +++
> 1 file changed, 3 insertions(+)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-07-15 15:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-07 22:01 [Buildroot] [PATCH] package/efl: disable libevas jp2k loader Romain Naour
2016-07-10 20:30 ` Romain Naour
2016-07-15 15:03 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox