From a522a5f63f3b5726081698bf742801fb1d242817 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 8 Jul 2012 00:04:04 +0000 Subject: Sun Jul 8 00:04:04 UTC 2012 --- community/mixxx/PKGBUILD | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'community/mixxx') 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 # Contributor: Ali H. Caliskan # Contributor: Ryan Coyner # Contributor: Stefan Husmann 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 } -- cgit v1.2.3-54-g00ecf