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

Alexander Rødseth arodseth at archlinux.org
Fri Dec 25 09:38:29 UTC 2020


    Date: Friday, December 25, 2020 @ 09:38:28
  Author: arodseth
Revision: 789936

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-25 09:38:23 UTC (rev 789935)
+++ PKGBUILD	2020-12-25 09:38:28 UTC (rev 789936)
@@ -1,38 +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.3
-pkgrel=3
-pkgdesc='LV2 plug-in suite and standalone Jack host'
-arch=(x86_64)
-url="https://calf-studio-gear.org"
-groups=(lv2-plugins pro-audio)
-license=(LGPL2.1)
-depends=(fftw fluidsynth gtk3)
-makedepends=(lv2)
-source=("https://calf-studio-gear.org/files/$pkgname-$pkgver.tar.gz")
-sha256sums=('e32bc23fb68f88729bdef361614fd9ac38627c774c35cd3c4eb611fca887a49f')
-
-prepare(){
-  cd $pkgname-$pkgver
-  autoreconf -vfi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
-    --enable-experimental \
-    --enable-sse \
-    --prefix=/usr \
-    --with-lv2
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -vDm 644 {AUTHORS,ChangeLog,README} \
-    -t "$pkgdir/usr/share/doc/$pkgname"
-}

Copied: calf/repos/community-x86_64/PKGBUILD (from rev 789935, calf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-12-25 09:38:28 UTC (rev 789936)
@@ -0,0 +1,38 @@
+# 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.3
+pkgrel=4
+pkgdesc='LV2 plug-in suite and standalone Jack host'
+arch=(x86_64)
+url="https://calf-studio-gear.org"
+groups=(lv2-plugins pro-audio)
+license=(LGPL2.1)
+depends=(fftw fluidsynth gtk2)
+makedepends=(lv2)
+source=("https://calf-studio-gear.org/files/$pkgname-$pkgver.tar.gz")
+sha256sums=('e32bc23fb68f88729bdef361614fd9ac38627c774c35cd3c4eb611fca887a49f')
+
+prepare(){
+  cd $pkgname-$pkgver
+  autoreconf -vfi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+    --enable-experimental \
+    --enable-sse \
+    --prefix=/usr \
+    --with-lv2
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -vDm 644 {AUTHORS,ChangeLog,README} \
+    -t "$pkgdir/usr/share/doc/$pkgname"
+}



More information about the arch-commits mailing list