[arch-commits] Commit in calf/repos/community-x86_64 (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Fri May 25 13:30:24 UTC 2018
Date: Friday, May 25, 2018 @ 13:30:23
Author: arodseth
Revision: 329353
archrelease: copy trunk to community-x86_64
Added:
calf/repos/community-x86_64/PKGBUILD
(from rev 329352, calf/trunk/PKGBUILD)
Deleted:
calf/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 59 ++++++++++++++++++++++++++++++-----------------------------
1 file changed, 30 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-25 13:30:14 UTC (rev 329352)
+++ PKGBUILD 2018-05-25 13:30:23 UTC (rev 329353)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Ray Rashif <schiv at archlinux.org>
-
-pkgname=calf
-pkgver=0.90.0
-pkgrel=1
-pkgdesc='LV2/DSSI/LADSPA plug-ins suite and standalone JACK host'
-arch=('x86_64' 'i686')
-url='https://calf-studio-gear.org/'
-license=('LGPL')
-depends=('dssi' 'fftw' 'fluidsynth' 'lash' 'libglade')
-makedepends=('ladspa' 'lv2')
-source=("https://calf-studio-gear.org/files/$pkgname-$pkgver.tar.gz")
-sha256sums=('2b32007c4769b0bcc9898c088d26562b1ab1d57a68130d0235e7d27da4d83236')
-
-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 329352, calf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-25 13:30:23 UTC (rev 329353)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Ray Rashif <schiv at archlinux.org>
+
+pkgname=calf
+pkgver=0.90.0
+pkgrel=2
+pkgdesc='LV2/DSSI/LADSPA plug-ins suite and standalone JACK host'
+arch=('x86_64')
+url='https://calf-studio-gear.org/'
+groups=('pro-audio')
+license=('LGPL')
+depends=('dssi' 'fftw' 'fluidsynth' 'lash' 'libglade')
+makedepends=('ladspa' 'lv2')
+source=("https://calf-studio-gear.org/files/$pkgname-$pkgver.tar.gz")
+sha256sums=('2b32007c4769b0bcc9898c088d26562b1ab1d57a68130d0235e7d27da4d83236')
+
+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