[arch-commits] Commit in csound/repos/community-x86_64 (4 files)

2020-08-14 Thread David Runge via arch-commits
Date: Friday, August 14, 2020 @ 13:55:46
  Author: dvzrv
Revision: 679141

archrelease: copy trunk to community-x86_64

Added:
  csound/repos/community-x86_64/PKGBUILD
(from rev 679140, csound/trunk/PKGBUILD)
  csound/repos/community-x86_64/csound.sh
(from rev 679140, csound/trunk/csound.sh)
Deleted:
  csound/repos/community-x86_64/PKGBUILD
  csound/repos/community-x86_64/csound.sh

---+
 PKGBUILD  |  236 
 csound.sh |6 -
 2 files changed, 115 insertions(+), 127 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-14 13:55:29 UTC (rev 679140)
+++ PKGBUILD2020-08-14 13:55:46 UTC (rev 679141)
@@ -1,124 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ainola
-# Contributor: speps
-# Contributor: Bernardo Barros
-
-pkgbase=csound
-pkgname=('csound' 'csound-doc')
-pkgver=6.14.0
-pkgrel=5
-pkgdesc="A programming language for sound rendering and signal processing."
-arch=('x86_64')
-url="https://csound.com";
-license=('LGPL2.1')
-# libpd needs to be packaged: https://github.com/libpd/libpd/releases
-# gmm > 5.1 breaks linear-algebra opcode: 
https://github.com/csound/csound/issues/920
-makedepends=('alsa-lib' 'boost' 'cmake' 'doxygen' 'dssi' 'eigen' 'faust' 'fltk'
-'fluidsynth' 'hdf5' 'jack' 'java-environment' 'ladspa' 'libmusicxml'
-'libsamplerate' 'libsndfile' 'libwebsockets' 'abletonlink' 'llvm' 'lua' 
'openssl'
-'portaudio' 'portmidi' 'portsmf' 'stk' 'swig' 'wiiuse')
-checkdepends=('cunit')
-source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/${pkgbase}/${pkgbase}/archive/${pkgver}.tar.gz";
-
"${pkgbase}-6.14.0-hdf5-1.12.0.patch::https://github.com/csound/csound/pull/1314/commits/de4a066566430e8742989dc41638242f5d07fa04.patch";
-
"${pkgbase}-6.14.0-gcc10.patch::https://github.com/csound/csound/commit/c444e8f752c3acc31d364b901204e09eae2e791e.patch";
-"${pkgbase}.sh"
-
"https://github.com/${pkgbase}/${pkgbase}/releases/download/${pkgver}/Csound${pkgver}_manual_html.zip";
-
"https://github.com/${pkgbase}/${pkgbase}/releases/download/${pkgver}/Csound${pkgver}_manual_pdf.zip";)
-sha512sums=('fc9eb1fc1b5cdbff88ebaa3500996938693481be2e9eead9193524878d1eb6ddd08dbe224892f7c24456e510c8c30e89aaeee8d090759b518994008cdeec9efd'
-
'5086419f4d41b69a70308a6f540720baaef76e778564d9aa33a57e0a0f4f6c436a66dd071a8721b672ef36f8f3f73d881957fa39b95caf88534290157a5f8e75'
-
'9c1b4927d840ebec6c5bdd74a350f1dd5b36824df9d8f3288f7530bee4ea3aa973a0eeb82dfd03fbb09ba42f0d575936b7ef912140dd5f1f8a65d0f64f0fe890'
-
'53a8ae1e61db2a3a492930ef0f0881b613ae47108c5e8de0a6e2aa28bcf7a5c93c7fea8b7fc2bbae29ab92e1e68bf94ba406be1255ad8ab5725ea9078c1fd6dc'
-
'638ecd8bc0b4c981e1f8c5592a123a3b1bb5582ee7017288be224eb670fccda79242ae42b6f6d8e91c2ad2f708af1de3c66283030d4b3373c0ec29ec260f379b'
-
'55769acd58add0ec6df5e188c74e16424deb679aebdbdd50dc5d9006c80a26c31dfe2564e5d71478abcb7a920b40c1f1baa02e4c3fd682a6d3bbc378ddcb8b7d')
-b2sums=('6e41fdc3db75f886e0c582ce0877411898eacf31a26da73d018be4ffa69f99da55a13434d99ae8a4f6f028766f83fdd3b8537b45ea9057cb971619677c1876df'
-
'fd779cdf880d7eafec815fe2755fc936ec0e77b890ec64c71d854036f846ecaf7d380e1738e573e6e20e0239eba641a77d5562134fc1a26e7215480aa1d15186'
-
'f2a91a3fb9b660b3f1eedd29673ad93d46ae9611767f060fa0db06e3f595433534f3a91c6182466af7ab75099ba25bc6f7d8a4df6d7b42458e05b1b2b5a9befd'
-
'8a556685d0f9ee55c4de521b3d76fc729936e98e991e8ea860d64b29a1b09d142ab0a51548b2dddadb41ecb796e84ba1f8ed114494b4c67d7d6d8ab3475b2ede'
-
'9565c21623a60e06aae82bfbde186e496b5f3ae0eb619289a7db08235c7dcd520bee2283552fdf2ddb4eb85c7b0f184397d2fa0ee14d3bdeff9dccb44a7d7ff1'
-
'a91a3689dd3efa5c32c924178b646b73787132a07575f05a65ee1acafc69108ce6c33512e0b703012f75f201a86a0b84e08976f158b01ef5201807d1aaa31c35')
-
-prepare() {
-  # fix file permissions in html manual
-  find html/ -type f -exec chmod -c 644 {} \;
-  cd "${pkgbase}-${pkgver}"
-  # adding patch for hdf5 API changes:
-  # https://github.com/csound/csound/issues/1313
-  patch -Np1 -i "../${pkgbase}-6.14.0-hdf5-1.12.0.patch"
-  # fix linking with gcc >= 10
-  patch -Np1 -i "../${pkgbase}-6.14.0-gcc10.patch"
-}
-
-build() {
-  local _java_major=$(java --version 2>/dev/null |grep 'openjdk'| cut -d ' ' 
-f2| cut -d '.' -f1)
-  cd "${pkgbase}-${pkgver}"
-  # without CMAKE_BUILD_TYPE=Release, csound is build as beta: 
https://bugs.archlinux.org/task/63348
-  # it's not allowed to redistribute the scansyn opcodes: 
https://github.com/csound/csound/issues/1148
-  # the python plugin is not python3 compatible: 
https://github.com/csound/csound/issues/631
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE='None' \
--DBUILD_SCANSYN_OPCODES=OFF \
-
-DJAVA_AWT_LIBRARY="/usr/lib/jvm/java-${_java_major}-openjdk/jre/lib/libawt.so" 
\
--DJAVA_JVM_LIBRARY="/usr/lib/jvm/java-${_j

[arch-commits] Commit in csound/repos/community-x86_64 (4 files)

2020-04-10 Thread Jelle van der Waa via arch-commits
Date: Friday, April 10, 2020 @ 19:32:00
  Author: jelle
Revision: 613160

archrelease: copy trunk to community-x86_64

Added:
  csound/repos/community-x86_64/PKGBUILD
(from rev 613159, csound/trunk/PKGBUILD)
  csound/repos/community-x86_64/csound.sh
(from rev 613159, csound/trunk/csound.sh)
Deleted:
  csound/repos/community-x86_64/PKGBUILD
  csound/repos/community-x86_64/csound.sh

---+
 PKGBUILD  |  214 ++--
 csound.sh |6 -
 2 files changed, 110 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 19:31:52 UTC (rev 613159)
+++ PKGBUILD2020-04-10 19:32:00 UTC (rev 613160)
@@ -1,107 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ainola
-# Contributor: speps
-# Contributor: Bernardo Barros
-
-pkgbase=csound
-pkgname=('csound' 'csound-doc')
-pkgver=6.14.0
-pkgrel=1
-pkgdesc="A programming language for sound rendering and signal processing."
-arch=('x86_64')
-url="https://csound.com";
-license=('LGPL')
-# libpd needs to be packaged: https://github.com/libpd/libpd/releases
-# gmm > 5.1 breaks linear-algebra opcode: 
https://github.com/csound/csound/issues/920
-makedepends=('alsa-lib' 'boost' 'cmake' 'doxygen' 'dssi' 'eigen' 'faust' 'fltk'
-'fluidsynth' 'hdf5' 'jack' 'java-environment' 'ladspa' 'libmusicxml'
-'libsamplerate' 'libsndfile' 'libwebsockets' 'link' 'llvm' 'lua' 'openssl'
-'portaudio' 'portmidi' 'portsmf' 'stk' 'swig' 'wiiuse')
-checkdepends=('cunit')
-source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/${pkgbase}/${pkgbase}/archive/${pkgver}.tar.gz";
-"${pkgbase}.sh"
-
"https://github.com/${pkgbase}/${pkgbase}/releases/download/${pkgver}/Csound${pkgver}_manual_html.zip";
-
"https://github.com/${pkgbase}/${pkgbase}/releases/download/${pkgver}/Csound${pkgver}_manual_pdf.zip";)
-sha512sums=('fc9eb1fc1b5cdbff88ebaa3500996938693481be2e9eead9193524878d1eb6ddd08dbe224892f7c24456e510c8c30e89aaeee8d090759b518994008cdeec9efd'
-
'53a8ae1e61db2a3a492930ef0f0881b613ae47108c5e8de0a6e2aa28bcf7a5c93c7fea8b7fc2bbae29ab92e1e68bf94ba406be1255ad8ab5725ea9078c1fd6dc'
-
'638ecd8bc0b4c981e1f8c5592a123a3b1bb5582ee7017288be224eb670fccda79242ae42b6f6d8e91c2ad2f708af1de3c66283030d4b3373c0ec29ec260f379b'
-
'55769acd58add0ec6df5e188c74e16424deb679aebdbdd50dc5d9006c80a26c31dfe2564e5d71478abcb7a920b40c1f1baa02e4c3fd682a6d3bbc378ddcb8b7d')
-
-prepare() {
-  # fix file permissions in html manual
-  find html/ -type f -exec chmod -c 644 {} \;
-}
-
-build() {
-  local _java_major=$(java --version 2>/dev/null |grep 'openjdk'| cut -d ' ' 
-f2| cut -d '.' -f1)
-  cd "${pkgbase}-${pkgver}"
-  # without CMAKE_BUILD_TYPE=Release, csound is build as beta: 
https://bugs.archlinux.org/task/63348
-  # it's not allowed to redistribute the scansyn opcodes: 
https://github.com/csound/csound/issues/1148
-  # the python plugin is not python3 compatible: 
https://github.com/csound/csound/issues/631
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE='Release' \
--DBUILD_SCANSYN_OPCODES=OFF \
-
-DJAVA_AWT_LIBRARY="/usr/lib/jvm/java-${_java_major}-openjdk/jre/lib/libawt.so" 
\
--DJAVA_JVM_LIBRARY="/usr/lib/jvm/java-${_java_major}-openjdk/jre/lib" \
--DLUA_LIBRARY=/usr/lib/liblua.so \
--DBUILD_STATIC_LIBRARY=ON \
--DBUILD_ABLETON_LINK_OPCODES=ON \
--DABLETON_LINK_HOME=/usr/include/ableton \
--B build \
--S .
-  make VERBOSE=1 -C build
-}
-
-check() {
-  cd "${pkgbase}-${pkgver}"
-  make test -C build
-}
-
-package_csound() {
-  groups=('pro-audio')
-  depends=('gcc-libs' 'glibc' 'libcurl.so' 'libsamplerate.so' 'libsndfile.so')
-  optdepends=('alsa-lib: for librtalsa plugin'
-  'csound-doc: for the canonical Csound Reference Manual'
-  'csoundqt: for frontend/ editor with integrated help'
-  'fltk: for libvirtual and libwidgets plugins'
-  'hdf5: for hdf5ops plugin'
-  'java-runtime: java integration'
-  'libfaust.so: for libfaustcsound plugin'
-  'libfluidsynth.so: for libfluidOpcodes plugin'
-  'libjack.so: for libjacko, librtjack and libjackTransport 
plugins'
-  'liblo.so: for libosc plugin'
-  'libncursesw.so: for libfaustcsound plugin'
-  'libpng: for libimage plugin'
-  'libportmidi.so: for libpmidi plugin'
-  'libportaudio.so: for librtpa plugin'
-  'libpulse: for librtpulse plugin'
-  'libstk.so: for libstkops plugin'
-  'libwebsockets: for libwebsocketIO plugin'
-  'libwiiuse.so: for libwiimote plugin'
-  'libx11: for libwidgets plugin'
-  'lua: for LUA integration'
-  'openssl: for libfaustcsound plugin'
-  'vim-csound: vim integration'
-  'zlib: for libfau

[arch-commits] Commit in csound/repos/community-x86_64 (4 files)

2020-01-29 Thread David Runge via arch-commits
Date: Wednesday, January 29, 2020 @ 20:54:43
  Author: dvzrv
Revision: 559155

archrelease: copy trunk to community-x86_64

Added:
  csound/repos/community-x86_64/PKGBUILD
(from rev 559154, csound/trunk/PKGBUILD)
  csound/repos/community-x86_64/csound.sh
(from rev 559154, csound/trunk/csound.sh)
Deleted:
  csound/repos/community-x86_64/PKGBUILD
  csound/repos/community-x86_64/csound.sh

---+
 PKGBUILD  |  215 +---
 csound.sh |6 -
 2 files changed, 110 insertions(+), 111 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-29 20:54:30 UTC (rev 559154)
+++ PKGBUILD2020-01-29 20:54:43 UTC (rev 559155)
@@ -1,108 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ainola
-# Contributor: speps
-# Contributor: Bernardo Barros
-
-pkgbase=csound
-pkgname=('csound' 'csound-doc')
-pkgver=6.13.0
-pkgrel=4
-pkgdesc="A programming language for sound rendering and signal processing."
-arch=('x86_64')
-url="https://csound.com";
-license=('LGPL')
-# libpd needs to be packaged: https://github.com/libpd/libpd/releases
-# gmm > 5.1 breaks linear-algebra opcode: 
https://github.com/csound/csound/issues/920
-makedepends=('alsa-lib' 'boost' 'cmake' 'doxygen' 'dssi' 'eigen' 'faust' 'fltk'
-'libfluidsynth.so' 'hdf5' 'java-environment' 'ladspa'
-'libjack.so' 'libmusicxml2.so' 'libwebsockets' 'link' 'llvm' 'lua'
-'libportaudio.so' 'libportmidi.so' 'libsamplerate' 'libsndfile' 'libportSMF.so'
-'libstk.so' 'openssl' 'swig' 'libwiiuse.so')
-checkdepends=('cunit')
-source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/${pkgbase}/${pkgbase}/archive/${pkgver}.tar.gz";
-"${pkgbase}.sh"
-
"https://github.com/${pkgbase}/${pkgbase}/releases/download/${pkgver}/Csound${pkgver}_manual_html.zip";
-
"https://github.com/${pkgbase}/${pkgbase}/releases/download/${pkgver}/Csound${pkgver}_manual_pdf.zip";)
-sha512sums=('51a30cb426fc77ac648f6a9fb669b9298e6608b39ae3b12181d16ecf1fb6f2ed3db31471615a60d2ce7906b91fdb911b38c8dfa3f93699768f490f87a2bcbbbd'
-
'53a8ae1e61db2a3a492930ef0f0881b613ae47108c5e8de0a6e2aa28bcf7a5c93c7fea8b7fc2bbae29ab92e1e68bf94ba406be1255ad8ab5725ea9078c1fd6dc'
-
'87de3efc9aba736751d5bd93bb7bb9d47a3fc4c2e9df4552c9c1f3030f84e1aa29fa421f5360a22993cf0f6f7baae1d70bfb54201e5110f44f5a8c81d955deb5'
-
'30a55ec2c3ab0e243ac48a081954bea1f8fa653d25c908383c49a879972b94ba2ce7c3b3b0701be18ace28dc7fd199597d889fa1f9e5aca478792b835909c8fa')
-
-prepare() {
-  # fix file permissions in html manual
-  find html/ -type f -exec chmod -c 644 {} \;
-}
-
-build() {
-  local _java_major=$(java --version 2>/dev/null |grep 'openjdk'| cut -d ' ' 
-f2| cut -d '.' -f1)
-  cd "${pkgbase}-${pkgver}"
-  # without CMAKE_BUILD_TYPE=Release, csound is build as beta: 
https://bugs.archlinux.org/task/63348
-  # it's not allowed to redistribute the scansyn opcodes: 
https://github.com/csound/csound/issues/1148
-  # the python plugin is not python3 compatible: 
https://github.com/csound/csound/issues/631
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE='Release' \
--DBUILD_SCANSYN_OPCODES=OFF \
-
-DJAVA_AWT_LIBRARY="/usr/lib/jvm/java-${_java_major}-openjdk/jre/lib/libawt.so" 
\
--DJAVA_JVM_LIBRARY="/usr/lib/jvm/java-${_java_major}-openjdk/jre/lib" \
--DLUA_LIBRARY=/usr/lib/liblua.so \
--DBUILD_STATIC_LIBRARY=ON \
--DBUILD_ABLETON_LINK_OPCODES=ON \
--DABLETON_LINK_HOME=/usr/include/ableton \
--B build \
--S .
-  make VERBOSE=1 -C build
-}
-
-check() {
-  cd "${pkgbase}-${pkgver}"
-  make test -C build
-}
-
-package_csound() {
-  groups=('pro-audio')
-  depends=('gcc-libs' 'glibc' 'libcurl.so' 'libsamplerate' 'libsndfile')
-  optdepends=('alsa-lib: for librtalsa plugin'
-  'csound-doc: for the canonical Csound Reference Manual'
-  'csoundqt: for frontend/ editor with integrated help'
-  'fltk: for libvirtual and libwidgets plugins'
-  'hdf5: for hdf5ops plugin'
-  'java-runtime: java integration'
-  'libfaust.so: for libfaustcsound plugin'
-  'libfluidsynth.so: for libfluidOpcodes plugin'
-  'libjack.so: for libjacko, librtjack and libjackTransport 
plugins'
-  'liblo.so: for libosc plugin'
-  'libncursesw.so: for libfaustcsound plugin'
-  'libpng: for libimage plugin'
-  'libportmidi.so: for libpmidi plugin'
-  'libportaudio.so: for librtpa plugin'
-  'libpulse: for librtpulse plugin'
-  'libstk.so: for libstkops plugin'
-  'libwebsockets: for libwebsocketIO plugin'
-  'libwiiuse.so: for libwiimote plugin'
-  'libx11: for libwidgets plugin'
-  'lua: for LUA integration'
-  'openssl: for libfaustcsound plugin'
-  'vim-csound: vim

[arch-commits] Commit in csound/repos/community-x86_64 (4 files)

2019-12-25 Thread David Runge via arch-commits
Date: Wednesday, December 25, 2019 @ 18:39:55
  Author: dvzrv
Revision: 541205

archrelease: copy trunk to community-x86_64

Added:
  csound/repos/community-x86_64/PKGBUILD
(from rev 541204, csound/trunk/PKGBUILD)
  csound/repos/community-x86_64/csound.sh
(from rev 541204, csound/trunk/csound.sh)
Deleted:
  csound/repos/community-x86_64/PKGBUILD
  csound/repos/community-x86_64/csound.sh

---+
 PKGBUILD  |  210 ++--
 csound.sh |6 -
 2 files changed, 111 insertions(+), 105 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-25 18:39:48 UTC (rev 541204)
+++ PKGBUILD2019-12-25 18:39:55 UTC (rev 541205)
@@ -1,102 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ainola
-# Contributor: speps
-# Contributor: Bernardo Barros
-
-pkgbase=csound
-pkgname=('csound' 'csound-doc')
-pkgver=6.13.0
-pkgrel=3
-pkgdesc="A programming language for sound rendering and signal processing."
-arch=('x86_64')
-url="https://csound.com";
-license=('LGPL')
-# libpd needs to be packaged: https://github.com/libpd/libpd/releases
-# gmm > 5.1 breaks linear-algebra opcode: 
https://github.com/csound/csound/issues/920
-makedepends=('boost' 'cmake' 'cunit' 'doxygen' 'dssi' 'eigen' 'faust' 'fltk'
-'fluidsynth' 'hdf5' 'java-environment' 'ladspa' 'libmusicxml' 'libwebsockets'
-'link' 'llvm' 'lua' 'portmidi' 'portsmf' 'python2' 'stk' 'swig' 'wiiuse')
-source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/${pkgbase}/${pkgbase}/archive/${pkgver}.tar.gz";
-"${pkgbase}.sh"
-
"https://github.com/${pkgbase}/${pkgbase}/releases/download/${pkgver}/Csound${pkgver}_manual_html.zip";
-
"https://github.com/${pkgbase}/${pkgbase}/releases/download/${pkgver}/Csound${pkgver}_manual_pdf.zip";)
-sha512sums=('51a30cb426fc77ac648f6a9fb669b9298e6608b39ae3b12181d16ecf1fb6f2ed3db31471615a60d2ce7906b91fdb911b38c8dfa3f93699768f490f87a2bcbbbd'
-
'53a8ae1e61db2a3a492930ef0f0881b613ae47108c5e8de0a6e2aa28bcf7a5c93c7fea8b7fc2bbae29ab92e1e68bf94ba406be1255ad8ab5725ea9078c1fd6dc'
-
'87de3efc9aba736751d5bd93bb7bb9d47a3fc4c2e9df4552c9c1f3030f84e1aa29fa421f5360a22993cf0f6f7baae1d70bfb54201e5110f44f5a8c81d955deb5'
-
'30a55ec2c3ab0e243ac48a081954bea1f8fa653d25c908383c49a879972b94ba2ce7c3b3b0701be18ace28dc7fd199597d889fa1f9e5aca478792b835909c8fa')
-
-prepare() {
-  cd "${pkgbase}-${pkgver}"
-  mkdir build
-}
-
-build() {
-  local _java_major=$(java --version 2>/dev/null |grep 'openjdk'| cut -d ' ' 
-f2| cut -d '.' -f1)
-  cd "${pkgbase}-${pkgver}/build"
-  # without CMAKE_BUILD_TYPE=Release, csound is build as beta: 
https://bugs.archlinux.org/task/63348
-  # it's not allowed to redistribute the scansyn opcodes: 
https://github.com/csound/csound/issues/1148
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE='Release' \
--DBUILD_SCANSYN_OPCODES=OFF \
-
-DJAVA_AWT_LIBRARY="/usr/lib/jvm/java-${_java_major}-openjdk/jre/lib/libawt.so" 
\
--DJAVA_JVM_LIBRARY="/usr/lib/jvm/java-${_java_major}-openjdk/jre/lib" \
--DLUA_LIBRARY=/usr/lib/liblua.so \
--DPYTHON_MODULE_INSTALL_DIR=/usr/lib/python2.7/site-packages \
--DBUILD_STATIC_LIBRARY=ON \
--DBUILD_ABLETON_LINK_OPCODES=ON \
--DABLETON_LINK_HOME=/usr/include/ableton \
-..
-  make VERBOSE=1
-}
-
-check() {
-  cd "${pkgbase}-${pkgver}/build"
-  make test
-}
-
-package_csound() {
-  groups=('pro-audio')
-  depends=('curl' 'libsndfile')
-  optdepends=('alsa-lib: librtalsa opcode'
-  'csound-doc: The canonical Csound Reference Manual'
-  'csoundqt: frontend/ editor with integrated help'
-  'fltk: libvirtual/libwidgets opcode'
-  'faust: libfaustcsound opcode'
-  'fluidsynth: libfluidsynth opcode'
-  'hdf5: hdf5ops opcode'
-  'jack: libjacko, librtjack, libjackTransport opcode'
-  'java-runtime: java integration'
-  'liblo: OSC opcode'
-  'libpulse: librtpulse opcode'
-  'libwebsockets: libwebsocketIO opcode'
-  'lua: LUA integration'
-  'portmidi: libpmidi opcode'
-  'python2: libpy opcode/ python2 integration'
-  'stk: stk opcode'
-  'vim-csound: vim integration'
-  'wiiuse: wiimote opcode')
-  cd "${pkgname}-${pkgver}/build"
-  make DESTDIR="${pkgdir}/" install
-
-  # export vars in profile.d
-  install -vDm 755 "${srcdir}/${pkgname}.sh" -t "${pkgdir}/etc/profile.d/"
-  # rename extract executable due to name conflict with libextractor
-  # https://github.com/csound/csound/issues/985
-  mv -v "${pkgdir}/usr/bin/extract" "${pkgdir}/usr/bin/${pkgname}-extract"
-  # moving csnd6.jar to /usr/share/java
-  install -vdm 755 "${pkgdir}/usr/share/java/"
-  mv -v "${pkgdir}/usr/lib/"*.jar "${pkgdir}/usr/share/java/"
-}
-
-package_csound-doc() {
-  lic

[arch-commits] Commit in csound/repos/community-x86_64 (4 files)

2019-08-21 Thread Jelle van der Waa via arch-commits
Date: Wednesday, August 21, 2019 @ 11:57:09
  Author: jelle
Revision: 500415

archrelease: copy trunk to community-x86_64

Added:
  csound/repos/community-x86_64/PKGBUILD
(from rev 500414, csound/trunk/PKGBUILD)
  csound/repos/community-x86_64/csound.sh
(from rev 500414, csound/trunk/csound.sh)
Deleted:
  csound/repos/community-x86_64/PKGBUILD
  csound/repos/community-x86_64/csound.sh

---+
 PKGBUILD  |  204 ++--
 csound.sh |6 -
 2 files changed, 105 insertions(+), 105 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-21 11:56:46 UTC (rev 500414)
+++ PKGBUILD2019-08-21 11:57:09 UTC (rev 500415)
@@ -1,102 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ainola
-# Contributor: speps
-# Contributor: Bernardo Barros
-
-pkgbase=csound
-pkgname=('csound' 'csound-doc')
-pkgver=6.13.0
-pkgrel=2
-pkgdesc="A programming language for sound rendering and signal processing."
-arch=('x86_64')
-url="https://csound.com";
-license=('LGPL')
-# libpd needs to be packaged: https://github.com/libpd/libpd/releases
-# gmm > 5.1 breaks linear-algebra opcode: 
https://github.com/csound/csound/issues/920
-makedepends=('boost' 'cmake' 'cunit' 'doxygen' 'dssi' 'eigen' 'faust' 'fltk'
-'fluidsynth' 'hdf5' 'java-environment' 'ladspa' 'libmusicxml' 'libwebsockets'
-'link' 'llvm' 'lua' 'portmidi' 'portsmf' 'python2' 'stk' 'swig' 'wiiuse')
-source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/${pkgbase}/${pkgbase}/archive/${pkgver}.tar.gz";
-"${pkgbase}.sh"
-
"https://github.com/${pkgbase}/${pkgbase}/releases/download/${pkgver}/Csound${pkgver}_manual_html.zip";
-
"https://github.com/${pkgbase}/${pkgbase}/releases/download/${pkgver}/Csound${pkgver}_manual_pdf.zip";)
-sha512sums=('51a30cb426fc77ac648f6a9fb669b9298e6608b39ae3b12181d16ecf1fb6f2ed3db31471615a60d2ce7906b91fdb911b38c8dfa3f93699768f490f87a2bcbbbd'
-
'53a8ae1e61db2a3a492930ef0f0881b613ae47108c5e8de0a6e2aa28bcf7a5c93c7fea8b7fc2bbae29ab92e1e68bf94ba406be1255ad8ab5725ea9078c1fd6dc'
-
'87de3efc9aba736751d5bd93bb7bb9d47a3fc4c2e9df4552c9c1f3030f84e1aa29fa421f5360a22993cf0f6f7baae1d70bfb54201e5110f44f5a8c81d955deb5'
-
'30a55ec2c3ab0e243ac48a081954bea1f8fa653d25c908383c49a879972b94ba2ce7c3b3b0701be18ace28dc7fd199597d889fa1f9e5aca478792b835909c8fa')
-
-prepare() {
-  cd "${pkgbase}-${pkgver}"
-  mkdir build
-}
-
-build() {
-  local _java_major=$(java --version 2>/dev/null |grep 'openjdk'| cut -d ' ' 
-f2| cut -d '.' -f1)
-  cd "${pkgbase}-${pkgver}/build"
-  # without CMAKE_BUILD_TYPE=Release, csound is build as beta: 
https://bugs.archlinux.org/task/63348
-  # it's not allowed to redistribute the scansyn opcodes: 
https://github.com/csound/csound/issues/1148
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE='Release' \
--DBUILD_SCANSYN_OPCODES=OFF \
-
-DJAVA_AWT_LIBRARY="/usr/lib/jvm/java-${_java_major}-openjdk/jre/lib/libawt.so" 
\
--DJAVA_JVM_LIBRARY="/usr/lib/jvm/java-${_java_major}-openjdk/jre/lib" \
--DLUA_LIBRARY=/usr/lib/liblua.so \
--DPYTHON_MODULE_INSTALL_DIR=/usr/lib/python2.7/site-packages \
--DBUILD_STATIC_LIBRARY=ON \
--DBUILD_ABLETON_LINK_OPCODES=ON \
--DABLETON_LINK_HOME=/usr/include/ableton \
-..
-  make VERBOSE=1
-}
-
-check() {
-  cd "${pkgbase}-${pkgver}/build"
-  make test
-}
-
-package_csound() {
-  groups=('pro-audio')
-  depends=('curl' 'libsndfile')
-  optdepends=('alsa-lib: librtalsa opcode'
-  'csound-doc: The canonical Csound Reference Manual'
-  'csoundqt: frontend/ editor with integrated help'
-  'fltk: libvirtual/libwidgets opcode'
-  'faust: libfaustcsound opcode'
-  'fluidsynth: libfluidsynth opcode'
-  'hdf5: hdf5ops opcode'
-  'jack: libjacko, librtjack, libjackTransport opcode'
-  'java-runtime: java integration'
-  'liblo: OSC opcode'
-  'libpulse: librtpulse opcode'
-  'libwebsockets: libwebsocketIO opcode'
-  'lua: LUA integration'
-  'portmidi: libpmidi opcode'
-  'python2: libpy opcode/ python2 integration'
-  'stk: stk opcode'
-  'vim-csound: vim integration'
-  'wiiuse: wiimote opcode')
-  cd "${pkgname}-${pkgver}/build"
-  make DESTDIR="${pkgdir}/" install
-
-  # export vars in profile.d
-  install -vDm 755 "${srcdir}/${pkgname}.sh" -t "${pkgdir}/etc/profile.d/"
-  # rename extract executable due to name conflict with libextractor
-  # https://github.com/csound/csound/issues/985
-  mv -v "${pkgdir}/usr/bin/extract" "${pkgdir}/usr/bin/${pkgname}-extract"
-  # moving csnd6.jar to /usr/share/java
-  install -vdm 755 "${pkgdir}/usr/share/java/"
-  mv -v "${pkgdir}/usr/lib/"*.jar "${pkgdir}/usr/share/java/"
-}
-
-package_csound-doc() {
-  licen

[arch-commits] Commit in csound/repos/community-x86_64 (4 files)

2019-08-05 Thread David Runge via arch-commits
Date: Monday, August 5, 2019 @ 18:13:38
  Author: dvzrv
Revision: 497505

archrelease: copy trunk to community-x86_64

Added:
  csound/repos/community-x86_64/PKGBUILD
(from rev 497504, csound/trunk/PKGBUILD)
  csound/repos/community-x86_64/csound.sh
(from rev 497504, csound/trunk/csound.sh)
Deleted:
  csound/repos/community-x86_64/PKGBUILD
  csound/repos/community-x86_64/csound.sh

---+
 PKGBUILD  |  200 ++--
 csound.sh |6 -
 2 files changed, 105 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-05 18:13:28 UTC (rev 497504)
+++ PKGBUILD2019-08-05 18:13:38 UTC (rev 497505)
@@ -1,98 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ainola
-# Contributor: speps
-# Contributor: Bernardo Barros
-
-pkgbase=csound
-pkgname=('csound' 'csound-doc')
-pkgver=6.13.0
-pkgrel=1
-pkgdesc="A programming language for sound rendering and signal processing."
-arch=('x86_64')
-url="https://csound.com";
-license=('LGPL')
-# libpd needs to be packaged: https://github.com/libpd/libpd/releases
-# gmm > 5.1 breaks linear-algebra opcode: 
https://github.com/csound/csound/issues/920
-makedepends=('boost' 'cmake' 'cunit' 'doxygen' 'dssi' 'eigen' 'faust' 'fltk'
-'fluidsynth' 'hdf5' 'java-environment' 'ladspa' 'libmusicxml' 'libwebsockets'
-'link' 'llvm' 'lua' 'portmidi' 'portsmf' 'python2' 'stk' 'swig' 'wiiuse')
-source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/${pkgbase}/${pkgbase}/archive/${pkgver}.tar.gz";
-"${pkgbase}.sh"
-
"https://github.com/${pkgbase}/${pkgbase}/releases/download/${pkgver}/Csound${pkgver}_manual_html.zip";
-
"https://github.com/${pkgbase}/${pkgbase}/releases/download/${pkgver}/Csound${pkgver}_manual_pdf.zip";)
-sha512sums=('51a30cb426fc77ac648f6a9fb669b9298e6608b39ae3b12181d16ecf1fb6f2ed3db31471615a60d2ce7906b91fdb911b38c8dfa3f93699768f490f87a2bcbbbd'
-
'53a8ae1e61db2a3a492930ef0f0881b613ae47108c5e8de0a6e2aa28bcf7a5c93c7fea8b7fc2bbae29ab92e1e68bf94ba406be1255ad8ab5725ea9078c1fd6dc'
-
'87de3efc9aba736751d5bd93bb7bb9d47a3fc4c2e9df4552c9c1f3030f84e1aa29fa421f5360a22993cf0f6f7baae1d70bfb54201e5110f44f5a8c81d955deb5'
-
'30a55ec2c3ab0e243ac48a081954bea1f8fa653d25c908383c49a879972b94ba2ce7c3b3b0701be18ace28dc7fd199597d889fa1f9e5aca478792b835909c8fa')
-
-prepare() {
-  cd "${pkgbase}-${pkgver}"
-  mkdir build
-}
-
-build() {
-  local _java_major=$(java --version 2>/dev/null |grep 'openjdk'| cut -d ' ' 
-f2| cut -d '.' -f1)
-  cd "${pkgbase}-${pkgver}/build"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
-
-DJAVA_AWT_LIBRARY="/usr/lib/jvm/java-${_java_major}-openjdk/jre/lib/libawt.so" 
\
--DJAVA_JVM_LIBRARY="/usr/lib/jvm/java-${_java_major}-openjdk/jre/lib" \
--DLUA_LIBRARY=/usr/lib/liblua.so \
--DPYTHON_MODULE_INSTALL_DIR=/usr/lib/python2.7/site-packages \
--DBUILD_STATIC_LIBRARY=ON \
--DBUILD_ABLETON_LINK_OPCODES=ON \
--DABLETON_LINK_HOME=/usr/include/ableton \
-..
-  make VERBOSE=1
-}
-
-check() {
-  cd "${pkgbase}-${pkgver}/build"
-  make test
-}
-
-package_csound() {
-  groups=('pro-audio')
-  depends=('curl' 'libsndfile')
-  optdepends=('alsa-lib: librtalsa opcode'
-  'csound-doc: The canonical Csound Reference Manual'
-  'csoundqt: frontend/ editor with integrated help'
-  'fltk: libvirtual/libwidgets opcode'
-  'faust: libfaustcsound opcode'
-  'fluidsynth: libfluidsynth opcode'
-  'hdf5: hdf5ops opcode'
-  'jack: libjacko, librtjack, libjackTransport opcode'
-  'java-runtime: java integration'
-  'liblo: OSC opcode'
-  'libpulse: librtpulse opcode'
-  'libwebsockets: libwebsocketIO opcode'
-  'lua: LUA integration'
-  'portmidi: libpmidi opcode'
-  'python2: libpy opcode/ python2 integration'
-  'stk: stk opcode'
-  'vim-csound: vim integration'
-  'wiiuse: wiimote opcode')
-  cd "${pkgname}-${pkgver}/build"
-  make DESTDIR="${pkgdir}/" install
-
-  # export vars in profile.d
-  install -vDm 755 "${srcdir}/${pkgname}.sh" -t "${pkgdir}/etc/profile.d/"
-  # rename extract executable due to name conflict with libextractor
-  # https://github.com/csound/csound/issues/985
-  mv -v "${pkgdir}/usr/bin/extract" "${pkgdir}/usr/bin/${pkgname}-extract"
-  # moving csnd6.jar to /usr/share/java
-  install -vdm 755 "${pkgdir}/usr/share/java/"
-  mv -v "${pkgdir}/usr/lib/"*.jar "${pkgdir}/usr/share/java/"
-}
-
-package_csound-doc() {
-  license=('LGPL' 'GPL')
-  install -vDm 644 "Csound${pkgver}_manual.pdf" \
-"${pkgdir}/usr/share/doc/${pkgname}/${pkgbase}-manual.pdf"
-
-  install -dv "${pkgdir}/usr/share/doc/${pkgname}/html"
-  cp -av "${srcdir}"/html/* "${pkgdir}/usr/share/doc/${pkgname}/html"
-  # fix file permissions
-  

[arch-commits] Commit in csound/repos/community-x86_64 (4 files)

2019-01-26 Thread Jelle van der Waa via arch-commits
Date: Saturday, January 26, 2019 @ 19:14:48
  Author: jelle
Revision: 428183

archrelease: copy trunk to community-x86_64

Added:
  csound/repos/community-x86_64/PKGBUILD
(from rev 428182, csound/trunk/PKGBUILD)
  csound/repos/community-x86_64/csound.sh
(from rev 428182, csound/trunk/csound.sh)
Deleted:
  csound/repos/community-x86_64/PKGBUILD
  csound/repos/community-x86_64/csound.sh

---+
 PKGBUILD  |  172 ++--
 csound.sh |6 +-
 2 files changed, 89 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-26 19:14:39 UTC (rev 428182)
+++ PKGBUILD2019-01-26 19:14:48 UTC (rev 428183)
@@ -1,86 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ainola
-# Contributor: speps
-# Contributor: Bernardo Barros
-
-pkgbase=csound
-pkgname=('csound' 'csound-doc')
-pkgver=6.12.2
-pkgrel=1
-pkgdesc="A programming language for sound rendering and signal processing."
-arch=('x86_64')
-url="http://csound.com";
-license=('LGPL')
-# wiiuse needs release before add: https://github.com/rpavlik/wiiuse/issues/92
-# libpd needs to be packaged: https://github.com/libpd/libpd/releases
-# current gmm doesn't work https://github.com/csound/csound/issues/920
-makedepends=('boost' 'cmake' 'cunit' 'doxygen' 'dssi' 'eigen' 'faust' 'fltk'
-'fluidsynth' 'git' 'hdf5' 'java-environment=8' 'ladspa' 'libmusicxml'
-'libwebsockets' 'llvm' 'luajit' 'portmidi' 'portsmf' 'python2' 'stk' 'swig')
-source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/${pkgbase}/${pkgbase}/archive/${pkgver}.tar.gz";
-"${pkgbase}.sh"
-
"https://github.com/${pkgbase}/${pkgbase}/releases/download/${pkgver}/Csound${pkgver}_manual_html.zip";
-
"https://github.com/${pkgbase}/${pkgbase}/releases/download/${pkgver}/Csound${pkgver}_manual_pdf.zip";)
-sha512sums=('e00a1f74e38cc5edadcaa4ea2a38a79a010be21008cad091b46c79ed18242a925ab9279fc049b4e82f6944e4d6e815787b7f847b08ae3bba9bde60570aa96f58'
-
'53a8ae1e61db2a3a492930ef0f0881b613ae47108c5e8de0a6e2aa28bcf7a5c93c7fea8b7fc2bbae29ab92e1e68bf94ba406be1255ad8ab5725ea9078c1fd6dc'
-
'eb287b9070c16d6cfbd890532d97eda34d72d8b5e5548a1a55ed7de91b2b913e04426cd50c94d0ac84221396002421077a5d22b3b67ce634c34a9aa1ceb53d9d'
-
'881bbdae5ab7fceb28199084173492eb8cc6477e72100739599e9d1448c607062efd1390b5cb19e03aeeae9c58eb608b61f36853dddb4d9141b86da31d00bc45')
-
-prepare() {
-  cd "${pkgbase}-${pkgver}"
-  # requires out-of-tree build
-  mkdir build
-}
-
-build() {
-  cd "${pkgbase}-${pkgver}/build"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DJAVA_AWT_LIBRARY=/usr/lib/jvm/java-8-openjdk/jre/lib/amd64/libawt.so 
\
--DJAVA_JVM_LIBRARY=/usr/lib/jvm/java-8-openjdk/jre/lib/amd64 \
--DLUA_MODULE_INSTALL_DIR=/usr/lib/lua/5.1/ \
--DLUAJIT_LIBRARY=/usr/lib/libluajit-5.1.so \
--DLUA_H_PATH=/usr/include/luajit-2.0/ \
--DPYTHON_MODULE_INSTALL_DIR=/usr/lib/python2.7/site-packages \
--DBUILD_STATIC_LIBRARY=ON \
-..
-  make
-}
-
-check() {
-  cd "${pkgbase}-${pkgver}/build"
-  make test
-}
-
-package_csound() {
-  groups=('pro-audio')
-  depends=('fluidsynth' 'git' 'hdf5' 'liblo' 'libmusicxml' 'libwebsockets'
-  'luajit' 'portmidi' 'portsmf' 'stk' 'tk')
-  optdepends=('csound-doc: The canonical Csound Reference Manual'
-  'csoundqt: Qt frontend'
-  'fltk: fltk GUIs'
-  'faust: Embed faust'
-  'java-runtime=8: Use csound with Java'
-  'python2: python opcodes'
-  'vim-csound: Use csound with vim')
-  cd "${pkgname}-${pkgver}/build"
-  make DESTDIR="${pkgdir}/" install
-
-  # export vars in profile.d
-  install -vDm 755 "${srcdir}/${pkgname}.sh" -t "${pkgdir}/etc/profile.d/"
-  # rename extract executable due to name conflict with libextractor
-  # https://github.com/csound/csound/issues/985
-  mv -v "${pkgdir}/usr/bin/extract" "${pkgdir}/usr/bin/${pkgname}-extract"
-}
-
-package_csound-doc() {
-  license=('LGPL' 'GPL')
-  install -vDm 644 "Csound${pkgver}_manual.pdf" \
-"${pkgdir}/usr/share/doc/${pkgname}/${pkgbase}-manual.pdf"
-
-  install -dv "${pkgdir}/usr/share/doc/${pkgname}/html"
-  cp -av "${srcdir}"/html/* "${pkgdir}/usr/share/doc/${pkgname}/html"
-  # fix file permissions
-  find "${pkgdir}" -type f -exec chmod -c 644 {} \;
-}
-
-# vim:set ts=2 sw=2 et:

Copied: csound/repos/community-x86_64/PKGBUILD (from rev 428182, 
csound/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-26 19:14:48 UTC (rev 428183)
@@ -0,0 +1,86 @@
+# Maintainer: David Runge 
+# Contributor: Ainola
+# Contributor: speps
+# Contributor: Bernardo Barros
+
+pkgbase=csound
+pkgname=('csound' 'csound-doc')
+pkgver=6.12.2
+pkgrel=2
+pkgdesc="A programming language for sound rendering and signal processing."
+arch=('x86_64')
+ur

[arch-commits] Commit in csound/repos/community-x86_64 (4 files)

2018-11-19 Thread David Runge via arch-commits
Date: Monday, November 19, 2018 @ 15:37:38
  Author: dvzrv
Revision: 408833

archrelease: copy trunk to community-x86_64

Added:
  csound/repos/community-x86_64/PKGBUILD
(from rev 408832, csound/trunk/PKGBUILD)
  csound/repos/community-x86_64/csound.sh
(from rev 408832, csound/trunk/csound.sh)
Deleted:
  csound/repos/community-x86_64/PKGBUILD
  csound/repos/community-x86_64/csound.sh

---+
 PKGBUILD  |  172 ++--
 csound.sh |6 +-
 2 files changed, 89 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-19 15:37:30 UTC (rev 408832)
+++ PKGBUILD2018-11-19 15:37:38 UTC (rev 408833)
@@ -1,86 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ainola
-# Contributor: speps
-# Contributor: Bernardo Barros
-
-pkgbase=csound
-pkgname=('csound' 'csound-doc')
-pkgver=6.12.0
-pkgrel=2
-pkgdesc="A programming language for sound rendering and signal processing."
-arch=('x86_64')
-url="http://csound.com";
-license=('LGPL')
-# wiiuse needs release before add: https://github.com/rpavlik/wiiuse/issues/92
-# libpd needs to be packaged: https://github.com/libpd/libpd/releases
-# current gmm doesn't work https://github.com/csound/csound/issues/920
-makedepends=('boost' 'cmake' 'cunit' 'doxygen' 'dssi' 'eigen' 'faust' 'fltk'
-'fluidsynth' 'git' 'hdf5' 'java-environment=8' 'ladspa' 'libmusicxml'
-'libwebsockets' 'llvm' 'luajit' 'portmidi' 'portsmf' 'python2' 'stk' 'swig')
-source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/${pkgbase}/${pkgbase}/archive/${pkgver}.tar.gz";
-"${pkgbase}.sh"
-
"https://github.com/${pkgbase}/${pkgbase}/releases/download/${pkgver}/Csound${pkgver}_manual_html.zip";
-
"https://github.com/${pkgbase}/${pkgbase}/releases/download/${pkgver}/Csound${pkgver}_manual_pdf.zip";)
-sha512sums=('7053f998782e7f07fe209f866346179514434bd51ba4caf015bac09ed3843616d1644aac54cc7b8d437a81e69c634646419d45f07a65807f4061f8568bb4d232'
-
'53a8ae1e61db2a3a492930ef0f0881b613ae47108c5e8de0a6e2aa28bcf7a5c93c7fea8b7fc2bbae29ab92e1e68bf94ba406be1255ad8ab5725ea9078c1fd6dc'
-
'eb287b9070c16d6cfbd890532d97eda34d72d8b5e5548a1a55ed7de91b2b913e04426cd50c94d0ac84221396002421077a5d22b3b67ce634c34a9aa1ceb53d9d'
-
'88f7cf0c1053d1af31f18f0f866e68ffd8fb8b5d7c1f762e8c391f8e447a178b0700b7cf05327bc6e9c35a0b6acaa3f198359786ea8b8a3a07d63b4fc7a3c316')
-
-prepare() {
-  cd "${pkgbase}-${pkgver}"
-  # requires out-of-tree build
-  mkdir build
-}
-
-build() {
-  cd "${pkgbase}-${pkgver}/build"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DJAVA_AWT_LIBRARY=/usr/lib/jvm/java-8-openjdk/jre/lib/amd64/libawt.so 
\
--DJAVA_JVM_LIBRARY=/usr/lib/jvm/java-8-openjdk/jre/lib/amd64 \
--DLUA_MODULE_INSTALL_DIR=/usr/lib/lua/5.1/ \
--DLUAJIT_LIBRARY=/usr/lib/libluajit-5.1.so \
--DLUA_H_PATH=/usr/include/luajit-2.0/ \
--DPYTHON_MODULE_INSTALL_DIR=/usr/lib/python2.7/site-packages \
--DBUILD_STATIC_LIBRARY=ON \
-..
-  make
-}
-
-check() {
-  cd "${pkgbase}-${pkgver}/build"
-  make test
-}
-
-package_csound() {
-  groups=('pro-audio')
-  depends=('fluidsynth' 'git' 'hdf5' 'liblo' 'libmusicxml' 'libwebsockets'
-  'luajit' 'portmidi' 'portsmf' 'stk' 'tk')
-  optdepends=('csound-doc: The canonical Csound Reference Manual'
-  'csoundqt: Qt frontend'
-  'fltk: fltk GUIs'
-  'faust: Embed faust'
-  'java-runtime=8: Use csound with Java'
-  'python2: python opcodes'
-  'vim-csound: Use csound with vim')
-  cd "${pkgname}-${pkgver}/build"
-  make DESTDIR="${pkgdir}/" install
-
-  # export vars in profile.d
-  install -vDm 755 "${srcdir}/${pkgname}.sh" -t "${pkgdir}/etc/profile.d/"
-  # rename extract executable due to name conflict with libextractor
-  # https://github.com/csound/csound/issues/985
-  mv -v "${pkgdir}/usr/bin/extract" "${pkgdir}/usr/bin/${pkgname}-extract"
-}
-
-package_csound-doc() {
-  license=('LGPL' 'GPL')
-  install -vDm 644 "Csound${pkgver}_manual.pdf" \
-"${pkgdir}/usr/share/doc/${pkgname}/${pkgbase}-manual.pdf"
-
-  install -dv "${pkgdir}/usr/share/doc/${pkgname}/html"
-  cp -av "${srcdir}"/html/* "${pkgdir}/usr/share/doc/${pkgname}/html"
-  # fix file permissions
-  find "${pkgdir}" -type f -exec chmod -c 644 {} \;
-}
-
-# vim:set ts=2 sw=2 et:

Copied: csound/repos/community-x86_64/PKGBUILD (from rev 408832, 
csound/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-19 15:37:38 UTC (rev 408833)
@@ -0,0 +1,86 @@
+# Maintainer: David Runge 
+# Contributor: Ainola
+# Contributor: speps
+# Contributor: Bernardo Barros
+
+pkgbase=csound
+pkgname=('csound' 'csound-doc')
+pkgver=6.12.2
+pkgrel=1
+pkgdesc="A programming language for sound rendering and signal processing."
+arch=('x86_64')
+url

[arch-commits] Commit in csound/repos/community-x86_64 (4 files)

2018-11-16 Thread David Runge via arch-commits
Date: Friday, November 16, 2018 @ 16:23:33
  Author: dvzrv
Revision: 408470

archrelease: copy trunk to community-x86_64

Added:
  csound/repos/community-x86_64/PKGBUILD
(from rev 408469, csound/trunk/PKGBUILD)
  csound/repos/community-x86_64/csound.sh
(from rev 408469, csound/trunk/csound.sh)
Deleted:
  csound/repos/community-x86_64/PKGBUILD
  csound/repos/community-x86_64/csound.sh

---+
 PKGBUILD  |  172 ++--
 csound.sh |6 +-
 2 files changed, 89 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-16 16:23:26 UTC (rev 408469)
+++ PKGBUILD2018-11-16 16:23:33 UTC (rev 408470)
@@ -1,86 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ainola
-# Contributor: speps
-# Contributor: Bernardo Barros
-
-pkgbase=csound
-pkgname=('csound' 'csound-doc')
-pkgver=6.12.0
-pkgrel=1
-pkgdesc="A programming language for sound rendering and signal processing."
-arch=('x86_64')
-url="http://csound.com";
-license=('LGPL')
-# wiiuse needs release before add: https://github.com/rpavlik/wiiuse/issues/92
-# libpd needs to be packaged: https://github.com/libpd/libpd/releases
-# current gmm doesn't work https://github.com/csound/csound/issues/920
-makedepends=('boost' 'cmake' 'cunit' 'doxygen' 'dssi' 'eigen' 'faust' 'fltk'
-'fluidsynth' 'git' 'hdf5' 'java-environment=8' 'ladspa' 'libmusicxml'
-'libwebsockets' 'llvm' 'luajit' 'portmidi' 'portsmf' 'python2' 'stk' 'swig')
-source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/${pkgbase}/${pkgbase}/archive/${pkgver}.tar.gz";
-"${pkgbase}.sh"
-
"https://github.com/${pkgbase}/${pkgbase}/releases/download/${pkgver}/Csound${pkgver}_manual_html.zip";
-
"https://github.com/${pkgbase}/${pkgbase}/releases/download/${pkgver}/Csound${pkgver}_manual_pdf.zip";)
-sha512sums=('7053f998782e7f07fe209f866346179514434bd51ba4caf015bac09ed3843616d1644aac54cc7b8d437a81e69c634646419d45f07a65807f4061f8568bb4d232'
-
'53a8ae1e61db2a3a492930ef0f0881b613ae47108c5e8de0a6e2aa28bcf7a5c93c7fea8b7fc2bbae29ab92e1e68bf94ba406be1255ad8ab5725ea9078c1fd6dc'
-
'eb287b9070c16d6cfbd890532d97eda34d72d8b5e5548a1a55ed7de91b2b913e04426cd50c94d0ac84221396002421077a5d22b3b67ce634c34a9aa1ceb53d9d'
-
'88f7cf0c1053d1af31f18f0f866e68ffd8fb8b5d7c1f762e8c391f8e447a178b0700b7cf05327bc6e9c35a0b6acaa3f198359786ea8b8a3a07d63b4fc7a3c316')
-
-prepare() {
-  cd "${pkgbase}-${pkgver}"
-  # requires out-of-tree build
-  mkdir build
-}
-
-build() {
-  cd "${pkgbase}-${pkgver}/build"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DJAVA_AWT_LIBRARY=/usr/lib/jvm/java-8-openjdk/jre/lib/amd64/libawt.so 
\
--DJAVA_JVM_LIBRARY=/usr/lib/jvm/java-8-openjdk/jre/lib/amd64 \
--DLUA_MODULE_INSTALL_DIR=/usr/lib/lua/5.1/ \
--DLUAJIT_LIBRARY=/usr/lib/libluajit-5.1.so \
--DLUA_H_PATH=/usr/include/luajit-2.0/ \
--DPYTHON_MODULE_INSTALL_DIR=/usr/lib/python2.7/site-packages \
--DBUILD_STATIC_LIBRARY=ON \
-..
-  make
-}
-
-check() {
-  cd "${pkgbase}-${pkgver}/build"
-  make test
-}
-
-package_csound() {
-  groups=('pro-audio')
-  depends=('fluidsynth' 'git' 'hdf5' 'liblo' 'libmusicxml' 'libwebsockets'
-  'luajit' 'portmidi' 'portsmf' 'stk' 'tk')
-  optdepends=('csound-doc: The canonical Csound Reference Manual'
-  'csoundqt: Qt frontend'
-  'fltk: fltk GUIs'
-  'faust: Embed faust'
-  'java-runtime=8: Use csound with Java'
-  'python2: python opcodes'
-  'vim-csound: Use csound with vim')
-  cd "${pkgname}-${pkgver}/build"
-  make DESTDIR="${pkgdir}/" install
-
-  # export vars in profile.d
-  install -vDm 755 "${srcdir}/${pkgname}.sh" -t "${pkgdir}/etc/profile.d/"
-  # rename extract executable due to name conflict with libextractor
-  # https://github.com/csound/csound/issues/985
-  mv -v "${pkgdir}/usr/bin/extract" "${pkgdir}/usr/bin/${pkgname}-extract"
-}
-
-package_csound-doc() {
-  license=('LGPL' 'GPL')
-  install -vDm 644 "Csound${pkgver}_manual.pdf" \
-"${pkgdir}/usr/share/doc/${pkgname}/${pkgbase}-manual.pdf"
-
-  install -dv "${pkgdir}/usr/share/doc/${pkgname}/html"
-  cp -av "${srcdir}"/html/* "${pkgdir}/usr/share/doc/${pkgname}/html"
-  # fix file permissions
-  find "${pkgdir}" -type f -exec chmod -c 644 {} \;
-}
-
-# vim:set ts=2 sw=2 et:

Copied: csound/repos/community-x86_64/PKGBUILD (from rev 408469, 
csound/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-16 16:23:33 UTC (rev 408470)
@@ -0,0 +1,86 @@
+# Maintainer: David Runge 
+# Contributor: Ainola
+# Contributor: speps
+# Contributor: Bernardo Barros
+
+pkgbase=csound
+pkgname=('csound' 'csound-doc')
+pkgver=6.12.0
+pkgrel=2
+pkgdesc="A programming language for sound rendering and signal processing."
+arch=('x86_64')
+url

[arch-commits] Commit in csound/repos/community-x86_64 (4 files)

2018-03-15 Thread David Runge via arch-commits
Date: Thursday, March 15, 2018 @ 15:08:49
  Author: dvzrv
Revision: 308569

archrelease: copy trunk to community-x86_64

Added:
  csound/repos/community-x86_64/PKGBUILD
(from rev 308568, csound/trunk/PKGBUILD)
  csound/repos/community-x86_64/csound.sh
(from rev 308568, csound/trunk/csound.sh)
Deleted:
  csound/repos/community-x86_64/PKGBUILD
  csound/repos/community-x86_64/csound.sh

---+
 PKGBUILD  |  143 ++--
 csound.sh |6 +-
 2 files changed, 76 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-15 15:08:39 UTC (rev 308568)
+++ PKGBUILD2018-03-15 15:08:49 UTC (rev 308569)
@@ -1,70 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ainola
-# Contributor: speps
-# Contributor: Bernardo Barros
-
-pkgbase=csound
-pkgname=('csound' 'csound-doc')
-pkgver=6.10.0
-pkgrel=8
-pkgdesc="A programming language for sound rendering and signal processing."
-arch=('x86_64')
-url="http://csound.com";
-license=('LGPL')
-# add gmm (after fix) and wiiuse
-makedepends=('boost' 'cmake' 'dssi' 'eigen' 'faust' 'fltk' 'fluidsynth' 
'java-environment' 'ladspa' 'llvm' 'luajit' 'pd' 'portaudio' 'portmidi' 
'python2' 'swig')
-# add {neovim,vim}-csound once there's a tagged release
-source=("${pkgname[0]}-${pkgver}.tar.gz::https://github.com/csound/csound/archive/${pkgver}.tar.gz";
-"${pkgname[0]}.sh"
-
"https://github.com/${pkgbase}/${pkgbase}/releases/download/${pkgver}/Csound${pkgver}_manual_html.zip";
-
"https://github.com/${pkgbase}/${pkgbase}/releases/download/${pkgver}/Csound${pkgver}_manual_pdf.zip";)
-sha512sums=('1ccf0a2d5273da016ec585e788e4af0b91f55c3be081a51c53dc39b0fbcfba0cf1308828784a1e5dfc39250dedbd3f4b48afbb5c4140c11fd469ca6753702ed4'
-
'26e92e7168961686b3d89e9d552f4b086922469f7fc3e8b4b967d32bb7e41fddf014fd52a0aef30f229db57f7eac2980efe7c54b3fc3a7c321ae7e20adbb3995'
-
'f61f46705607eb39897fd3b27353fb233acd9da5e00a2b64d63116f74b889f2daafa72d48ed7c5ec1890e32d81331f91455861f2cb3fad3d13b7d27ec203357a'
-
'cf6ec335782032fb0703a3042c0222316cd215eba2be242e65d4f1ae23d886177620c96cc63c1aace43a72c1d6258a88612c1ffd5ef0e43675729bae39969fa1')
-
-prepare() {
-  cd "${pkgname[0]}-${pkgver}"
-  # requires out-of-tree build
-  mkdir bld
-}
-
-build() {
-  cd "${pkgname[0]}-${pkgver}/bld"
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-   -DJAVA_MODULE_INSTALL_DIR=/usr/lib/csound/java \
-   -DBUILD_FAUST_OPCODES=1 \
-   -DFAUST_LIBRARY=/usr/lib/libfaust.a \
-   -DLUA_MODULE_INSTALL_DIR=/usr/lib/lua/5.1/ \
-   -DPYTHON_INCLUDE_DIR=/usr/include/python2.7 \
-   -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
-   -DPYTHON_MODULE_INSTALL_DIR=/usr/lib/python2.7/site-packages
-  make
-}
-
-package_csound() {
-  depends=('curl' 'fltk' 'fluidsynth' 'hdf5' 'liblo' 'luajit' 'portaudio' 
'portmidi' 'python2' 'stk' 'tk')
-  optdepends=('csound-doc: The canonical Csound Reference Manual'
-  'csoundqt: Qt frontend'
-  'faust: embed faust'
-  'java-environment: Java Wrapper')
-  cd "${pkgname}-${pkgver}/bld"
-  make DESTDIR="${pkgdir}/" install
-
-  # export vars in profile.d
-  install -vDm755 "${srcdir}/${pkgname[0]}.sh" \
-"${pkgdir}/etc/profile.d/${pkgname[0]}.sh"
-}
-
-package_csound-doc() {
-  license=('LGPL' 'GPL')
-  install -vDm644 Csound${pkgver}_manual.pdf \
-"${pkgdir}/usr/share/doc/${pkgname[1]}/${pkgbase}-manual.pdf"
-
-  install -dv "${pkgdir}/usr/share/doc/${pkgname[1]}/html"
-  cp -av "${srcdir}"/html/* "${pkgdir}/usr/share/doc/${pkgname[1]}/html"
-  # fix file permissions
-  find "${pkgdir}" -type f -exec chmod -c 644 {} \;
-}
-
-# vim:set ts=2 sw=2 et:

Copied: csound/repos/community-x86_64/PKGBUILD (from rev 308568, 
csound/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-15 15:08:49 UTC (rev 308569)
@@ -0,0 +1,73 @@
+# Maintainer: David Runge 
+# Contributor: Ainola
+# Contributor: speps
+# Contributor: Bernardo Barros
+
+pkgbase=csound
+pkgname=('csound' 'csound-doc')
+pkgver=6.10.0
+pkgrel=9
+pkgdesc="A programming language for sound rendering and signal processing."
+arch=('x86_64')
+url="http://csound.com";
+license=('LGPL')
+# wiiuse needs release before add: https://github.com/rpavlik/wiiuse/issues/92
+# current gmm doesn't work https://github.com/csound/csound/issues/920
+makedepends=('boost' 'cmake' 'dssi' 'eigen' 'faust' 'fltk' 'fluidsynth'
+'java-environment' 'ladspa' 'llvm' 'luajit' 'pd' 'portaudio' 'portmidi'
+'python2' 'swig')
+source=("${pkgname[0]}-${pkgver}.tar.gz::https://github.com/csound/csound/archive/${pkgver}.tar.gz";
+"${pkgname[0]}.sh"
+
"https://github.com/${pkgbase}/${pkgbase}/releases/download/${pkgver}/Csound${pkgver}_manual_html.zip";
+
"https://github.com

[arch-commits] Commit in csound/repos/community-x86_64 (4 files)

2018-02-13 Thread David Runge via arch-commits
Date: Tuesday, February 13, 2018 @ 10:51:26
  Author: dvzrv
Revision: 293771

archrelease: copy trunk to community-x86_64

Added:
  csound/repos/community-x86_64/PKGBUILD
(from rev 293770, csound/trunk/PKGBUILD)
  csound/repos/community-x86_64/csound.sh
(from rev 293770, csound/trunk/csound.sh)
Deleted:
  csound/repos/community-x86_64/PKGBUILD
  csound/repos/community-x86_64/csound.sh

---+
 PKGBUILD  |  140 ++--
 csound.sh |6 +-
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-13 10:51:08 UTC (rev 293770)
+++ PKGBUILD2018-02-13 10:51:26 UTC (rev 293771)
@@ -1,70 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ainola
-# Contributor: speps
-# Contributor: Bernardo Barros
-
-pkgbase=csound
-pkgname=('csound' 'csound-doc')
-pkgver=6.10.0
-pkgrel=7
-pkgdesc="A programming language for sound rendering and signal processing."
-arch=('x86_64')
-url="http://csound.com";
-license=('LGPL')
-# add gmm (after fix) and wiiuse
-makedepends=('boost' 'cmake' 'dssi' 'eigen' 'faust' 'fltk' 'fluidsynth' 
'java-environment' 'ladspa' 'llvm' 'luajit' 'pd' 'portaudio' 'portmidi' 
'python2' 'swig')
-# add {neovim,vim}-csound once there's a tagged release
-source=("${pkgname[0]}-${pkgver}.tar.gz::https://github.com/csound/csound/archive/${pkgver}.tar.gz";
-"${pkgname[0]}.sh"
-
"https://github.com/${pkgbase}/${pkgbase}/releases/download/${pkgver}/Csound${pkgver}_manual_html.zip";
-
"https://github.com/${pkgbase}/${pkgbase}/releases/download/${pkgver}/Csound${pkgver}_manual_pdf.zip";)
-sha512sums=('1ccf0a2d5273da016ec585e788e4af0b91f55c3be081a51c53dc39b0fbcfba0cf1308828784a1e5dfc39250dedbd3f4b48afbb5c4140c11fd469ca6753702ed4'
-
'26e92e7168961686b3d89e9d552f4b086922469f7fc3e8b4b967d32bb7e41fddf014fd52a0aef30f229db57f7eac2980efe7c54b3fc3a7c321ae7e20adbb3995'
-
'f61f46705607eb39897fd3b27353fb233acd9da5e00a2b64d63116f74b889f2daafa72d48ed7c5ec1890e32d81331f91455861f2cb3fad3d13b7d27ec203357a'
-
'cf6ec335782032fb0703a3042c0222316cd215eba2be242e65d4f1ae23d886177620c96cc63c1aace43a72c1d6258a88612c1ffd5ef0e43675729bae39969fa1')
-
-prepare() {
-  cd "${pkgname[0]}-${pkgver}"
-  # requires out-of-tree build
-  mkdir bld
-}
-
-build() {
-  cd "${pkgname[0]}-${pkgver}/bld"
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-   -DJAVA_MODULE_INSTALL_DIR=/usr/lib/csound/java \
-   -DBUILD_FAUST_OPCODES=1 \
-   -DFAUST_LIBRARY=/usr/lib/libfaust.a \
-   -DLUA_MODULE_INSTALL_DIR=/usr/lib/lua/5.1/ \
-   -DPYTHON_INCLUDE_DIR=/usr/include/python2.7 \
-   -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
-   -DPYTHON_MODULE_INSTALL_DIR=/usr/lib/python2.7/site-packages
-  make
-}
-
-package_csound() {
-  depends=('curl' 'fltk' 'fluidsynth' 'hdf5' 'liblo' 'luajit' 'portaudio' 
'portmidi' 'python2' 'stk' 'tk')
-  optdepends=('csound-doc: The canonical Csound Reference Manual'
-  'csoundqt: Qt frontend'
-  'faust: embed faust'
-  'java-environment: Java Wrapper')
-  cd "${pkgname}-${pkgver}/bld"
-  make DESTDIR="${pkgdir}/" install
-
-  # export vars in profile.d
-  install -vDm755 "${srcdir}/${pkgname[0]}.sh" \
-"${pkgdir}/etc/profile.d/${pkgname[0]}.sh"
-}
-
-package_csound-doc() {
-  license=('LGPL' 'GPL')
-  install -vDm644 Csound${pkgver}_manual.pdf \
-"${pkgdir}/usr/share/doc/${pkgbase}/${pkgbase}-manual.pdf"
-
-  install -dv "${pkgdir}/usr/share/doc/${pkgbase}/html"
-  cp -av "${srcdir}"/html/* "${pkgdir}/usr/share/doc/${pkgbase}/html"
-  # fix file permissions
-  find "${pkgdir}" -type f -exec chmod -c 644 {} \;
-}
-
-# vim:set ts=2 sw=2 et:

Copied: csound/repos/community-x86_64/PKGBUILD (from rev 293770, 
csound/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-13 10:51:26 UTC (rev 293771)
@@ -0,0 +1,70 @@
+# Maintainer: David Runge 
+# Contributor: Ainola
+# Contributor: speps
+# Contributor: Bernardo Barros
+
+pkgbase=csound
+pkgname=('csound' 'csound-doc')
+pkgver=6.10.0
+pkgrel=8
+pkgdesc="A programming language for sound rendering and signal processing."
+arch=('x86_64')
+url="http://csound.com";
+license=('LGPL')
+# add gmm (after fix) and wiiuse
+makedepends=('boost' 'cmake' 'dssi' 'eigen' 'faust' 'fltk' 'fluidsynth' 
'java-environment' 'ladspa' 'llvm' 'luajit' 'pd' 'portaudio' 'portmidi' 
'python2' 'swig')
+# add {neovim,vim}-csound once there's a tagged release
+source=("${pkgname[0]}-${pkgver}.tar.gz::https://github.com/csound/csound/archive/${pkgver}.tar.gz";
+"${pkgname[0]}.sh"
+
"https://github.com/${pkgbase}/${pkgbase}/releases/download/${pkgver}/Csound${pkgver}_manual_html.zip";
+
"https://github.com/${pkgbase}/${pkgbase}/releases/download/${pkgver}/Csound${pkgver}_m