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

Balló György bgyorgy at archlinux.org
Sat Sep 15 07:24:16 UTC 2018


    Date: Saturday, September 15, 2018 @ 07:24:15
  Author: bgyorgy
Revision: 381265

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   59 +++++++++++++++++++++++++++++------------------------------
 1 file changed, 29 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-15 07:24:07 UTC (rev 381264)
+++ PKGBUILD	2018-09-15 07:24:15 UTC (rev 381265)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Ray Rashif <schiv at archlinux.org>
-
-pkgname=calf
-pkgver=0.90.1
-pkgrel=1
-pkgdesc='LV2/DSSI/LADSPA plug-ins suite and standalone JACK host'
-arch=('x86_64')
-url='https://calf-studio-gear.org/'
-groups=('lv2-plugins' 'pro-audio')
-license=('LGPL')
-depends=('dssi' 'fftw' 'fluidsynth' 'libglade')
-makedepends=('ladspa' 'lv2')
-source=("https://calf-studio-gear.org/files/$pkgname-$pkgver.tar.gz")
-sha256sums=('eb3ac2e48952cf68b2d87151ce4cf58ea1fcd4433629ff0628b6e4165fe9dc7e')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure	--prefix=/usr --enable-experimental --enable-sse
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# getver: raw.githubusercontent.com/calf-studio-gear/calf/master/configure.ac
-# vim: ts=2 sw=2 et:

Copied: calf/repos/community-x86_64/PKGBUILD (from rev 381264, calf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-15 07:24:15 UTC (rev 381265)
@@ -0,0 +1,29 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Ray Rashif <schiv at archlinux.org>
+
+pkgname=calf
+pkgver=0.90.1
+pkgrel=2
+pkgdesc='LV2/DSSI/LADSPA plug-ins suite and standalone JACK host'
+arch=('x86_64')
+url='https://calf-studio-gear.org/'
+groups=('lv2-plugins' 'pro-audio')
+license=('LGPL')
+depends=('dssi' 'fftw' 'fluidsynth' 'gtk2')
+makedepends=('ladspa' 'lv2')
+source=("https://calf-studio-gear.org/files/$pkgname-$pkgver.tar.gz")
+sha256sums=('eb3ac2e48952cf68b2d87151ce4cf58ea1fcd4433629ff0628b6e4165fe9dc7e')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure	--prefix=/usr --enable-experimental --enable-sse
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# getver: raw.githubusercontent.com/calf-studio-gear/calf/master/configure.ac
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list