summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2018-05-03 16:17:49 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-11 07:49:37 +0100
commitb01fd6106adf844afd3531aaffdec347013cc32b (patch)
tree151a70850880d12f78c57d4765a36e7a3c7fe268 /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
parente7d761c8852d0cba6c177dca55ebe83d59d71db1 (diff)
downloadpoky-b01fd6106adf844afd3531aaffdec347013cc32b.tar.gz
gst-plugins-good: upgrade 1.12.4 -> 1.14.0
* For changes, please see: https://gstreamer.freedesktop.org/releases/1.14/ * With the expiration of mp3 patents [1], mp3 decoders and encoders have been moved to -plugins-good from -plugins-ugly (also see the release notes). * Move bz2 and zlib to PACKAGECONFIG. * gtk+ plugin has moved to -good from -bad. Enable it by default. * qt plugin has also moved to -good from -bad but it's disabled by default. [1] https://www.iis.fraunhofer.de/en/ff/amm/prod/audiocodec/audiocodecs/mp3.html (From OE-Core rev: 69e1a7006c4408f54381c95e64e52937e8ba05d5) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc52
1 files changed, 0 insertions, 52 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
deleted file mode 100644
index 14c3d61848..0000000000
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
+++ /dev/null
@@ -1,52 +0,0 @@
1require gstreamer1.0-plugins.inc
2
3LICENSE = "GPLv2+ & LGPLv2.1+"
4
5DEPENDS += "gstreamer1.0-plugins-base libcap zlib bzip2"
6
7inherit gettext
8
9PACKAGECONFIG ??= " \
10 ${GSTREAMER_ORC} \
11 ${@bb.utils.filter('DISTRO_FEATURES', 'pulseaudio x11', d)} \
12 cairo flac gdk-pixbuf gudev jpeg libpng soup speex taglib v4l2 \
13"
14
15X11DEPENDS = "virtual/libx11 libsm libxrender libxfixes libxdamage"
16
17PACKAGECONFIG[cairo] = "--enable-cairo,--disable-cairo,cairo"
18PACKAGECONFIG[dv1394] = "--enable-dv1394,--disable-dv1394,libiec61883 libavc1394 libraw1394"
19PACKAGECONFIG[flac] = "--enable-flac,--disable-flac,flac"
20PACKAGECONFIG[gdk-pixbuf] = "--enable-gdk_pixbuf,--disable-gdk_pixbuf,gdk-pixbuf"
21PACKAGECONFIG[gudev] = "--with-gudev,--without-gudev,libgudev"
22PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack"
23PACKAGECONFIG[jpeg] = "--enable-jpeg,--disable-jpeg,jpeg"
24PACKAGECONFIG[libpng] = "--enable-libpng,--disable-libpng,libpng"
25PACKAGECONFIG[libv4l2] = "--with-libv4l2,--without-libv4l2,v4l-utils"
26PACKAGECONFIG[pulseaudio] = "--enable-pulse,--disable-pulse,pulseaudio"
27PACKAGECONFIG[soup] = "--enable-soup,--disable-soup,libsoup-2.4"
28PACKAGECONFIG[speex] = "--enable-speex,--disable-speex,speex"
29PACKAGECONFIG[taglib] = "--enable-taglib,--disable-taglib,taglib"
30PACKAGECONFIG[v4l2] = "--enable-gst_v4l2 --enable-v4l2-probe,--disable-gst_v4l2"
31PACKAGECONFIG[vpx] = "--enable-vpx,--disable-vpx,libvpx"
32PACKAGECONFIG[wavpack] = "--enable-wavpack,--disable-wavpack,wavpack"
33PACKAGECONFIG[x11] = "--enable-x,--disable-x,${X11DEPENDS}"
34
35EXTRA_OECONF += " \
36 --enable-bz2 \
37 --enable-oss \
38 --enable-zlib \
39 --disable-aalib \
40 --disable-aalibtest \
41 --disable-directsound \
42 --disable-libcaca \
43 --disable-libdv \
44 --disable-oss4 \
45 --disable-osx_audio \
46 --disable-osx_video \
47 --disable-shout2 \
48 --disable-sunaudio \
49 --disable-waveform \
50"
51
52FILES_${PN}-equalizer += "${datadir}/gstreamer-1.0/presets/*.prs"