summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2018-03-12 16:25:51 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2018-03-12 16:25:51 -0500
commitd3fbec4a25ddf8b9a338f1cc867d5cdf7a19bfc0 (patch)
tree9d6b334c706323b839d5b1da99ef57ceb818ad15
parent42b8dab43b5a2264ad40430b85ba8afd0d630e75 (diff)
downloadabslibre-d3fbec4a25ddf8b9a338f1cc867d5cdf7a19bfc0.tar.gz
abslibre-d3fbec4a25ddf8b9a338f1cc867d5cdf7a19bfc0.tar.bz2
abslibre-d3fbec4a25ddf8b9a338f1cc867d5cdf7a19bfc0.zip
Removing csound: This package is in [community] repo
-rw-r--r--pcr/csound/PKGBUILD49
-rw-r--r--pcr/csound/csound.sh3
2 files changed, 0 insertions, 52 deletions
diff --git a/pcr/csound/PKGBUILD b/pcr/csound/PKGBUILD
deleted file mode 100644
index 68955f305..000000000
--- a/pcr/csound/PKGBUILD
+++ /dev/null
@@ -1,49 +0,0 @@
-# Maintainer (AUR): Ainola
-# Contributor (AUR): speps
-# Contributor (AUR): Bernardo Barros
-
-# parabola changes and rationale:
-# - renamed tarball to avoid conflicts
-
-pkgname=csound
-pkgver=6.10.0
-pkgrel=1
-pkgdesc="A programming language for sound rendering and signal processing."
-arch=('i686' 'x86_64')
-url="http://csound.github.io"
-license=('LGPL')
-depends=('fltk' 'fluidsynth' 'liblo' 'portaudio' 'portmidi' 'tk' 'curl' 'stk' 'luajit' 'python2' 'hdf5')
-makedepends=('pd' 'cmake' 'gmm' 'swig' 'java-environment' 'dssi' 'boost' 'luajit' 'eigen')
-optdepends=('csound-doc: The Canonical Csound Reference Manual'
- 'csoundqt: Qt frontend'
- 'java-environment: Java Wrapper'
- 'vim-csound: Syntax Highlighting and Bindings for Vim')
-# Both Libextractor and Csound install /usr/bin/extractor
-conflicts=('libextractor')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/csound/csound/archive/${pkgver}.tar.gz"
- "csound.sh")
-sha256sums=('a241043521572d00ae3a926611ac52fd6a7e3fe6bafdbe707867aafe32f6d8a3'
- '23db5bda78f13d5f16eceea085bba660d7b7012a89518e477d12dfef82dbadeb')
-
-build() {
- cd "csound-${pkgver}"
- mkdir -p bld && cd bld
- cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
- -DPYTHON_INCLUDE_DIR=/usr/include/python2.7 \
- -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
- -DJAVA_MODULE_INSTALL_DIR=/usr/lib/csound/java \
- -DPYTHON_MODULE_INSTALL_DIR=/usr/lib/python2.7/site-packages \
- -DLUA_MODULE_INSTALL_DIR=/usr/lib/lua/5.1 \
- -DDPD_MODULE_INSTALL_DIR=/usr/lib/pd/extra
- make
-}
-
-package() {
- cd "csound-${pkgver}/bld"
- make DESTDIR="$pkgdir/" install
-
- # export vars in profile.d
- install -Dm755 "$srcdir/csound.sh" "$pkgdir/etc/profile.d/csound.sh"
-}
-
-# vim:set ts=2 sw=2 et:
diff --git a/pcr/csound/csound.sh b/pcr/csound/csound.sh
deleted file mode 100644
index ddd6e4855..000000000
--- a/pcr/csound/csound.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-export OPCODE6DIR=/usr/lib/csound/plugins64
-export CSSTRNGS=/usr/share/locale
-export RAWWAVE_PATH=/usr/lib/stk/rawwaves \ No newline at end of file