aur/mediatomb to 0.12.1-11

This commit is contained in:
Kevin Mihelich 2012-12-03 23:27:00 +00:00
parent ae70891fdc
commit 159f7e9e96

View file

@ -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