mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gst-plugins-bad1: revbump for ffmpeg6
This commit is contained in:
parent
1ad02197f5
commit
3ee7734009
1 changed files with 5 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.24.4
|
version=1.24.4
|
||||||
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
|
||||||
|
@ -26,8 +26,8 @@ makedepends="alsa-lib-devel celt-devel openssl-devel exempi-devel
|
||||||
libgudev-devel libusb-devel libaom-devel libbs2b-devel chromaprint-devel
|
libgudev-devel libusb-devel libaom-devel libbs2b-devel chromaprint-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 ffmpeg-devel srt-devel libva-devel
|
webrtc-audio-processing-devel libzbar-devel ffmpeg6-devel
|
||||||
$(vopt_if gme libgme-devel)"
|
srt-devel libva-devel $(vopt_if onevpl oneVPL-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,12 +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=260bd0a463b4faff9a42f41e5e028f787f10a92b779af8959aec64586f546bd3
|
checksum=260bd0a463b4faff9a42f41e5e028f787f10a92b779af8959aec64586f546bd3
|
||||||
|
|
||||||
build_options="gir gme wayland"
|
build_options="gir gme onevpl 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
|
||||||
*) build_options_default+=" gme" ;;
|
*) build_options_default+=" gme" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue