[arch-commits] Commit in drumkv1/trunk (PKGBUILD)
speps
speps at nymeria.archlinux.org
Wed Apr 30 20:33:52 UTC 2014
Date: Wednesday, April 30, 2014 @ 22:33:51
Author: speps
Revision: 110482
upgpkg: drumkv1 0.4.2-1
Modified:
drumkv1/trunk/PKGBUILD
----------+
PKGBUILD | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-04-30 20:33:36 UTC (rev 110481)
+++ PKGBUILD 2014-04-30 20:33:51 UTC (rev 110482)
@@ -2,7 +2,7 @@
# Maintainer: speps <speps at aur dot archlinux dot org>
pkgname=drumkv1
-pkgver=0.4.1
+pkgver=0.4.2
pkgrel=1
pkgdesc="An old-school drum-kit sampler"
arch=(i686 x86_64)
@@ -9,11 +9,10 @@
url="http://$pkgname.sourceforge.net/$pkgname-index.html"
license=('GPL')
groups=('lv2-plugins')
-depends=('jack' 'liblo' 'lv2' 'qt5-base'
- 'desktop-file-utils' 'hicolor-icon-theme' 'shared-mime-info')
+depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
install="$pkgname.install"
source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('48b092e94a4fbf8e8e51bd02d39ed348')
+md5sums=('9c0fd8e947c0947dadbc4a714bb31f15')
prepare() {
cd $pkgname-$pkgver
@@ -21,10 +20,10 @@
# x86_64 lib path fix
sed -i "s/lib64/lib/" src/src_lv2{,ui}.pro
- # i686 -reduce-relocations
- if [[ $CARCH = i686 ]]; then
- export CXXFLAGS+=" -fPIE"
- fi
+ # i686 -reduce-relocations (Qt5)
+# if [[ $CARCH = i686 ]]; then
+# export CXXFLAGS+=" -fPIE"
+# fi
}
build() {
More information about the arch-commits
mailing list