summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Haag2016-08-20 13:52:25 +0200
committerChristoph Haag2016-08-20 13:52:25 +0200
commit5875f21a85edbcd7d0defb552b0026493a6f97b2 (patch)
treef161ac217633383084becd179aafd5dba86167f0 /PKGBUILD
parentbde312aafab7405956c001c09abb73e5da116701 (diff)
downloadaur-gstreamer-screenrecording-git.tar.gz
update and fix vaapi dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 802b93f388d6..5fde4a42d0c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Your Name <youremail@domain.com>
pkgname=gstreamer-screenrecording-git
-pkgver=r34.a050b7a
+pkgver=r45.a9972fb
pkgrel=1
pkgdesc="Record screen or window with VAAPI(intel I420 or NV12), OMX(radeon NV12), software (x264enc I420 or NV12) to mkv file, with or without sound."
arch=('any')
url="https://github.com/pontostroy/gstreamer-screenrecording"
license=('GPL')
depends=("kdebase-kdialog") # remove what you don't need?
-optdepends=("gst-omx: For radeon VCE" "libomxil-bellagio: For radeon VCE" "gst-vaapi: For Intel Quick Sync" "x264: For software encoding")
+optdepends=("gst-omx: For radeon VCE" "libomxil-bellagio: For radeon VCE" "gstreamer-vaapi: For Intel Quick Sync" "x264: For software encoding")
makedepends=('git')
provides=("gstreamer-screenrecording")
conflicts=("gstreamer-screenrecording")