Date: Tuesday, March 21, 2023 @ 16:43:59
  Author: dvzrv
Revision: 1424999

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   95 +++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 56 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-21 16:43:36 UTC (rev 1424998)
+++ PKGBUILD    2023-03-21 16:43:59 UTC (rev 1424999)
@@ -1,39 +0,0 @@
-# Maintainer: Alexander F. Rødseth <[email protected]>
-# Contributor: David Runge <[email protected]>
-# Contributor: Ray Rashif <[email protected]>
-
-pkgname=calf
-pkgver=0.90.3
-pkgrel=5
-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
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  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 1424998, 
calf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-21 16:43:59 UTC (rev 1424999)
@@ -0,0 +1,56 @@
+# Maintainer: Alexander F. Rødseth <[email protected]>
+# Contributor: David Runge <[email protected]>
+# Contributor: Ray Rashif <[email protected]>
+
+pkgname=calf
+pkgver=0.90.3
+pkgrel=6
+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=(
+  cairo
+  expat
+  fluidsynth
+  gcc-libs
+  gdk-pixbuf2
+  glib2
+  glibc
+  gtk2
+  hicolor-icon-theme
+  jack
+)
+makedepends=(lv2)
+source=(https://calf-studio-gear.org/files/$pkgname-$pkgver.tar.gz)
+sha512sums=('a17be4f2e753c5426ff6995ebf4e88f1d4916629f624fcb576e09e5cafd56474fc8944d9defba31561a3476c55d78dd69189cedb11197a09cc3af6e59aa2a867')
+b2sums=('c34eebe4a80492f54f4af0ce136f489554959a0a605cd729a3138e368976aafb0fcf4827050aea6de3b276d1e6d5a67283eed88dd342aa8cf65ffcb3ff1cd86f')
+
+prepare(){
+  cd $pkgname-$pkgver
+  autoreconf -fiv
+}
+
+build() {
+  local configure_options=(
+    --enable-experimental
+    --enable-sse
+    --prefix=/usr
+    --with-lv2
+  )
+
+  cd $pkgname-$pkgver
+  ./configure "${configure_options[@]}"
+  # prevent libtool from overlinking
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  make DESTDIR="$pkgdir" install -C $pkgname-$pkgver
+  install -vDm 644 $pkgname-$pkgver/{AUTHORS,ChangeLog,README} -t 
"$pkgdir/usr/share/doc/$pkgname"
+}

Reply via email to