[arch-commits] Commit in zita-convolver/repos/community-x86_64 (PKGBUILD PKGBUILD)

David Runge dvzrv at archlinux.org
Sun Dec 15 13:13:31 UTC 2019


    Date: Sunday, December 15, 2019 @ 13:13:30
  Author: dvzrv
Revision: 537736

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-15 13:13:17 UTC (rev 537735)
+++ PKGBUILD	2019-12-15 13:13:30 UTC (rev 537736)
@@ -1,38 +0,0 @@
-# $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}"
-}

Copied: zita-convolver/repos/community-x86_64/PKGBUILD (from rev 537735, zita-convolver/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-12-15 13:13:30 UTC (rev 537736)
@@ -0,0 +1,38 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# 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=2
+pkgdesc="A fast, partitioned convolution engine library."
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/"
+license=('GPL3')
+depends=('fftw' 'gcc-libs' 'glibc')
+provides=('libzita-convolver.so')
+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}"
+  make -C source
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make SUFFIX="" PREFIX=/usr DESTDIR="${pkgdir}/" install -C source
+  # docs
+  install -vDm 644 {AUTHORS,README} -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



More information about the arch-commits mailing list