import from AUR3
This commit is contained in:
commit
7823e8c22a
2 changed files with 41 additions and 0 deletions
20
.SRCINFO
Normal file
20
.SRCINFO
Normal file
|
@ -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
|
||||||
|
|
21
PKGBUILD
Normal file
21
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=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
|
||||||
|
}
|
Loading…
Reference in a new issue