mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gst-omx: update to 1.18.3, drop rpi option.
rpi is broken and seems sketchy quality-wise.
This commit is contained in:
parent
0c8e1652a8
commit
f676b59ad5
1 changed files with 6 additions and 20 deletions
|
@ -1,28 +1,14 @@
|
||||||
# Template file for 'gst-omx'
|
# Template file for 'gst-omx'
|
||||||
pkgname=gst-omx
|
pkgname=gst-omx
|
||||||
version=1.16.2
|
version=1.18.3
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=meson
|
||||||
configure_args="--disable-examples
|
configure_args="-Dexamples=disabled -Dtarget=generic"
|
||||||
$(vopt_if rpi --with-omx-target=rpi --with-omx-target=generic)"
|
hostmakedepends="pkg-config python3 glib-devel"
|
||||||
hostmakedepends="pkg-config python glib-devel"
|
|
||||||
makedepends="gst-plugins-base1-devel"
|
makedepends="gst-plugins-base1-devel"
|
||||||
short_desc="GStreamer OpenMAX IL wrapper plugin (1.x)"
|
short_desc="GStreamer OpenMAX IL wrapper plugin (1.x)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="LGPL-2.1-only"
|
license="LGPL-2.1-only"
|
||||||
homepage="https://gstreamer.freedesktop.org"
|
homepage="https://gstreamer.freedesktop.org"
|
||||||
distfiles="${homepage}/src/${pkgname}/${pkgname}-${version}.tar.xz"
|
distfiles="${homepage}/src/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=11ed411a2eba75610d72331eeb14ff05e2df28f4fd05cb69225a88bec6d27439
|
checksum=ed0f26504e9a60e15055134410f156e40952336410f2a59bdbbda45e61e8b93f
|
||||||
|
|
||||||
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
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue