-
Notifications
You must be signed in to change notification settings - Fork 2.5k
oneVPL: update to 2.14.0, rename to libvpl #51496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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 <[email protected]>" | ||
|
|
@@ -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) | ||
| } | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| # Template file for 'gst-plugins-bad1' | ||
| pkgname=gst-plugins-bad1 | ||
| version=1.26.2 | ||
| revision=1 | ||
| revision=2 | ||
| build_helper="gir" | ||
| build_style=meson | ||
| configure_args="-Dpackage-origin=https://voidlinux.org -Ddoc=disabled | ||
|
|
@@ -27,7 +27,7 @@ makedepends="alsa-lib-devel celt-devel openssl-devel exempi-devel | |
| fdk-aac-devel flite-devel fluidsynth-devel liblrdf-devel ladspa-sdk | ||
| lilv-devel lv2 libopenjpeg2-devel sbc-devel spandsp-devel vulkan-loader-devel | ||
| webrtc-audio-processing-devel libzbar-devel ffmpeg6-devel nv-codec-headers | ||
| srt-devel libva-devel $(vopt_if onevpl oneVPL-devel) $(vopt_if gme libgme-devel)" | ||
| srt-devel libva-devel $(vopt_if libvpl libvpl-devel) $(vopt_if gme libgme-devel)" | ||
| depends="gst-plugins-base1>=${version}" | ||
| short_desc="GStreamer plugins from the bad set (v1.x)" | ||
| maintainer="Orphaned <[email protected]>" | ||
|
|
@@ -37,13 +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" | ||
| checksum=cb116bfc3722c2de53838899006cafdb3c7c0bc69cd769b33c992a8421a9d844 | ||
|
|
||
| build_options="gir gme onevpl wayland" | ||
| build_options="gir gme libvpl wayland" | ||
| build_options_default="gir wayland" | ||
| desc_option_gme="Build with Game Music Emulator support" | ||
|
|
||
| case "$XBPS_TARGET_MACHINE" in | ||
| mips*) ;; # libgme cannot be built for mips* | ||
| x86_64*) build_options_default+=" gme onevpl" ;; # onevpl only supports 64bit | ||
| x86_64*) build_options_default+=" gme libvpl" ;; # libvpl only supports 64bit | ||
| *) build_options_default+=" gme" ;; | ||
| esac | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| libvpl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| libvpl |
2 changes: 1 addition & 1 deletion
2
srcpkgs/oneVPL/patches/cross-pc.patch → srcpkgs/libvpl/patches/cross-pc.patch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,40 @@ | ||
| # Template file for 'libvpl' | ||
| pkgname=libvpl | ||
| version=2.14.0 | ||
| revision=1 | ||
| build_style=cmake | ||
| configure_args="-DBUILD_EXAMPLES=ON" | ||
| hostmakedepends="pkg-config" | ||
| makedepends="libva-devel libX11-devel" | ||
| short_desc="Intel oneAPI Video Processing Library" | ||
| maintainer="Michael Aldridge <[email protected]>" | ||
| license="MIT" | ||
| homepage="https://github.com/intel/libvpl" | ||
| changelog="https://github.com/intel/libvpl/blob/master/CHANGELOG.md" | ||
| distfiles="https://github.com/intel/libvpl/archive/refs/tags/v${version}.tar.gz" | ||
| checksum=7c6bff1c1708d910032c2e6c44998ffff3f5fdbf06b00972bc48bf2dd9e5ac06 | ||
|
|
||
| post_install() { | ||
| vlicense LICENSE | ||
| } | ||
|
|
||
| libvpl-devel_package() { | ||
| short_desc+=" - development files" | ||
| depends="${sourcepkg}>=${version}_${revision}" | ||
| pkg_install() { | ||
| vmove etc/vpl/vars.sh | ||
| vmove usr/include | ||
| vmove usr/lib/pkgconfig | ||
| vmove usr/lib/cmake | ||
| vmove usr/lib/*.so | ||
| } | ||
| } | ||
|
|
||
| libvpl-examples_package() { | ||
| short_desc+=" - examples" | ||
| depends="${sourcepkg}>=${version}_${revision}" | ||
| pkg_install() { | ||
| vmove usr/bin | ||
| vmove usr/share/vpl/examples | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,43 +1,20 @@ | ||
| # Template file for 'oneVPL' | ||
| pkgname=oneVPL | ||
| version=2023.3.1 | ||
| revision=2 | ||
| build_style=cmake | ||
| hostmakedepends="pkg-config" | ||
| makedepends="libva-devel libX11-devel" | ||
| short_desc="Intel oneAPI Video Processing Library" | ||
| revision=3 | ||
| metapackage=yes | ||
| short_desc="Intel oneAPI Video Processing Library (transitional dummy package)" | ||
| maintainer="Michael Aldridge <[email protected]>" | ||
| license="MIT" | ||
| homepage="https://github.com/oneapi-src/oneVPL" | ||
| changelog="https://github.com/oneapi-src/oneVPL/blob/master/CHANGELOG.md" | ||
| distfiles="https://github.com/oneapi-src/oneVPL/archive/refs/tags/v$version.tar.gz" | ||
| checksum=914530a80bdb155d3a4d50916ff34451da48584269e37075a48bd74a74e3d847 | ||
|
|
||
| post_install() { | ||
| vlicense LICENSE | ||
| } | ||
| license="Public Domain" | ||
| homepage="https://github.com/intel/libvpl" | ||
| changelog="https://github.com/intel/libvpl/blob/master/CHANGELOG.md" | ||
|
|
||
| oneVPL-devel_package() { | ||
| short_desc+=" - development files" | ||
| depends="${sourcepkg}>=${version}_${revision}" | ||
| pkg_install() { | ||
| vmove etc/vpl/vars.sh | ||
| vmove usr/include | ||
| vmove usr/lib/pkgconfig | ||
| vmove usr/lib/cmake | ||
| vmove "usr/lib/*.so" | ||
| } | ||
| metapackage=yes | ||
| depends="libvpl-devel>=0" | ||
| } | ||
|
|
||
| oneVPL-examples_package() { | ||
| short_desc+=" - examples" | ||
| depends="${sourcepkg}>=${version}_${revision}" | ||
| pkg_install() { | ||
| vmove usr/bin/sample_decode | ||
| vmove usr/bin/sample_encode | ||
| vmove usr/bin/sample_multi_transcode | ||
| vmove usr/bin/sample_vpp | ||
| vmove usr/bin/vpl-inspect | ||
| vmove usr/share/vpl/examples | ||
| } | ||
| metapackage=yes | ||
| depends="libvpl-examples>=0" | ||
| } |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.