All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libraw: drop unrecognized options
@ 2020-08-27 21:36 Fabrice Fontaine
  2020-08-27 22:11 ` Thomas Petazzoni
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Fabrice Fontaine @ 2020-08-27 21:36 UTC (permalink / raw)
  To: buildroot

demosaic packs have been removed since version 0.19.0 and
https://github.com/LibRaw/LibRaw/commit/b85690eb4881d613dd48068ee82f98ac246690b8

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/libraw/libraw.mk | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/package/libraw/libraw.mk b/package/libraw/libraw.mk
index 9a647f8d54..e786b844a9 100644
--- a/package/libraw/libraw.mk
+++ b/package/libraw/libraw.mk
@@ -10,9 +10,7 @@ LIBRAW_SITE = http://www.libraw.org/data
 LIBRAW_INSTALL_STAGING = YES
 LIBRAW_CONF_OPTS += \
 	--disable-examples \
-	--disable-openmp \
-	--disable-demosaic-pack-gpl2 \
-	--disable-demosaic-pack-gpl3
+	--disable-openmp
 LIBRAW_LICENSE = LGPL-2.1 or CDDL-1.0
 LIBRAW_LICENSE_FILES = LICENSE.LGPL LICENSE.CDDL README.md
 LIBRAW_DEPENDENCIES = host-pkgconf
-- 
2.28.0

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH 1/1] package/libraw: drop unrecognized options
  2020-08-27 21:36 [Buildroot] [PATCH 1/1] package/libraw: drop unrecognized options Fabrice Fontaine
@ 2020-08-27 22:11 ` Thomas Petazzoni
  2020-08-30 10:06   ` Baruch Siach
  2020-09-06 18:53 ` Thomas Petazzoni
  2020-09-11 21:08 ` Peter Korsgaard
  2 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2020-08-27 22:11 UTC (permalink / raw)
  To: buildroot

On Thu, 27 Aug 2020 23:36:57 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> demosaic packs have been removed since version 0.19.0 and
> https://github.com/LibRaw/LibRaw/commit/b85690eb4881d613dd48068ee82f98ac246690b8
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/libraw/libraw.mk | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH 1/1] package/libraw: drop unrecognized options
  2020-08-27 22:11 ` Thomas Petazzoni
@ 2020-08-30 10:06   ` Baruch Siach
  0 siblings, 0 replies; 5+ messages in thread
From: Baruch Siach @ 2020-08-30 10:06 UTC (permalink / raw)
  To: buildroot

Hi Thomas,

On Fri, Aug 28 2020, Thomas Petazzoni wrote:
> On Thu, 27 Aug 2020 23:36:57 +0200
> Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
>
>> demosaic packs have been removed since version 0.19.0 and
>> https://github.com/LibRaw/LibRaw/commit/b85690eb4881d613dd48068ee82f98ac246690b8
>> 
>> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
>> ---
>>  package/libraw/libraw.mk | 4 +---
>>  1 file changed, 1 insertion(+), 3 deletions(-)
>
> Applied to master, thanks.

This patch is not is master as of commit 689fe66100b14
("package/uclibc: use HOSTCC_NOCCACHE as kconfig HOSTCC").

baruch

-- 
                                                     ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH 1/1] package/libraw: drop unrecognized options
  2020-08-27 21:36 [Buildroot] [PATCH 1/1] package/libraw: drop unrecognized options Fabrice Fontaine
  2020-08-27 22:11 ` Thomas Petazzoni
@ 2020-09-06 18:53 ` Thomas Petazzoni
  2020-09-11 21:08 ` Peter Korsgaard
  2 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2020-09-06 18:53 UTC (permalink / raw)
  To: buildroot

On Thu, 27 Aug 2020 23:36:57 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> demosaic packs have been removed since version 0.19.0 and
> https://github.com/LibRaw/LibRaw/commit/b85690eb4881d613dd48068ee82f98ac246690b8
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/libraw/libraw.mk | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)

This time, really applied to master!

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH 1/1] package/libraw: drop unrecognized options
  2020-08-27 21:36 [Buildroot] [PATCH 1/1] package/libraw: drop unrecognized options Fabrice Fontaine
  2020-08-27 22:11 ` Thomas Petazzoni
  2020-09-06 18:53 ` Thomas Petazzoni
@ 2020-09-11 21:08 ` Peter Korsgaard
  2 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2020-09-11 21:08 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > demosaic packs have been removed since version 0.19.0 and
 > https://github.com/LibRaw/LibRaw/commit/b85690eb4881d613dd48068ee82f98ac246690b8

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2020.02.x, 2020.05.x and 2020.08.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-09-11 21:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-27 21:36 [Buildroot] [PATCH 1/1] package/libraw: drop unrecognized options Fabrice Fontaine
2020-08-27 22:11 ` Thomas Petazzoni
2020-08-30 10:06   ` Baruch Siach
2020-09-06 18:53 ` Thomas Petazzoni
2020-09-11 21:08 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.