diff options
author | root <root@rshg054.dnsready.net> | 2012-03-26 00:01:46 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-03-26 00:01:46 +0000 |
commit | f96a2208b6a0ba89c3d824514a3929f08d79f7bf (patch) | |
tree | 88c1033b9ec826ca6da1f1847685957bce496c62 /community/xwax/PKGBUILD | |
parent | 891f44722456b693d99b397f7e332a9ed68a47a2 (diff) |
Mon Mar 26 00:01:45 UTC 2012
Diffstat (limited to 'community/xwax/PKGBUILD')
-rw-r--r-- | community/xwax/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/xwax/PKGBUILD b/community/xwax/PKGBUILD index beb6b52cd..cb9956ecb 100644 --- a/community/xwax/PKGBUILD +++ b/community/xwax/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 63352 2012-01-30 22:33:32Z lfleischer $ +# $Id: PKGBUILD 68434 2012-03-24 14:05:02Z lfleischer $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: sputnick <gilles DOT quenot AT gmail DOT com> pkgname=xwax -pkgver=1.1 +pkgver=1.2 pkgrel=1 pkgdesc='Open-source vinyl emulation software for Linux.' arch=('i686' 'x86_64') @@ -14,15 +14,15 @@ optdepends=('cdparanoia: for CD import' 'mpg123: for MP3 import' 'ffmpeg: for video fallback import') source=("http://www.xwax.co.uk/releases/${pkgname}-${pkgver}.tar.gz") -md5sums=('17649401ee16a91f56c1cdc8995a752a') +md5sums=('3be17f0021a791b52c7d097c6a686722') build() { cd "${srcdir}/${pkgname}-${pkgver}" - # Patch "rig.c" to use Arch Linux's default rtprio value + # patch "rig.c" to use Arch Linux's default rtprio value sed -i 's/^#define REALTIME_PRIORITY 80/#define REALTIME_PRIORITY 65/' rig.c - # Patch installation path for "xwax-scan" and "xwax-import" + # patch installation path for "xwax-scan" and "xwax-import" sed -i "s#^EXECDIR = \$(PREFIX)/libexec#EXECDIR = \$(PREFIX)/share/${pkgname}#" Makefile ./configure --enable-alsa --prefix /usr |