summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorGuest One <theguestone@gmail.com>2013-08-13 11:57:33 +0200
committerGuest One <theguestone@gmail.com>2013-08-13 11:57:33 +0200
commitb6414cff0939026d22320f031d5c76e28d44a1e6 (patch)
treef411c84e783acc5120d401ce5e71bfd8a0fa57e9 /pcr
parentea6c559e86923f7e09d924693ab47a18b7d6179f (diff)
downloadabslibre-b6414cff0939026d22320f031d5c76e28d44a1e6.tar.gz
abslibre-b6414cff0939026d22320f031d5c76e28d44a1e6.tar.bz2
abslibre-b6414cff0939026d22320f031d5c76e28d44a1e6.zip
removed ams due the inclusion in community repository
Diffstat (limited to 'pcr')
-rw-r--r--pcr/ams/PKGBUILD43
-rw-r--r--pcr/ams/ams.desktop9
-rw-r--r--pcr/ams/ams.install11
-rw-r--r--pcr/ams/ams.pngbin8303 -> 0 bytes
4 files changed, 0 insertions, 63 deletions
diff --git a/pcr/ams/PKGBUILD b/pcr/ams/PKGBUILD
deleted file mode 100644
index 75a5062a7..000000000
--- a/pcr/ams/PKGBUILD
+++ /dev/null
@@ -1,43 +0,0 @@
-# Maintainer : Guest One <theguestone at gmail dot com>
-
-_name=alsamodular
-pkgname=ams
-pkgver=2.0.1
-pkgrel=1
-pkgdesc="Alsa Modular Synth is a realtime modular synthesizer and effect processor"
-arch=('i686')
-url="http://alsamodular.sourceforge.net/"
-license=('GPL')
-depends=('qt4' 'clalsadrv' 'ladspa' 'jack')
-makedepends=('fftw')
-optdepends=('swh-plugins: Steve Harris plugins'
- 'cmt: Computer Music Toolkit 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')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- # DSO link flag
- export LIBS=" -ldl"
-
- ./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"
-}
diff --git a/pcr/ams/ams.desktop b/pcr/ams/ams.desktop
deleted file mode 100644
index 4761ab9fc..000000000
--- a/pcr/ams/ams.desktop
+++ /dev/null
@@ -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
diff --git a/pcr/ams/ams.install b/pcr/ams/ams.install
deleted file mode 100644
index e111ef946..000000000
--- a/pcr/ams/ams.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
diff --git a/pcr/ams/ams.png b/pcr/ams/ams.png
deleted file mode 100644
index d3a8dfe49..000000000
--- a/pcr/ams/ams.png
+++ /dev/null
Binary files differ