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

David Runge dvzrv at archlinux.org
Tue Apr 16 00:05:26 UTC 2019


    Date: Tuesday, April 16, 2019 @ 00:05:15
  Author: dvzrv
Revision: 451742

archrelease: copy trunk to community-x86_64

Added:
  calf/repos/community-x86_64/PKGBUILD
    (from rev 451741, calf/trunk/PKGBUILD)
Deleted:
  calf/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++---------------------------------
 1 file changed, 37 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-16 00:01:24 UTC (rev 451741)
+++ PKGBUILD	2019-04-16 00:05:15 UTC (rev 451742)
@@ -1,43 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: David Runge <dave at sleepmap.de>
-# Contributor: Ray Rashif <schiv at archlinux.org>
-
-pkgname=calf
-pkgver=0.90.1
-pkgrel=4
-pkgdesc='LV2/DSSI/LADSPA plug-in suite and standalone Jack host'
-arch=('x86_64')
-url='https://calf-studio-gear.org/'
-groups=('lv2-plugins' 'pro-audio')
-license=('LGPL')
-depends=('fftw' 'fluidsynth' 'gtk2')
-makedepends=('lv2')
-source=("https://calf-studio-gear.org/files/$pkgname-$pkgver.tar.gz"
-        "${pkgname}-fluidsynth2.patch::https://github.com/calf-studio-gear/${pkgname}/pull/203/commits/bba03b6080dc198f3513b5c29fe1ba4ff9e4aa59.patch")
-sha256sums=('eb3ac2e48952cf68b2d87151ce4cf58ea1fcd4433629ff0628b6e4165fe9dc7e'
-            'adc6169efcb42cbdb67c117c81a88ec8a4314a8ef7744414b6bd5ea5f3fbf004')
-
-prepare(){
-  cd "$pkgname-$pkgver"
-  # fluidsynth2 patch: https://github.com/calf-studio-gear/calf/issues/202
-  patch -Np1 -i ../${pkgname}-fluidsynth2.patch
-  # replace check for lv2core: https://github.com/calf-studio-gear/calf/issues/220
-  sed -e 's/lv2core >= 6/lv2 >= 1.14/g' -i configure.ac
-  autoreconf -vfi
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr \
-              --with-lv2 \
-              --enable-experimental \
-              --enable-sse
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: calf/repos/community-x86_64/PKGBUILD (from rev 451741, calf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-16 00:05:15 UTC (rev 451742)
@@ -0,0 +1,37 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: David Runge <dave at sleepmap.de>
+# Contributor: Ray Rashif <schiv at archlinux.org>
+
+pkgname=calf
+pkgver=0.90.2
+pkgrel=1
+pkgdesc='LV2 plug-in suite and standalone Jack host'
+arch=('x86_64')
+url="https://calf-studio-gear.org"
+groups=('lv2-plugins' 'pro-audio')
+license=('LGPL')
+depends=('fftw' 'fluidsynth' 'gtk2')
+makedepends=('lv2')
+source=("https://calf-studio-gear.org/files/$pkgname-$pkgver.tar.gz")
+sha256sums=('f0e9d36990ece7ae6334166ced5a2e02bbd8bcd2aa2ecad0efce0b4e6790c42e')
+
+prepare(){
+  cd "$pkgname-$pkgver"
+  autoreconf -vfi
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+              --with-lv2 \
+              --enable-experimental \
+              --enable-sse
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list