From 7823e8c22aa2fcda78cb10a0e639c19b273d67f5 Mon Sep 17 00:00:00 2001 From: Cedric Girard Date: Mon, 10 Aug 2015 13:11:06 +0200 Subject: [PATCH 1/2] import from AUR3 --- .SRCINFO | 20 ++++++++++++++++++++ PKGBUILD | 21 +++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 .SRCINFO create mode 100644 PKGBUILD diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..8c4f1de --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,20 @@ +pkgbase = makemkv-libaacs + pkgdesc = Enable libaacs emulation from MakeMKV + pkgver = 1 + pkgrel = 1 + epoch = 1 + url = http://www.makemkv.com/forum2/viewtopic.php?f=3&t=7009 + arch = any + license = none + depends = makemkv + depends = qt4 + depends = ffmpeg + provides = libaacs + provides = libbdplus + conflicts = libaacs + conflicts = libaacs-git + conflicts = libbdplus + conflicts = libdplus-git + +pkgname = makemkv-libaacs + diff --git a/PKGBUILD b/PKGBUILD new file mode 100644 index 0000000..d7c1a6b --- /dev/null +++ b/PKGBUILD @@ -0,0 +1,21 @@ +# Maintainer: Cedric Girard +# Contributor: Frank Phillips +# Contributor: Olaf Bauer + +pkgname=makemkv-libaacs +pkgver=1 +pkgrel=1 +epoch=1 +pkgdesc="Enable libaacs emulation from MakeMKV" +arch=('any') +license=('none') +url="http://www.makemkv.com/forum2/viewtopic.php?f=3&t=7009" +depends=('makemkv' 'qt4' 'ffmpeg') +provides=('libaacs' 'libbdplus') +conflicts=('libaacs' 'libaacs-git' 'libbdplus' 'libdplus-git') + +package() { + install -d $pkgdir/usr/lib + ln -s libmmbd.so.0 $pkgdir/usr/lib/libaacs.so.0 + ln -s libmmbd.so.0 $pkgdir/usr/lib/libbdplus.so.0 +} From b815d3eac6d5a37ec88de040dc024dad1d321a29 Mon Sep 17 00:00:00 2001 From: Cedric Girard Date: Fri, 13 Nov 2015 14:13:55 +0100 Subject: [PATCH 2/2] remove useless deps --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 8c4f1de..d55fd02 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,14 +1,14 @@ +# Generated by mksrcinfo v8 +# Fri Nov 13 13:13:39 UTC 2015 pkgbase = makemkv-libaacs pkgdesc = Enable libaacs emulation from MakeMKV pkgver = 1 - pkgrel = 1 + pkgrel = 2 epoch = 1 url = http://www.makemkv.com/forum2/viewtopic.php?f=3&t=7009 arch = any license = none depends = makemkv - depends = qt4 - depends = ffmpeg provides = libaacs provides = libbdplus conflicts = libaacs diff --git a/PKGBUILD b/PKGBUILD index d7c1a6b..60e3be4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,13 +4,13 @@ pkgname=makemkv-libaacs pkgver=1 -pkgrel=1 +pkgrel=2 epoch=1 pkgdesc="Enable libaacs emulation from MakeMKV" arch=('any') license=('none') url="http://www.makemkv.com/forum2/viewtopic.php?f=3&t=7009" -depends=('makemkv' 'qt4' 'ffmpeg') +depends=('makemkv') provides=('libaacs' 'libbdplus') conflicts=('libaacs' 'libaacs-git' 'libbdplus' 'libdplus-git')