diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-28 03:27:16 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-28 03:27:16 +0000 |
commit | 462391357aa5e749dc9908c15f3baa0b4416f3d8 (patch) | |
tree | 11d4d3f054aae9ffd869adc634054f64a16d83b8 /libre/libquicktime-libre/PKGBUILD | |
parent | 748e32a3a886569b58a27003e85b76be5746153d (diff) |
Tue Jan 28 03:22:21 UTC 2014
Diffstat (limited to 'libre/libquicktime-libre/PKGBUILD')
-rw-r--r-- | libre/libquicktime-libre/PKGBUILD | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/libre/libquicktime-libre/PKGBUILD b/libre/libquicktime-libre/PKGBUILD deleted file mode 100644 index 4da010a38..000000000 --- a/libre/libquicktime-libre/PKGBUILD +++ /dev/null @@ -1,42 +0,0 @@ -# $Id: PKGBUILD 100489 2013-11-05 09:06:26Z 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=8 -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' 'libxaw' 'faad2') -makedepends=('mesa-libgl') -source=("http://downloads.sourceforge.net/sourceforge/$_pkgname/$_pkgname-$pkgver.tar.gz" - ffmpeg2.0.patch) -sha256sums=('1c53359c33b31347b4d7b00d3611463fe5e942cae3ec0fefe0d2fd413fd47368' - 'a1c8415e8e7bc04c81b946b9e3746f7d5ef24819135962280c3a7ddb3f2baa2b') -provides=("$_pkgname=$pkgver") -conflicts=($_pkgname) -replaces=($_pkgname) - -prepare() { - cd $_pkgname-$pkgver - patch -Np1 -i ../ffmpeg2.0.patch -} - -build() { - cd "$srcdir/$_pkgname-$pkgver" - ./configure --prefix=/usr \ - --enable-gpl \ - --with-ffmpeg \ - --with-x264 \ - --without-doxygen - make -} - -package() { - cd "$srcdir/$_pkgname-$pkgver" - make DESTDIR="$pkgdir" install -} |