diff options
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.14.4.bb')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.14.4.bb | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.14.4.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.14.4.bb new file mode 100644 index 0000000000..c59ba1de51 --- /dev/null +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.14.4.bb | |||
@@ -0,0 +1,40 @@ | |||
1 | require gstreamer1.0-plugins.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | ||
4 | file://tests/check/elements/xingmux.c;beginline=1;endline=21;md5=4c771b8af188724855cb99cadd390068" | ||
5 | |||
6 | LICENSE = "GPLv2+ & LGPLv2.1+ & LGPLv2+" | ||
7 | LICENSE_FLAGS = "commercial" | ||
8 | |||
9 | SRC_URI = " \ | ||
10 | http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-${PV}.tar.xz \ | ||
11 | file://0001-introspection.m4-prefix-pkgconfig-paths-with-PKG_CON.patch \ | ||
12 | " | ||
13 | SRC_URI[md5sum] = "90768a0074db071175ce980064d9a1ac" | ||
14 | SRC_URI[sha256sum] = "ac02d837f166c35ff6ce0738e281680d0b90052cfb1f0255dcf6aaca5f0f6d23" | ||
15 | |||
16 | S = "${WORKDIR}/gst-plugins-ugly-${PV}" | ||
17 | |||
18 | DEPENDS += "gstreamer1.0-plugins-base libid3tag" | ||
19 | |||
20 | inherit gettext | ||
21 | |||
22 | PACKAGECONFIG ??= " \ | ||
23 | ${GSTREAMER_ORC} \ | ||
24 | a52dec mpeg2dec \ | ||
25 | " | ||
26 | |||
27 | PACKAGECONFIG[a52dec] = "--enable-a52dec,--disable-a52dec,liba52" | ||
28 | PACKAGECONFIG[amrnb] = "--enable-amrnb,--disable-amrnb,opencore-amr" | ||
29 | PACKAGECONFIG[amrwb] = "--enable-amrwb,--disable-amrwb,opencore-amr" | ||
30 | PACKAGECONFIG[cdio] = "--enable-cdio,--disable-cdio,libcdio" | ||
31 | PACKAGECONFIG[dvdread] = "--enable-dvdread,--disable-dvdread,libdvdread" | ||
32 | PACKAGECONFIG[mpeg2dec] = "--enable-mpeg2dec,--disable-mpeg2dec,mpeg2dec" | ||
33 | PACKAGECONFIG[x264] = "--enable-x264,--disable-x264,x264" | ||
34 | |||
35 | EXTRA_OECONF += " \ | ||
36 | --disable-sidplay \ | ||
37 | " | ||
38 | |||
39 | FILES_${PN}-amrnb += "${datadir}/gstreamer-1.0/presets/GstAmrnbEnc.prs" | ||
40 | FILES_${PN}-x264 += "${datadir}/gstreamer-1.0/presets/GstX264Enc.prs" | ||