summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlaf Bauer2019-01-09 19:48:05 +0100
committerOlaf Bauer2019-01-09 19:48:05 +0100
commit630205666d94a46286e7a35c44566028b4761395 (patch)
tree2958b76ae72f387b32aae0706297d74e5d414ed5
parentb7a1be9c717d41ee36b6055fad618d49dc59a41a (diff)
downloadaur-630205666d94a46286e7a35c44566028b4761395.tar.gz
add ccextractor as an optional dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7324050da06..d82034caa39a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = makemkv
pkgdesc = DVD and Blu-ray to MKV converter and network streamer
pkgver = 1.14.2
- pkgrel = 1
+ pkgrel = 2
url = http://www.makemkv.com
install = makemkv.install
arch = i686
@@ -15,6 +15,7 @@ pkgbase = makemkv
depends = icu
depends = ffmpeg
optdepends = lib32-glibc: dts support
+ optdepends = ccextractor: extract CC streams from some DVD media
source = http://www.makemkv.com/download/makemkv-bin-1.14.2.tar.gz
source = http://www.makemkv.com/download/makemkv-oss-1.14.2.tar.gz
source = makemkv.1
diff --git a/PKGBUILD b/PKGBUILD
index 541a0a301289..f990ed4faf32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,15 @@
pkgname=makemkv
pkgver=1.14.2
-pkgrel=1
+pkgrel=2
pkgdesc="DVD and Blu-ray to MKV converter and network streamer"
arch=('i686' 'x86_64')
url="http://www.makemkv.com"
license=('LGPL' 'MPL' 'custom')
depends=('qt5-base' 'libxkbcommon-x11' 'hicolor-icon-theme' 'icu' 'ffmpeg')
if [ "$CARCH" = "x86_64" ]; then
- optdepends=('lib32-glibc: dts support')
+ optdepends=('lib32-glibc: dts support'
+ 'ccextractor: extract CC streams from some DVD media')
fi
install=makemkv.install
source=(${url}/download/${pkgname}-bin-${pkgver}.tar.gz