Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 1/4] ffmpeg: define license
@ 2013-02-07 21:02 Luca Ceresoli
  2013-02-07 21:02 ` [Buildroot] [PATCH v2 2/4] omap-u-boot-utils: " Luca Ceresoli
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Luca Ceresoli @ 2013-02-07 21:02 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
---
Changed since v1:
 - automagically add GPL license (Arnout/Peter suggestion).

 package/multimedia/ffmpeg/ffmpeg.mk |    7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/package/multimedia/ffmpeg/ffmpeg.mk b/package/multimedia/ffmpeg/ffmpeg.mk
index b018ea0..f63eb35 100644
--- a/package/multimedia/ffmpeg/ffmpeg.mk
+++ b/package/multimedia/ffmpeg/ffmpeg.mk
@@ -9,6 +9,13 @@ FFMPEG_SOURCE = ffmpeg-$(FFMPEG_VERSION).tar.bz2
 FFMPEG_SITE = http://ffmpeg.org/releases
 FFMPEG_INSTALL_STAGING = YES
 
+FFMPEG_LICENSE = LGPLv2.1+, libjpeg license
+FFMPEG_LICENSE_FILES = LICENSE COPYING.LGPLv2.1
+ifeq ($(BR2_PACKAGE_FFMPEG_GPL),y)
+FFMPEG_LICENSE += and GPLv2+
+FFMPEG_LICENSE_FILES += COPYING.GPLv2
+endif
+
 FFMPEG_CONF_OPT = \
 	--prefix=/usr		\
 	--disable-avfilter	\
-- 
1.7.10.4

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

end of thread, other threads:[~2013-05-02 21:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-07 21:02 [Buildroot] [PATCH v2 1/4] ffmpeg: define license Luca Ceresoli
2013-02-07 21:02 ` [Buildroot] [PATCH v2 2/4] omap-u-boot-utils: " Luca Ceresoli
2013-02-07 21:02 ` [Buildroot] [PATCH v2 3/4] qt: " Luca Ceresoli
2013-02-07 21:02 ` [Buildroot] [PATCH v2 4/4] ccache: " Luca Ceresoli
2013-04-03  8:18 ` [Buildroot] [PATCH v2 1/4] ffmpeg: " Luca Ceresoli
2013-05-02 21:54 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox