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

Allan McRae allan at archlinux.org
Mon Dec 7 14:57:28 UTC 2015


    Date: Monday, December 7, 2015 @ 15:57:28
  Author: allan
Revision: 149931

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

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

------------------------------------------+
 community-staging-i686/PKGBUILD          |   32 +++++++++++++++++++++++++++++
 community-staging-i686/amsynth.install   |   11 +++++++++
 community-staging-x86_64/PKGBUILD        |   32 +++++++++++++++++++++++++++++
 community-staging-x86_64/amsynth.install |   11 +++++++++
 4 files changed, 86 insertions(+)

Copied: amsynth/repos/community-staging-i686/PKGBUILD (from rev 149930, amsynth/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-07 14:57:28 UTC (rev 149931)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+# Contributor: Alessio Biancalana <dottorblaster at gmail.com>
+
+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-staging-i686/amsynth.install (from rev 149930, amsynth/trunk/amsynth.install)
===================================================================
--- community-staging-i686/amsynth.install	                        (rev 0)
+++ community-staging-i686/amsynth.install	2015-12-07 14:57:28 UTC (rev 149931)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: amsynth/repos/community-staging-x86_64/PKGBUILD (from rev 149930, amsynth/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-07 14:57:28 UTC (rev 149931)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+# Contributor: Alessio Biancalana <dottorblaster at gmail.com>
+
+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-staging-x86_64/amsynth.install (from rev 149930, amsynth/trunk/amsynth.install)
===================================================================
--- community-staging-x86_64/amsynth.install	                        (rev 0)
+++ community-staging-x86_64/amsynth.install	2015-12-07 14:57:28 UTC (rev 149931)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



More information about the arch-commits mailing list