[notify] dropped gstreamer-vaapi use vulkan

This commit is contained in:
Danny Rawlins 2020-07-08 21:22:34 +10:00
parent 8046a24318
commit cd7b5a8ef8
3 changed files with 0 additions and 35 deletions

View File

@ -1,4 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/gstreamer-1.0/
-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstvaapi.so

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF36Ywcs4l77x9oHf56fJt8A0AM+TIKArDe/L7DBDcjwXwZxcECs4oscaMXFhJZHU0ZD6XvA1OAp5EO+qlSu6jlQ4=
SHA256 (Pkgfile) = ed146a26d7fd05604fc28f3037965c1cc67bd313284f00556d895e7e91882332
SHA256 (.footprint) = 7389a239ceba460c6db06a6bd71fc13374ead6695fa0a03404545189689fc05d
SHA256 (gstreamer-vaapi-1.16.2.tar.xz) = 191de7b0ab64a85dd0875c990721e7be95518f60e2a9106beca162004ed7c601

View File

@ -1,26 +0,0 @@
# Description: GStreamer Multimedia Framework VA Plugins.
# URL: https://freedesktop.org/wiki/Software/vaapi/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: gst-plugins-bad
name=gstreamer-vaapi
version=1.16.2
release=1
source=(https://gstreamer.freedesktop.org/src/$name/$name-$version.tar.xz)
build() {
cd $name-$version
meson build \
--prefix=/usr \
--libexecdir=/usr/lib \
-D buildtype=release \
-D gtk_doc=disabled \
-D package-name="GStreamer (CRUX Linux)" \
-D package-origin="https://crux.nu/"
ninja -C build -j ${JOBS:-1}
DESTDIR=$PKG ninja -C build install
}