[arch-commits] Commit in supercollider/repos/community-x86_64 (6 files)

2020-09-09 Thread David Runge via arch-commits
Date: Wednesday, September 9, 2020 @ 19:21:24
  Author: dvzrv
Revision: 701639

archrelease: copy trunk to community-x86_64

Added:
  supercollider/repos/community-x86_64/PKGBUILD
(from rev 701638, supercollider/trunk/PKGBUILD)
  
supercollider/repos/community-x86_64/supercollider-3.11.1-fix_linker_errors.patch
(from rev 701638, 
supercollider/trunk/supercollider-3.11.1-fix_linker_errors.patch)
  supercollider/repos/community-x86_64/supercollider.install
(from rev 701638, supercollider/trunk/supercollider.install)
Deleted:
  supercollider/repos/community-x86_64/PKGBUILD
  
supercollider/repos/community-x86_64/supercollider-3.11.1-fix_linker_errors.patch
  supercollider/repos/community-x86_64/supercollider.install

--+
 PKGBUILD |  166 +++---
 supercollider-3.11.1-fix_linker_errors.patch |  644 -
 supercollider.install|   16 
 3 files changed, 414 insertions(+), 412 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-09 19:21:14 UTC (rev 701638)
+++ PKGBUILD2020-09-09 19:21:24 UTC (rev 701639)
@@ -1,82 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: speps 
-# Contributor: osc 
-
-_name=SuperCollider
-pkgname=supercollider
-pkgver=3.11.1
-pkgrel=1
-pkgdesc="Environment and programming language for real time audio synthesis 
and algorithmic composition"
-arch=('x86_64')
-url="https://supercollider.github.io;
-license=('GPL3')
-groups=('pro-audio')
-depends=('gcc-libs' 'glibc'  'libx11' 'qt5-base' 'qt5-svg' 'qt5-webengine'
-'qt5-websockets')
-makedepends=('abletonlink' 'alsa-lib' 'avahi' 'boost' 'cmake' 'emacs' 'fftw'
-'libsndfile' 'qt5-tools' 'readline' 'systemd-libs' 'yaml-cpp')
-checkdepends=('xorg-server-xvfb')
-optdepends=('emacs: emacs interface'
-'gedit: gedit interface'
-'sc3-plugins: additional extension plugins for scsynth')
-provides=('libscsynth.so' "sclang=${pkgver}" "scsynth=${pkgver}")
-source=("https://github.com/${pkgname}/${pkgname}/releases/download/Version-${pkgver}/${_name}-${pkgver}-Source.tar.bz2"{,.asc}
-
"${pkgname}-3.11.1-devendor_abletonlink.patch::https://github.com/supercollider/supercollider/pull/4836/commits/95bd9721226f3cb1bba903bea8154cee5859cfb8.patch;
-"${pkgname}-3.11.1-fix_linker_errors.patch"
-)
-install="${pkgname}.install"
-sha512sums=('5c4c5ba75f32ee7dda9a9e30c346ff028aedce81374474b4ee93fb8dc631f7b6ea54e91706b3502be6ed84baa69f6d659fcddaf5140ca292827d62734efbd6b2'
-'SKIP'
-
'6a31c8c2edd102b806cfe110c2f27516e9fe05a7b074d50e14d5aad69cb80a2badfcb3a20f942d6dee90dfaf4bf5ae7eb8b8ef8c517ea8e0110bee7f0c2c4f40'
-
'900f6559986ba80fe5aa8a05881f1ccfc2ae01d5b18dc0cf963bf86bfb7cbc0b77dfb9a4f059e588c9563c2ef9f8632731f3d046b79d8bfdffa88111cae7c52a')
-b2sums=('0fed25646c7163e8e13ae27024a25206f1ea141c5c23b93d7a1f4c00a30f0ce15a084b73eccb424f724f2000db138e3539b568045afddcfd612cf5dab99cb94d'
-'SKIP'
-
'c589ea2451b4c232fa34de1b442e6822fb5867475b0e0bb7b94563cbfac54f09f47a7be8cf1e9f4a2896ffa678db40d718ec9ee301ad037eaebeb71772e773e4'
-
'b8d0b153d08dcf98b5b2c385c52a1c446086f4c795f34840bf1a55f8eccdf53e262fcfb8b7245332919d1b932e5887dc20236ad35df29c4712853d2676e89a20')
-validpgpkeys=('0B7D1EA4E32B5C3C4275D3C70796CC538BEFF177') # Brian Heim 

-
-
-prepare() {
-  mv -v "${_name}-${pkgver}-Source" "${pkgname}-${pkgver}"
-  cd "${pkgname}-${pkgver}"
-  # devendoring Ableton Link:
-  # https://github.com/supercollider/supercollider/issues/4818
-  # https://github.com/supercollider/supercollider/pull/4836
-  patch -Np1 -i "../${pkgname}-3.11.1-devendor_abletonlink.patch"
-  # fix linker issues with libscsynth.so (backported patch)
-  # https://github.com/supercollider/supercollider/issues/4992
-  patch -Np1 -i "../${pkgname}-3.11.1-fix_linker_errors.patch"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE='None' \
--DBoost_NO_BOOST_CMAKE=ON \
--DLIBSCSYNTH=ON \
--DFORTIFY=ON \
--DSYSTEM_ABLETON_LINK=ON \
--DSYSTEM_BOOST=ON \
--DSYSTEM_YAMLCPP=ON \
--DSC_VIM=OFF \
--Wno-dev \
--B build \
--S .
-  make VERBOSE=1 -C build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  xvfb-run make test ARGS="-V" -C build
-}
-
-package() {
-  depends+=('libasound.so' 'libavahi-common.so' 'libavahi-client.so'
-  'libboost_filesystem.so' 'libboost_program_options.so' 'libboost_regex.so'
-  'libboost_thread.so' 'libfftw3f.so' 'libjack.so' 'libsndfile.so'
-  'libreadline.so' 'libudev.so' 'libyaml-cpp.so')
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install -C build
-  install -vDm 644 {AUTHORS,{CHANGELOG,README,README_LINUX}.md} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: supercollider/repos/community-x86_64/PKGBUILD (from rev 701638, 

[arch-commits] Commit in supercollider/repos/community-x86_64 (6 files)

2020-09-03 Thread David Runge via arch-commits
Date: Thursday, September 3, 2020 @ 18:28:50
  Author: dvzrv
Revision: 697524

archrelease: copy trunk to community-x86_64

Added:
  supercollider/repos/community-x86_64/PKGBUILD
(from rev 697523, supercollider/trunk/PKGBUILD)
  
supercollider/repos/community-x86_64/supercollider-3.11.1-fix_linker_errors.patch
(from rev 697523, 
supercollider/trunk/supercollider-3.11.1-fix_linker_errors.patch)
  supercollider/repos/community-x86_64/supercollider.install
(from rev 697523, supercollider/trunk/supercollider.install)
Deleted:
  supercollider/repos/community-x86_64/PKGBUILD
  
supercollider/repos/community-x86_64/supercollider-3.11.0-use_system_link.patch
  supercollider/repos/community-x86_64/supercollider.install

--+
 PKGBUILD |  154 ++-
 supercollider-3.11.0-use_system_link.patch   |   30 --
 supercollider-3.11.1-fix_linker_errors.patch |  322 +
 supercollider.install|   16 -
 4 files changed, 412 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-03 18:28:40 UTC (rev 697523)
+++ PKGBUILD2020-09-03 18:28:50 UTC (rev 697524)
@@ -1,72 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: speps 
-# Contributor: osc 
-
-_name=SuperCollider
-pkgname=supercollider
-pkgver=3.11.0
-pkgrel=4
-pkgdesc="Environment and programming language for real time audio synthesis 
and algorithmic composition"
-arch=('x86_64')
-url="https://supercollider.github.io;
-license=('GPL3')
-groups=('pro-audio')
-depends=('gcc-libs' 'glibc'  'libx11' 'qt5-base' 'qt5-svg' 'qt5-webengine'
-'qt5-websockets')
-makedepends=('abletonlink' 'alsa-lib' 'avahi' 'boost' 'cmake' 'emacs' 'fftw'
-'libsndfile' 'qt5-tools' 'readline' 'systemd-libs' 'yaml-cpp')
-checkdepends=('xorg-server-xvfb')
-optdepends=('emacs: emacs interface'
-'gedit: gedit interface'
-'sc3-plugins: additional extension plugins for scsynth')
-provides=("libscsynth.so" "sclang=${pkgver}" "scsynth=${pkgver}")
-source=("https://github.com/${pkgname}/${pkgname}/releases/download/Version-${pkgver}/${_name}-${pkgver}-Source.tar.bz2;
-"${pkgname}-3.11.0-use_system_link.patch")
-install="${pkgname}.install"
-sha512sums=('64fef4d751436337baf40ced068a496d3e9221f751dcde7bfc2857a79c094764dff814d1c0cf519380053ddcfdb2c3f2b8eb787d3cff03e522c19fd95951b1da'
-
'1a9977f7b1a1a90ea3b4163ef6f6f963325e8d87b6ca16fecaa5a1816323d6cb4ab7eb750957d58be34a99fd3ed08ed7b7a92ac5352f31c894a8eb002f0aa71c')
-
-
-prepare() {
-  mv -v "${_name}-${pkgver}-Source" "${pkgname}-${pkgver}"
-  cd "${pkgname}-${pkgver}"
-  # devendoring Ableton Link:
-  # https://github.com/supercollider/supercollider/issues/4818
-  # https://github.com/supercollider/supercollider/pull/4836
-  patch -Np1 -i "../${pkgname}-3.11.0-use_system_link.patch"
-  # removing macOS hidden files (due to release tarball issues):
-  # https://github.com/supercollider/supercollider/issues/4545
-  find . -type f -iname "*\._*" -delete
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBoost_NO_BOOST_CMAKE=ON \
--DLIBSCSYNTH=ON \
--DFORTIFY=ON \
--DSYSTEM_ABLETON_LINK=ON \
--DSYSTEM_BOOST=ON \
--DSYSTEM_YAMLCPP=ON \
--DSC_VIM=OFF \
--B build \
-.
-  make VERBOSE=1 -C build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}/build"
-  xvfb-run make test ARGS="-V" -C build || echo "Known failing tests: 
https://github.com/supercollider/supercollider/issues/3555;
-}
-
-package() {
-  depends+=('libasound.so' 'libavahi-common.so' 'libavahi-client.so'
-  'libboost_filesystem.so' 'libboost_program_options.so' 'libboost_regex.so'
-  'libboost_thread.so' 'libfftw3f.so' 'libjack.so' 'libsndfile.so'
-  'libreadline.so' 'libudev.so' 'libyaml-cpp.so')
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install -C build
-  install -vDm 644 {AUTHORS,{CHANGELOG,README,README_LINUX}.md} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: supercollider/repos/community-x86_64/PKGBUILD (from rev 697523, 
supercollider/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-03 18:28:50 UTC (rev 697524)
@@ -0,0 +1,82 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: osc 
+
+_name=SuperCollider
+pkgname=supercollider
+pkgver=3.11.1
+pkgrel=1
+pkgdesc="Environment and programming language for real time audio synthesis 
and algorithmic composition"
+arch=('x86_64')
+url="https://supercollider.github.io;
+license=('GPL3')
+groups=('pro-audio')
+depends=('gcc-libs' 'glibc'  'libx11' 'qt5-base' 'qt5-svg' 'qt5-webengine'
+'qt5-websockets')
+makedepends=('abletonlink' 'alsa-lib' 'avahi' 'boost' 'cmake' 'emacs' 'fftw'
+'libsndfile' 

[arch-commits] Commit in supercollider/repos/community-x86_64 (6 files)

2020-04-01 Thread David Runge via arch-commits
Date: Wednesday, April 1, 2020 @ 20:41:08
  Author: dvzrv
Revision: 609173

archrelease: copy trunk to community-x86_64

Added:
  supercollider/repos/community-x86_64/PKGBUILD
(from rev 609171, supercollider/trunk/PKGBUILD)
  
supercollider/repos/community-x86_64/supercollider-3.11.0-use_system_link.patch
(from rev 609172, 
supercollider/trunk/supercollider-3.11.0-use_system_link.patch)
  supercollider/repos/community-x86_64/supercollider.install
(from rev 609172, supercollider/trunk/supercollider.install)
Deleted:
  supercollider/repos/community-x86_64/PKGBUILD
  
supercollider/repos/community-x86_64/supercollider-3.11.0-use_system_link.patch
  supercollider/repos/community-x86_64/supercollider.install

+
 PKGBUILD   |  144 +--
 supercollider-3.11.0-use_system_link.patch |   60 +--
 supercollider.install  |   16 +--
 3 files changed, 110 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-01 20:41:04 UTC (rev 609172)
+++ PKGBUILD2020-04-01 20:41:08 UTC (rev 609173)
@@ -1,72 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: speps 
-# Contributor: osc 
-
-_name=SuperCollider
-pkgname=supercollider
-pkgver=3.11.0
-pkgrel=3
-pkgdesc="Environment and programming language for real time audio synthesis 
and algorithmic composition"
-arch=('x86_64')
-url="https://supercollider.github.io;
-license=('GPL3')
-groups=('pro-audio')
-depends=('gcc-libs' 'glibc'  'libx11' 'qt5-base' 'qt5-svg' 'qt5-webengine'
-'qt5-websockets')
-makedepends=('abletonlink' 'alsa-lib' 'avahi' 'boost' 'cmake' 'emacs' 'fftw'
-'libsndfile' 'qt5-tools' 'readline' 'systemd-libs' 'yaml-cpp')
-checkdepends=('xorg-server-xvfb')
-optdepends=('emacs: emacs interface'
-'gedit: gedit interface'
-'sc3-plugins: additional extension plugins for scsynth')
-provides=("libscsynth.so" "sclang=${pkgver}" "scsynth=${pkgver}")
-source=("https://github.com/${pkgname}/${pkgname}/releases/download/Version-${pkgver}/${_name}-${pkgver}-Source-linux.tar.bz2;
-"${pkgname}-3.11.0-use_system_link.patch")
-install="${pkgname}.install"
-sha512sums=('8c93395231caf3617c3dae07e7c94e2253e24ab1a822b64904d5bc67f62fb12e9837ed0cd7210fbbe10cb5a7ff277e80e5f2ec85d6b51026c920851d4fda59a4'
-
'1a9977f7b1a1a90ea3b4163ef6f6f963325e8d87b6ca16fecaa5a1816323d6cb4ab7eb750957d58be34a99fd3ed08ed7b7a92ac5352f31c894a8eb002f0aa71c')
-
-
-prepare() {
-  mv -v "${_name}-Source" "${pkgname}-${pkgver}"
-  cd "${pkgname}-${pkgver}"
-  # devendoring Ableton Link:
-  # https://github.com/supercollider/supercollider/issues/4818
-  # https://github.com/supercollider/supercollider/pull/4836
-  patch -Np1 -i "../${pkgname}-3.11.0-use_system_link.patch"
-  # removing macOS hidden files (due to release tarball issues):
-  # https://github.com/supercollider/supercollider/issues/4545
-  find . -type f -iname "*\._*" -delete
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBoost_NO_BOOST_CMAKE=ON \
--DLIBSCSYNTH=ON \
--DFORTIFY=ON \
--DSYSTEM_ABLETON_LINK=ON \
--DSYSTEM_BOOST=ON \
--DSYSTEM_YAMLCPP=ON \
--DSC_VIM=OFF \
--B build \
-.
-  make VERBOSE=1 -C build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}/build"
-  xvfb-run make test ARGS="-V" -C build || echo "Known failing tests: 
https://github.com/supercollider/supercollider/issues/3555;
-}
-
-package() {
-  depends+=('libasound.so' 'libavahi-common.so' 'libavahi-client.so'
-  'libboost_filesystem.so' 'libboost_program_options.so' 'libboost_regex.so'
-  'libboost_thread.so' 'libfftw3f.so' 'libjack.so' 'libsndfile.so'
-  'libreadline.so' 'libudev.so' 'libyaml-cpp.so')
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install -C build
-  install -vDm 644 {AUTHORS,{CHANGELOG,README,README_LINUX}.md} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: supercollider/repos/community-x86_64/PKGBUILD (from rev 609171, 
supercollider/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-01 20:41:08 UTC (rev 609173)
@@ -0,0 +1,72 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: osc 
+
+_name=SuperCollider
+pkgname=supercollider
+pkgver=3.11.0
+pkgrel=4
+pkgdesc="Environment and programming language for real time audio synthesis 
and algorithmic composition"
+arch=('x86_64')
+url="https://supercollider.github.io;
+license=('GPL3')
+groups=('pro-audio')
+depends=('gcc-libs' 'glibc'  'libx11' 'qt5-base' 'qt5-svg' 'qt5-webengine'
+'qt5-websockets')
+makedepends=('abletonlink' 'alsa-lib' 'avahi' 'boost' 'cmake' 'emacs' 'fftw'
+'libsndfile' 'qt5-tools' 'readline' 'systemd-libs' 'yaml-cpp')

[arch-commits] Commit in supercollider/repos/community-x86_64 (6 files)

2020-03-22 Thread David Runge via arch-commits
Date: Sunday, March 22, 2020 @ 14:54:49
  Author: dvzrv
Revision: 603515

archrelease: copy trunk to community-x86_64

Added:
  supercollider/repos/community-x86_64/PKGBUILD
(from rev 603514, supercollider/trunk/PKGBUILD)
  
supercollider/repos/community-x86_64/supercollider-3.11.0-use_system_link.patch
(from rev 603514, 
supercollider/trunk/supercollider-3.11.0-use_system_link.patch)
  supercollider/repos/community-x86_64/supercollider.install
(from rev 603514, supercollider/trunk/supercollider.install)
Deleted:
  supercollider/repos/community-x86_64/PKGBUILD
  
supercollider/repos/community-x86_64/supercollider-3.11.0-use_system_link.patch
  supercollider/repos/community-x86_64/supercollider.install

+
 PKGBUILD   |  144 +--
 supercollider-3.11.0-use_system_link.patch |   60 +--
 supercollider.install  |   16 +--
 3 files changed, 110 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-22 14:54:42 UTC (rev 603514)
+++ PKGBUILD2020-03-22 14:54:49 UTC (rev 603515)
@@ -1,72 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: speps 
-# Contributor: osc 
-
-_name=SuperCollider
-pkgname=supercollider
-pkgver=3.11.0
-pkgrel=2
-pkgdesc="Environment and programming language for real time audio synthesis 
and algorithmic composition"
-arch=('x86_64')
-url="https://supercollider.github.io;
-license=('GPL3')
-groups=('pro-audio')
-depends=('gcc-libs' 'glibc'  'libx11' 'qt5-base' 'qt5-svg' 'qt5-webengine'
-'qt5-websockets')
-makedepends=('alsa-lib' 'avahi' 'boost' 'cmake' 'emacs' 'fftw' 'libsndfile'
-'link' 'qt5-tools' 'readline' 'systemd-libs' 'yaml-cpp')
-checkdepends=('xorg-server-xvfb')
-optdepends=('emacs: emacs interface'
-'gedit: gedit interface'
-'sc3-plugins: additional extension plugins for scsynth')
-provides=("libscsynth.so" "sclang=${pkgver}" "scsynth=${pkgver}")
-source=("https://github.com/${pkgname}/${pkgname}/releases/download/Version-${pkgver}/${_name}-${pkgver}-Source-linux.tar.bz2;
-"${pkgname}-3.11.0-use_system_link.patch")
-install="${pkgname}.install"
-sha512sums=('8c93395231caf3617c3dae07e7c94e2253e24ab1a822b64904d5bc67f62fb12e9837ed0cd7210fbbe10cb5a7ff277e80e5f2ec85d6b51026c920851d4fda59a4'
-
'2b0ed3a7a0022d9a23beb42a39e6327f28b8c59b6fe976771442df572477f509c1ca3882cdb41c2b277fb4d4b0f07e8bd88a6c4017c522c5e4ff89ce32c9b4cd')
-
-
-prepare() {
-  mv -v "${_name}-Source" "${pkgname}-${pkgver}"
-  cd "${pkgname}-${pkgver}"
-  # devendoring Ableton Link:
-  # https://github.com/supercollider/supercollider/issues/4818
-  # https://github.com/supercollider/supercollider/pull/4836
-  patch -Np1 -i "../${pkgname}-3.11.0-use_system_link.patch"
-  # removing macOS hidden files (due to release tarball issues):
-  # https://github.com/supercollider/supercollider/issues/4545
-  find . -type f -iname "*\._*" -delete
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBoost_NO_BOOST_CMAKE=ON \
--DLIBSCSYNTH=ON \
--DFORTIFY=ON \
--DSYSTEM_ABLETON_LINK=ON \
--DSYSTEM_BOOST=ON \
--DSYSTEM_YAMLCPP=ON \
--DSC_VIM=OFF \
--B build \
-.
-  make VERBOSE=1 -C build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}/build"
-  xvfb-run make test ARGS="-V" -C build || echo "Known failing tests: 
https://github.com/supercollider/supercollider/issues/3555;
-}
-
-package() {
-  depends+=('libasound.so' 'libavahi-common.so' 'libavahi-client.so'
-  'libboost_filesystem.so' 'libboost_program_options.so' 'libboost_regex.so'
-  'libboost_thread.so' 'libfftw3f.so' 'libjack.so' 'libsndfile.so'
-  'libreadline.so' 'libudev.so' 'libyaml-cpp.so')
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install -C build
-  install -vDm 644 {AUTHORS,{CHANGELOG,README,README_LINUX}.md} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: supercollider/repos/community-x86_64/PKGBUILD (from rev 603514, 
supercollider/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-22 14:54:49 UTC (rev 603515)
@@ -0,0 +1,72 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: osc 
+
+_name=SuperCollider
+pkgname=supercollider
+pkgver=3.11.0
+pkgrel=3
+pkgdesc="Environment and programming language for real time audio synthesis 
and algorithmic composition"
+arch=('x86_64')
+url="https://supercollider.github.io;
+license=('GPL3')
+groups=('pro-audio')
+depends=('gcc-libs' 'glibc'  'libx11' 'qt5-base' 'qt5-svg' 'qt5-webengine'
+'qt5-websockets')
+makedepends=('abletonlink' 'alsa-lib' 'avahi' 'boost' 'cmake' 'emacs' 'fftw'
+'libsndfile' 'qt5-tools' 'readline' 'systemd-libs' 'yaml-cpp')
+checkdepends=('xorg-server-xvfb')

[arch-commits] Commit in supercollider/repos/community-x86_64 (6 files)

2020-03-21 Thread David Runge via arch-commits
Date: Saturday, March 21, 2020 @ 20:51:50
  Author: dvzrv
Revision: 603105

archrelease: copy trunk to community-x86_64

Added:
  supercollider/repos/community-x86_64/PKGBUILD
(from rev 603104, supercollider/trunk/PKGBUILD)
  
supercollider/repos/community-x86_64/supercollider-3.11.0-use_system_link.patch
(from rev 603104, 
supercollider/trunk/supercollider-3.11.0-use_system_link.patch)
  supercollider/repos/community-x86_64/supercollider.install
(from rev 603104, supercollider/trunk/supercollider.install)
Deleted:
  supercollider/repos/community-x86_64/PKGBUILD
  
supercollider/repos/community-x86_64/supercollider-3.11.0-devendor_ableton_link.patch
  supercollider/repos/community-x86_64/supercollider.install

--+
 PKGBUILD |  144 ++---
 supercollider-3.11.0-devendor_ableton_link.patch |   43 --
 supercollider-3.11.0-use_system_link.patch   |   30 
 supercollider.install|   16 +-
 4 files changed, 110 insertions(+), 123 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-21 20:51:39 UTC (rev 603104)
+++ PKGBUILD2020-03-21 20:51:50 UTC (rev 603105)
@@ -1,72 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: speps 
-# Contributor: osc 
-
-_name=SuperCollider
-pkgname=supercollider
-pkgver=3.11.0
-pkgrel=1
-pkgdesc="Environment and programming language for real time audio synthesis 
and algorithmic composition"
-arch=('x86_64')
-url="https://supercollider.github.io;
-license=('GPL3')
-groups=('pro-audio')
-depends=('gcc-libs' 'glibc'  'libx11' 'qt5-base' 'qt5-svg' 'qt5-webengine'
-'qt5-websockets')
-makedepends=('alsa-lib' 'avahi' 'boost' 'cmake' 'emacs' 'fftw' 'libsndfile'
-'link' 'qt5-tools' 'readline' 'systemd-libs' 'yaml-cpp')
-checkdepends=('xorg-server-xvfb')
-optdepends=('emacs: emacs interface'
-'gedit: gedit interface'
-'sc3-plugins: additional extension plugins for scsynth')
-provides=("libscsynth.so" "sclang=${pkgver}" "scsynth=${pkgver}")
-source=("https://github.com/${pkgname}/${pkgname}/releases/download/Version-${pkgver}/${_name}-${pkgver}-Source-linux.tar.bz2;
-"${pkgname}-3.11.0-devendor_ableton_link.patch")
-install="${pkgname}.install"
-sha512sums=('8c93395231caf3617c3dae07e7c94e2253e24ab1a822b64904d5bc67f62fb12e9837ed0cd7210fbbe10cb5a7ff277e80e5f2ec85d6b51026c920851d4fda59a4'
-
'f42f2eb9c61b20b6313f9351e0528c397718bccafd094095d7d1d810eee55efd7b47126be8ef3ba56d6e752dbd270d1f188c4a88282405af489993b3051d')
-
-
-prepare() {
-  mv -v "${_name}-Source" "${pkgname}-${pkgver}"
-  cd "${pkgname}-${pkgver}"
-  # devendoring Ableton Link:
-  # https://github.com/supercollider/supercollider/issues/4818
-  # https://github.com/supercollider/supercollider/issues/4818
-  patch -Np1 -i "../${pkgname}-3.11.0-devendor_ableton_link.patch"
-  # removing macOS hidden files (due to release tarball issues):
-  # https://github.com/supercollider/supercollider/issues/4545
-  find . -type f -iname "*\._*" -delete
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBoost_NO_BOOST_CMAKE=ON \
--DLIBSCSYNTH=ON \
--DFORTIFY=ON \
--DSYSTEM_ABLETON_LINK=ON \
--DSYSTEM_BOOST=ON \
--DSYSTEM_YAMLCPP=ON \
--DSC_VIM=OFF \
--B build \
-.
-  make VERBOSE=1 -C build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}/build"
-  xvfb-run make test ARGS="-V" -C build || echo "Known failing tests: 
https://github.com/supercollider/supercollider/issues/3555;
-}
-
-package() {
-  depends+=('libasound.so' 'libavahi-common.so' 'libavahi-client.so'
-  'libboost_filesystem.so' 'libboost_program_options.so' 'libboost_regex.so'
-  'libboost_thread.so' 'libfftw3f.so' 'libjack.so' 'libsndfile.so'
-  'libreadline.so' 'libudev.so' 'libyaml-cpp.so')
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install -C build
-  install -vDm 644 {AUTHORS,{CHANGELOG,README,README_LINUX}.md} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: supercollider/repos/community-x86_64/PKGBUILD (from rev 603104, 
supercollider/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-21 20:51:50 UTC (rev 603105)
@@ -0,0 +1,72 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: osc 
+
+_name=SuperCollider
+pkgname=supercollider
+pkgver=3.11.0
+pkgrel=2
+pkgdesc="Environment and programming language for real time audio synthesis 
and algorithmic composition"
+arch=('x86_64')
+url="https://supercollider.github.io;
+license=('GPL3')
+groups=('pro-audio')
+depends=('gcc-libs' 'glibc'  'libx11' 'qt5-base' 'qt5-svg' 'qt5-webengine'
+'qt5-websockets')
+makedepends=('alsa-lib' 'avahi' 'boost' 'cmake' 'emacs' 'fftw' 'libsndfile'

[arch-commits] Commit in supercollider/repos/community-x86_64 (6 files)

2019-09-30 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, September 30, 2019 @ 10:41:09
  Author: svenstaro
Revision: 512172

archrelease: copy trunk to community-x86_64

Added:
  supercollider/repos/community-x86_64/PKGBUILD
(from rev 512171, supercollider/trunk/PKGBUILD)
  supercollider/repos/community-x86_64/supercollider-use_system_boost.patch
(from rev 512171, supercollider/trunk/supercollider-use_system_boost.patch)
  supercollider/repos/community-x86_64/supercollider.install
(from rev 512171, supercollider/trunk/supercollider.install)
Deleted:
  supercollider/repos/community-x86_64/PKGBUILD
  supercollider/repos/community-x86_64/supercollider-use_system_boost.patch
  supercollider/repos/community-x86_64/supercollider.install

--+
 PKGBUILD |  124 ++---
 supercollider-use_system_boost.patch |  718 -
 supercollider.install|   16 
 3 files changed, 431 insertions(+), 427 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-30 10:41:03 UTC (rev 512171)
+++ PKGBUILD2019-09-30 10:41:09 UTC (rev 512172)
@@ -1,60 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: speps 
-# Contributor: osc 
-
-_name=SuperCollider
-pkgname=supercollider
-pkgver=3.10.3
-pkgrel=1
-pkgdesc="Environment and programming language for real time audio synthesis 
and algorithmic composition"
-arch=('x86_64')
-url="https://supercollider.github.io;
-license=('GPL3')
-groups=('pro-audio')
-depends=('boost-libs' 'desktop-file-utils' 'fftw' 'jack' 'qt5-svg'
-'qt5-webengine' 'qt5-websockets' 'yaml-cpp')
-makedepends=('boost' 'cmake' 'emacs' 'qt5-tools')
-checkdepends=('xorg-server-xvfb')
-optdepends=('emacs: emacs interface'
-'gedit: gedit interface'
-'sc3-plugins: additional extension plugins for scsynth')
-provides=('libscsynth.so')
-source=("https://github.com/${pkgname}/${pkgname}/releases/download/Version-${pkgver}/${_name}-${pkgver}-Source-linux.tar.bz2;
-"${pkgname}-use_system_boost.patch"
-)
-install="${pkgname}.install"
-sha512sums=('e6427ae367395e50e3f31986bab43aa53894f6d8c35563371c14940e6c3303068d419f95edf198509479d8ac7420400d8f9df7d4168a326db2f262b954ea2c24'
-
'd9b2ef108673b11a27c63654ceacf3b7e51df11ce05fc6d9045abd219ea718c2552f5ea026a5182c272639e695a1073192013b14cae257e7e4b00dd3c303ecae')
-
-prepare() {
-  mv -v "${_name}-Source" "${pkgname}-${pkgver}"
-  cd "${pkgname}-${pkgver}"
-  # make sure system boost is used
-  # https://github.com/supercollider/supercollider/issues/4096
-  patch -Np1 -i ../"${pkgname}-use_system_boost.patch"
-  mkdir -v build
-}
-
-build() {
-  cd "${pkgname}-${pkgver}/build"
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DLIBSCSYNTH=ON \
-   -DFORTIFY=ON \
-   -DSYSTEM_YAMLCPP=ON \
-   -DSYSTEM_BOOST=ON \
-   -DSC_VIM=OFF
-  make VERBOSE=1
-}
-
-check() {
-  cd "${pkgname}-${pkgver}/build"
-  xvfb-run make test ARGS="-V" || warning "Known failing tests: 
https://github.com/supercollider/supercollider/issues/3555;
-}
-
-package() {
-  cd "${pkgname}-${pkgver}/build"
-  make DESTDIR="${pkgdir}" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
--vDm 644 ../{AUTHORS,{CHANGELOG,README,README_LINUX}.md}
-}

Copied: supercollider/repos/community-x86_64/PKGBUILD (from rev 512171, 
supercollider/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-30 10:41:09 UTC (rev 512172)
@@ -0,0 +1,64 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: osc 
+
+_name=SuperCollider
+pkgname=supercollider
+pkgver=3.10.3
+pkgrel=3
+pkgdesc="Environment and programming language for real time audio synthesis 
and algorithmic composition"
+arch=('x86_64')
+url="https://supercollider.github.io;
+license=('GPL3')
+groups=('pro-audio')
+depends=('alsa-lib' 'avahi' 'boost-libs' 'desktop-file-utils' 'fftw' 'gcc-libs'
+'glibc' 'jack' 'libsndfile' 'libx11' 'qt5-base' 'qt5-svg' 'qt5-webengine'
+'qt5-websockets' 'readline' 'systemd-libs' 'yaml-cpp')
+makedepends=('boost' 'cmake' 'emacs' 'qt5-tools')
+checkdepends=('xorg-server-xvfb')
+optdepends=('emacs: emacs interface'
+'gedit: gedit interface'
+'sc3-plugins: additional extension plugins for scsynth')
+provides=('libscsynth.so')
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/Version-${pkgver}/${_name}-${pkgver}-Source-linux.tar.bz2;
+"${pkgname}-use_system_boost.patch"
+
"${pkgname}-3.10.3-boost-1.70.patch::https://patch-diff.githubusercontent.com/raw/supercollider/supercollider/pull/4491.patch;)
+install="${pkgname}.install"
+sha512sums=('e6427ae367395e50e3f31986bab43aa53894f6d8c35563371c14940e6c3303068d419f95edf198509479d8ac7420400d8f9df7d4168a326db2f262b954ea2c24'
+

[arch-commits] Commit in supercollider/repos/community-x86_64 (6 files)

2018-10-06 Thread David Runge via arch-commits
Date: Saturday, October 6, 2018 @ 21:43:03
  Author: dvzrv
Revision: 390912

archrelease: copy trunk to community-x86_64

Added:
  supercollider/repos/community-x86_64/PKGBUILD
(from rev 390911, supercollider/trunk/PKGBUILD)
  supercollider/repos/community-x86_64/boost-1.67.patch
(from rev 390911, supercollider/trunk/boost-1.67.patch)
  supercollider/repos/community-x86_64/supercollider.install
(from rev 390911, supercollider/trunk/supercollider.install)
Deleted:
  supercollider/repos/community-x86_64/PKGBUILD
  supercollider/repos/community-x86_64/boost-1.67.patch
  supercollider/repos/community-x86_64/supercollider.install

---+
 PKGBUILD  |  109 +---
 boost-1.67.patch  |   24 +-
 supercollider.install |   16 +++
 3 files changed, 77 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-06 21:42:56 UTC (rev 390911)
+++ PKGBUILD2018-10-06 21:43:03 UTC (rev 390912)
@@ -1,52 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: speps 
-# Contributor: osc 
-
-_name=SuperCollider
-pkgname=supercollider
-pkgver=3.9.3
-pkgrel=4
-pkgdesc="Environment and programming language for real time audio synthesis 
and algorithmic composition"
-arch=('x86_64')
-url="https://supercollider.github.io;
-license=('GPL3')
-groups=('pro-audio')
-depends=('boost-libs' 'fftw' 'jack' 'qt5-webkit' 'yaml-cpp')
-makedepends=('boost' 'cmake' 'emacs' 'qt5-tools')
-optdepends=('emacs: emacs interface'
-'gedit: gedit interface'
-'sc3-plugins: additional extension plugins for scsynth')
-source=("https://github.com/${pkgname}/${pkgname}/releases/download/Version-${pkgver}/${_name}-${pkgver}-Source-linux.tar.bz2;
-'boost-1.67.patch')
-install="${pkgname}.install"
-sha512sums=('5b0c29941907d5ca45c1676e34184664c03891051bba0ee50d9e8311400824054de7b6daba6d29fd875ff38f42ee9654504ea2f0b5bf0a36ae9605e6a79a0841'
-
'9980d77802f18fd56d2a13f24f070e81768d9111b2cc63e479a0e9b405a04aec28bc523e5d36aab0462af6a3831d64598470cdc6c3266431e2ca64aa427a6bf2')
-
-prepare() {
-  mv -v "${_name}-Source" "${pkgname}-${pkgver}"
-  cd "${pkgname}-${pkgver}"
-  patch -Np1 -i ../boost-1.67.patch
-  # requires out-of-tree build
-  mkdir -v bld
-  # make sure the system boost headers are used
-  rm -r external_libraries/boost
-}
-
-build() {
-  cd "${pkgname}-${pkgver}/bld"
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DLIBSCSYNTH=ON \
-   -DFORTIFY=ON \
-   -DSYSTEM_BOOST=ON \
-   -DSYSTEM_YAMLCPP=ON \
-   -DSC_VIM=OFF
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}/bld"
-  make DESTDIR="${pkgdir}" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
--vDm 644 ../{AUTHORS,{CHANGELOG,README,README_LINUX}.md}
-}

Copied: supercollider/repos/community-x86_64/PKGBUILD (from rev 390911, 
supercollider/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-06 21:43:03 UTC (rev 390912)
@@ -0,0 +1,57 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: osc 
+
+_name=SuperCollider
+pkgname=supercollider
+pkgver=3.9.3
+pkgrel=5
+pkgdesc="Environment and programming language for real time audio synthesis 
and algorithmic composition"
+arch=('x86_64')
+url="https://supercollider.github.io;
+license=('GPL3')
+groups=('pro-audio')
+depends=('boost-libs' 'desktop-file-utils' 'fftw' 'jack' 'qt5-webkit' 
'yaml-cpp')
+makedepends=('boost' 'cmake' 'emacs' 'qt5-tools')
+optdepends=('emacs: emacs interface'
+'gedit: gedit interface'
+'sc3-plugins: additional extension plugins for scsynth')
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/Version-${pkgver}/${_name}-${pkgver}-Source-linux.tar.bz2;
+'boost-1.67.patch')
+install="${pkgname}.install"
+sha512sums=('5b0c29941907d5ca45c1676e34184664c03891051bba0ee50d9e8311400824054de7b6daba6d29fd875ff38f42ee9654504ea2f0b5bf0a36ae9605e6a79a0841'
+
'9980d77802f18fd56d2a13f24f070e81768d9111b2cc63e479a0e9b405a04aec28bc523e5d36aab0462af6a3831d64598470cdc6c3266431e2ca64aa427a6bf2')
+
+prepare() {
+  mv -v "${_name}-Source" "${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
+  patch -Np1 -i ../boost-1.67.patch
+  # make sure the system boost headers are used
+  # https://github.com/supercollider/supercollider/issues/4096
+  rm -r external_libraries/boost
+  # fixing fundamental mathmatical problems:
+  # https://github.com/supercollider/supercollider/issues/4116
+  sed -e 's/-ffast-math/-fno-math-errno -fno-signaling-nans/' \
+  -i CMakeLists.txt
+  # requires out-of-tree build
+  mkdir -v bld
+}
+
+build() {
+  cd "${pkgname}-${pkgver}/bld"
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   

[arch-commits] Commit in supercollider/repos/community-x86_64 (6 files)

2018-04-09 Thread David Runge via arch-commits
Date: Monday, April 9, 2018 @ 22:15:03
  Author: dvzrv
Revision: 315498

archrelease: copy trunk to community-x86_64

Added:
  supercollider/repos/community-x86_64/PKGBUILD
(from rev 315497, supercollider/trunk/PKGBUILD)
  supercollider/repos/community-x86_64/supercollider.install
(from rev 315497, supercollider/trunk/supercollider.install)
Deleted:
  
supercollider/repos/community-x86_64/0001-cmake-correctly-include-yaml-cpp.patch
  
supercollider/repos/community-x86_64/0002-set-YAMLCPP_LIBRARY-and-YAMLCPP_INCLUDE_DIR-if-not-u.patch
  supercollider/repos/community-x86_64/PKGBUILD
  supercollider/repos/community-x86_64/supercollider.install

-+
 0001-cmake-correctly-include-yaml-cpp.patch |   57 -
 0002-set-YAMLCPP_LIBRARY-and-YAMLCPP_INCLUDE_DIR-if-not-u.patch |   26 --
 PKGBUILD|  103 
--
 supercollider.install   |   16 -
 4 files changed, 55 insertions(+), 147 deletions(-)

Deleted: 0001-cmake-correctly-include-yaml-cpp.patch
===
--- 0001-cmake-correctly-include-yaml-cpp.patch 2018-04-09 22:14:56 UTC (rev 
315497)
+++ 0001-cmake-correctly-include-yaml-cpp.patch 2018-04-09 22:15:03 UTC (rev 
315498)
@@ -1,57 +0,0 @@
-From f82cec5ae917e4d43a2a003b2eb0ddae3c0d31c7 Mon Sep 17 00:00:00 2001
-From: Brian Heim 
-Date: Sun, 4 Mar 2018 18:29:54 -0500
-Subject: [PATCH 1/2] cmake: correctly include yaml-cpp
-
-Include its dirs last for libsclang, and use the YAMLCPP_LIBRARY variable for 
linking

- editors/sc-ide/CMakeLists.txt | 3 ++-
- lang/CMakeLists.txt   | 4 ++--
- 2 files changed, 4 insertions(+), 3 deletions(-)
-
-diff --git a/editors/sc-ide/CMakeLists.txt b/editors/sc-ide/CMakeLists.txt
-index ffe70f98e..2f6c9c2cc 100644
 a/editors/sc-ide/CMakeLists.txt
-+++ b/editors/sc-ide/CMakeLists.txt
-@@ -199,6 +199,7 @@ include_directories(${CMAKE_SOURCE_DIR}/include/common)
- include_directories(${CMAKE_SOURCE_DIR}/common)
- include_directories(${CMAKE_SOURCE_DIR}/include/plugin_interface)
- include_directories(${CMAKE_SOURCE_DIR}/external_libraries/boost)
-+include_directories(${YAMLCPP_INCLUDE_DIR})
- # For QtCollider headers:
- include_directories(${CMAKE_SOURCE_DIR})
- # Needed for auto-generated forms headers:
-@@ -273,7 +274,7 @@ endif()
- 
- target_link_libraries( SuperCollider
- ${QT_IDE_LIBRARIES}
--yaml
-+${YAMLCPP_LIBRARY}
- oscpack
- )
- 
-diff --git a/lang/CMakeLists.txt b/lang/CMakeLists.txt
-index 9270b6320..5de19e46e 100644
 a/lang/CMakeLists.txt
-+++ b/lang/CMakeLists.txt
-@@ -10,8 +10,6 @@ include_directories(${CMAKE_SOURCE_DIR}/include/common
- ${CMAKE_SOURCE_DIR}/include/server
- ${CMAKE_SOURCE_DIR}/common
- 
--${YAMLCPP_INCLUDE_DIR}
--
- ${CMAKE_SOURCE_DIR}/external_libraries/boost_sync/include
- 
- LangSource
-@@ -19,6 +17,8 @@ include_directories(${CMAKE_SOURCE_DIR}/include/common
- 
- ${CMAKE_SOURCE_DIR}/external_libraries/nova-tt
- LangSource/Bison
-+
-+${YAMLCPP_INCLUDE_DIR}
- )
- 
- 
--- 
-2.16.2
-

Deleted: 0002-set-YAMLCPP_LIBRARY-and-YAMLCPP_INCLUDE_DIR-if-not-u.patch
===
--- 0002-set-YAMLCPP_LIBRARY-and-YAMLCPP_INCLUDE_DIR-if-not-u.patch 
2018-04-09 22:14:56 UTC (rev 315497)
+++ 0002-set-YAMLCPP_LIBRARY-and-YAMLCPP_INCLUDE_DIR-if-not-u.patch 
2018-04-09 22:15:03 UTC (rev 315498)
@@ -1,26 +0,0 @@
-From 031922987a1fea903ecc908d1b40d696823f1f28 Mon Sep 17 00:00:00 2001
-From: Brian Heim 
-Date: Sun, 4 Mar 2018 18:48:42 -0500
-Subject: [PATCH 2/2] set YAMLCPP_LIBRARY and YAMLCPP_INCLUDE_DIR if not using
- system
-

- external_libraries/CMakeLists.txt | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/external_libraries/CMakeLists.txt 
b/external_libraries/CMakeLists.txt
-index 10c466fd4..df33dc6f1 100644
 a/external_libraries/CMakeLists.txt
-+++ b/external_libraries/CMakeLists.txt
-@@ -106,6 +106,8 @@ if(NOT YAMLCPP_FOUND)
-   add_library(yaml STATIC EXCLUDE_FROM_ALL 
${CMAKE_CURRENT_BINARY_DIR}/libyamlcpp.cpp)
-   target_include_directories(yaml PUBLIC 
${CMAKE_SOURCE_DIR}/external_libraries/yaml-cpp/include boost)
-   set_property( TARGET yaml PROPERTY FOLDER 3rdparty )
-+  set(YAMLCPP_LIBRARY yaml)
-+  set(YAMLCPP_INCLUDE_DIR 
${CMAKE_SOURCE_DIR}/external_libraries/yaml-cpp/include)
- 
-   if(CMAKE_COMPILER_IS_GNUCXX)
- target_compile_options(yaml PRIVATE -Wno-deprecated-declarations)
--- 
-2.16.2
-

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-09 22:14:56 UTC (rev 315497)
+++ PKGBUILD2018-04-09 22:15:03 UTC (rev 315498)
@@ -1,56 

[arch-commits] Commit in supercollider/repos/community-x86_64 (6 files)

2018-03-09 Thread David Runge via arch-commits
Date: Friday, March 9, 2018 @ 18:10:56
  Author: dvzrv
Revision: 305560

archrelease: copy trunk to community-x86_64

Added:
  
supercollider/repos/community-x86_64/0001-cmake-correctly-include-yaml-cpp.patch
(from rev 305559, 
supercollider/trunk/0001-cmake-correctly-include-yaml-cpp.patch)
  
supercollider/repos/community-x86_64/0002-set-YAMLCPP_LIBRARY-and-YAMLCPP_INCLUDE_DIR-if-not-u.patch
(from rev 305559, 
supercollider/trunk/0002-set-YAMLCPP_LIBRARY-and-YAMLCPP_INCLUDE_DIR-if-not-u.patch)
  supercollider/repos/community-x86_64/PKGBUILD
(from rev 305559, supercollider/trunk/PKGBUILD)
  supercollider/repos/community-x86_64/supercollider.install
(from rev 305559, supercollider/trunk/supercollider.install)
Deleted:
  supercollider/repos/community-x86_64/PKGBUILD
  supercollider/repos/community-x86_64/supercollider.install

-+
 0001-cmake-correctly-include-yaml-cpp.patch |   57 +
 0002-set-YAMLCPP_LIBRARY-and-YAMLCPP_INCLUDE_DIR-if-not-u.patch |   26 ++
 PKGBUILD|  104 
+-
 supercollider.install   |   16 -
 4 files changed, 147 insertions(+), 56 deletions(-)

Copied: 
supercollider/repos/community-x86_64/0001-cmake-correctly-include-yaml-cpp.patch
 (from rev 305559, 
supercollider/trunk/0001-cmake-correctly-include-yaml-cpp.patch)
===
--- 0001-cmake-correctly-include-yaml-cpp.patch (rev 0)
+++ 0001-cmake-correctly-include-yaml-cpp.patch 2018-03-09 18:10:56 UTC (rev 
305560)
@@ -0,0 +1,57 @@
+From f82cec5ae917e4d43a2a003b2eb0ddae3c0d31c7 Mon Sep 17 00:00:00 2001
+From: Brian Heim 
+Date: Sun, 4 Mar 2018 18:29:54 -0500
+Subject: [PATCH 1/2] cmake: correctly include yaml-cpp
+
+Include its dirs last for libsclang, and use the YAMLCPP_LIBRARY variable for 
linking
+---
+ editors/sc-ide/CMakeLists.txt | 3 ++-
+ lang/CMakeLists.txt   | 4 ++--
+ 2 files changed, 4 insertions(+), 3 deletions(-)
+
+diff --git a/editors/sc-ide/CMakeLists.txt b/editors/sc-ide/CMakeLists.txt
+index ffe70f98e..2f6c9c2cc 100644
+--- a/editors/sc-ide/CMakeLists.txt
 b/editors/sc-ide/CMakeLists.txt
+@@ -199,6 +199,7 @@ include_directories(${CMAKE_SOURCE_DIR}/include/common)
+ include_directories(${CMAKE_SOURCE_DIR}/common)
+ include_directories(${CMAKE_SOURCE_DIR}/include/plugin_interface)
+ include_directories(${CMAKE_SOURCE_DIR}/external_libraries/boost)
++include_directories(${YAMLCPP_INCLUDE_DIR})
+ # For QtCollider headers:
+ include_directories(${CMAKE_SOURCE_DIR})
+ # Needed for auto-generated forms headers:
+@@ -273,7 +274,7 @@ endif()
+ 
+ target_link_libraries( SuperCollider
+ ${QT_IDE_LIBRARIES}
+-yaml
++${YAMLCPP_LIBRARY}
+ oscpack
+ )
+ 
+diff --git a/lang/CMakeLists.txt b/lang/CMakeLists.txt
+index 9270b6320..5de19e46e 100644
+--- a/lang/CMakeLists.txt
 b/lang/CMakeLists.txt
+@@ -10,8 +10,6 @@ include_directories(${CMAKE_SOURCE_DIR}/include/common
+ ${CMAKE_SOURCE_DIR}/include/server
+ ${CMAKE_SOURCE_DIR}/common
+ 
+-${YAMLCPP_INCLUDE_DIR}
+-
+ ${CMAKE_SOURCE_DIR}/external_libraries/boost_sync/include
+ 
+ LangSource
+@@ -19,6 +17,8 @@ include_directories(${CMAKE_SOURCE_DIR}/include/common
+ 
+ ${CMAKE_SOURCE_DIR}/external_libraries/nova-tt
+ LangSource/Bison
++
++${YAMLCPP_INCLUDE_DIR}
+ )
+ 
+ 
+-- 
+2.16.2
+

Copied: 
supercollider/repos/community-x86_64/0002-set-YAMLCPP_LIBRARY-and-YAMLCPP_INCLUDE_DIR-if-not-u.patch
 (from rev 305559, 
supercollider/trunk/0002-set-YAMLCPP_LIBRARY-and-YAMLCPP_INCLUDE_DIR-if-not-u.patch)
===
--- 0002-set-YAMLCPP_LIBRARY-and-YAMLCPP_INCLUDE_DIR-if-not-u.patch 
(rev 0)
+++ 0002-set-YAMLCPP_LIBRARY-and-YAMLCPP_INCLUDE_DIR-if-not-u.patch 
2018-03-09 18:10:56 UTC (rev 305560)
@@ -0,0 +1,26 @@
+From 031922987a1fea903ecc908d1b40d696823f1f28 Mon Sep 17 00:00:00 2001
+From: Brian Heim 
+Date: Sun, 4 Mar 2018 18:48:42 -0500
+Subject: [PATCH 2/2] set YAMLCPP_LIBRARY and YAMLCPP_INCLUDE_DIR if not using
+ system
+
+---
+ external_libraries/CMakeLists.txt | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/external_libraries/CMakeLists.txt 
b/external_libraries/CMakeLists.txt
+index 10c466fd4..df33dc6f1 100644
+--- a/external_libraries/CMakeLists.txt
 b/external_libraries/CMakeLists.txt
+@@ -106,6 +106,8 @@ if(NOT YAMLCPP_FOUND)
+   add_library(yaml STATIC EXCLUDE_FROM_ALL 
${CMAKE_CURRENT_BINARY_DIR}/libyamlcpp.cpp)
+   target_include_directories(yaml PUBLIC 
${CMAKE_SOURCE_DIR}/external_libraries/yaml-cpp/include boost)
+   set_property( TARGET yaml PROPERTY FOLDER