ports/contrib (3.6): libvdpau-va-gl: dropped unmaintained port
commit 03909ea18edbc0bbf1bcc5041be2cb3282a0d071 Author: Tim Biermann <tbier@posteo.de> Date: Sun Jun 27 21:12:53 2021 +0000 libvdpau-va-gl: dropped unmaintained port diff --git a/libvdpau-va-gl/.footprint b/libvdpau-va-gl/.footprint deleted file mode 100644 index 8cea40da3..000000000 --- a/libvdpau-va-gl/.footprint +++ /dev/null @@ -1,5 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/vdpau/ -lrwxrwxrwx root/root usr/lib/vdpau/libvdpau_va_gl.so -> libvdpau_va_gl.so.1 --rwxr-xr-x root/root usr/lib/vdpau/libvdpau_va_gl.so.1 diff --git a/libvdpau-va-gl/.signature b/libvdpau-va-gl/.signature deleted file mode 100644 index 362d7912e..000000000 --- a/libvdpau-va-gl/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3wVFGP1HlLRxghhuY+qxa0QqOC1RPdCxOz9VzD7dj4u+pCBdZGfwNW74rzr3aboAdy0giGjLljM8+LrF/8zT1AM= -SHA256 (Pkgfile) = b5f423ae1efe90f0daa7186cb34cb6aa2fa8c2a0c12c6eff4deebc4f6be3e9b9 -SHA256 (.footprint) = aa9a5c50ec20618e02369ba1811a3ade9cb8150181e9d538b82850d9bcb331d5 -SHA256 (libvdpau-va-gl-0.4.2.tar.gz) = 7d9121540658eb0244859e63da171ca3869e784afbeaf202f44471275c784af4 diff --git a/libvdpau-va-gl/Pkgfile b/libvdpau-va-gl/Pkgfile deleted file mode 100644 index e1b2464ff..000000000 --- a/libvdpau-va-gl/Pkgfile +++ /dev/null @@ -1,20 +0,0 @@ -# Description: VDPAU driver for OpenGL/VAAPI -# URL: https://github.com/i-rinat/libvdpau-va-gl -# Maintainer: Thomas Penteker, tek at serverop dot de -# Depends on: cmake libglvnd libva - -name=libvdpau-va-gl -version=0.4.2 -release=1 -source=(https://github.com/i-rinat/libvdpau-va-gl/archive/v$version/$name-$version.t...) - -build() { - cmake -S $name-$version -B build -G Ninja \ - -D CMAKE_INSTALL_PREFIX=/usr \ - -D CMAKE_BUILD_TYPE=Release \ - -D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \ - -D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \ - -Wno-dev - cmake --build build - DESTDIR=$PKG cmake --install build -}
participants (1)
-
crux@crux.nu