Date: Friday, September 19, 2014 @ 18:01:24 Author: bpiotrowski Revision: 119235
upgpkg: libdlna 0.2.4-14 rebuild against ffmpeg 2.4 Modified: libdlna/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-09-19 15:57:59 UTC (rev 119234) +++ PKGBUILD 2014-09-19 16:01:24 UTC (rev 119235) @@ -1,16 +1,15 @@ # $Id$ -# Maintainer: Kessia 'even' Pinheiro <kessiapinheiro at gmail.com> +# Maintainer: Kessia 'even' Pinheiro <kessiapinheiro at gmail.com> # Contributor: kastor <[email protected]> pkgname=libdlna pkgver=0.2.4 -pkgrel=13 -pkgdesc="An open-source implementation of DLNA (Digital Living Network Alliance) standards " +pkgrel=14 +pkgdesc="Open-source implementation of DLNA (Digital Living Network Alliance) standards " url="http://libdlna.geexbox.org" license=("LGPL") arch=('i686' 'x86_64') -options=('!makeflags') # not parallel safe, error find -ldlna -#makedepends=('ctags') +options=('!makeflags') # not parallel safe, error find -ldlna depends=('glibc' 'ffmpeg') source=("http://libdlna.geexbox.org/releases/${pkgname}-${pkgver}.tar.bz2") md5sums=('64d7de57aff5a729f2434fc5e69b4ffc') @@ -18,7 +17,7 @@ build() { cd ${srcdir}/${pkgname}-${pkgver} ./configure --prefix=/usr - make + make lib } package() {
