From 78b6350753cb87d69043f254c2791cb8fb582dba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Fri, 8 Aug 2014 02:55:29 -0300 Subject: libquicktime-libre-1.2.4-10: add x264 to makedepends to reflect x264 split --- libre/libquicktime-libre/PKGBUILD | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'libre') 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 # Maintainer (Arch): Mateusz Herych # Contributor: Jorge Lopez @@ -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() { -- cgit v1.2.3-2-g168b