summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandros Theodotou2019-02-12 11:44:04 +0000
committerAlexandros Theodotou2019-02-12 11:44:04 +0000
commit3b1970435dc642b7ea88e95e6ac108c549ac92e4 (patch)
treeee2cebce3b634071051d90beee49559b87112ff4
parentb1aed81d676ff045ca5ccce8a1fc365f8fbeaf2d (diff)
downloadaur-3b1970435dc642b7ea88e95e6ac108c549ac92e4.tar.gz
add ffmpeg
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79adf0e3105e..8aadfec27d8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,6 +16,7 @@ pkgbase = zrythm
depends = libcyaml
depends = breeze-icons
depends = portaudio
+ depends = ffmpeg
source = https://git.zrythm.org/zrythm/zrythm/-/archive/master/zrythm-master.tar.gz
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4579579e2ea5..264966274427 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('x86_64')
url="https://git.zrythm.org/zrythm/zrythm"
license=('GPL3')
depends=('gtk3' 'lv2' 'lilv' 'suil' 'jack' 'libsndfile' 'libsmf' 'libdazzle' 'libcyaml'
- 'breeze-icons' 'portaudio')
+ 'breeze-icons' 'portaudio' 'ffmpeg')
source=("https://git.zrythm.org/zrythm/zrythm/-/archive/$pkgver/zrythm-$pkgver.tar.gz")
md5sums=('SKIP')