git: eba41bee20b2 - main - multimedia:{ffmpeg,handbrake}: Switch dependency from onevpl to libvpl
Hiroki Tagato <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by tagattie: URL: https://cgit.FreeBSD.org/ports/commit/?id=eba41bee20b2d40a0a4b0726475696256b57bb04 commit eba41bee20b2d40a0a4b0726475696256b57bb04 Author: Yuichiro NAITO <[email protected]> AuthorDate: 2026-08-17 01:50:37 +0000 Commit: Hiroki Tagato <[email protected]> CommitDate: 2026-08-17 01:57:41 +0000 multimedia:{ffmpeg,handbrake}: Switch dependency from onevpl to libvpl onevpl has been superceded by libvpl upstream. So switch dependencies of dependent ports. PR: 293561 Reported by: Yuichiro NAITO <[email protected]> Approved by: portmgr (blanket; switch deprecated dependencies) --- multimedia/ffmpeg/Makefile | 6 +++--- multimedia/handbrake/Makefile | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile index 2d0a83bdec44..e6e562ae2f8f 100644 --- a/multimedia/ffmpeg/Makefile +++ b/multimedia/ffmpeg/Makefile @@ -164,7 +164,7 @@ THEORA_DESC= Encoding support for theora via libtheora VAPOURSYNTH_DESC= VapourSynth demuxer VIDSTAB_DESC= Video stabilization filter VMAF_DESC= VMAF filter via libvmaf -VPL_DESC= Intel oneVPL (aka Quick Sync Video) +VPL_DESC= Intel libvpl (aka Quick Sync Video) VULKAN_DESC= Vulkan filters VVENC_DESC= H.266/VVC encoding support via VVenC XCB_DESC= X11 grabbing using XCB @@ -593,8 +593,8 @@ VO_AMRWBENC_IMPLIES= GPL3 VORBIS_LIB_DEPENDS= libvorbisenc.so:audio/libvorbis VORBIS_CONFIGURE_ENABLE= libvorbis -# Intel oneVPL -VPL_LIB_DEPENDS= libvpl.so:multimedia/onevpl +# Intel libvpl +VPL_LIB_DEPENDS= libvpl.so:multimedia/libvpl VPL_CONFIGURE_ENABLE= libvpl # VP8 and VP9 de/encoding via libvpx diff --git a/multimedia/handbrake/Makefile b/multimedia/handbrake/Makefile index 02002fc02b54..0454735bbf50 100644 --- a/multimedia/handbrake/Makefile +++ b/multimedia/handbrake/Makefile @@ -1,6 +1,6 @@ PORTNAME= handbrake DISTVERSION= 1.11.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= https://github.com/HandBrake/HandBrake/releases/download/${DISTVERSION}/ MASTER_SITES+= https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs/:contrib @@ -96,7 +96,7 @@ X11_DESC= Build GTK 3 based GUI program FDK_AAC_CONFIGURE_ENABLE= fdk-aac FDK_AAC_VARS= LICENSE+=FDK_AAC LICENSE_COMB=multi -VPL_LIB_DEPENDS= libvpl.so:multimedia/onevpl \ +VPL_LIB_DEPENDS= libvpl.so:multimedia/libvpl \ libmfx.so:multimedia/intel-media-sdk \ libva-drm.so:multimedia/libva VPL_CONFIGURE_ON= --enable-qsv