summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew2020-04-15 21:37:53 +0100
committerAndrew2020-04-15 21:37:53 +0100
commit03763595993aa09048d851dc1ba66dbff77cacc5 (patch)
tree89e4e8a1e6d44ae9764ad629889419a35cf599c0
parent538771a39d43f6a4476877663bcfcc19b593663d (diff)
downloadaur-03763595993aa09048d851dc1ba66dbff77cacc5.tar.gz
update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49d30f10df06..a03fab0b1886 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gstreamer-nvidia
pkgdesc = GStreamer open-source multimedia framework NVENC and NVDEC plugins
- pkgver = 1.17
+ pkgver = 1.16.2
pkgrel = 1
url = https://gstreamer.freedesktop.org/
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = gstreamer-nvidia
makedepends = git
makedepends = meson
makedepends = neon
- makedepends = cuda
+ makedepends = cuda-10.1
makedepends = gobject-introspection
depends = gst-plugins-base-libs
depends = orc
@@ -18,14 +18,14 @@ pkgbase = gstreamer-nvidia
depends = libusb
depends = libvdpau
options = !emptydirs
- source = git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad.git
+ source = git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad.git#commit=a6f26408f74a60d02ce6b4f0daee392ce847055f
sha256sums = SKIP
pkgname = gstreamer-nvidia-libs
pkgdesc = GStreamer open-source multimedia framework NVENC and NVDEC libraries
pkgname = gstreamer-nvidia
- depends = gstreamer-nvidia-libs=1.17
+ depends = gstreamer-nvidia-libs=1.16.2
depends = cuda
depends = neon
diff --git a/PKGBUILD b/PKGBUILD
index 82847178d750..f2f0336ca5c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
pkgbase=gstreamer-nvidia
pkgname=(gstreamer-nvidia-libs gstreamer-nvidia)
-pkgver=1.17
+pkgver=1.16.2
pkgrel=1
pkgdesc="GStreamer open-source multimedia framework NVENC and NVDEC plugins"
url="https://gstreamer.freedesktop.org/"
arch=(x86_64)
license=(LGPL)
depends=(gst-plugins-base-libs orc libdrm libx11 libgudev libusb libvdpau)
-makedepends=(git meson neon cuda gobject-introspection)
+makedepends=(git meson neon cuda-10.1 gobject-introspection)
#~ mjpegtools curl chromaprint libmms faad2 libdca libdvdnav
#~ libmodplug libgme nettle libkate wayland libofa openjpeg2 libwebp
@@ -26,7 +26,7 @@ makedepends=(git meson neon cuda gobject-introspection)
checkdepends=()
options=(!emptydirs)
_commit=a6f26408f74a60d02ce6b4f0daee392ce847055f # tags/1.16.2^0
-source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad.git")
+source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad.git#commit=$_commit")
sha256sums=('SKIP')
_plugins_enabled="nvenc nvdec"