summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-08-08 02:55:29 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-08-08 02:55:29 -0300
commit78b6350753cb87d69043f254c2791cb8fb582dba (patch)
tree6c2ba88811ef2ac40e032c9b3e0be0a84e3c92b6
parentbd5388f95d56411b1df8eac26776cb519067ab61 (diff)
libquicktime-libre-1.2.4-10: add x264 to makedepends to reflect x264 split
-rw-r--r--libre/libquicktime-libre/PKGBUILD16
1 files changed, 8 insertions, 8 deletions
diff --git a/libre/libquicktime-libre/PKGBUILD b/libre/libquicktime-libre/PKGBUILD
index becd2420f..95ce92155 100644
--- a/libre/libquicktime-libre/PKGBUILD
+++ b/libre/libquicktime-libre/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 108180 2014-03-24 09:50:56Z bpiotrowski $
+# $Id: PKGBUILD 116382 2014-07-26 16:36:46Z bpiotrowski $
# Maintainer (Arch): Federico Cinelli <cinelli@aur.archlinux.org>
# Maintainer (Arch): Mateusz Herych <heniekk@gmail.com>
# Contributor: Jorge Lopez <jorginho@lavabit.com>
@@ -6,13 +6,13 @@
pkgname=libquicktime-libre
_pkgname=libquicktime
pkgver=1.2.4
-pkgrel=9
+pkgrel=10
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')
+makedepends=('mesa-libgl' 'x264')
source=("http://downloads.sourceforge.net/sourceforge/$_pkgname/$_pkgname-$pkgver.tar.gz"
ffmpeg2.0.patch)
sha256sums=('1c53359c33b31347b4d7b00d3611463fe5e942cae3ec0fefe0d2fd413fd47368'
@@ -29,11 +29,11 @@ prepare() {
build() {
cd "$srcdir/$_pkgname-$pkgver"
./configure --prefix=/usr \
- --enable-gpl \
- --with-ffmpeg \
- --with-x264 \
- --without-doxygen
- make
+ --enable-gpl \
+ --with-ffmpeg \
+ --with-x264 \
+ --without-doxygen
+ make
}
package() {