mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
aur/mediatomb to 0.12.1-11
This commit is contained in:
parent
ae70891fdc
commit
159f7e9e96
1 changed files with 4 additions and 3 deletions
|
@ -6,12 +6,13 @@
|
|||
|
||||
pkgname=mediatomb
|
||||
pkgver=0.12.1
|
||||
pkgrel=9
|
||||
pkgrel=11
|
||||
pkgdesc="Free UPnP/DLNA media server"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://mediatomb.cc/"
|
||||
license=('GPL')
|
||||
depends=('file' 'curl' 'ffmpegthumbnailer' 'js' 'libexif' 'libmp4v2' 'sqlite3' 'taglib')
|
||||
depends=('file' 'curl' 'ffmpegthumbnailer' 'js' 'libexif' 'libmp4v2' 'sqlite3' 'taglib' 'libmysqlclient')
|
||||
optdepends=('mysql: to store your music database in mysql')
|
||||
backup=('etc/conf.d/mediatomb')
|
||||
install=mediatomb.install
|
||||
source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
|
||||
|
@ -34,7 +35,7 @@ build() {
|
|||
patch -Np1 -i "$srcdir/libavformat.patch"
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--disable-mysql \
|
||||
--enable-mysql \
|
||||
--enable-libmagic \
|
||||
--enable-libjs \
|
||||
--enable-ffmpeg
|
||||
|
|
Loading…
Reference in a new issue