[arch-commits] Commit in zita-convolver/repos (2 files)

David Runge dvzrv at archlinux.org
Sat Sep 1 14:30:07 UTC 2018


    Date: Saturday, September 1, 2018 @ 14:30:06
  Author: dvzrv
Revision: 375948

archrelease: copy trunk to community-testing-x86_64

Added:
  zita-convolver/repos/community-testing-x86_64/
  zita-convolver/repos/community-testing-x86_64/PKGBUILD
    (from rev 375947, zita-convolver/trunk/PKGBUILD)

----------+
 PKGBUILD |   38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

Copied: zita-convolver/repos/community-testing-x86_64/PKGBUILD (from rev 375947, zita-convolver/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2018-09-01 14:30:06 UTC (rev 375948)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: speps <speps at aur dot archlinux dot org>
+# Contributor: Philipp Überbacher <murks at lavabit dot com>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+# Contributor: orbisvicis
+
+pkgname=zita-convolver
+pkgver=4.0.3
+pkgrel=1
+pkgdesc="A fast, partitioned convolution engine library."
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/"
+license=('GPL3')
+depends=('fftw')
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2")
+sha512sums=('62d7841757f10c094e43ed755e187f947c5743f302ed2a1ee6064a850c18921466f4505d8a2a7b3ad23619db7f1ad7307e1dfb2e8a1e7685e60ece2ffff4f6ca')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # FS#36248 - strip -march=native
+  # call ldconfig in local context
+  sed -e '/native/d' \
+      -e 's/ldconfig/& -N $(DESTDIR)\/$(LIBDIR)/' \
+      -i source/Makefile
+}
+
+build() {
+  cd "${pkgname}-${pkgver}/source"
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}/source"
+  make SUFFIX="" PREFIX=/usr DESTDIR="${pkgdir}/" install
+  # docs
+  install -vDm 644 ../{AUTHORS,README} -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



More information about the arch-commits mailing list