summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzekeer2016-05-01 21:56:59 +0300
committerzekeer2016-05-01 21:56:59 +0300
commit58e5c01a32ef5a44987a17d841bbfe4595d38218 (patch)
tree28e34acee5ab51a4ac258632bdfe736b92a45194
parent6621e963e4d1ab0321e2388372a1925ecd8859d9 (diff)
downloadaur-58e5c01a32ef5a44987a17d841bbfe4595d38218.tar.gz
add depends ffmpeg2.8
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f1c9966d825..2065b492e8ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -26,6 +26,7 @@ pkgbase = bomi-fresh
depends = fribidi
depends = libass
depends = ffmpeg
+ depends = ffmpeg2.8
optdepends = libva-intel-driver: hardware acceleration support for Intel GPU
optdepends = mesa-vdpau: hardware acceleration support for AMD/NVIDIA opensource driver
optdepends = youtube-dl: streaming website support including YouTube
diff --git a/PKGBUILD b/PKGBUILD
index 3180ba7161b0..d904a53502df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ provides=('cmplayer')
depends=('qt5-base' 'qt5-declarative' 'qt5-x11extras' 'qt5-quickcontrols' 'qt5-svg'
'libdvdread' 'libdvdnav' 'libcdio-paranoia' 'libcdio' 'smbclient'
'alsa-lib' 'libpulse' 'jack' 'libbluray'
- 'libva' 'libvdpau' 'libgl' 'libchardet-fresh' 'fribidi' 'libass' 'ffmpeg')
+ 'libva' 'libvdpau' 'libgl' 'libchardet-fresh' 'fribidi' 'libass' 'ffmpeg' 'ffmpeg2.8')
optdepends=('libva-intel-driver: hardware acceleration support for Intel GPU'
'mesa-vdpau: hardware acceleration support for AMD/NVIDIA opensource driver'
'youtube-dl: streaming website support including YouTube'