[arch-commits] Commit in amsynth/repos (8 files)

2016-01-30 Thread speps
Date: Saturday, January 30, 2016 @ 14:06:55
  Author: speps
Revision: 159547

archrelease: copy trunk to community-i686, community-x86_64

Added:
  amsynth/repos/community-i686/PKGBUILD
(from rev 159546, amsynth/trunk/PKGBUILD)
  amsynth/repos/community-i686/amsynth.install
(from rev 159546, amsynth/trunk/amsynth.install)
  amsynth/repos/community-x86_64/PKGBUILD
(from rev 159546, amsynth/trunk/PKGBUILD)
  amsynth/repos/community-x86_64/amsynth.install
(from rev 159546, amsynth/trunk/amsynth.install)
Deleted:
  amsynth/repos/community-i686/PKGBUILD
  amsynth/repos/community-i686/amsynth.install
  amsynth/repos/community-x86_64/PKGBUILD
  amsynth/repos/community-x86_64/amsynth.install

--+
 /PKGBUILD|   64 +
 /amsynth.install |   22 
 community-i686/PKGBUILD  |   32 --
 community-i686/amsynth.install   |   11 --
 community-x86_64/PKGBUILD|   32 --
 community-x86_64/amsynth.install |   11 --
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-30 13:06:41 UTC (rev 159546)
+++ community-i686/PKGBUILD 2016-01-30 13:06:55 UTC (rev 159547)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Alessio Biancalana 
-
-pkgname=amsynth
-pkgver=1.6.2
-pkgrel=2
-pkgdesc="Analogue Modeling SYNTHesizer"
-arch=('i686' 'x86_64')
-url="http://amsynth.github.io/;
-license=('GPL')
-groups=('dssi-plugins' 'lv2-plugins')
-depends=('gtkmm' 'jack' 'liblo' 'desktop-file-utils')
-makedepends=('dssi' 'ladspa')
-install="$pkgname.install"
-source=("https://github.com/amsynth/amsynth/releases/download/release-$pkgver/amsynth-$pkgver.tar.gz;)
-md5sums=('254c393675adb7ff2d9e1ee1dc0ba1b1')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # enable required C++11 support
-  export CXXFLAGS+=' -std=c++11'
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-}

Copied: amsynth/repos/community-i686/PKGBUILD (from rev 159546, 
amsynth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-30 13:06:55 UTC (rev 159547)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Alessio Biancalana 
+
+pkgname=amsynth
+pkgver=1.6.4
+pkgrel=1
+pkgdesc="Analogue Modeling SYNTHesizer"
+arch=('i686' 'x86_64')
+url="http://amsynth.github.io/;
+license=('GPL')
+groups=('dssi-plugins' 'lv2-plugins')
+depends=('gtkmm' 'jack' 'liblo' 'desktop-file-utils')
+makedepends=('dssi' 'ladspa')
+install="$pkgname.install"
+source=("https://github.com/amsynth/amsynth/releases/download/release-$pkgver/amsynth-$pkgver.tar.bz2;)
+md5sums=('35351ea2dcc01498eee472004e3adc10')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # enable required C++11 support
+  export CXXFLAGS+=' -std=c++11'
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/amsynth.install
===
--- community-i686/amsynth.install  2016-01-30 13:06:41 UTC (rev 159546)
+++ community-i686/amsynth.install  2016-01-30 13:06:55 UTC (rev 159547)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: amsynth/repos/community-i686/amsynth.install (from rev 159546, 
amsynth/trunk/amsynth.install)
===
--- community-i686/amsynth.install  (rev 0)
+++ community-i686/amsynth.install  2016-01-30 13:06:55 UTC (rev 159547)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-01-30 13:06:41 UTC (rev 159546)
+++ community-x86_64/PKGBUILD   2016-01-30 13:06:55 UTC (rev 159547)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Alessio Biancalana 
-
-pkgname=amsynth
-pkgver=1.6.2
-pkgrel=2
-pkgdesc="Analogue Modeling SYNTHesizer"
-arch=('i686' 'x86_64')
-url="http://amsynth.github.io/;
-license=('GPL')
-groups=('dssi-plugins' 'lv2-plugins')
-depends=('gtkmm' 'jack' 'liblo' 'desktop-file-utils')
-makedepends=('dssi' 'ladspa')
-install="$pkgname.install"
-source=("https://github.com/amsynth/amsynth/releases/download/release-$pkgver/amsynth-$pkgver.tar.gz;)
-md5sums=('254c393675adb7ff2d9e1ee1dc0ba1b1')
-
-build() {
-  cd $pkgname-$pkgver
-
- 

[arch-commits] Commit in amsynth/repos (8 files)

2015-10-26 Thread speps
Date: Monday, October 26, 2015 @ 20:53:19
  Author: speps
Revision: 145033

archrelease: copy trunk to community-i686, community-x86_64

Added:
  amsynth/repos/community-i686/PKGBUILD
(from rev 145032, amsynth/trunk/PKGBUILD)
  amsynth/repos/community-i686/amsynth.install
(from rev 145032, amsynth/trunk/amsynth.install)
  amsynth/repos/community-x86_64/PKGBUILD
(from rev 145032, amsynth/trunk/PKGBUILD)
  amsynth/repos/community-x86_64/amsynth.install
(from rev 145032, amsynth/trunk/amsynth.install)
Deleted:
  amsynth/repos/community-i686/PKGBUILD
  amsynth/repos/community-i686/amsynth.install
  amsynth/repos/community-x86_64/PKGBUILD
  amsynth/repos/community-x86_64/amsynth.install

--+
 /PKGBUILD|   64 +
 /amsynth.install |   22 
 community-i686/PKGBUILD  |   28 
 community-i686/amsynth.install   |   11 --
 community-x86_64/PKGBUILD|   28 
 community-x86_64/amsynth.install |   11 --
 6 files changed, 86 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-26 19:53:06 UTC (rev 145032)
+++ community-i686/PKGBUILD 2015-10-26 19:53:19 UTC (rev 145033)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Alessio Biancalana 
-
-pkgname=amsynth
-pkgver=1.5.1
-pkgrel=1
-pkgdesc="Analogue Modeling SYNTHesizer"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/$pkgname/;
-license=('GPL')
-groups=('dssi-plugins' 'lv2-plugins')
-depends=('gtkmm' 'jack' 'liblo' 'desktop-file-utils')
-makedepends=('dssi' 'ladspa')
-install="$pkgname.install"
-source=("https://github.com/nixxcode/amsynth/releases/download/release-$pkgver/amsynth-$pkgver.tar.gz;)
-md5sums=('6953aad660d3d5649310baf050423f64')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-}

Copied: amsynth/repos/community-i686/PKGBUILD (from rev 145032, 
amsynth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-26 19:53:19 UTC (rev 145033)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Alessio Biancalana 
+
+pkgname=amsynth
+pkgver=1.6.2
+pkgrel=1
+pkgdesc="Analogue Modeling SYNTHesizer"
+arch=('i686' 'x86_64')
+url="http://amsynth.github.io/;
+license=('GPL')
+groups=('dssi-plugins' 'lv2-plugins')
+depends=('gtkmm' 'jack' 'liblo' 'desktop-file-utils')
+makedepends=('dssi' 'ladspa')
+install="$pkgname.install"
+source=("https://github.com/amsynth/amsynth/releases/download/release-$pkgver/amsynth-$pkgver.tar.gz;)
+md5sums=('254c393675adb7ff2d9e1ee1dc0ba1b1')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # enable required C++11 support
+  export CXXFLAGS+=' -std=c++11'
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/amsynth.install
===
--- community-i686/amsynth.install  2015-10-26 19:53:06 UTC (rev 145032)
+++ community-i686/amsynth.install  2015-10-26 19:53:19 UTC (rev 145033)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: amsynth/repos/community-i686/amsynth.install (from rev 145032, 
amsynth/trunk/amsynth.install)
===
--- community-i686/amsynth.install  (rev 0)
+++ community-i686/amsynth.install  2015-10-26 19:53:19 UTC (rev 145033)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-26 19:53:06 UTC (rev 145032)
+++ community-x86_64/PKGBUILD   2015-10-26 19:53:19 UTC (rev 145033)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Alessio Biancalana 
-
-pkgname=amsynth
-pkgver=1.5.1
-pkgrel=1
-pkgdesc="Analogue Modeling SYNTHesizer"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/$pkgname/;
-license=('GPL')
-groups=('dssi-plugins' 'lv2-plugins')
-depends=('gtkmm' 'jack' 'liblo' 'desktop-file-utils')
-makedepends=('dssi' 'ladspa')
-install="$pkgname.install"
-source=("https://github.com/nixxcode/amsynth/releases/download/release-$pkgver/amsynth-$pkgver.tar.gz;)
-md5sums=('6953aad660d3d5649310baf050423f64')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd 

[arch-commits] Commit in amsynth/repos (8 files)

2014-08-27 Thread speps
Date: Wednesday, August 27, 2014 @ 14:45:50
  Author: speps
Revision: 117958

archrelease: copy trunk to community-i686, community-x86_64

Added:
  amsynth/repos/community-i686/PKGBUILD
(from rev 117957, amsynth/trunk/PKGBUILD)
  amsynth/repos/community-i686/amsynth.install
(from rev 117957, amsynth/trunk/amsynth.install)
  amsynth/repos/community-x86_64/PKGBUILD
(from rev 117957, amsynth/trunk/PKGBUILD)
  amsynth/repos/community-x86_64/amsynth.install
(from rev 117957, amsynth/trunk/amsynth.install)
Deleted:
  amsynth/repos/community-i686/PKGBUILD
  amsynth/repos/community-i686/amsynth.install
  amsynth/repos/community-x86_64/PKGBUILD
  amsynth/repos/community-x86_64/amsynth.install

--+
 /PKGBUILD|   56 +
 /amsynth.install |   22 ++
 community-i686/PKGBUILD  |   28 --
 community-i686/amsynth.install   |   11 ---
 community-x86_64/PKGBUILD|   28 --
 community-x86_64/amsynth.install |   11 ---
 6 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-27 12:45:37 UTC (rev 117957)
+++ community-i686/PKGBUILD 2014-08-27 12:45:50 UTC (rev 117958)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer : speps speps at aur dot archlinux dot org
-# Contributor: Alessio Biancalana dottorblas...@gmail.com
-
-pkgname=amsynth
-pkgver=1.4.2
-pkgrel=1
-pkgdesc=Analogue Modeling SYNTHesizer
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/$pkgname/;
-license=('GPL')
-groups=('dssi-plugins' 'lv2-plugins')
-depends=('gtkmm' 'jack' 'liblo' 'desktop-file-utils')
-makedepends=('dssi' 'ladspa')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/project/amsynthe/amsynth-$pkgver.tar.gz;)
-md5sums=('92aeadad41792e4dfedff5ab16a5cc5e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: amsynth/repos/community-i686/PKGBUILD (from rev 117957, 
amsynth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-27 12:45:50 UTC (rev 117958)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor: Alessio Biancalana dottorblas...@gmail.com
+
+pkgname=amsynth
+pkgver=1.5.1
+pkgrel=1
+pkgdesc=Analogue Modeling SYNTHesizer
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/$pkgname/;
+license=('GPL')
+groups=('dssi-plugins' 'lv2-plugins')
+depends=('gtkmm' 'jack' 'liblo' 'desktop-file-utils')
+makedepends=('dssi' 'ladspa')
+install=$pkgname.install
+source=(https://github.com/nixxcode/amsynth/releases/download/release-$pkgver/amsynth-$pkgver.tar.gz;)
+md5sums=('6953aad660d3d5649310baf050423f64')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-i686/amsynth.install
===
--- community-i686/amsynth.install  2014-08-27 12:45:37 UTC (rev 117957)
+++ community-i686/amsynth.install  2014-08-27 12:45:50 UTC (rev 117958)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: amsynth/repos/community-i686/amsynth.install (from rev 117957, 
amsynth/trunk/amsynth.install)
===
--- community-i686/amsynth.install  (rev 0)
+++ community-i686/amsynth.install  2014-08-27 12:45:50 UTC (rev 117958)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-27 12:45:37 UTC (rev 117957)
+++ community-x86_64/PKGBUILD   2014-08-27 12:45:50 UTC (rev 117958)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer : speps speps at aur dot archlinux dot org
-# Contributor: Alessio Biancalana dottorblas...@gmail.com
-
-pkgname=amsynth
-pkgver=1.4.2
-pkgrel=1
-pkgdesc=Analogue Modeling SYNTHesizer
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/$pkgname/;
-license=('GPL')
-groups=('dssi-plugins' 'lv2-plugins')
-depends=('gtkmm' 'jack' 'liblo' 'desktop-file-utils')
-makedepends=('dssi' 'ladspa')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/project/amsynthe/amsynth-$pkgver.tar.gz;)
-md5sums=('92aeadad41792e4dfedff5ab16a5cc5e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  

[arch-commits] Commit in amsynth/repos (8 files)

2014-05-05 Thread speps
Date: Monday, May 5, 2014 @ 13:28:10
  Author: speps
Revision: 110712

archrelease: copy trunk to community-i686, community-x86_64

Added:
  amsynth/repos/community-i686/PKGBUILD
(from rev 110711, amsynth/trunk/PKGBUILD)
  amsynth/repos/community-i686/amsynth.install
(from rev 110711, amsynth/trunk/amsynth.install)
  amsynth/repos/community-x86_64/PKGBUILD
(from rev 110711, amsynth/trunk/PKGBUILD)
  amsynth/repos/community-x86_64/amsynth.install
(from rev 110711, amsynth/trunk/amsynth.install)
Deleted:
  amsynth/repos/community-i686/PKGBUILD
  amsynth/repos/community-i686/amsynth.install
  amsynth/repos/community-x86_64/PKGBUILD
  amsynth/repos/community-x86_64/amsynth.install

--+
 /PKGBUILD|   56 +
 /amsynth.install |   22 ++
 community-i686/PKGBUILD  |   27 -
 community-i686/amsynth.install   |   11 ---
 community-x86_64/PKGBUILD|   27 -
 community-x86_64/amsynth.install |   11 ---
 6 files changed, 78 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-05 11:27:54 UTC (rev 110711)
+++ community-i686/PKGBUILD 2014-05-05 11:28:10 UTC (rev 110712)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer : speps speps at aur dot archlinux dot org
-# Contributor: Alessio Biancalana dottorblas...@gmail.com
-
-pkgname=amsynth
-pkgver=1.4.1
-pkgrel=1
-pkgdesc=Analogue Modeling SYNTHesizer
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/$pkgname/;
-license=('GPL')
-depends=('gtkmm' 'jack' 'liblo' 'desktop-file-utils')
-makedepends=('dssi' 'ladspa')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/project/amsynthe/amsynth-$pkgver.tar.gz;)
-md5sums=('ea3815142cf2000572f40c64b21fd982')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: amsynth/repos/community-i686/PKGBUILD (from rev 110711, 
amsynth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-05 11:28:10 UTC (rev 110712)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor: Alessio Biancalana dottorblas...@gmail.com
+
+pkgname=amsynth
+pkgver=1.4.2
+pkgrel=1
+pkgdesc=Analogue Modeling SYNTHesizer
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/$pkgname/;
+license=('GPL')
+groups=('dssi-plugins' 'lv2-plugins')
+depends=('gtkmm' 'jack' 'liblo' 'desktop-file-utils')
+makedepends=('dssi' 'ladspa')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/project/amsynthe/amsynth-$pkgver.tar.gz;)
+md5sums=('92aeadad41792e4dfedff5ab16a5cc5e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-i686/amsynth.install
===
--- community-i686/amsynth.install  2014-05-05 11:27:54 UTC (rev 110711)
+++ community-i686/amsynth.install  2014-05-05 11:28:10 UTC (rev 110712)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: amsynth/repos/community-i686/amsynth.install (from rev 110711, 
amsynth/trunk/amsynth.install)
===
--- community-i686/amsynth.install  (rev 0)
+++ community-i686/amsynth.install  2014-05-05 11:28:10 UTC (rev 110712)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-05 11:27:54 UTC (rev 110711)
+++ community-x86_64/PKGBUILD   2014-05-05 11:28:10 UTC (rev 110712)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer : speps speps at aur dot archlinux dot org
-# Contributor: Alessio Biancalana dottorblas...@gmail.com
-
-pkgname=amsynth
-pkgver=1.4.1
-pkgrel=1
-pkgdesc=Analogue Modeling SYNTHesizer
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/$pkgname/;
-license=('GPL')
-depends=('gtkmm' 'jack' 'liblo' 'desktop-file-utils')
-makedepends=('dssi' 'ladspa')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/project/amsynthe/amsynth-$pkgver.tar.gz;)
-md5sums=('ea3815142cf2000572f40c64b21fd982')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: amsynth/repos/community-x86_64/PKGBUILD (from rev 110711,