summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Haag2015-08-17 13:27:38 +0200
committerChristoph Haag2015-08-17 13:29:24 +0200
commitbde312aafab7405956c001c09abb73e5da116701 (patch)
treea86d6de70628782d4d02947f23998b1e00225816
parent6dd9ff90d1281537aee8b26ad1d0e940df43a15a (diff)
downloadaur-bde312aafab7405956c001c09abb73e5da116701.tar.gz
update deps
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD3
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 738715079b8a..4f49848cf76c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,9 +7,10 @@ pkgbase = gstreamer-screenrecording-git
license = GPL
makedepends = git
depends = kdebase-kdialog
- depends = gst-omx
- depends = libomxil-bellagio
- depends = gst-vaapi
+ optdepends = gst-omx: For radeon VCE
+ optdepends = libomxil-bellagio: For radeon VCE
+ optdepends = gst-vaapi: For Intel Quick Sync
+ optdepends = x264: For software encoding
provides = gstreamer-screenrecording
conflicts = gstreamer-screenrecording
source = git+https://github.com/pontostroy/gstreamer-screenrecording.git
diff --git a/PKGBUILD b/PKGBUILD
index 5cc11bd8074a..802b93f388d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,8 @@ pkgdesc="Record screen or window with VAAPI(intel I420 or NV12), OMX(radeon NV1
arch=('any')
url="https://github.com/pontostroy/gstreamer-screenrecording"
license=('GPL')
-depends=("kdebase-kdialog" "gst-omx" "libomxil-bellagio" "gst-vaapi") # remove what you don't need?
+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")
makedepends=('git')
provides=("gstreamer-screenrecording")
conflicts=("gstreamer-screenrecording")