summaryrefslogtreecommitdiff
path: root/community/mixxx
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-07-08 00:04:04 +0000
committerroot <root@rshg054.dnsready.net>2012-07-08 00:04:04 +0000
commita522a5f63f3b5726081698bf742801fb1d242817 (patch)
treeee7d4e7261e7387e755d2a08389250575a4e2552 /community/mixxx
parentd0fe8a4769150cf26265e3457c234c45c53e693b (diff)
Sun Jul 8 00:04:04 UTC 2012
Diffstat (limited to 'community/mixxx')
-rw-r--r--community/mixxx/PKGBUILD14
1 files changed, 3 insertions, 11 deletions
diff --git a/community/mixxx/PKGBUILD b/community/mixxx/PKGBUILD
index ac48118f0..a24857462 100644
--- a/community/mixxx/PKGBUILD
+++ b/community/mixxx/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 61280 2011-12-28 01:40:23Z seblu $
+# $Id: PKGBUILD 73315 2012-07-06 08:33:12Z lfleischer $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Ali H. Caliskan <ali.h.caliskan AT gmail DOT com>
# Contributor: Ryan Coyner <rcoyner@gmail.com>
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=mixxx
-pkgver=1.10.0
+pkgver=1.10.1
pkgrel=1
pkgdesc="Free, open source software for digital DJ'ing."
arch=('i686' 'x86_64')
@@ -15,22 +15,14 @@ depends=('fftw' 'libid3tag' 'libmad' 'libogg' 'libshout' 'libsndfile' 'portaudio
'qt>=4.5' 'taglib' 'qtwebkit')
makedepends=('mesa' 'scons' 'libshout')
source=("http://downloads.mixxx.org/${pkgname}-${pkgver}/${pkgname}-${pkgver}-src.tar.gz")
-md5sums=('d92bf422491fa92adf7ed6c2998e67fb')
+md5sums=('765bc5216ec8102c2186dd3ea80187a9')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
-
- # GCC segfault workaround (fixes FS#26716)
- CFLAGS=${CFLAGS/-D_FORTIFY_SOURCE=2/}
-
scons qtdir=/usr/lib/qt prefix=/usr install_root="${pkgdir}/usr"
}
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
-
- # GCC segfault workaround (fixes FS#26716)
- CFLAGS=${CFLAGS/-D_FORTIFY_SOURCE=2/}
-
scons qtdir=/usr/lib/qt prefix=/usr install_root="${pkgdir}/usr" install
}