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

speps speps at archlinux.org
Thu Dec 29 12:49:05 UTC 2016


    Date: Thursday, December 29, 2016 @ 12:49:05
  Author: speps
Revision: 203273

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

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

---------------------------+
 /PKGBUILD                 |   62 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   31 ----------------------
 community-x86_64/PKGBUILD |   31 ----------------------
 3 files changed, 62 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-12-29 12:48:46 UTC (rev 203272)
+++ community-i686/PKGBUILD	2016-12-29 12:49:05 UTC (rev 203273)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : speps <speps at aur dot archlinux dot org>
-# Contributor: Alessio Biancalana <dottorblaster at gmail.com>
-
-pkgname=amsynth
-pkgver=1.6.4
-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')
-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
-}

Copied: amsynth/repos/community-i686/PKGBUILD (from rev 203272, amsynth/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-12-29 12:49:05 UTC (rev 203273)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+# Contributor: Alessio Biancalana <dottorblaster at gmail.com>
+
+pkgname=amsynth
+pkgver=1.7.0
+pkgrel=1
+pkgdesc="Analogue Modeling SYNTHesizer"
+arch=('i686' 'x86_64')
+url="https://amsynth.github.io/"
+license=('GPL')
+groups=('dssi-plugins' 'lv2-plugins')
+depends=('gtkmm' 'jack' 'liblo')
+makedepends=('dssi' 'ladspa' 'intltool')
+source=("https://github.com/amsynth/amsynth/releases/download/release-$pkgver/amsynth-$pkgver.tar.bz2")
+md5sums=('4856f582caed59fca79dfe3ca4597938')
+
+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-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-12-29 12:48:46 UTC (rev 203272)
+++ community-x86_64/PKGBUILD	2016-12-29 12:49:05 UTC (rev 203273)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : speps <speps at aur dot archlinux dot org>
-# Contributor: Alessio Biancalana <dottorblaster at gmail.com>
-
-pkgname=amsynth
-pkgver=1.6.4
-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')
-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
-}

Copied: amsynth/repos/community-x86_64/PKGBUILD (from rev 203272, amsynth/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-12-29 12:49:05 UTC (rev 203273)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+# Contributor: Alessio Biancalana <dottorblaster at gmail.com>
+
+pkgname=amsynth
+pkgver=1.7.0
+pkgrel=1
+pkgdesc="Analogue Modeling SYNTHesizer"
+arch=('i686' 'x86_64')
+url="https://amsynth.github.io/"
+license=('GPL')
+groups=('dssi-plugins' 'lv2-plugins')
+depends=('gtkmm' 'jack' 'liblo')
+makedepends=('dssi' 'ladspa' 'intltool')
+source=("https://github.com/amsynth/amsynth/releases/download/release-$pkgver/amsynth-$pkgver.tar.bz2")
+md5sums=('4856f582caed59fca79dfe3ca4597938')
+
+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
+}



More information about the arch-commits mailing list