mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
gst-plugins-bad1: revbump for libvpl
This commit is contained in:
parent
534a0b092b
commit
e1f4afd78f
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gst-plugins-bad1'
|
# Template file for 'gst-plugins-bad1'
|
||||||
pkgname=gst-plugins-bad1
|
pkgname=gst-plugins-bad1
|
||||||
version=1.26.2
|
version=1.26.2
|
||||||
revision=1
|
revision=2
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dpackage-origin=https://voidlinux.org -Ddoc=disabled
|
configure_args="-Dpackage-origin=https://voidlinux.org -Ddoc=disabled
|
||||||
|
@ -27,7 +27,7 @@ makedepends="alsa-lib-devel celt-devel openssl-devel exempi-devel
|
||||||
fdk-aac-devel flite-devel fluidsynth-devel liblrdf-devel ladspa-sdk
|
fdk-aac-devel flite-devel fluidsynth-devel liblrdf-devel ladspa-sdk
|
||||||
lilv-devel lv2 libopenjpeg2-devel sbc-devel spandsp-devel vulkan-loader-devel
|
lilv-devel lv2 libopenjpeg2-devel sbc-devel spandsp-devel vulkan-loader-devel
|
||||||
webrtc-audio-processing-devel libzbar-devel ffmpeg6-devel nv-codec-headers
|
webrtc-audio-processing-devel libzbar-devel ffmpeg6-devel nv-codec-headers
|
||||||
srt-devel libva-devel $(vopt_if onevpl oneVPL-devel) $(vopt_if gme libgme-devel)"
|
srt-devel libva-devel $(vopt_if libvpl libvpl-devel) $(vopt_if gme libgme-devel)"
|
||||||
depends="gst-plugins-base1>=${version}"
|
depends="gst-plugins-base1>=${version}"
|
||||||
short_desc="GStreamer plugins from the bad set (v1.x)"
|
short_desc="GStreamer plugins from the bad set (v1.x)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
@ -37,13 +37,13 @@ changelog="https://gstreamer.freedesktop.org/releases/${version%.*}/#${version}"
|
||||||
distfiles="https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-${version}.tar.xz"
|
distfiles="https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-${version}.tar.xz"
|
||||||
checksum=cb116bfc3722c2de53838899006cafdb3c7c0bc69cd769b33c992a8421a9d844
|
checksum=cb116bfc3722c2de53838899006cafdb3c7c0bc69cd769b33c992a8421a9d844
|
||||||
|
|
||||||
build_options="gir gme onevpl wayland"
|
build_options="gir gme libvpl wayland"
|
||||||
build_options_default="gir wayland"
|
build_options_default="gir wayland"
|
||||||
desc_option_gme="Build with Game Music Emulator support"
|
desc_option_gme="Build with Game Music Emulator support"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
mips*) ;; # libgme cannot be built for mips*
|
mips*) ;; # libgme cannot be built for mips*
|
||||||
x86_64*) build_options_default+=" gme onevpl" ;; # onevpl only supports 64bit
|
x86_64*) build_options_default+=" gme libvpl" ;; # libvpl only supports 64bit
|
||||||
*) build_options_default+=" gme" ;;
|
*) build_options_default+=" gme" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue