summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9469c45c8214..44e197cf21cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = footage
pkgdesc = Trim, flip, rotate and crop individual clips. Footage is a useful tool for quickly editing short videos and screencasts. It's also capable of exporting any video into a format of your choice
pkgver = 1.1
- pkgrel = 3
+ pkgrel = 4
url = https://gitlab.com/adhami3310/Footage
arch = any
license = GPL3
@@ -14,7 +14,6 @@ pkgbase = footage
depends = fdkaac
depends = gst-editing-services
depends = gst-plugins-rs
- depends = gstreamer
depends = libadwaita
depends = libmpeg2
depends = svt-av1
diff --git a/PKGBUILD b/PKGBUILD
index 02f7c42c612f..17b73682a632 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=footage
pkgdesc="Trim, flip, rotate and crop individual clips. Footage is a useful tool for quickly editing short videos and screencasts. It's also capable of exporting any video into a format of your choice"
pkgver=1.1
-pkgrel=3
+pkgrel=4
arch=('any')
url="https://gitlab.com/adhami3310/Footage"
license=('GPL3')
-depends=('a52dec' 'fdkaac' 'gst-editing-services' 'gst-plugins-rs' 'gstreamer'
+depends=('a52dec' 'fdkaac' 'gst-editing-services' 'gst-plugins-rs'
'libadwaita' 'libmpeg2' 'svt-av1' 'vo-aacenc' 'x264' 'x265')
makedepends=('blueprint-compiler' 'cargo' 'git' 'meson')
checkdepends=('appstream-glib')