21 lines
947 B
BlitzBasic
21 lines
947 B
BlitzBasic
require gstreamer1.0-plugins-ugly.inc
|
|
|
|
# Re-use patch files from 1.12.2 recipe
|
|
FILESEXTRAPATHS_prepend := "${COREBASE}/meta/recipes-multimedia/gstreamer/files:"
|
|
FILESEXTRAPATHS_prepend := "${COREBASE}/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly:"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
|
|
file://tests/check/elements/xingmux.c;beginline=1;endline=21;md5=4c771b8af188724855cb99cadd390068"
|
|
|
|
SRC_URI = " \
|
|
http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-${PV}.tar.xz \
|
|
file://0001-introspection.m4-prefix-pkgconfig-paths-with-PKG_CON.patch \
|
|
"
|
|
SRC_URI[md5sum] = "90768a0074db071175ce980064d9a1ac"
|
|
SRC_URI[sha256sum] = "ac02d837f166c35ff6ce0738e281680d0b90052cfb1f0255dcf6aaca5f0f6d23"
|
|
|
|
S = "${WORKDIR}/gst-plugins-ugly-${PV}"
|
|
|
|
# Remove unrecognized otions to avoid build error
|
|
EXTRA_OECONF_remove = " --disable-twolame --enable-mpg123 --enable-lame"
|