gst-omx: update to 1.18.3, drop rpi option.

rpi is broken and seems sketchy quality-wise.
This commit is contained in:
Nathan Owens 2020-11-15 13:59:27 -06:00 committed by Érico Nogueira Rolim
parent 0c8e1652a8
commit f676b59ad5
1 changed files with 6 additions and 20 deletions

View File

@ -1,28 +1,14 @@
# Template file for 'gst-omx'
pkgname=gst-omx
version=1.16.2
revision=2
build_style=gnu-configure
configure_args="--disable-examples
$(vopt_if rpi --with-omx-target=rpi --with-omx-target=generic)"
hostmakedepends="pkg-config python glib-devel"
version=1.18.3
revision=1
build_style=meson
configure_args="-Dexamples=disabled -Dtarget=generic"
hostmakedepends="pkg-config python3 glib-devel"
makedepends="gst-plugins-base1-devel"
short_desc="GStreamer OpenMAX IL wrapper plugin (1.x)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1-only"
homepage="https://gstreamer.freedesktop.org"
distfiles="${homepage}/src/${pkgname}/${pkgname}-${version}.tar.xz"
checksum=11ed411a2eba75610d72331eeb14ff05e2df28f4fd05cb69225a88bec6d27439
build_options="rpi"
case "$XBPS_TARGET_MACHINE" in
armv[67]*) build_options_default="rpi" ;;
esac
if [ "$build_option_rpi" ]; then
makedepends+=" rpi-firmware rpi-userland-devel"
export PKG_CONFIG_PATH="$XBPS_CROSS_BASE/opt/vc/lib/pkgconfig"
CFLAGS="-I${XBPS_CROSS_BASE}/opt/vc/include/IL"
LDFLAGS="-Wl,-rpath=/opt/vc/lib"
fi
checksum=ed0f26504e9a60e15055134410f156e40952336410f2a59bdbbda45e61e8b93f