diff options
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.18.bb')
| -rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.18.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.18.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.18.bb new file mode 100644 index 0000000000..2d7fa9183f --- /dev/null +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.18.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | require gst-plugins.inc | ||
| 2 | |||
| 3 | LICENSE = "GPLv2+ & LGPLv2.1+ & LGPLv2+" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | ||
| 5 | file://gst/synaesthesia/synaescope.h;beginline=1;endline=20;md5=99f301df7b80490c6ff8305fcc712838 \ | ||
| 6 | file://tests/check/elements/xingmux.c;beginline=1;endline=21;md5=4c771b8af188724855cb99cadd390068 \ | ||
| 7 | file://gst/mpegstream/gstmpegparse.h;beginline=1;endline=18;md5=ff65467b0c53cdfa98d0684c1bc240a9" | ||
| 8 | |||
| 9 | DEPENDS += "gst-plugins-base libid3tag libmad mpeg2dec liba52 lame" | ||
| 10 | PR = "r0" | ||
| 11 | |||
| 12 | inherit gettext | ||
| 13 | |||
| 14 | EXTRA_OECONF += "--with-plugins=a52dec,lame,id3tag,mad,mpeg2dec,mpegstream,mpegaudioparse,asfdemux,realmedia" | ||
| 15 | |||
| 16 | do_configure_prepend() { | ||
| 17 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 | ||
| 18 | rm ${S}/m4/lib-link.m4 || true | ||
| 19 | } | ||
| 20 | |||
| 21 | SRC_URI[md5sum] = "04a7009a4efea2844075949c111f5e4d" | ||
| 22 | SRC_URI[sha256sum] = "f9c16748cd9269fae86422d8254a579fa6db073797a5a19a9dc5c72cd66c8e14" | ||
