mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
ffmpeg6: revbump for libvpl
This commit is contained in:
parent
93ae54879e
commit
534a0b092b
1 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# audacity also needs to be bumped when a new ffmpeg version bumps libavformat's soname!
|
||||
pkgname=ffmpeg6
|
||||
version=6.1.2
|
||||
revision=7
|
||||
revision=8
|
||||
hostmakedepends="pkg-config perl"
|
||||
makedepends="zlib-devel bzip2-devel freetype-devel alsa-lib-devel libXfixes-devel
|
||||
libXext-devel libXvMC-devel libxcb-devel lame-devel libtheora-devel
|
||||
|
@ -14,7 +14,7 @@ makedepends="zlib-devel bzip2-devel freetype-devel alsa-lib-devel libXfixes-deve
|
|||
libwebp-devel libdrm-devel srt-devel librist-devel vulkan-loader-devel
|
||||
zimg-devel libmysofa-devel libsvt-av1-devel $(vopt_if vaapi libva-devel)
|
||||
$(vopt_if vdpau libvdpau-devel) $(vopt_if fdk_aac fdk-aac-devel)
|
||||
$(vopt_if onevpl oneVPL-devel) $(vopt_if nvcodec nv-codec-headers)"
|
||||
$(vopt_if libvpl libvpl-devel) $(vopt_if nvcodec nv-codec-headers)"
|
||||
depends="ffplay6>=${version}_${revision}"
|
||||
short_desc="Decoding, encoding and streaming software"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
|
@ -24,7 +24,7 @@ changelog="https://raw.githubusercontent.com/FFmpeg/FFmpeg/master/Changelog"
|
|||
distfiles="https://www.ffmpeg.org/releases/ffmpeg-${version}.tar.xz"
|
||||
checksum=3b624649725ecdc565c903ca6643d41f33bd49239922e45c9b1442c63dca4e38
|
||||
|
||||
build_options="vaapi vdpau fdk_aac nvcodec onevpl"
|
||||
build_options="vaapi vdpau fdk_aac nvcodec libvpl"
|
||||
desc_option_sofa="Enable support for AES SOFA"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
|
@ -34,7 +34,7 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
;;
|
||||
x86_64*)
|
||||
hostmakedepends+=" nasm"
|
||||
build_options_default+=" vaapi vdpau nvcodec onevpl"
|
||||
build_options_default+=" vaapi vdpau nvcodec libvpl"
|
||||
;;
|
||||
ppc64*) build_options_default+=" vaapi vdpau";;
|
||||
mips*) CFLAGS="-mnan=legacy";;
|
||||
|
@ -103,7 +103,7 @@ do_configure() {
|
|||
$(vopt_enable vaapi) $(vopt_enable vdpau) \
|
||||
$(vopt_enable zimg libzimg) \
|
||||
$(vopt_enable sofa libmysofa) \
|
||||
$(vopt_enable onevpl libvpl) \
|
||||
$(vopt_enable libvpl libvpl) \
|
||||
$(vopt_enable nvcodec nvenc) \
|
||||
$(vopt_enable nvcodec nvdec)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue