From ebfbe6aa4a09806147654dd9e8d512cd68921e0d Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Thu, 9 Jan 2014 03:58:56 +0000 Subject: Thu Jan 9 03:54:24 UTC 2014 --- community/mixxx/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'community/mixxx') diff --git a/community/mixxx/PKGBUILD b/community/mixxx/PKGBUILD index de26827ae..e53fb324b 100644 --- a/community/mixxx/PKGBUILD +++ b/community/mixxx/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 92429 2013-06-05 10:08:34Z lfleischer $ +# $Id: PKGBUILD 103651 2014-01-08 19:58:08Z bgyorgy $ # Maintainer: Lukas Fleischer # Contributor: Ali H. Caliskan # Contributor: Ryan Coyner @@ -6,20 +6,20 @@ pkgname=mixxx pkgver=1.11.0 -pkgrel=1 +pkgrel=2 pkgdesc="Free, open source software for digital DJ'ing." arch=('i686' 'x86_64') url='http://www.mixxx.org' license=('GPL') depends=('fftw' 'libid3tag' 'libmad' 'libogg' 'libshout' 'libsndfile' 'portaudio' 'portmidi' - 'taglib' 'qtwebkit' 'vamp-plugin-sdk' 'libusbx' 'protobuf') + 'taglib' 'qtwebkit' 'vamp-plugin-sdk' 'libusbx' 'protobuf' 'faad2' 'libmp4v2') makedepends=('mesa' 'scons' 'libshout' 'glu') source=("http://downloads.mixxx.org/${pkgname}-${pkgver}/${pkgname}-${pkgver}-src.tar.gz") md5sums=('89ee8ba60824919d8dd1194287bda259') build() { cd "${srcdir}/${pkgname}-${pkgver}" - scons qtdir=/usr/lib/qt4 prefix=/usr + scons qtdir=/usr/lib/qt4 prefix=/usr faad=1 } package() { -- cgit v1.2.3-54-g00ecf