summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f49848cf76c..6b0bae31adf2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gstreamer-screenrecording-git
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.
- pkgver = r34.a050b7a
+ pkgver = r45.a9972fb
pkgrel = 1
url = https://github.com/pontostroy/gstreamer-screenrecording
arch = any
@@ -9,7 +9,7 @@ pkgbase = gstreamer-screenrecording-git
depends = kdebase-kdialog
optdepends = gst-omx: For radeon VCE
optdepends = libomxil-bellagio: For radeon VCE
- optdepends = gst-vaapi: For Intel Quick Sync
+ optdepends = gstreamer-vaapi: For Intel Quick Sync
optdepends = x264: For software encoding
provides = gstreamer-screenrecording
conflicts = gstreamer-screenrecording
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")