Add 'makemkv-libaacs/' from commit 'b815d3eac6d5a37ec88de040dc024dad1d321a29'
git-subtree-dir: makemkv-libaacs git-subtree-mainline:be0c8c75bd
git-subtree-split:b815d3eac6
This commit is contained in:
commit
8f58f3b6a3
2 changed files with 41 additions and 0 deletions
20
makemkv-libaacs/.SRCINFO
Normal file
20
makemkv-libaacs/.SRCINFO
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Fri Nov 13 13:13:39 UTC 2015
|
||||
pkgbase = makemkv-libaacs
|
||||
pkgdesc = Enable libaacs emulation from MakeMKV
|
||||
pkgver = 1
|
||||
pkgrel = 2
|
||||
epoch = 1
|
||||
url = http://www.makemkv.com/forum2/viewtopic.php?f=3&t=7009
|
||||
arch = any
|
||||
license = none
|
||||
depends = makemkv
|
||||
provides = libaacs
|
||||
provides = libbdplus
|
||||
conflicts = libaacs
|
||||
conflicts = libaacs-git
|
||||
conflicts = libbdplus
|
||||
conflicts = libdplus-git
|
||||
|
||||
pkgname = makemkv-libaacs
|
||||
|
21
makemkv-libaacs/PKGBUILD
Normal file
21
makemkv-libaacs/PKGBUILD
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
|
||||
# Contributor: Frank Phillips <frankalso@gmail.com>
|
||||
# Contributor: Olaf Bauer <hydro@freenet.de>
|
||||
|
||||
pkgname=makemkv-libaacs
|
||||
pkgver=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')
|
||||
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
|
||||
}
|
Loading…
Reference in a new issue