[arch-commits] Commit in chuck/repos (4 files)

2016-02-03 Thread Alexander Rødseth
Date: Wednesday, February 3, 2016 @ 21:09:13
  Author: arodseth
Revision: 160110

archrelease: copy trunk to community-x86_64, community-i686

Added:
  chuck/repos/community-i686/PKGBUILD
(from rev 160109, chuck/trunk/PKGBUILD)
  chuck/repos/community-x86_64/PKGBUILD
(from rev 160109, chuck/trunk/PKGBUILD)
Deleted:
  chuck/repos/community-i686/PKGBUILD
  chuck/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   34 --
 community-x86_64/PKGBUILD |   34 --
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-03 20:08:59 UTC (rev 160109)
+++ community-i686/PKGBUILD 2016-02-03 20:09:13 UTC (rev 160110)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Laurent Carlier 
-# Contributor: Brad Fanella 
-# Contributor: SpepS 
-# Contributor: Jeff Mickey 
-# Contributor: tardo 
-
-pkgname=chuck
-pkgver=1.3.5.1
-pkgrel=2
-pkgdesc='Concurrent, on-the-fly audio programming language'
-arch=('x86_64' 'i686')
-url='http://chuck.cs.princeton.edu/'
-license=('GPL')
-  depends=('gcc-libs' 'libsndfile' 'jack')
-source=("http://chuck.cs.princeton.edu/release/files/$pkgname-$pkgver.tgz";)
-sha256sums=('d141ca61547131edd2b29bdb88183835e4133ef09807674bfa33a4e6e09d1f53')
-
-build() {
-  # Other build alternatives are: linux-alsa linux-oss osx win32
-  make -C "$pkgname-$pkgver/src" linux-jack
-}
-
-package() {
-  cd "$pkgname-$pkgver/src"
-
-  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  cp -r ../examples "$pkgdir/usr/share/doc/$pkgname"
-}
-
-# getver: chuck.cs.princeton.edu/release
-# vim:set ts=2 sw=2 et:

Copied: chuck/repos/community-i686/PKGBUILD (from rev 160109, 
chuck/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-03 20:09:13 UTC (rev 160110)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Laurent Carlier 
+# Contributor: Brad Fanella 
+# Contributor: SpepS 
+# Contributor: Jeff Mickey 
+# Contributor: tardo 
+
+pkgname=chuck
+pkgver=1.3.5.2
+pkgrel=1
+pkgdesc='Concurrent, on-the-fly audio programming language'
+arch=('x86_64' 'i686')
+url='http://chuck.cs.princeton.edu/'
+license=('GPL')
+  depends=('gcc-libs' 'libsndfile' 'jack')
+source=("http://chuck.cs.princeton.edu/release/files/$pkgname-$pkgver.tgz";)
+sha256sums=('e900b8545ffcb69c6d49354b18c43a9f9b8f789d3ae822f34b408eaee8d3e70b')
+
+build() {
+  # Other build alternatives are: linux-alsa linux-oss osx win32
+  make -C "$pkgname-$pkgver/src" linux-jack
+}
+
+package() {
+  cd "$pkgname-$pkgver/src"
+
+  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+  cp -r ../examples "$pkgdir/usr/share/doc/$pkgname"
+}
+
+# getver: chuck.cs.princeton.edu/release
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-03 20:08:59 UTC (rev 160109)
+++ community-x86_64/PKGBUILD   2016-02-03 20:09:13 UTC (rev 160110)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Laurent Carlier 
-# Contributor: Brad Fanella 
-# Contributor: SpepS 
-# Contributor: Jeff Mickey 
-# Contributor: tardo 
-
-pkgname=chuck
-pkgver=1.3.5.1
-pkgrel=2
-pkgdesc='Concurrent, on-the-fly audio programming language'
-arch=('x86_64' 'i686')
-url='http://chuck.cs.princeton.edu/'
-license=('GPL')
-  depends=('gcc-libs' 'libsndfile' 'jack')
-source=("http://chuck.cs.princeton.edu/release/files/$pkgname-$pkgver.tgz";)
-sha256sums=('d141ca61547131edd2b29bdb88183835e4133ef09807674bfa33a4e6e09d1f53')
-
-build() {
-  # Other build alternatives are: linux-alsa linux-oss osx win32
-  make -C "$pkgname-$pkgver/src" linux-jack
-}
-
-package() {
-  cd "$pkgname-$pkgver/src"
-
-  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  cp -r ../examples "$pkgdir/usr/share/doc/$pkgname"
-}
-
-# getver: chuck.cs.princeton.edu/release
-# vim:set ts=2 sw=2 et:

Copied: chuck/repos/community-x86_64/PKGBUILD (from rev 160109, 
chuck/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-02-03 20:09:13 UTC (rev 160110)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Laurent Carlier 
+# Contributor: Brad Fanella 
+# Contributor: SpepS 
+# Contributor: Jeff Mickey 
+# Contributor: tardo 
+
+pkgname=chuck
+pkgver=1.3.5.2
+pkgrel=1
+pkgdesc='Concurrent, on-the-fly audio programming language'
+ar

[arch-commits] Commit in chuck/repos (4 files)

2015-12-06 Thread Bartłomiej Piotrowski
Date: Monday, December 7, 2015 @ 03:41:44
  Author: bpiotrowski
Revision: 149538

archrelease: copy trunk to community-staging-x86_64, community-staging-i686

Added:
  chuck/repos/community-staging-i686/
  chuck/repos/community-staging-i686/PKGBUILD
(from rev 149537, chuck/trunk/PKGBUILD)
  chuck/repos/community-staging-x86_64/
  chuck/repos/community-staging-x86_64/PKGBUILD
(from rev 149537, chuck/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   34 ++
 community-staging-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: chuck/repos/community-staging-i686/PKGBUILD (from rev 149537, 
chuck/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-07 02:41:44 UTC (rev 149538)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Laurent Carlier 
+# Contributor: Brad Fanella 
+# Contributor: SpepS 
+# Contributor: Jeff Mickey 
+# Contributor: tardo 
+
+pkgname=chuck
+pkgver=1.3.5.1
+pkgrel=2
+pkgdesc='Concurrent, on-the-fly audio programming language'
+arch=('x86_64' 'i686')
+url='http://chuck.cs.princeton.edu/'
+license=('GPL')
+  depends=('gcc-libs' 'libsndfile' 'jack')
+source=("http://chuck.cs.princeton.edu/release/files/$pkgname-$pkgver.tgz";)
+sha256sums=('d141ca61547131edd2b29bdb88183835e4133ef09807674bfa33a4e6e09d1f53')
+
+build() {
+  # Other build alternatives are: linux-alsa linux-oss osx win32
+  make -C "$pkgname-$pkgver/src" linux-jack
+}
+
+package() {
+  cd "$pkgname-$pkgver/src"
+
+  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+  cp -r ../examples "$pkgdir/usr/share/doc/$pkgname"
+}
+
+# getver: chuck.cs.princeton.edu/release
+# vim:set ts=2 sw=2 et:

Copied: chuck/repos/community-staging-x86_64/PKGBUILD (from rev 149537, 
chuck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-07 02:41:44 UTC (rev 149538)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Laurent Carlier 
+# Contributor: Brad Fanella 
+# Contributor: SpepS 
+# Contributor: Jeff Mickey 
+# Contributor: tardo 
+
+pkgname=chuck
+pkgver=1.3.5.1
+pkgrel=2
+pkgdesc='Concurrent, on-the-fly audio programming language'
+arch=('x86_64' 'i686')
+url='http://chuck.cs.princeton.edu/'
+license=('GPL')
+  depends=('gcc-libs' 'libsndfile' 'jack')
+source=("http://chuck.cs.princeton.edu/release/files/$pkgname-$pkgver.tgz";)
+sha256sums=('d141ca61547131edd2b29bdb88183835e4133ef09807674bfa33a4e6e09d1f53')
+
+build() {
+  # Other build alternatives are: linux-alsa linux-oss osx win32
+  make -C "$pkgname-$pkgver/src" linux-jack
+}
+
+package() {
+  cd "$pkgname-$pkgver/src"
+
+  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+  cp -r ../examples "$pkgdir/usr/share/doc/$pkgname"
+}
+
+# getver: chuck.cs.princeton.edu/release
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in chuck/repos (4 files)

2015-10-04 Thread Alexander Rødseth
Date: Sunday, October 4, 2015 @ 17:20:55
  Author: arodseth
Revision: 142919

archrelease: copy trunk to community-x86_64, community-i686

Added:
  chuck/repos/community-i686/PKGBUILD
(from rev 142918, chuck/trunk/PKGBUILD)
  chuck/repos/community-x86_64/PKGBUILD
(from rev 142918, chuck/trunk/PKGBUILD)
Deleted:
  chuck/repos/community-i686/PKGBUILD
  chuck/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   33 -
 community-x86_64/PKGBUILD |   33 -
 3 files changed, 68 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-04 15:20:42 UTC (rev 142918)
+++ community-i686/PKGBUILD 2015-10-04 15:20:55 UTC (rev 142919)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Laurent Carlier 
-# Contributor: Brad Fanella 
-# Contributor: SpepS 
-# Contributor: Jeff Mickey 
-# Contributor: tardo 
-
-pkgname=chuck
-pkgver=1.3.5.0
-pkgrel=1
-pkgdesc='Concurrent, on-the-fly audio programming language'
-arch=('x86_64' 'i686')
-url='http://chuck.cs.princeton.edu/'
-license=('GPL')
-  depends=('gcc-libs' 'libsndfile' 'jack')
-source=("http://chuck.cs.princeton.edu/release/files/$pkgname-$pkgver.tgz";)
-sha256sums=('658e361ceb2ef263c38432e8182664dfe7bf0473fc4580a392a4326b66a14266')
-
-build() {
-  # Other build alternatives are: linux-alsa linux-oss osx win32
-  make -C "$pkgname-$pkgver/src" linux-jack
-}
-
-package() {
-  cd "$pkgname-$pkgver/src"
-
-  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  cp -r ../examples "$pkgdir/usr/share/doc/$pkgname"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: chuck/repos/community-i686/PKGBUILD (from rev 142918, 
chuck/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-04 15:20:55 UTC (rev 142919)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Laurent Carlier 
+# Contributor: Brad Fanella 
+# Contributor: SpepS 
+# Contributor: Jeff Mickey 
+# Contributor: tardo 
+
+pkgname=chuck
+pkgver=1.3.5.1
+pkgrel=1
+pkgdesc='Concurrent, on-the-fly audio programming language'
+arch=('x86_64' 'i686')
+url='http://chuck.cs.princeton.edu/'
+license=('GPL')
+  depends=('gcc-libs' 'libsndfile' 'jack')
+source=("http://chuck.cs.princeton.edu/release/files/$pkgname-$pkgver.tgz";)
+sha256sums=('d141ca61547131edd2b29bdb88183835e4133ef09807674bfa33a4e6e09d1f53')
+
+build() {
+  # Other build alternatives are: linux-alsa linux-oss osx win32
+  make -C "$pkgname-$pkgver/src" linux-jack
+}
+
+package() {
+  cd "$pkgname-$pkgver/src"
+
+  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+  cp -r ../examples "$pkgdir/usr/share/doc/$pkgname"
+}
+
+# getver: chuck.cs.princeton.edu/release
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-04 15:20:42 UTC (rev 142918)
+++ community-x86_64/PKGBUILD   2015-10-04 15:20:55 UTC (rev 142919)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Laurent Carlier 
-# Contributor: Brad Fanella 
-# Contributor: SpepS 
-# Contributor: Jeff Mickey 
-# Contributor: tardo 
-
-pkgname=chuck
-pkgver=1.3.5.0
-pkgrel=1
-pkgdesc='Concurrent, on-the-fly audio programming language'
-arch=('x86_64' 'i686')
-url='http://chuck.cs.princeton.edu/'
-license=('GPL')
-  depends=('gcc-libs' 'libsndfile' 'jack')
-source=("http://chuck.cs.princeton.edu/release/files/$pkgname-$pkgver.tgz";)
-sha256sums=('658e361ceb2ef263c38432e8182664dfe7bf0473fc4580a392a4326b66a14266')
-
-build() {
-  # Other build alternatives are: linux-alsa linux-oss osx win32
-  make -C "$pkgname-$pkgver/src" linux-jack
-}
-
-package() {
-  cd "$pkgname-$pkgver/src"
-
-  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  cp -r ../examples "$pkgdir/usr/share/doc/$pkgname"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: chuck/repos/community-x86_64/PKGBUILD (from rev 142918, 
chuck/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-04 15:20:55 UTC (rev 142919)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Laurent Carlier 
+# Contributor: Brad Fanella 
+# Contributor: SpepS 
+# Contributor: Jeff Mickey 
+# Contributor: tardo 
+
+pkgname=chuck
+pkgver=1.3.5.1
+pkgrel=1
+pkgdesc='Concurrent, on-the-fly audio programming language'
+arch=('x86_64' 'i686')
+url='http://chuck.cs.princeton.edu/'
+license=('GPL')
+  depends=('g

[arch-commits] Commit in chuck/repos (4 files)

2015-03-24 Thread Alexander Rødseth
Date: Tuesday, March 24, 2015 @ 17:44:31
  Author: arodseth
Revision: 129855

archrelease: copy trunk to community-x86_64, community-i686

Added:
  chuck/repos/community-i686/PKGBUILD
(from rev 129854, chuck/trunk/PKGBUILD)
  chuck/repos/community-x86_64/PKGBUILD
(from rev 129854, chuck/trunk/PKGBUILD)
Deleted:
  chuck/repos/community-i686/PKGBUILD
  chuck/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 community-i686/PKGBUILD   |   33 --
 community-x86_64/PKGBUILD |   33 --
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-24 16:43:57 UTC (rev 129854)
+++ community-i686/PKGBUILD 2015-03-24 16:44:31 UTC (rev 129855)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Laurent Carlier 
-# Contributor: Brad Fanella 
-# Contributor: SpepS 
-# Contributor: Jeff Mickey 
-# Contributor: tardo 
-
-pkgname=chuck
-pkgver=1.3.4.0
-pkgrel=1
-pkgdesc='Concurrent, on-the-fly audio programming language'
-arch=('x86_64' 'i686')
-url='http://chuck.cs.princeton.edu/'
-license=('GPL')
-  depends=('gcc-libs' 'libsndfile' 'jack')
-source=("http://chuck.cs.princeton.edu/release/files/$pkgname-$pkgver.tgz";)
-sha256sums=('b65ee7c512192c732d638777fa1e1d885b95f315f3f36e059c168518169a8b33')
-
-build() {
-  # Other build alternatives are: linux-alsa linux-oss osx win32
-  make -C "$pkgname-$pkgver/src" linux-jack
-}
-
-package() {
-  cd "$pkgname-$pkgver/src"
-
-  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  cp -r ../examples "$pkgdir/usr/share/doc/$pkgname"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: chuck/repos/community-i686/PKGBUILD (from rev 129854, 
chuck/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-24 16:44:31 UTC (rev 129855)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Laurent Carlier 
+# Contributor: Brad Fanella 
+# Contributor: SpepS 
+# Contributor: Jeff Mickey 
+# Contributor: tardo 
+
+pkgname=chuck
+pkgver=1.3.5.0
+pkgrel=1
+pkgdesc='Concurrent, on-the-fly audio programming language'
+arch=('x86_64' 'i686')
+url='http://chuck.cs.princeton.edu/'
+license=('GPL')
+  depends=('gcc-libs' 'libsndfile' 'jack')
+source=("http://chuck.cs.princeton.edu/release/files/$pkgname-$pkgver.tgz";)
+sha256sums=('658e361ceb2ef263c38432e8182664dfe7bf0473fc4580a392a4326b66a14266')
+
+build() {
+  # Other build alternatives are: linux-alsa linux-oss osx win32
+  make -C "$pkgname-$pkgver/src" linux-jack
+}
+
+package() {
+  cd "$pkgname-$pkgver/src"
+
+  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+  cp -r ../examples "$pkgdir/usr/share/doc/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-24 16:43:57 UTC (rev 129854)
+++ community-x86_64/PKGBUILD   2015-03-24 16:44:31 UTC (rev 129855)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Laurent Carlier 
-# Contributor: Brad Fanella 
-# Contributor: SpepS 
-# Contributor: Jeff Mickey 
-# Contributor: tardo 
-
-pkgname=chuck
-pkgver=1.3.4.0
-pkgrel=1
-pkgdesc='Concurrent, on-the-fly audio programming language'
-arch=('x86_64' 'i686')
-url='http://chuck.cs.princeton.edu/'
-license=('GPL')
-  depends=('gcc-libs' 'libsndfile' 'jack')
-source=("http://chuck.cs.princeton.edu/release/files/$pkgname-$pkgver.tgz";)
-sha256sums=('b65ee7c512192c732d638777fa1e1d885b95f315f3f36e059c168518169a8b33')
-
-build() {
-  # Other build alternatives are: linux-alsa linux-oss osx win32
-  make -C "$pkgname-$pkgver/src" linux-jack
-}
-
-package() {
-  cd "$pkgname-$pkgver/src"
-
-  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  cp -r ../examples "$pkgdir/usr/share/doc/$pkgname"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: chuck/repos/community-x86_64/PKGBUILD (from rev 129854, 
chuck/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-03-24 16:44:31 UTC (rev 129855)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Laurent Carlier 
+# Contributor: Brad Fanella 
+# Contributor: SpepS 
+# Contributor: Jeff Mickey 
+# Contributor: tardo 
+
+pkgname=chuck
+pkgver=1.3.5.0
+pkgrel=1
+pkgdesc='Concurrent, on-the-fly audio programming language'
+arch=('x86_64' 'i686')
+url='http://chuck.cs.princeton.edu/'
+license=('GPL')
+  depends=('gcc-libs' 'libsndfile' 'jack')
+source=("

[arch-commits] Commit in chuck/repos (4 files)

2014-04-14 Thread Alexander Rødseth
Date: Monday, April 14, 2014 @ 13:34:22
  Author: arodseth
Revision: 109394

archrelease: copy trunk to community-x86_64, community-i686

Added:
  chuck/repos/community-i686/PKGBUILD
(from rev 109393, chuck/trunk/PKGBUILD)
  chuck/repos/community-x86_64/PKGBUILD
(from rev 109393, chuck/trunk/PKGBUILD)
Deleted:
  chuck/repos/community-i686/PKGBUILD
  chuck/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 community-i686/PKGBUILD   |   33 --
 community-x86_64/PKGBUILD |   33 --
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-14 11:34:05 UTC (rev 109393)
+++ community-i686/PKGBUILD 2014-04-14 11:34:22 UTC (rev 109394)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Laurent Carlier 
-# Contributor: Brad Fanella 
-# Contributor: SpepS 
-# Contributor: Jeff Mickey 
-# Contributor: tardo 
-
-pkgname=chuck
-pkgver=1.3.2.0
-pkgrel=2
-pkgdesc='Concurrent, on-the-fly audio programming language'
-arch=('x86_64' 'i686')
-url='http://chuck.cs.princeton.edu/'
-license=('GPL')
-  depends=('gcc-libs' 'libsndfile' 'jack')
-source=("http://chuck.cs.princeton.edu/release/files/$pkgname-$pkgver.tgz";)
-sha256sums=('ee0c7d94cd4053f9683f84007350992b7e7552fcc190eeba21a66de8deaf3948')
-
-build() {
-  # Other build alternatives are: linux-alsa linux-oss osx win32
-  make -C "$pkgname-$pkgver/src" linux-jack
-}
-
-package() {
-  cd "$pkgname-$pkgver/src"
-
-  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  cp -r ../examples "$pkgdir/usr/share/doc/$pkgname"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: chuck/repos/community-i686/PKGBUILD (from rev 109393, 
chuck/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-14 11:34:22 UTC (rev 109394)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Laurent Carlier 
+# Contributor: Brad Fanella 
+# Contributor: SpepS 
+# Contributor: Jeff Mickey 
+# Contributor: tardo 
+
+pkgname=chuck
+pkgver=1.3.4.0
+pkgrel=1
+pkgdesc='Concurrent, on-the-fly audio programming language'
+arch=('x86_64' 'i686')
+url='http://chuck.cs.princeton.edu/'
+license=('GPL')
+  depends=('gcc-libs' 'libsndfile' 'jack')
+source=("http://chuck.cs.princeton.edu/release/files/$pkgname-$pkgver.tgz";)
+sha256sums=('b65ee7c512192c732d638777fa1e1d885b95f315f3f36e059c168518169a8b33')
+
+build() {
+  # Other build alternatives are: linux-alsa linux-oss osx win32
+  make -C "$pkgname-$pkgver/src" linux-jack
+}
+
+package() {
+  cd "$pkgname-$pkgver/src"
+
+  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+  cp -r ../examples "$pkgdir/usr/share/doc/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-04-14 11:34:05 UTC (rev 109393)
+++ community-x86_64/PKGBUILD   2014-04-14 11:34:22 UTC (rev 109394)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Laurent Carlier 
-# Contributor: Brad Fanella 
-# Contributor: SpepS 
-# Contributor: Jeff Mickey 
-# Contributor: tardo 
-
-pkgname=chuck
-pkgver=1.3.2.0
-pkgrel=2
-pkgdesc='Concurrent, on-the-fly audio programming language'
-arch=('x86_64' 'i686')
-url='http://chuck.cs.princeton.edu/'
-license=('GPL')
-  depends=('gcc-libs' 'libsndfile' 'jack')
-source=("http://chuck.cs.princeton.edu/release/files/$pkgname-$pkgver.tgz";)
-sha256sums=('ee0c7d94cd4053f9683f84007350992b7e7552fcc190eeba21a66de8deaf3948')
-
-build() {
-  # Other build alternatives are: linux-alsa linux-oss osx win32
-  make -C "$pkgname-$pkgver/src" linux-jack
-}
-
-package() {
-  cd "$pkgname-$pkgver/src"
-
-  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  cp -r ../examples "$pkgdir/usr/share/doc/$pkgname"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: chuck/repos/community-x86_64/PKGBUILD (from rev 109393, 
chuck/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-04-14 11:34:22 UTC (rev 109394)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Laurent Carlier 
+# Contributor: Brad Fanella 
+# Contributor: SpepS 
+# Contributor: Jeff Mickey 
+# Contributor: tardo 
+
+pkgname=chuck
+pkgver=1.3.4.0
+pkgrel=1
+pkgdesc='Concurrent, on-the-fly audio programming language'
+arch=('x86_64' 'i686')
+url='http://chuck.cs.princeton.edu/'
+license=('GPL')
+  depends=('gcc-libs' 'libsndfile' 'jack')
+source=("h

[arch-commits] Commit in chuck/repos (4 files)

2013-11-26 Thread Alexander Rødseth
Date: Tuesday, November 26, 2013 @ 23:50:13
  Author: arodseth
Revision: 101520

archrelease: copy trunk to community-x86_64, community-i686

Added:
  chuck/repos/community-i686/PKGBUILD
(from rev 101519, chuck/trunk/PKGBUILD)
  chuck/repos/community-x86_64/PKGBUILD
(from rev 101519, chuck/trunk/PKGBUILD)
Deleted:
  chuck/repos/community-i686/PKGBUILD
  chuck/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 community-i686/PKGBUILD   |   32 -
 community-x86_64/PKGBUILD |   32 -
 3 files changed, 66 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-26 22:45:06 UTC (rev 101519)
+++ community-i686/PKGBUILD 2013-11-26 22:50:13 UTC (rev 101520)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Laurent Carlier 
-# Contributor: Brad Fanella 
-# Contributor: SpepS 
-# Contributor: Jeff Mickey 
-# Contributor: tardo 
-
-pkgname=chuck
-pkgver=1.3.2.0
-pkgrel=1
-pkgdesc='Concurrent, on-the-fly audio programming language'
-arch=('x86_64' 'i686')
-url='http://chuck.cs.princeton.edu/'
-license=('GPL')
-depends=('gcc-libs' 'libsndfile')
-source=("http://chuck.cs.princeton.edu/release/files/$pkgname-$pkgver.tgz";)
-sha256sums=('ee0c7d94cd4053f9683f84007350992b7e7552fcc190eeba21a66de8deaf3948')
-
-build() {
-  make -C "$pkgname-$pkgver/src" linux-alsa # linux-jack linux-oss osx win32
-}
-
-package() {
-  cd "$pkgname-$pkgver/src"
-
-  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
-  mkdir -p "$pkgdir/usr/share/doc/$pkgname"
-  cp -r ../examples "$pkgdir/usr/share/doc/$pkgname"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: chuck/repos/community-i686/PKGBUILD (from rev 101519, 
chuck/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-26 22:50:13 UTC (rev 101520)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Laurent Carlier 
+# Contributor: Brad Fanella 
+# Contributor: SpepS 
+# Contributor: Jeff Mickey 
+# Contributor: tardo 
+
+pkgname=chuck
+pkgver=1.3.2.0
+pkgrel=2
+pkgdesc='Concurrent, on-the-fly audio programming language'
+arch=('x86_64' 'i686')
+url='http://chuck.cs.princeton.edu/'
+license=('GPL')
+  depends=('gcc-libs' 'libsndfile' 'jack')
+source=("http://chuck.cs.princeton.edu/release/files/$pkgname-$pkgver.tgz";)
+sha256sums=('ee0c7d94cd4053f9683f84007350992b7e7552fcc190eeba21a66de8deaf3948')
+
+build() {
+  # Other build alternatives are: linux-alsa linux-oss osx win32
+  make -C "$pkgname-$pkgver/src" linux-jack
+}
+
+package() {
+  cd "$pkgname-$pkgver/src"
+
+  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+  cp -r ../examples "$pkgdir/usr/share/doc/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-26 22:45:06 UTC (rev 101519)
+++ community-x86_64/PKGBUILD   2013-11-26 22:50:13 UTC (rev 101520)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Laurent Carlier 
-# Contributor: Brad Fanella 
-# Contributor: SpepS 
-# Contributor: Jeff Mickey 
-# Contributor: tardo 
-
-pkgname=chuck
-pkgver=1.3.2.0
-pkgrel=1
-pkgdesc='Concurrent, on-the-fly audio programming language'
-arch=('x86_64' 'i686')
-url='http://chuck.cs.princeton.edu/'
-license=('GPL')
-depends=('gcc-libs' 'libsndfile')
-source=("http://chuck.cs.princeton.edu/release/files/$pkgname-$pkgver.tgz";)
-sha256sums=('ee0c7d94cd4053f9683f84007350992b7e7552fcc190eeba21a66de8deaf3948')
-
-build() {
-  make -C "$pkgname-$pkgver/src" linux-alsa # linux-jack linux-oss osx win32
-}
-
-package() {
-  cd "$pkgname-$pkgver/src"
-
-  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
-  mkdir -p "$pkgdir/usr/share/doc/$pkgname"
-  cp -r ../examples "$pkgdir/usr/share/doc/$pkgname"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: chuck/repos/community-x86_64/PKGBUILD (from rev 101519, 
chuck/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-11-26 22:50:13 UTC (rev 101520)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Laurent Carlier 
+# Contributor: Brad Fanella 
+# Contributor: SpepS 
+# Contributor: Jeff Mickey 
+# Contributor: tardo 
+
+pkgname=chuck
+pkgver=1.3.2.0
+pkgrel=2
+pkgdesc='Concurrent, on-the-fly audio programming language'
+arch=('x86_64' 'i686')
+url='http://chuck.cs.princeton.edu/'
+license=('GPL')
+  depends=('gcc-libs' 'libsndfile' 'jack')
+source=("http://chuck.cs.princeton.edu/release/files/$pkgname-$pkgver.tgz";)
+sha256sums=('ee0c7

[arch-commits] Commit in chuck/repos (4 files)

2013-10-17 Thread Alexander Rødseth
Date: Thursday, October 17, 2013 @ 19:27:23
  Author: arodseth
Revision: 98759

archrelease: copy trunk to community-x86_64, community-i686

Added:
  chuck/repos/community-i686/PKGBUILD
(from rev 98758, chuck/trunk/PKGBUILD)
  chuck/repos/community-x86_64/PKGBUILD
(from rev 98758, chuck/trunk/PKGBUILD)
Deleted:
  chuck/repos/community-i686/PKGBUILD
  chuck/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   64 
 community-i686/PKGBUILD   |   40 ---
 community-x86_64/PKGBUILD |   40 ---
 3 files changed, 64 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-17 17:27:07 UTC (rev 98758)
+++ community-i686/PKGBUILD 2013-10-17 17:27:23 UTC (rev 98759)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Laurent Carlier 
-# Contributor: Brad Fanella 
-# Contributor: SpepS 
-# Contributor: Jeff Mickey 
-# Contributor: tardo 
-
-pkgname=chuck
-pkgver=1.3.1.3
-pkgrel=1
-pkgdesc='Concurrent, on-the-fly audio programming language'
-arch=('x86_64' 'i686')
-url='http://chuck.cs.princeton.edu/'
-license=('GPL')
-depends=('gcc-libs' 'libsndfile')
-source=("http://chuck.cs.princeton.edu/release/files/$pkgname-$pkgver.tgz";)
-sha256sums=('8ef8a65fe4d265b6f509b9339355a5658b47d9b43219fa09c182ca846cc0a740')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver/src
-
-  msg2 'Configuring...'
-   CFLAGS+=' -fno-strict-aliasing -lpthread'
-   CXXFLAGS+=' -fno-strict-aliasing -fpermissive -lpthread'
-
-  msg2 'Compiling...'
-  # Alternatives to linux-alsa are: linux-jack linux-oss osx win32
-  make linux-alsa
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/src
-
-  install -Dm755 chuck $pkgdir/usr/bin/chuck
-  mkdir -p $pkgdir/usr/share/doc/$pkgname
-  cp -r ../examples $pkgdir/usr/share/doc/$pkgname/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: chuck/repos/community-i686/PKGBUILD (from rev 98758, 
chuck/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-17 17:27:23 UTC (rev 98759)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Laurent Carlier 
+# Contributor: Brad Fanella 
+# Contributor: SpepS 
+# Contributor: Jeff Mickey 
+# Contributor: tardo 
+
+pkgname=chuck
+pkgver=1.3.2.0
+pkgrel=1
+pkgdesc='Concurrent, on-the-fly audio programming language'
+arch=('x86_64' 'i686')
+url='http://chuck.cs.princeton.edu/'
+license=('GPL')
+depends=('gcc-libs' 'libsndfile')
+source=("http://chuck.cs.princeton.edu/release/files/$pkgname-$pkgver.tgz";)
+sha256sums=('ee0c7d94cd4053f9683f84007350992b7e7552fcc190eeba21a66de8deaf3948')
+
+build() {
+  make -C "$pkgname-$pkgver/src" linux-alsa # linux-jack linux-oss osx win32
+}
+
+package() {
+  cd "$pkgname-$pkgver/src"
+
+  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+  mkdir -p "$pkgdir/usr/share/doc/$pkgname"
+  cp -r ../examples "$pkgdir/usr/share/doc/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-10-17 17:27:07 UTC (rev 98758)
+++ community-x86_64/PKGBUILD   2013-10-17 17:27:23 UTC (rev 98759)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Laurent Carlier 
-# Contributor: Brad Fanella 
-# Contributor: SpepS 
-# Contributor: Jeff Mickey 
-# Contributor: tardo 
-
-pkgname=chuck
-pkgver=1.3.1.3
-pkgrel=1
-pkgdesc='Concurrent, on-the-fly audio programming language'
-arch=('x86_64' 'i686')
-url='http://chuck.cs.princeton.edu/'
-license=('GPL')
-depends=('gcc-libs' 'libsndfile')
-source=("http://chuck.cs.princeton.edu/release/files/$pkgname-$pkgver.tgz";)
-sha256sums=('8ef8a65fe4d265b6f509b9339355a5658b47d9b43219fa09c182ca846cc0a740')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver/src
-
-  msg2 'Configuring...'
-   CFLAGS+=' -fno-strict-aliasing -lpthread'
-   CXXFLAGS+=' -fno-strict-aliasing -fpermissive -lpthread'
-
-  msg2 'Compiling...'
-  # Alternatives to linux-alsa are: linux-jack linux-oss osx win32
-  make linux-alsa
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/src
-
-  install -Dm755 chuck $pkgdir/usr/bin/chuck
-  mkdir -p $pkgdir/usr/share/doc/$pkgname
-  cp -r ../examples $pkgdir/usr/share/doc/$pkgname/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: chuck/repos/community-x86_64/PKGBUILD (from rev 98758, 
chuck/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-10-17 17:27:23 UTC (rev 98759)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Laurent Carlier 
+# Contributor: Brad Fanella 
+# Contributor: SpepS 
+# Contribu