[arch-commits] Commit in calf/trunk (PKGBUILD)

2019-02-16 Thread David Runge via arch-commits
Date: Saturday, February 16, 2019 @ 20:42:59
  Author: dvzrv
Revision: 433818

upgpkg: calf 0.90.1-4

Rebuilding against fluidsynth > 2.0.0. Fixing issues with lv2 >= 1.16.0 
detection.

Modified:
  calf/trunk/PKGBUILD

--+
 PKGBUILD |   32 +++-
 1 file changed, 23 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-16 20:42:42 UTC (rev 433817)
+++ PKGBUILD2019-02-16 20:42:59 UTC (rev 433818)
@@ -1,29 +1,43 @@
 # Maintainer: Alexander F. Rødseth 
+# Contributor: David Runge 
 # Contributor: Ray Rashif 
 
 pkgname=calf
 pkgver=0.90.1
-pkgrel=3
+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=('dssi' 'fftw' 'fluidsynth' 'gtk2')
-makedepends=('ladspa' 'lv2')
-source=("https://calf-studio-gear.org/files/$pkgname-$pkgver.tar.gz";)
-sha256sums=('eb3ac2e48952cf68b2d87151ce4cf58ea1fcd4433629ff0628b6e4165fe9dc7e')
+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 --enable-experimental --enable-sse
+  ./configure --prefix=/usr \
+  --with-lv2 \
+  --enable-experimental \
+  --enable-sse
   make
 }
 
 package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
 }
 
-# getver: raw.githubusercontent.com/calf-studio-gear/calf/master/configure.ac
 # vim: ts=2 sw=2 et:


[arch-commits] Commit in calf/trunk (PKGBUILD)

2019-07-18 Thread David Runge via arch-commits
Date: Thursday, July 18, 2019 @ 08:19:30
  Author: dvzrv
Revision: 491037

upgpkg: calf 0.90.3-1

Upgrading to 0.90.3. Adding docs. Changing to correct license (LGPL2.1).

Modified:
  calf/trunk/PKGBUILD

--+
 PKGBUILD |8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-18 07:42:37 UTC (rev 491036)
+++ PKGBUILD2019-07-18 08:19:30 UTC (rev 491037)
@@ -3,17 +3,17 @@
 # Contributor: Ray Rashif 
 
 pkgname=calf
-pkgver=0.90.2
+pkgver=0.90.3
 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')
+license=('LGPL2.1')
 depends=('fftw' 'fluidsynth' 'gtk2')
 makedepends=('lv2')
 source=("https://calf-studio-gear.org/files/$pkgname-$pkgver.tar.gz";)
-sha256sums=('f0e9d36990ece7ae6334166ced5a2e02bbd8bcd2aa2ecad0efce0b4e6790c42e')
+sha256sums=('e32bc23fb68f88729bdef361614fd9ac38627c774c35cd3c4eb611fca887a49f')
 
 prepare(){
   cd "$pkgname-$pkgver"
@@ -32,6 +32,8 @@
 package() {
   cd "$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
+  install -vDm 644 {AUTHORS,ChangeLog,README} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
 }
 
 # vim: ts=2 sw=2 et:


[arch-commits] Commit in calf/trunk (PKGBUILD)

2019-04-15 Thread David Runge via arch-commits
Date: Tuesday, April 16, 2019 @ 00:01:24
  Author: dvzrv
Revision: 451741

upgpkg: calf 0.90.2-1

Upgrading to 0.90.2. Dropping all unneeded patches and fixes for fluidsynth and 
lv2.

Modified:
  calf/trunk/PKGBUILD

--+
 PKGBUILD |   18 ++
 1 file changed, 6 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-15 23:14:35 UTC (rev 451740)
+++ PKGBUILD2019-04-16 00:01:24 UTC (rev 451741)
@@ -3,26 +3,20 @@
 # Contributor: Ray Rashif 
 
 pkgname=calf
-pkgver=0.90.1
-pkgrel=4
-pkgdesc='LV2/DSSI/LADSPA plug-in suite and standalone Jack host'
+pkgver=0.90.2
+pkgrel=1
+pkgdesc='LV2 plug-in suite and standalone Jack host'
 arch=('x86_64')
-url='https://calf-studio-gear.org/'
+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')
+source=("https://calf-studio-gear.org/files/$pkgname-$pkgver.tar.gz";)
+sha256sums=('f0e9d36990ece7ae6334166ced5a2e02bbd8bcd2aa2ecad0efce0b4e6790c42e')
 
 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
 }
 


[arch-commits] Commit in calf/trunk (PKGBUILD)

2020-07-07 Thread Felix Yan via arch-commits
Date: Tuesday, July 7, 2020 @ 12:51:31
  Author: felixonmars
Revision: 658251

upgpkg: calf 0.90.3-2: reproducibility rebuild

Modified:
  calf/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 12:51:30 UTC (rev 658250)
+++ PKGBUILD2020-07-07 12:51:31 UTC (rev 658251)
@@ -4,7 +4,7 @@
 
 pkgname=calf
 pkgver=0.90.3
-pkgrel=1
+pkgrel=2
 pkgdesc='LV2 plug-in suite and standalone Jack host'
 arch=('x86_64')
 url="https://calf-studio-gear.org";


[arch-commits] Commit in calf/trunk (PKGBUILD)

2020-12-22 Thread Alexander Rødseth via arch-commits
Date: Tuesday, December 22, 2020 @ 14:35:20
  Author: arodseth
Revision: 782009

Use GTK3

Tested in Ardour

Modified:
  calf/trunk/PKGBUILD

--+
 PKGBUILD |   31 +++
 1 file changed, 15 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-22 14:19:15 UTC (rev 782008)
+++ PKGBUILD2020-12-22 14:35:20 UTC (rev 782009)
@@ -4,36 +4,35 @@
 
 pkgname=calf
 pkgver=0.90.3
-pkgrel=2
+pkgrel=3
 pkgdesc='LV2 plug-in suite and standalone Jack host'
-arch=('x86_64')
+arch=(x86_64)
 url="https://calf-studio-gear.org";
-groups=('lv2-plugins' 'pro-audio')
-license=('LGPL2.1')
-depends=('fftw' 'fluidsynth' 'gtk2')
-makedepends=('lv2')
+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"
+  cd $pkgname-$pkgver
   autoreconf -vfi
 }
 
 build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr \
-  --with-lv2 \
-  --enable-experimental \
-  --enable-sse
+  cd $pkgname-$pkgver
+  ./configure \
+--enable-experimental \
+--enable-sse \
+--prefix=/usr \
+--with-lv2
   make
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
   install -vDm 644 {AUTHORS,ChangeLog,README} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
+-t "$pkgdir/usr/share/doc/$pkgname"
 }
-
-# vim: ts=2 sw=2 et:


[arch-commits] Commit in calf/trunk (PKGBUILD)

2020-12-25 Thread Alexander Rødseth via arch-commits
Date: Friday, December 25, 2020 @ 09:38:23
  Author: arodseth
Revision: 789935

gtk2 is required for the calfjackhost executable

Modified:
  calf/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-25 09:38:15 UTC (rev 789934)
+++ PKGBUILD2020-12-25 09:38:23 UTC (rev 789935)
@@ -4,13 +4,13 @@
 
 pkgname=calf
 pkgver=0.90.3
-pkgrel=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 gtk3)
+depends=(fftw fluidsynth gtk2)
 makedepends=(lv2)
 source=("https://calf-studio-gear.org/files/$pkgname-$pkgver.tar.gz";)
 sha256sums=('e32bc23fb68f88729bdef361614fd9ac38627c774c35cd3c4eb611fca887a49f')


[arch-commits] Commit in calf/trunk (PKGBUILD)

2015-04-11 Thread Alexander Rødseth
Date: Sunday, April 12, 2015 @ 01:25:27
  Author: arodseth
Revision: 131198

upgpkg: calf 0.0.60-1

Modified:
  calf/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-11 22:35:15 UTC (rev 131197)
+++ PKGBUILD2015-04-11 23:25:27 UTC (rev 131198)
@@ -3,8 +3,8 @@
 # Contributor: Ray Rashif 
 
 pkgname=calf
-pkgver=0.0.19
-pkgrel=4
+pkgver=0.0.60
+pkgrel=1
 pkgdesc='LV2/DSSI/LADSPA plug-ins suite and standalone JACK host'
 arch=('x86_64' 'i686')
 url='http://calf.sf.net/'
@@ -13,17 +13,17 @@
 makedepends=('lv2core' 'ladspa' 'dssi')
 source=("http://downloads.sf.net/$pkgname/$pkgname-$pkgver.tar.gz";)
 install=calf.install
-sha256sums=('1106e7e27bcd18d47fc58c952a4dbf6c7a763272e13b2b94cee6f1b2fb922cec')
+sha256sums=('a9e7156740b71b31b5c81730b57c56b9ed03bf3eff98938b3a416c09c0e32e05')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd "$pkgname-$pkgver"
+
   ./configure  --prefix=/usr --enable-experimental --enable-sse
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
 }
 
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in calf/trunk (PKGBUILD)

2015-04-29 Thread Ray Rashif
Date: Wednesday, April 29, 2015 @ 22:08:00
  Author: schiv
Revision: 132526

calf: rename dep lv2core to lv2

Modified:
  calf/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-29 19:54:57 UTC (rev 132525)
+++ PKGBUILD2015-04-29 20:08:00 UTC (rev 132526)
@@ -10,7 +10,7 @@
 url='http://calf.sf.net/'
 license=('LGPL')
 depends=('libglade' 'fftw' 'lash' 'dssi' 'fluidsynth' 'hicolor-icon-theme' 
'desktop-file-utils')
-makedepends=('lv2core' 'ladspa' 'dssi')
+makedepends=('lv2' 'ladspa' 'dssi')
 source=("http://downloads.sf.net/$pkgname/$pkgname-$pkgver.tar.gz";)
 install=calf.install
 sha256sums=('a9e7156740b71b31b5c81730b57c56b9ed03bf3eff98938b3a416c09c0e32e05')


[arch-commits] Commit in calf/trunk (PKGBUILD)

2014-07-03 Thread Felix Yan
Date: Friday, July 4, 2014 @ 07:32:56
  Author: fyan
Revision: 114781

upgpkg: calf 0.0.19-4

mtree rebuild

Modified:
  calf/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 03:59:18 UTC (rev 114780)
+++ PKGBUILD2014-07-04 05:32:56 UTC (rev 114781)
@@ -4,7 +4,7 @@
 
 pkgname=calf
 pkgver=0.0.19
-pkgrel=3
+pkgrel=4
 pkgdesc='LV2/DSSI/LADSPA plug-ins suite and standalone JACK host'
 arch=('x86_64' 'i686')
 url='http://calf.sf.net/'



[arch-commits] Commit in calf/trunk (PKGBUILD)

2016-02-07 Thread Alexander Rødseth
Date: Sunday, February 7, 2016 @ 22:08:05
  Author: arodseth
Revision: 160536

upgpkg: calf 0.0.60-3

Modified:
  calf/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-07 18:27:17 UTC (rev 160535)
+++ PKGBUILD2016-02-07 21:08:05 UTC (rev 160536)
@@ -1,13 +1,13 @@
 # $Id$
-# Maintainer: Alexander Rødseth 
+# Maintainer: Alexander F Rødseth 
 # Contributor: Ray Rashif 
 
 pkgname=calf
 pkgver=0.0.60
-pkgrel=2
+pkgrel=3
 pkgdesc='LV2/DSSI/LADSPA plug-ins suite and standalone JACK host'
 arch=('x86_64' 'i686')
-url='http://calf.sf.net/'
+url='http://calf-studio-gear.org/'
 license=('LGPL')
 depends=('libglade' 'fftw' 'lash' 'dssi' 'fluidsynth' 'hicolor-icon-theme' 
'desktop-file-utils')
 makedepends=('lv2' 'ladspa' 'dssi')
@@ -26,4 +26,5 @@
   make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
 }
 
+# getver: raw.githubusercontent.com/calf-studio-gear/calf/master/configure.ac
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in calf/trunk (PKGBUILD)

2015-12-07 Thread Felix Yan
Date: Monday, December 7, 2015 @ 09:52:41
  Author: fyan
Revision: 149772

fix sources

Modified:
  calf/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 08:52:15 UTC (rev 149771)
+++ PKGBUILD2015-12-07 08:52:41 UTC (rev 149772)
@@ -11,7 +11,7 @@
 license=('LGPL')
 depends=('libglade' 'fftw' 'lash' 'dssi' 'fluidsynth' 'hicolor-icon-theme' 
'desktop-file-utils')
 makedepends=('lv2' 'ladspa' 'dssi')
-source=("http://downloads.sf.net/$pkgname/$pkgname-$pkgver.tar.gz";)
+source=("http://calf-studio-gear.org/files/$pkgname-$pkgver.tar.gz";)
 install=calf.install
 sha256sums=('a9e7156740b71b31b5c81730b57c56b9ed03bf3eff98938b3a416c09c0e32e05')
 


[arch-commits] Commit in calf/trunk (PKGBUILD)

2015-12-07 Thread Evangelos Foutras
Date: Monday, December 7, 2015 @ 09:55:24
  Author: foutrelis
Revision: 149774

C++11 ABI rebuild

Modified:
  calf/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 08:53:15 UTC (rev 149773)
+++ PKGBUILD2015-12-07 08:55:24 UTC (rev 149774)
@@ -4,7 +4,7 @@
 
 pkgname=calf
 pkgver=0.0.60
-pkgrel=1
+pkgrel=2
 pkgdesc='LV2/DSSI/LADSPA plug-ins suite and standalone JACK host'
 arch=('x86_64' 'i686')
 url='http://calf.sf.net/'


[arch-commits] Commit in calf/trunk (PKGBUILD)

2017-11-06 Thread Alexander Rødseth
Date: Monday, November 6, 2017 @ 13:16:18
  Author: arodseth
Revision: 265527

upgpkg: calf 0.90.0-1

Modified:
  calf/trunk/PKGBUILD

--+
 PKGBUILD |   16 
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 11:43:56 UTC (rev 265526)
+++ PKGBUILD2017-11-06 13:16:18 UTC (rev 265527)
@@ -3,16 +3,16 @@
 # Contributor: Ray Rashif 
 
 pkgname=calf
-pkgver=0.0.60
-pkgrel=4
+pkgver=0.90.0
+pkgrel=1
 pkgdesc='LV2/DSSI/LADSPA plug-ins suite and standalone JACK host'
 arch=('x86_64' 'i686')
-url='http://calf-studio-gear.org/'
+url='https://calf-studio-gear.org/'
 license=('LGPL')
-depends=('libglade' 'fftw' 'lash' 'dssi' 'fluidsynth' 'hicolor-icon-theme' 
'desktop-file-utils')
-makedepends=('lv2' 'ladspa' 'dssi')
-source=("http://calf-studio-gear.org/files/$pkgname-$pkgver.tar.gz";)
-sha256sums=('a9e7156740b71b31b5c81730b57c56b9ed03bf3eff98938b3a416c09c0e32e05')
+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"
@@ -26,4 +26,4 @@
 }
 
 # getver: raw.githubusercontent.com/calf-studio-gear/calf/master/configure.ac
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in calf/trunk (PKGBUILD)

2018-09-15 Thread Balló György via arch-commits
Date: Saturday, September 15, 2018 @ 07:24:07
  Author: bgyorgy
Revision: 381264

upgpkg: calf 0.90.1-2

Remove unused libglade dependency

Modified:
  calf/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-15 07:23:36 UTC (rev 381263)
+++ PKGBUILD2018-09-15 07:24:07 UTC (rev 381264)
@@ -3,13 +3,13 @@
 
 pkgname=calf
 pkgver=0.90.1
-pkgrel=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' 'libglade')
+depends=('dssi' 'fftw' 'fluidsynth' 'gtk2')
 makedepends=('ladspa' 'lv2')
 source=("https://calf-studio-gear.org/files/$pkgname-$pkgver.tar.gz";)
 sha256sums=('eb3ac2e48952cf68b2d87151ce4cf58ea1fcd4433629ff0628b6e4165fe9dc7e')


[arch-commits] Commit in calf/trunk (PKGBUILD)

2018-10-01 Thread Alexander Rødseth via arch-commits
Date: Monday, October 1, 2018 @ 13:24:35
  Author: arodseth
Revision: 388846

upgpkg: calf 0.90.1-3

Modified:
  calf/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-01 13:17:37 UTC (rev 388845)
+++ PKGBUILD2018-10-01 13:24:35 UTC (rev 388846)
@@ -3,8 +3,8 @@
 
 pkgname=calf
 pkgver=0.90.1
-pkgrel=2
-pkgdesc='LV2/DSSI/LADSPA plug-ins suite and standalone JACK host'
+pkgrel=3
+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')


[arch-commits] Commit in calf/trunk (PKGBUILD)

2018-05-25 Thread Alexander Rødseth via arch-commits
Date: Friday, May 25, 2018 @ 13:30:14
  Author: arodseth
Revision: 329352

upgpkg: calf 0.90.0-2

Modified:
  calf/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-25 13:12:49 UTC (rev 329351)
+++ PKGBUILD2018-05-25 13:30:14 UTC (rev 329352)
@@ -4,10 +4,11 @@
 
 pkgname=calf
 pkgver=0.90.0
-pkgrel=1
+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')


[arch-commits] Commit in calf/trunk (PKGBUILD)

2018-07-22 Thread Alexander Rødseth via arch-commits
Date: Sunday, July 22, 2018 @ 16:44:34
  Author: arodseth
Revision: 362845

upgpkg: calf 0.90.1-1

Modified:
  calf/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-22 16:15:34 UTC (rev 362844)
+++ PKGBUILD2018-07-22 16:44:34 UTC (rev 362845)
@@ -3,17 +3,17 @@
 # Contributor: Ray Rashif 
 
 pkgname=calf
-pkgver=0.90.0
-pkgrel=3
+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=('pro-audio' 'lv2-plugins')
+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=('2b32007c4769b0bcc9898c088d26562b1ab1d57a68130d0235e7d27da4d83236')
+sha256sums=('eb3ac2e48952cf68b2d87151ce4cf58ea1fcd4433629ff0628b6e4165fe9dc7e')
 
 build() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in calf/trunk (PKGBUILD)

2018-06-06 Thread Alexander Rødseth via arch-commits
Date: Wednesday, June 6, 2018 @ 09:14:21
  Author: arodseth
Revision: 340982

upgpkg: calf 0.90.0-3

Modified:
  calf/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 09:12:18 UTC (rev 340981)
+++ PKGBUILD2018-06-06 09:14:21 UTC (rev 340982)
@@ -1,16 +1,16 @@
 # $Id$
-# Maintainer: Alexander F Rødseth 
+# Maintainer: Alexander F. Rødseth 
 # Contributor: Ray Rashif 
 
 pkgname=calf
 pkgver=0.90.0
-pkgrel=2
+pkgrel=3
 pkgdesc='LV2/DSSI/LADSPA plug-ins suite and standalone JACK host'
 arch=('x86_64')
 url='https://calf-studio-gear.org/'
-groups=('pro-audio')
+groups=('pro-audio' 'lv2-plugins')
 license=('LGPL')
-depends=('dssi' 'fftw' 'fluidsynth' 'lash' 'libglade')
+depends=('dssi' 'fftw' 'fluidsynth' 'libglade')
 makedepends=('ladspa' 'lv2')
 source=("https://calf-studio-gear.org/files/$pkgname-$pkgver.tar.gz";)
 sha256sums=('2b32007c4769b0bcc9898c088d26562b1ab1d57a68130d0235e7d27da4d83236')


[arch-commits] Commit in calf/trunk (PKGBUILD calf.install)

2016-04-30 Thread Alexander Rødseth
Date: Saturday, April 30, 2016 @ 13:08:16
  Author: arodseth
Revision: 173117

upgpkg: calf 0.0.60-4

Modified:
  calf/trunk/PKGBUILD
Deleted:
  calf/trunk/calf.install

--+
 PKGBUILD |3 +--
 calf.install |   14 --
 2 files changed, 1 insertion(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 10:35:48 UTC (rev 173116)
+++ PKGBUILD2016-04-30 11:08:16 UTC (rev 173117)
@@ -4,7 +4,7 @@
 
 pkgname=calf
 pkgver=0.0.60
-pkgrel=3
+pkgrel=4
 pkgdesc='LV2/DSSI/LADSPA plug-ins suite and standalone JACK host'
 arch=('x86_64' 'i686')
 url='http://calf-studio-gear.org/'
@@ -12,7 +12,6 @@
 depends=('libglade' 'fftw' 'lash' 'dssi' 'fluidsynth' 'hicolor-icon-theme' 
'desktop-file-utils')
 makedepends=('lv2' 'ladspa' 'dssi')
 source=("http://calf-studio-gear.org/files/$pkgname-$pkgver.tar.gz";)
-install=calf.install
 sha256sums=('a9e7156740b71b31b5c81730b57c56b9ed03bf3eff98938b3a416c09c0e32e05')
 
 build() {

Deleted: calf.install
===
--- calf.install2016-04-30 10:35:48 UTC (rev 173116)
+++ calf.install2016-04-30 11:08:16 UTC (rev 173117)
@@ -1,14 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-  update-desktop-database /usr/share/applications
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et: