summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMokhamed Tarek2023-12-24 09:44:20 +0300
committerMokhamed Tarek2023-12-24 09:44:20 +0300
commit1a27abd89fd71cf018f1f2fa2303c7aebdfc0289 (patch)
treeaa07b2382e1a21e5edb5a293d1bd09ae2f7c58c5
parentfeb97ceac6103e960ab1c490de979f1d073714b0 (diff)
downloadaur-1a27abd89fd71cf018f1f2fa2303c7aebdfc0289.tar.gz
added ffmpeg as a dependancy
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2504c5f1b20..dd7d6e5466e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = coppeliasim-bin
arch = x86_64
license = GPL
license = LGPL
+ depends = ffmpeg
optdepends = icu60: BlueZero api dependency
provides = vrep
provides = coppeliasim
diff --git a/PKGBUILD b/PKGBUILD
index c79108cd6b8f..7e4ab419fcd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,7 @@ arch=("x86_64")
url="http://www.coppeliarobotics.com/"
license=("GPL" "LGPL")
optdepends=('icu60: BlueZero api dependency')
+depends=('ffmpeg')
conflicts=('coppeliasim')
options=(!strip)
provides=('vrep' 'coppeliasim')