summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandros Theodotou2019-02-12 11:45:04 +0000
committerAlexandros Theodotou2019-02-12 11:45:04 +0000
commitbca856d632f898621a43256c42c4073546026ae2 (patch)
tree85a3fc766613d0b6899452196e6e5ce661df60f2
parent4baadb2f702441cc69a406430f0b7272a3616e45 (diff)
downloadaur-bca856d632f898621a43256c42c4073546026ae2.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 63bc39e59ff1..dd39257d3253 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,6 +17,7 @@ pkgbase = zrythm-git
depends = breeze-icons
depends = libcyaml
depends = portaudio
+ depends = ffmpeg
provides = zrythm
conflicts = zrythm
source = zrythm::git+https://git.zrythm.org/zrythm/zrythm.git
diff --git a/PKGBUILD b/PKGBUILD
index 11cac9f758ad..5c2b821aa946 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('GPL3')
provides=("$_pkgname")
conflicts=("$_pkgname")
depends=('gtk3' 'lv2' 'lilv' 'suil' 'jack' 'libsndfile' 'libsmf' 'libdazzle' 'breeze-icons'
- 'libcyaml' 'portaudio')
+ 'libcyaml' 'portaudio' 'ffmpeg')
makedepends=('git')
source=("$_pkgname::git+https://git.zrythm.org/zrythm/zrythm.git")
md5sums=('SKIP')