diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-05-26 23:28:47 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-05-26 23:28:47 -0300 |
commit | 5d859383c684a9c35a9b4aba83016a4e60ed9c2c (patch) | |
tree | 3287c0ec46f32b389a648dc052875a3947cbb8a0 /libre/libquicktime-libre/PKGBUILD | |
parent | a7deab5f575de0ba0796ef47cb2d84a16bcb13d3 (diff) | |
download | abslibre-5d859383c684a9c35a9b4aba83016a4e60ed9c2c.tar.gz abslibre-5d859383c684a9c35a9b4aba83016a4e60ed9c2c.tar.bz2 abslibre-5d859383c684a9c35a9b4aba83016a4e60ed9c2c.zip |
libquicktime-libre: rebuild against libpng16
Diffstat (limited to 'libre/libquicktime-libre/PKGBUILD')
-rw-r--r-- | libre/libquicktime-libre/PKGBUILD | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/libre/libquicktime-libre/PKGBUILD b/libre/libquicktime-libre/PKGBUILD index b800c1444..81165b02d 100644 --- a/libre/libquicktime-libre/PKGBUILD +++ b/libre/libquicktime-libre/PKGBUILD @@ -1,18 +1,19 @@ -# $Id$ -# Maintainer: Mateusz Herych <heniekk@gmail.com> +# $Id: PKGBUILD 91608 2013-05-25 11:33:59Z bpiotrowski $ +# Maintainer: Federico Cinelli <cinelli@aur.archlinux.org> +# Maintainer: Mateusz Herych <heniekk@gmail.com> # Contributor (Parabola): Jorge Lopez <jorginho@lavabit.com> pkgname=libquicktime-libre _pkgname=libquicktime pkgver=1.2.4 -pkgrel=2 -pkgdesc="A library for reading and writing quicktime files (no unfree faac support)." +pkgrel=6 +pkgdesc="A library for reading and writing quicktime files, without nonfree faac support" arch=('i686' 'x86_64') license=('GPL') url="http://libquicktime.sourceforge.net/" -depends=('gtk2' 'ffmpeg' 'libxv' 'libgl' 'libxaw' 'x264' 'faad2') +depends=('gtk2' 'ffmpeg' 'libxv' 'libxaw' 'faad2') 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') provides=("$_pkgname=$pkgver") conflicts=($_pkgname) @@ -29,7 +30,6 @@ build() { } package() { - cd $srcdir/$_pkgname-$pkgver + cd "$srcdir/$_pkgname-$pkgver" make DESTDIR="$pkgdir" install } - |