| Submitter | Punya Prakash |
|---|---|
| Date | May 6, 2011, 1:29 p.m. |
| Message ID | <1304688591-31481-1-git-send-email-pprakash@ti.com> |
| Download | mbox | patch |
| Permalink | /patch/3307/ |
| State | New, archived |
| Headers | show |
Comments
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 06-05-11 15:29, Punya Prakash wrote: > From: Punya Prakash <pprakash.ti@gmail.com> > > * gst-ffmpeg by default compiles FFmpeg/libav with --enable-gpl and --enable-postproc As stated in the other mail, gst-ffmpeg doesn't compile libav, so are you sure this license change is correct? > --- > recipes/gstreamer/gst-ffmpeg_0.10.11.bb | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes/gstreamer/gst-ffmpeg_0.10.11.bb b/recipes/gstreamer/gst-ffmpeg_0.10.11.bb > index 563521e..26aecce 100644 > --- a/recipes/gstreamer/gst-ffmpeg_0.10.11.bb > +++ b/recipes/gstreamer/gst-ffmpeg_0.10.11.bb > @@ -1,11 +1,11 @@ > DESCRIPTION = "FFmpeg-based GStreamer plug-in" > SECTION = "multimedia" > PRIORITY = "optional" > -LICENSE = "LGPL" > +LICENSE = "GPLv2 LGPLv2.1" > HOMEPAGE = "http://www.gstreamer.net/" > DEPENDS = "ffmpeg gstreamer gst-plugins-base zlib" > > -PR = "r1" > +PR = "r2" > > inherit autotools pkgconfig > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) iD8DBQFNxD9WMkyGM64RGpERAm1wAJ41riUGHjnzXO6IbfgduwFNxwSIqwCgvMNk qHphF4LQGvNyUiI0D36Q6hs= =C6Te -----END PGP SIGNATURE-----
Patch
diff --git a/recipes/gstreamer/gst-ffmpeg_0.10.11.bb b/recipes/gstreamer/gst-ffmpeg_0.10.11.bb index 563521e..26aecce 100644 --- a/recipes/gstreamer/gst-ffmpeg_0.10.11.bb +++ b/recipes/gstreamer/gst-ffmpeg_0.10.11.bb @@ -1,11 +1,11 @@ DESCRIPTION = "FFmpeg-based GStreamer plug-in" SECTION = "multimedia" PRIORITY = "optional" -LICENSE = "LGPL" +LICENSE = "GPLv2 LGPLv2.1" HOMEPAGE = "http://www.gstreamer.net/" DEPENDS = "ffmpeg gstreamer gst-plugins-base zlib" -PR = "r1" +PR = "r2" inherit autotools pkgconfig
From: Punya Prakash <pprakash.ti@gmail.com> * gst-ffmpeg by default compiles FFmpeg/libav with --enable-gpl and --enable-postproc --- recipes/gstreamer/gst-ffmpeg_0.10.11.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)