diff options
| author | Cristinel Panfir <cristinel.panfir@nxp.com> | 2019-12-20 19:02:42 +0200 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-12-20 16:54:20 -0300 |
| commit | 5c8c14df2c6b7d2554e2f99e07d7fb73a282c539 (patch) | |
| tree | 9a4535a9f1a8803e72a5f60e60a5a19719d276c5 | |
| parent | 6158053c9eee4703a80b6c120b0bf45e4665f85b (diff) | |
| download | meta-freescale-5c8c14df2c6b7d2554e2f99e07d7fb73a282c539.tar.gz | |
gstreamer1.0-plugins-ugly: Add 1.16 version recipe
Signed-off-by: Cristinel Panfir <cristinel.panfir@nxp.com>
| -rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.16.0.bb | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.16.0.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.16.0.bb new file mode 100644 index 000000000..158dd986c --- /dev/null +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.16.0.bb | |||
| @@ -0,0 +1,41 @@ | |||
| 1 | require recipes-multimedia/gstreamer/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 | FILESEXTRAPATHS_prepend := "${BSPDIR}/sources/poky/meta/recipes-multimedia/gstreamer/files:" | ||
| 10 | SRC_URI = " \ | ||
| 11 | http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-${PV}.tar.xz \ | ||
| 12 | file://0001-introspection.m4-prefix-pkgconfig-paths-with-PKG_CON.patch \ | ||
| 13 | " | ||
| 14 | SRC_URI[md5sum] = "1ec343c58d4b17d682f7befa8453c11c" | ||
| 15 | SRC_URI[sha256sum] = "e30964c5f031c32289e0b25e176c3c95a5737f2052dfc81d0f7427ef0233a4c2" | ||
| 16 | |||
| 17 | S = "${WORKDIR}/gst-plugins-ugly-${PV}" | ||
| 18 | |||
| 19 | DEPENDS += "gstreamer1.0-plugins-base libid3tag" | ||
| 20 | |||
| 21 | inherit gettext | ||
| 22 | |||
| 23 | PACKAGECONFIG ??= " \ | ||
| 24 | ${GSTREAMER_ORC} \ | ||
| 25 | a52dec mpeg2dec \ | ||
| 26 | " | ||
| 27 | |||
| 28 | PACKAGECONFIG[a52dec] = "--enable-a52dec,--disable-a52dec,liba52" | ||
| 29 | PACKAGECONFIG[amrnb] = "--enable-amrnb,--disable-amrnb,opencore-amr" | ||
| 30 | PACKAGECONFIG[amrwb] = "--enable-amrwb,--disable-amrwb,opencore-amr" | ||
| 31 | PACKAGECONFIG[cdio] = "--enable-cdio,--disable-cdio,libcdio" | ||
| 32 | PACKAGECONFIG[dvdread] = "--enable-dvdread,--disable-dvdread,libdvdread" | ||
| 33 | PACKAGECONFIG[mpeg2dec] = "--enable-mpeg2dec,--disable-mpeg2dec,mpeg2dec" | ||
| 34 | PACKAGECONFIG[x264] = "--enable-x264,--disable-x264,x264" | ||
| 35 | |||
| 36 | EXTRA_OECONF += " \ | ||
| 37 | --disable-sidplay \ | ||
| 38 | " | ||
| 39 | |||
| 40 | FILES_${PN}-amrnb += "${datadir}/gstreamer-1.0/presets/GstAmrnbEnc.prs" | ||
| 41 | FILES_${PN}-x264 += "${datadir}/gstreamer-1.0/presets/GstX264Enc.prs" | ||
