Date: Saturday, March 2, 2013 @ 03:27:19 Author: cinelli Revision: 85493
upgpkg: libquicktime 1.2.4-4 Modified: libquicktime/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-03-02 02:11:04 UTC (rev 85492) +++ PKGBUILD 2013-03-02 02:27:19 UTC (rev 85493) @@ -1,5 +1,6 @@ # $Id$ -# Maintainer: Mateusz Herych <[email protected]> +# Maintainer: Federico Cinelli <[email protected]> +# Maintainer: Mateusz Herych <[email protected]> pkgname=libquicktime pkgver=1.2.4 @@ -8,9 +9,10 @@ arch=('i686' 'x86_64') license=('GPL') url="http://libquicktime.sourceforge.net/" -depends=('gtk2' 'ffmpeg' 'libxv' 'libgl' 'libxaw' 'faad2' 'faac') +depends=('gtk2' 'ffmpeg' 'libxv' 'libxaw' 'faad2' 'faac') +makedepends=('mesa-libgl') options=('!libtool') -source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz) +source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz") sha256sums=('1c53359c33b31347b4d7b00d3611463fe5e942cae3ec0fefe0d2fd413fd47368') build() { @@ -27,4 +29,3 @@ cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install } -
