Skip to content

Commit 65c6fa5

Browse files
committed
ffmpeg6: revbump for libvpl
1 parent 9a494bd commit 65c6fa5

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

srcpkgs/ffmpeg6/template

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# audacity also needs to be bumped when a new ffmpeg version bumps libavformat's soname!
33
pkgname=ffmpeg6
44
version=6.1.2
5-
revision=2
5+
revision=3
66
hostmakedepends="pkg-config perl"
77
makedepends="zlib-devel bzip2-devel freetype-devel alsa-lib-devel libXfixes-devel
88
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
1414
libwebp-devel libdrm-devel srt-devel librist-devel vulkan-loader-devel
1515
zimg-devel libmysofa-devel libsvt-av1-devel $(vopt_if vaapi libva-devel)
1616
$(vopt_if vdpau libvdpau-devel) $(vopt_if fdk_aac fdk-aac-devel)
17-
$(vopt_if onevpl oneVPL-devel) $(vopt_if nvcodec nv-codec-headers)"
17+
$(vopt_if libvpl libvpl-devel) $(vopt_if nvcodec nv-codec-headers)"
1818
depends="ffplay6>=${version}_${revision}"
1919
short_desc="Decoding, encoding and streaming software"
2020
maintainer="Orphaned <[email protected]>"
@@ -24,7 +24,7 @@ changelog="https://raw.githubusercontent.com/FFmpeg/FFmpeg/master/Changelog"
2424
distfiles="https://www.ffmpeg.org/releases/ffmpeg-${version}.tar.xz"
2525
checksum=3b624649725ecdc565c903ca6643d41f33bd49239922e45c9b1442c63dca4e38
2626

27-
build_options="vaapi vdpau fdk_aac nvcodec onevpl"
27+
build_options="vaapi vdpau fdk_aac nvcodec libvpl"
2828
desc_option_sofa="Enable support for AES SOFA"
2929

3030
case "$XBPS_TARGET_MACHINE" in
@@ -34,7 +34,7 @@ case "$XBPS_TARGET_MACHINE" in
3434
;;
3535
x86_64*)
3636
hostmakedepends+=" nasm"
37-
build_options_default+=" vaapi vdpau nvcodec onevpl"
37+
build_options_default+=" vaapi vdpau nvcodec libvpl"
3838
;;
3939
ppc64*) build_options_default+=" vaapi vdpau";;
4040
mips*) CFLAGS="-mnan=legacy";;
@@ -102,8 +102,7 @@ do_configure() {
102102
$(vopt_enable vaapi) $(vopt_enable vdpau) \
103103
$(vopt_enable zimg libzimg) \
104104
$(vopt_enable sofa libmysofa) \
105-
$(vopt_enable onevpl libvpl) \
106-
$(vopt_enable nvcodec nvenc) \
105+
$(vopt_enable libvpl libvpl) \
107106
$(vopt_enable nvcodec nvdec)
108107
}
109108

0 commit comments

Comments
 (0)