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

David Runge dvzrv at archlinux.org
Wed Jan 31 12:58:00 UTC 2018


    Date: Wednesday, January 31, 2018 @ 12:57:59
  Author: dvzrv
Revision: 288394

archrelease: copy trunk to community-testing-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-31 12:57:50 UTC (rev 288393)
+++ PKGBUILD	2018-01-31 12:57:59 UTC (rev 288394)
@@ -1,51 +0,0 @@
-# Maintainer: David Runge <dave at sleepmap.de>
-# Contributor: Ainola
-# Contributor: speps
-# Contributor: Bernardo Barros
-
-pkgname=csound
-pkgver=6.10.0
-pkgrel=3
-pkgdesc="A programming language for sound rendering and signal processing."
-arch=('x86_64')
-url="http://csound.com"
-license=('LGPL')
-depends=('curl' 'fltk' 'fluidsynth' 'hdf5' 'liblo' 'luajit' 'portaudio' 'portmidi' 'python2' 'stk' 'tk')
-# add faust (after fix), gmm (after fix), wiiuse and
-makedepends=('boost' 'cmake' 'dssi' 'eigen' 'java-environment' 'ladspa' 'luajit' 'pd' 'swig')
-# add {neovim,vim}-csound once there's a tagged release
-optdepends=('csound-doc: The canonical Csound Reference Manual'
-            'csoundqt: Qt frontend'
-            'java-environment: Java Wrapper')
-source=("https://github.com/csound/csound/archive/${pkgver}.tar.gz"
-        "csound.sh")
-sha512sums=('1ccf0a2d5273da016ec585e788e4af0b91f55c3be081a51c53dc39b0fbcfba0cf1308828784a1e5dfc39250dedbd3f4b48afbb5c4140c11fd469ca6753702ed4'
-            '26e92e7168961686b3d89e9d552f4b086922469f7fc3e8b4b967d32bb7e41fddf014fd52a0aef30f229db57f7eac2980efe7c54b3fc3a7c321ae7e20adbb3995')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # requires out-of-tree build
-  [ -d bld ] || mkdir bld
-}
-
-build() {
-  cd "${pkgname}-${pkgver}/bld"
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-           -DJAVA_MODULE_INSTALL_DIR=/usr/lib/csound/java \
-           -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() {
-  cd "${pkgname}-${pkgver}/bld"
-  make DESTDIR="${pkgdir}/" install
-
-  # export vars in profile.d
-  install -Dm755 "${srcdir}/${pkgname}.sh" \
-    "${pkgdir}/etc/profile.d/${pkgname}.sh"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: csound/repos/community-testing-x86_64/PKGBUILD (from rev 288393, csound/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-31 12:57:59 UTC (rev 288394)
@@ -0,0 +1,51 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: Ainola
+# Contributor: speps
+# Contributor: Bernardo Barros
+
+pkgname=csound
+pkgver=6.10.0
+pkgrel=4
+pkgdesc="A programming language for sound rendering and signal processing."
+arch=('x86_64')
+url="http://csound.com"
+license=('LGPL')
+depends=('curl' 'fltk' 'fluidsynth' 'hdf5' 'liblo' 'luajit' 'portaudio' 'portmidi' 'python2' 'stk' 'tk')
+# add faust (after fix), gmm (after fix), wiiuse and
+makedepends=('boost' 'cmake' 'dssi' 'eigen' 'java-environment' 'ladspa' 'luajit' 'pd' 'swig')
+# add {neovim,vim}-csound once there's a tagged release
+optdepends=('csound-doc: The canonical Csound Reference Manual'
+            'csoundqt: Qt frontend'
+            'java-environment: Java Wrapper')
+source=("${pkgname}-${pkgver}::https://github.com/csound/csound/archive/${pkgver}.tar.gz"
+        "csound.sh")
+sha512sums=('1ccf0a2d5273da016ec585e788e4af0b91f55c3be081a51c53dc39b0fbcfba0cf1308828784a1e5dfc39250dedbd3f4b48afbb5c4140c11fd469ca6753702ed4'
+            '26e92e7168961686b3d89e9d552f4b086922469f7fc3e8b4b967d32bb7e41fddf014fd52a0aef30f229db57f7eac2980efe7c54b3fc3a7c321ae7e20adbb3995')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # requires out-of-tree build
+  [ -d bld ] || mkdir bld
+}
+
+build() {
+  cd "${pkgname}-${pkgver}/bld"
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
+           -DJAVA_MODULE_INSTALL_DIR=/usr/lib/csound/java \
+           -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() {
+  cd "${pkgname}-${pkgver}/bld"
+  make DESTDIR="${pkgdir}/" install
+
+  # export vars in profile.d
+  install -Dm755 "${srcdir}/${pkgname}.sh" \
+    "${pkgdir}/etc/profile.d/${pkgname}.sh"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: csound.sh
===================================================================
--- csound.sh	2018-01-31 12:57:50 UTC (rev 288393)
+++ csound.sh	2018-01-31 12:57:59 UTC (rev 288394)
@@ -1,3 +0,0 @@
-export OPCODE6DIR=/usr/lib/csound/plugins64
-export CSSTRNGS=/usr/share/locale
-export RAWWAVE_PATH=/usr/lib/stk/rawwaves

Copied: csound/repos/community-testing-x86_64/csound.sh (from rev 288393, csound/trunk/csound.sh)
===================================================================
--- csound.sh	                        (rev 0)
+++ csound.sh	2018-01-31 12:57:59 UTC (rev 288394)
@@ -0,0 +1,3 @@
+export OPCODE6DIR=/usr/lib/csound/plugins64
+export CSSTRNGS=/usr/share/locale
+export RAWWAVE_PATH=/usr/lib/stk/rawwaves



More information about the arch-commits mailing list