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

Maxime Gauduin alucryd at archlinux.org
Wed Dec 2 17:56:10 UTC 2015


    Date: Wednesday, December 2, 2015 @ 18:56:09
  Author: alucryd
Revision: 148114

FS#47235: libquicktime 1.2.4-13

Modified:
  libquicktime/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-02 16:03:53 UTC (rev 148113)
+++ PKGBUILD	2015-12-02 17:56:09 UTC (rev 148114)
@@ -4,13 +4,16 @@
 
 pkgname=libquicktime
 pkgver=1.2.4
-pkgrel=12
+pkgrel=13
 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')
+depends=('alsa-lib' 'faac' 'faad2' 'gtk2' 'lame' 'libjpeg-turbo' 'libxaw'
+         'libxv' 'schroedinger'
+         'libavcodec.so' 'libswscale.so' 'libvorbisenc.so' 'libvorbisfile.so'
+         'libvorbis.so' 'libx264.so')
+makedepends=('mesa-libgl')
 source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz"
         ffmpeg2.0.patch)
 sha256sums=('1c53359c33b31347b4d7b00d3611463fe5e942cae3ec0fefe0d2fd413fd47368'
@@ -22,8 +25,9 @@
 }
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr \
+  cd $pkgname-$pkgver
+  ./configure \
+    --prefix=/usr \
     --enable-gpl \
     --with-ffmpeg \
     --with-x264 \
@@ -32,6 +36,6 @@
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list