[arch-commits] Commit in libquicktime/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sat Jul 26 16:36:47 UTC 2014


    Date: Saturday, July 26, 2014 @ 18:36:46
  Author: bpiotrowski
Revision: 116382

upgpkg: libquicktime 1.2.4-10

add x264 to makedepends to reflect x264 split

Modified:
  libquicktime/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-26 16:22:33 UTC (rev 116381)
+++ PKGBUILD	2014-07-26 16:36:46 UTC (rev 116382)
@@ -4,13 +4,13 @@
 
 pkgname=libquicktime
 pkgver=1.2.4
-pkgrel=9
+pkgrel=10
 pkgdesc="A library for reading and writing quicktime files"
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://libquicktime.sourceforge.net/"
 depends=('gtk2' 'ffmpeg' 'libxv' 'libxaw' 'faad2' 'faac')
-makedepends=('mesa-libgl' 'x264-dev')
+makedepends=('mesa-libgl' 'x264')
 source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz"
         ffmpeg2.0.patch)
 sha256sums=('1c53359c33b31347b4d7b00d3611463fe5e942cae3ec0fefe0d2fd413fd47368'
@@ -24,11 +24,11 @@
 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() {




More information about the arch-commits mailing list