Skip to content

Commit 3067128

Browse files
committed
ffmpeg6: revbump for libvpl
1 parent 277f09f commit 3067128

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

srcpkgs/ffmpeg6/template

Lines changed: 5 additions & 5 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.0.1
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
@@ -15,7 +15,7 @@ makedepends="zlib-devel bzip2-devel freetype-devel alsa-lib-devel libXfixes-deve
1515
zimg-devel libmysofa-devel
1616
$(vopt_if svtav1 libsvt-av1-devel) $(vopt_if vaapi libva-devel)
1717
$(vopt_if vdpau libvdpau-devel) $(vopt_if fdk_aac fdk-aac-devel)
18-
$(vopt_if onevpl oneVPL-devel) $(vopt_if nvcodec nv-codec-headers)"
18+
$(vopt_if libvpl libvpl-devel) $(vopt_if nvcodec nv-codec-headers)"
1919
depends="ffplay6>=${version}_${revision}"
2020
short_desc="Decoding, encoding and streaming software"
2121
maintainer="Orphaned <[email protected]>"
@@ -25,7 +25,7 @@ changelog="https://raw.githubusercontent.com/FFmpeg/FFmpeg/master/Changelog"
2525
distfiles="https://www.ffmpeg.org/releases/ffmpeg-${version}.tar.xz"
2626
checksum=9b16b8731d78e596b4be0d720428ca42df642bb2d78342881ff7f5bc29fc9623
2727

28-
build_options="vaapi vdpau fdk_aac nvcodec svtav1 onevpl"
28+
build_options="vaapi vdpau fdk_aac nvcodec svtav1 libvpl"
2929
desc_option_sofa="Enable support for AES SOFA"
3030

3131
case "$XBPS_TARGET_MACHINE" in
@@ -35,7 +35,7 @@ case "$XBPS_TARGET_MACHINE" in
3535
;;
3636
x86_64*)
3737
hostmakedepends+=" nasm"
38-
build_options_default+=" vaapi vdpau nvcodec onevpl"
38+
build_options_default+=" vaapi vdpau nvcodec libvpl"
3939
;;
4040
ppc64*) build_options_default+=" vaapi vdpau";;
4141
mips*) CFLAGS="-mnan=legacy";;
@@ -107,7 +107,7 @@ do_configure() {
107107
$(vopt_enable vaapi) $(vopt_enable vdpau) \
108108
$(vopt_enable zimg libzimg) \
109109
$(vopt_enable sofa libmysofa) \
110-
$(vopt_enable onevpl libvpl) \
110+
$(vopt_enable libvpl libvpl) \
111111
$(vopt_enable svtav1 libsvtav1) \
112112
$(vopt_enable nvcodec nvenc) \
113113
$(vopt_enable nvcodec nvdec)

0 commit comments

Comments
 (0)