diff options
Diffstat (limited to 'community/samplv1/PKGBUILD')
-rw-r--r-- | community/samplv1/PKGBUILD | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/community/samplv1/PKGBUILD b/community/samplv1/PKGBUILD index 442708570..9b97d3ee0 100644 --- a/community/samplv1/PKGBUILD +++ b/community/samplv1/PKGBUILD @@ -2,18 +2,17 @@ # Maintainer: speps <speps at aur dot archlinux dot org> pkgname=samplv1 -pkgver=0.4.1 +pkgver=0.4.2 pkgrel=1 pkgdesc="Polyphonic sampler synthesizer with stereo fx" arch=(i686 x86_64) 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=('77b94efe772f0f3bee7c6ccc67dacf8d') +md5sums=('c2cc4f877403ac2bf35c4a95b09106af') prepare() { cd $pkgname-$pkgver @@ -21,10 +20,10 @@ prepare() { # 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() { |