summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-13 04:08:14 -0700
committerroot <root@rshg054.dnsready.net>2013-08-13 04:08:14 -0700
commit67ed1f749df552e8649438980b92b257f868eb8d (patch)
treedb526e00469e6882da738666cc5967d51b69420e
parent7a65a910b77ad191d69881098c47f9b0c852d92e (diff)
Tue Aug 13 04:08:13 PDT 2013
-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
-rw-r--r--pcr/clalsadrv/PKGBUILD24
-rw-r--r--pcr/clalsadrv/clalsadrv.install12
-rw-r--r--pcr/clalsadrv/clalsadrv.patch10
7 files changed, 0 insertions, 109 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
diff --git a/pcr/clalsadrv/PKGBUILD b/pcr/clalsadrv/PKGBUILD
deleted file mode 100644
index bd7f89c05..000000000
--- a/pcr/clalsadrv/PKGBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# Maintainer: Guest One <theguestone at gmail dot com>
-# patch taken from https://aur.archlinux.org/packages/clalsadrv/
-pkgname=clalsadrv
-pkgver=2.0.0
-pkgrel=1
-pkgdesc="Audio library for aeolus, aliki, ams, jaaa and japa."
-arch=('i686')
-url="http://kokkinizita.linuxaudio.org/linuxaudio/index.html"
-license=('GPL')
-depends=('alsa-lib')
-install=${pkgname}.install
-source=(http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${pkgver}.tar.bz2 ${pkgname}.patch)
-md5sums=('be123e1701e4b6c6300907df949bd71c'
- 'cc5a4abbc49590dfbbf942ebfd966b70')
-build() {
- cd "${pkgname}-${pkgver}/libs"
- patch < ${srcdir}/${pkgname}.patch
- make DESTDIR=${pkgdir} PREFIX=/usr LIBDIR=lib
-}
-
-package(){
- cd "${pkgname}-${pkgver}/libs"
- make DESTDIR=${pkgdir} PREFIX=/usr LIBDIR=lib install
-}
diff --git a/pcr/clalsadrv/clalsadrv.install b/pcr/clalsadrv/clalsadrv.install
deleted file mode 100644
index 21117d5a8..000000000
--- a/pcr/clalsadrv/clalsadrv.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
-ldconfig
-echo "==> ran ldconfig"
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}
diff --git a/pcr/clalsadrv/clalsadrv.patch b/pcr/clalsadrv/clalsadrv.patch
deleted file mode 100644
index 5081f42fb..000000000
--- a/pcr/clalsadrv/clalsadrv.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- Makefile.orig 2010-03-15 12:58:40.862423046 +0100
-+++ Makefile 2010-03-15 12:59:01.578587306 +0100
-@@ -47,7 +47,6 @@
- install: $(CLALSADRV_MIN)
- install -Dm 644 $(CLALSADRV_H) $(DESTDIR)$(PREFIX)/include/$(CLALSADRV_H)
- install -Dm 755 $(CLALSADRV_MIN) $(DESTDIR)$(PREFIX)/$(LIBDIR)/$(CLALSADRV_MIN)
-- /sbin/ldconfig $(PREFIX)/$(LIBDIR)
- ln -sf $(CLALSADRV_MIN) $(DESTDIR)$(PREFIX)/$(LIBDIR)/$(CLALSADRV_SO)
-
- clean: