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

Antonio Rojas arojas at archlinux.org
Sun Aug 7 11:31:30 UTC 2016


    Date: Sunday, August 7, 2016 @ 11:31:29
  Author: arojas
Revision: 185856

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

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

------------------------------+
 /PKGBUILD                    |  122 +++++++++++++++++++++++++++++++++++++++++
 /ams.desktop                 |   18 ++++++
 community-i686/PKGBUILD      |   61 --------------------
 community-i686/ams.desktop   |    9 ---
 community-i686/ams.install   |   11 ---
 community-x86_64/PKGBUILD    |   61 --------------------
 community-x86_64/ams.desktop |    9 ---
 community-x86_64/ams.install |   11 ---
 8 files changed, 140 insertions(+), 162 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-08-07 11:30:59 UTC (rev 185855)
+++ community-i686/PKGBUILD	2016-08-07 11:31:29 UTC (rev 185856)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer : speps <speps at aur dot archlinux dot org>
-
-pkgname=ams
-pkgver=2.1.1
-pkgrel=2
-pkgdesc="A realtime modular synthesizer and effect processor"
-arch=('i686' 'x86_64')
-url="http://alsamodular.sourceforge.net/"
-license=('GPL')
-depends=('qt4' 'fftw' 'jack' 'ladspa' 'liblo' 'zita-alsa-pcmi')
-optdepends=('amb-plugins: ambisonic plugins'
-            'mcp-plugins: phaser, chorus and moog vcf plugins'
-            'rev-plugins: zita-rev1 based 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'
-            'g2reverb: greverb based 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/alsamodular/alsamodular/$pkgver/$pkgname-$pkgver.tar.bz2"
-        "$pkgname.desktop" "$pkgname.png")
-md5sums=('3255bce2d3c1a7e0aad07496001b7cc9'
-         'ffa277cffd52254f0297cbc2f200767e'
-         '0349171d5431f1c6e56085f080eb8c68')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # strip unwanted optimization flags
-  sed -i '/AMS_OPT_CXXFLAGS=/d' configure
-
-  # fix libs concat
-  sed -e 's/LIBS+=\$LIBSsave/LIBS="$LIBS $LIBSsave"/' \
-      -e 's/CFLAGS+=\$CFLAGSsave/CFLAGS="$CFLAGS $CFLAGSsave"/' \
-      -i configure
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $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/PKGBUILD (from rev 185855, ams/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-08-07 11:31:29 UTC (rev 185856)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+
+pkgname=ams
+pkgver=2.1.2
+pkgrel=1
+pkgdesc="A realtime modular synthesizer and effect processor"
+arch=('i686' 'x86_64')
+url="http://alsamodular.sourceforge.net/"
+license=('GPL')
+depends=('qt4' 'fftw' 'jack' 'ladspa' 'liblo' 'zita-alsa-pcmi')
+optdepends=('amb-plugins: ambisonic plugins'
+            'mcp-plugins: phaser, chorus and moog vcf plugins'
+            'rev-plugins: zita-rev1 based 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'
+            'g2reverb: greverb based plugins'
+            'cmt: Computer Music Toolkit plugins'
+            'blop: bandlimited oscillator plugins'
+            'pvoc: phase-vocoding plugins'
+            'caps: the C* audio plugins')
+source=("http://downloads.sourceforge.net/project/alsamodular/alsamodular/$pkgver/$pkgname-$pkgver.tar.bz2"
+        "$pkgname.desktop" "$pkgname.png")
+md5sums=('dfab2bb64da98558273c46675ea9a43f'
+         'ffa277cffd52254f0297cbc2f200767e'
+         '0349171d5431f1c6e56085f080eb8c68')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # strip unwanted optimization flags
+  sed -i '/AMS_OPT_CXXFLAGS=/d' configure
+
+  # fix libs concat
+  sed -e 's/LIBS+=\$LIBSsave/LIBS="$LIBS $LIBSsave"/' \
+      -e 's/CFLAGS+=\$CFLAGSsave/CFLAGS="$CFLAGS $CFLAGSsave"/' \
+      -i configure
+}
+
+build() {
+  cd $pkgname-$pkgver
+  export CXXFLAGS+=" -std=gnu++98"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $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"
+}

Deleted: community-i686/ams.desktop
===================================================================
--- community-i686/ams.desktop	2016-08-07 11:30:59 UTC (rev 185855)
+++ community-i686/ams.desktop	2016-08-07 11:31:29 UTC (rev 185856)
@@ -1,9 +0,0 @@
-[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.desktop (from rev 185855, ams/trunk/ams.desktop)
===================================================================
--- community-i686/ams.desktop	                        (rev 0)
+++ community-i686/ams.desktop	2016-08-07 11:31:29 UTC (rev 185856)
@@ -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

Deleted: community-i686/ams.install
===================================================================
--- community-i686/ams.install	2016-08-07 11:30:59 UTC (rev 185855)
+++ community-i686/ams.install	2016-08-07 11:31:29 UTC (rev 185856)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Deleted: community-i686/ams.png
===================================================================
(Binary files differ)

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

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-08-07 11:30:59 UTC (rev 185855)
+++ community-x86_64/PKGBUILD	2016-08-07 11:31:29 UTC (rev 185856)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer : speps <speps at aur dot archlinux dot org>
-
-pkgname=ams
-pkgver=2.1.1
-pkgrel=2
-pkgdesc="A realtime modular synthesizer and effect processor"
-arch=('i686' 'x86_64')
-url="http://alsamodular.sourceforge.net/"
-license=('GPL')
-depends=('qt4' 'fftw' 'jack' 'ladspa' 'liblo' 'zita-alsa-pcmi')
-optdepends=('amb-plugins: ambisonic plugins'
-            'mcp-plugins: phaser, chorus and moog vcf plugins'
-            'rev-plugins: zita-rev1 based 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'
-            'g2reverb: greverb based 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/alsamodular/alsamodular/$pkgver/$pkgname-$pkgver.tar.bz2"
-        "$pkgname.desktop" "$pkgname.png")
-md5sums=('3255bce2d3c1a7e0aad07496001b7cc9'
-         'ffa277cffd52254f0297cbc2f200767e'
-         '0349171d5431f1c6e56085f080eb8c68')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # strip unwanted optimization flags
-  sed -i '/AMS_OPT_CXXFLAGS=/d' configure
-
-  # fix libs concat
-  sed -e 's/LIBS+=\$LIBSsave/LIBS="$LIBS $LIBSsave"/' \
-      -e 's/CFLAGS+=\$CFLAGSsave/CFLAGS="$CFLAGS $CFLAGSsave"/' \
-      -i configure
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $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/PKGBUILD (from rev 185855, ams/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-08-07 11:31:29 UTC (rev 185856)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+
+pkgname=ams
+pkgver=2.1.2
+pkgrel=1
+pkgdesc="A realtime modular synthesizer and effect processor"
+arch=('i686' 'x86_64')
+url="http://alsamodular.sourceforge.net/"
+license=('GPL')
+depends=('qt4' 'fftw' 'jack' 'ladspa' 'liblo' 'zita-alsa-pcmi')
+optdepends=('amb-plugins: ambisonic plugins'
+            'mcp-plugins: phaser, chorus and moog vcf plugins'
+            'rev-plugins: zita-rev1 based 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'
+            'g2reverb: greverb based plugins'
+            'cmt: Computer Music Toolkit plugins'
+            'blop: bandlimited oscillator plugins'
+            'pvoc: phase-vocoding plugins'
+            'caps: the C* audio plugins')
+source=("http://downloads.sourceforge.net/project/alsamodular/alsamodular/$pkgver/$pkgname-$pkgver.tar.bz2"
+        "$pkgname.desktop" "$pkgname.png")
+md5sums=('dfab2bb64da98558273c46675ea9a43f'
+         'ffa277cffd52254f0297cbc2f200767e'
+         '0349171d5431f1c6e56085f080eb8c68')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # strip unwanted optimization flags
+  sed -i '/AMS_OPT_CXXFLAGS=/d' configure
+
+  # fix libs concat
+  sed -e 's/LIBS+=\$LIBSsave/LIBS="$LIBS $LIBSsave"/' \
+      -e 's/CFLAGS+=\$CFLAGSsave/CFLAGS="$CFLAGS $CFLAGSsave"/' \
+      -i configure
+}
+
+build() {
+  cd $pkgname-$pkgver
+  export CXXFLAGS+=" -std=gnu++98"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $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"
+}

Deleted: community-x86_64/ams.desktop
===================================================================
--- community-x86_64/ams.desktop	2016-08-07 11:30:59 UTC (rev 185855)
+++ community-x86_64/ams.desktop	2016-08-07 11:31:29 UTC (rev 185856)
@@ -1,9 +0,0 @@
-[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.desktop (from rev 185855, ams/trunk/ams.desktop)
===================================================================
--- community-x86_64/ams.desktop	                        (rev 0)
+++ community-x86_64/ams.desktop	2016-08-07 11:31:29 UTC (rev 185856)
@@ -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

Deleted: community-x86_64/ams.install
===================================================================
--- community-x86_64/ams.install	2016-08-07 11:30:59 UTC (rev 185855)
+++ community-x86_64/ams.install	2016-08-07 11:31:29 UTC (rev 185856)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Deleted: community-x86_64/ams.png
===================================================================
(Binary files differ)

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



More information about the arch-commits mailing list