summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbegin-theadventure2023-06-21 08:50:35 +0200
committerbegin-theadventure2023-06-21 08:50:35 +0200
commita7f98c957997a943ffb267599409142dbad877d5 (patch)
tree4a8d4a28c3bfeea72dd01477be21abea27745ed7
parentfd6ca59172ad0b9dc866aadc91c4673c191faa63 (diff)
downloadaur-a7f98c957997a943ffb267599409142dbad877d5.tar.gz
Update depends
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD5
2 files changed, 13 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 816e021d656e..a92990157efe 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 = 1
+ pkgrel = 2
url = https://gitlab.com/adhami3310/Footage
arch = any
license = GPL3
@@ -10,8 +10,17 @@ pkgbase = footage
makedepends = cargo
makedepends = git
makedepends = meson
+ depends = a52
+ depends = fdkaac
depends = gst-editing-services
+ depends = gst-plugins-rs
+ depends = gstreamer
depends = libadwaita
+ depends = libmpeg2
+ depends = svt-av1
+ depends = vo-aacenc
+ depends = x264
+ depends = x265
source = git+https://gitlab.com/adhami3310/Footage.git#tag=v1.1
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 58258350cffb..6d0eaef18783 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,12 @@
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=1
+pkgrel=2
arch=('any')
url="https://gitlab.com/adhami3310/Footage"
license=('GPL3')
-depends=('gst-editing-services' 'libadwaita')
+depends=('a52' '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')
source=("git+$url.git#tag=v$pkgver")