void-packages/srcpkgs/gst-omx/template
2021-01-11 23:15:58 -05:00

28 lines
928 B
Bash

# 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"
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