[arch-commits] Commit in zita-rev1/repos (2 files)
David Runge
dvzrv at archlinux.org
Sat Sep 1 22:11:24 UTC 2018
Date: Saturday, September 1, 2018 @ 22:11:23
Author: dvzrv
Revision: 375992
archrelease: copy trunk to community-testing-x86_64
Added:
zita-rev1/repos/community-testing-x86_64/
zita-rev1/repos/community-testing-x86_64/PKGBUILD
(from rev 375991, zita-rev1/trunk/PKGBUILD)
----------+
PKGBUILD | 44 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)
Copied: zita-rev1/repos/community-testing-x86_64/PKGBUILD (from rev 375991, zita-rev1/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2018-09-01 22:11:23 UTC (rev 375992)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+pkgname=zita-rev1
+pkgver=0.2.2
+pkgrel=1
+pkgdesc="A reworked jack version of the reverb originally developed for Aeolus."
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/zita-rev1-doc/quickguide.html"
+license=('GPL2')
+groups=('pro-audio')
+depends=('cairo' 'clxclient' 'clthreads' 'jack')
+makedepends=('gendesk')
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2")
+sha512sums=('7ba145da6eb3163c84c8efac59c2bff3973d215caa1e4ffc9d6b9bf4eab50cc57133a439bde216724edbb0268366891bc2ddb1950c46804debde7404ce171279')
+
+prepare() {
+ cd "${pkgname}-${pkgver}"
+ # strip march=native
+ sed -e '/native/d' \
+ -i source/Makefile
+ # XDG desktop files
+ gendesk -n \
+ --pkgname ${pkgname} \
+ --pkgdesc "${pkgdesc}" \
+ --name zita-rev1 \
+ --categories "AudioVideo;Audio"
+}
+
+build() {
+ cd "${pkgname}-${pkgver}/source"
+ make PREFIX=/usr
+}
+
+package() {
+ cd "${pkgname}-${pkgver}/source"
+ make DESTDIR="${pkgdir}/" PREFIX=/usr install
+ # XDG desktop integration
+ install -vDm 644 "../${pkgname}.desktop" \
+ -t "${pkgdir}/usr/share/applications/"
+ # docs
+ install -t "${pkgdir}/usr/share/doc/$pkgname" \
+ -vDm 644 ../{AUTHORS,README,doc/*}
+}
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list