Date: Tuesday, December 5, 2017 @ 01:11:35 Author: dvzrv Revision: 272185
upgpkg: qtractor 0.8.5-1 Updating maintainer. Updating to 0.8.5. Switching to sha512sums. Removing unneeded prepare(). Minor fixes. Modified: qtractor/trunk/PKGBUILD ----------+ PKGBUILD | 43 +++++++++---------------------------------- 1 file changed, 9 insertions(+), 34 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-12-05 00:11:25 UTC (rev 272184) +++ PKGBUILD 2017-12-05 01:11:35 UTC (rev 272185) @@ -1,10 +1,11 @@ # $Id$ -# Maintainer : Ray Rashif <[email protected]> -# Maintainer : speps <speps at aur dot archlinux dot org> +# Maintainer: David Runge <[email protected]> +# Maintainer: Ray Rashif <[email protected]> +# Contributor: speps <speps at aur dot archlinux dot org> # Contributor: Philipp Überbacher <hollunder at gmx dot at> pkgname=qtractor -pkgver=0.8.3 +pkgver=0.8.5 pkgrel=1 pkgdesc="Audio/MIDI multitrack sequencer" arch=('x86_64') @@ -14,37 +15,11 @@ 'rubberband' 'hicolor-icon-theme') makedepends=('qt5-tools' 'ladspa' 'dssi') optdepends=('dssi-vst: win32 VST support') -source=("https://sourceforge.net/projects/qtractor/files/qtractor/$pkgver/qtractor-$pkgver.tar.gz") -md5sums=('f8888944e6ac1af3760cd92648658d4b') +source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") +sha512sums=('9f916e46460403fcb4b1e2dadd048dd52c0d74425a2220cc4d40456141ff7bf5a9cb2fda0f394dac38079af67c322720468d9b7825181442875945899b699329') -prepare() { - cd $pkgname-$pkgver - - # do not look for /usr/lib64/lv2 - # prevent to load lv2 plugins twice - sed -i '/__x86_64__/,/#endif/d' src/qtractorPluginFactory.cpp - - # force qt4 - #export ac_qmake=/usr/bin/qmake-qt4 \ - # ac_moc=/usr/bin/moc-qt4 \ - # ac_uic=/usr/bin/uic-qt4 \ - # ac_lupdate=/usr/bin/lupdate-qt4 \ - # ac_lrelease=/usr/bin/lrelease-qt4 \ - # QMAKE=qmake-qt4 - - export ac_qmake=/usr/bin/qmake-qt5 \ - ac_moc=/usr/bin/moc-qt5 \ - ac_uic=/usr/bin/uic-qt5 \ - ac_lupdate=/usr/bin/lupdate-qt5 \ - ac_lrelease=/usr/bin/lrelease-qt5 \ - QMAKE=qmake-qt5 - - # Fix build with GCC 6 (Fedora) - #sed -i.ac_with_paths -e "s|^ac_with_paths=.*|ac_with_paths=|g" configure configure.ac -} - build() { - cd $pkgname-$pkgver + cd "${pkgname}-${pkgver}" ./configure --prefix=/usr \ --libdir=/usr/lib make @@ -51,8 +26,8 @@ } package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install + cd "${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install } # vim:set ts=2 sw=2 et:
