[arch-commits] Commit in ams/repos (10 files)

speps speps at nymeria.archlinux.org
Tue Aug 13 04:13:57 UTC 2013


    Date: Tuesday, August 13, 2013 @ 06:13:57
  Author: speps
Revision: 95513

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

Added:
  ams/repos/community-i686/
  ams/repos/community-i686/PKGBUILD
    (from rev 95512, ams/trunk/PKGBUILD)
  ams/repos/community-i686/ams.desktop
    (from rev 95512, ams/trunk/ams.desktop)
  ams/repos/community-i686/ams.install
    (from rev 95512, ams/trunk/ams.install)
  ams/repos/community-i686/ams.png
    (from rev 95512, ams/trunk/ams.png)
  ams/repos/community-x86_64/
  ams/repos/community-x86_64/PKGBUILD
    (from rev 95512, ams/trunk/PKGBUILD)
  ams/repos/community-x86_64/ams.desktop
    (from rev 95512, ams/trunk/ams.desktop)
  ams/repos/community-x86_64/ams.install
    (from rev 95512, ams/trunk/ams.install)
  ams/repos/community-x86_64/ams.png
    (from rev 95512, ams/trunk/ams.png)

------------------------------+
 community-i686/PKGBUILD      |   60 +++++++++++++++++++++++++++++++++++++++++
 community-i686/ams.desktop   |    9 ++++++
 community-i686/ams.install   |   11 +++++++
 community-x86_64/PKGBUILD    |   60 +++++++++++++++++++++++++++++++++++++++++
 community-x86_64/ams.desktop |    9 ++++++
 community-x86_64/ams.install |   11 +++++++
 6 files changed, 160 insertions(+)

Copied: ams/repos/community-i686/PKGBUILD (from rev 95512, ams/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-08-13 04:13:57 UTC (rev 95513)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+
+_name=alsamodular
+pkgname=ams
+pkgver=2.0.1
+pkgrel=1
+pkgdesc="A realtime modular synthesizer and effect processor"
+arch=('i686' 'x86_64')
+url="http://alsamodular.sourceforge.net/"
+license=('GPL')
+depends=('qt4' 'clalsadrv' 'ladspa' 'jack')
+makedepends=('fftw')
+optdepends=('amb-plugins: ambisonic plugins'
+            'mcp-plugins: phaser, chorus and moog vcf plugins'
+            'rev-plugins: reverb plugins'
+            'swh-plugins: Steve Harris plugins'
+            'vco-plugins: oscillator plugins'
+            'fil-plugins: equaliser plugins'
+            'tap-plugins: toms audio plugins'
+            'wah-plugins: wah audio plugins'
+            'cmt: Computer Music Toolkit plugins'
+            'blop: bandlimited oscillator plugins'
+            'pvoc: phase-vocoding plugins'
+            'caps: the C* audio plugins')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/project/$_name/$_name/$pkgver/$pkgname-$pkgver.tar.bz2"
+        "$pkgname.desktop" "$pkgname.png")
+md5sums=('0d41bd5aac066aa98be45fd7ab12d35f'
+         'ffa277cffd52254f0297cbc2f200767e'
+         '0349171d5431f1c6e56085f080eb8c68')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # strip unwanted flags
+  sed -i 's/-m\(64\|arch=[a-z1-9]*\) *//' configure
+
+  # DSO link flag
+  export LIBS=" -ldl"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+
+  # desktop file
+  install -Dm644 ../$pkgname.desktop \
+    "$pkgdir/usr/share/applications/$pkgname.desktop"
+
+  # icon
+  install -Dm644 ../$pkgname.png \
+    "$pkgdir/usr/share/pixmaps/$pkgname.png"
+}

Copied: ams/repos/community-i686/ams.desktop (from rev 95512, ams/trunk/ams.desktop)
===================================================================
--- community-i686/ams.desktop	                        (rev 0)
+++ community-i686/ams.desktop	2013-08-13 04:13:57 UTC (rev 95513)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Type=Application
+Name=Alsa Modular Synth
+Comment=Realtime modular synthesizer and effect processor
+Exec=ams
+Icon=ams
+Terminal=false
+Categories=Application;AudioVideo;AudioVideo;Qt;X-Jack;X-Sound;
+StartupNotify=true
\ No newline at end of file

Copied: ams/repos/community-i686/ams.install (from rev 95512, ams/trunk/ams.install)
===================================================================
--- community-i686/ams.install	                        (rev 0)
+++ community-i686/ams.install	2013-08-13 04:13:57 UTC (rev 95513)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: ams/repos/community-i686/ams.png (from rev 95512, ams/trunk/ams.png)
===================================================================
(Binary files differ)

Copied: ams/repos/community-x86_64/PKGBUILD (from rev 95512, ams/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-08-13 04:13:57 UTC (rev 95513)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+
+_name=alsamodular
+pkgname=ams
+pkgver=2.0.1
+pkgrel=1
+pkgdesc="A realtime modular synthesizer and effect processor"
+arch=('i686' 'x86_64')
+url="http://alsamodular.sourceforge.net/"
+license=('GPL')
+depends=('qt4' 'clalsadrv' 'ladspa' 'jack')
+makedepends=('fftw')
+optdepends=('amb-plugins: ambisonic plugins'
+            'mcp-plugins: phaser, chorus and moog vcf plugins'
+            'rev-plugins: reverb plugins'
+            'swh-plugins: Steve Harris plugins'
+            'vco-plugins: oscillator plugins'
+            'fil-plugins: equaliser plugins'
+            'tap-plugins: toms audio plugins'
+            'wah-plugins: wah audio plugins'
+            'cmt: Computer Music Toolkit plugins'
+            'blop: bandlimited oscillator plugins'
+            'pvoc: phase-vocoding plugins'
+            'caps: the C* audio plugins')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/project/$_name/$_name/$pkgver/$pkgname-$pkgver.tar.bz2"
+        "$pkgname.desktop" "$pkgname.png")
+md5sums=('0d41bd5aac066aa98be45fd7ab12d35f'
+         'ffa277cffd52254f0297cbc2f200767e'
+         '0349171d5431f1c6e56085f080eb8c68')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # strip unwanted flags
+  sed -i 's/-m\(64\|arch=[a-z1-9]*\) *//' configure
+
+  # DSO link flag
+  export LIBS=" -ldl"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+
+  # desktop file
+  install -Dm644 ../$pkgname.desktop \
+    "$pkgdir/usr/share/applications/$pkgname.desktop"
+
+  # icon
+  install -Dm644 ../$pkgname.png \
+    "$pkgdir/usr/share/pixmaps/$pkgname.png"
+}

Copied: ams/repos/community-x86_64/ams.desktop (from rev 95512, ams/trunk/ams.desktop)
===================================================================
--- community-x86_64/ams.desktop	                        (rev 0)
+++ community-x86_64/ams.desktop	2013-08-13 04:13:57 UTC (rev 95513)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Type=Application
+Name=Alsa Modular Synth
+Comment=Realtime modular synthesizer and effect processor
+Exec=ams
+Icon=ams
+Terminal=false
+Categories=Application;AudioVideo;AudioVideo;Qt;X-Jack;X-Sound;
+StartupNotify=true
\ No newline at end of file

Copied: ams/repos/community-x86_64/ams.install (from rev 95512, ams/trunk/ams.install)
===================================================================
--- community-x86_64/ams.install	                        (rev 0)
+++ community-x86_64/ams.install	2013-08-13 04:13:57 UTC (rev 95513)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: ams/repos/community-x86_64/ams.png (from rev 95512, ams/trunk/ams.png)
===================================================================
(Binary files differ)




More information about the arch-commits mailing list