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 a92990157efe..9469c45c8214 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 = 2
+ pkgrel = 3
url = https://gitlab.com/adhami3310/Footage
arch = any
license = GPL3
@@ -10,7 +10,7 @@ pkgbase = footage
makedepends = cargo
makedepends = git
makedepends = meson
- depends = a52
+ depends = a52dec
depends = fdkaac
depends = gst-editing-services
depends = gst-plugins-rs
diff --git a/PKGBUILD b/PKGBUILD
index 6d0eaef18783..02f7c42c612f 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=2
+pkgrel=3
arch=('any')
url="https://gitlab.com/adhami3310/Footage"
license=('GPL3')
-depends=('a52' 'fdkaac' 'gst-editing-services' 'gst-plugins-rs' 'gstreamer'
+depends=('a52dec' 'fdkaac' 'gst-editing-services' 'gst-plugins-rs' 'gstreamer'
'libadwaita' 'libmpeg2' 'svt-av1' 'vo-aacenc' 'x264' 'x265')
makedepends=('blueprint-compiler' 'cargo' 'git' 'meson')
checkdepends=('appstream-glib')