[arch-commits] Commit in dssi/repos (8 files)
Ray Rashif
schiv at archlinux.org
Thu Oct 6 09:24:50 UTC 2011
Date: Thursday, October 6, 2011 @ 05:24:49
Author: schiv
Revision: 140086
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
dssi/repos/extra-i686/PKGBUILD
(from rev 140083, dssi/trunk/PKGBUILD)
dssi/repos/extra-i686/license.txt
(from rev 140083, dssi/trunk/license.txt)
dssi/repos/extra-x86_64/PKGBUILD
(from rev 140083, dssi/trunk/PKGBUILD)
dssi/repos/extra-x86_64/license.txt
(from rev 140085, dssi/trunk/license.txt)
Deleted:
dssi/repos/extra-i686/LICENSE
dssi/repos/extra-i686/PKGBUILD
dssi/repos/extra-x86_64/LICENSE
dssi/repos/extra-x86_64/PKGBUILD
--------------------------+
extra-i686/LICENSE | 77 ---------------------------------------------
extra-i686/PKGBUILD | 76 ++++++++++++++++++++++----------------------
extra-i686/license.txt | 77 +++++++++++++++++++++++++++++++++++++++++++++
extra-x86_64/LICENSE | 77 ---------------------------------------------
extra-x86_64/PKGBUILD | 76 ++++++++++++++++++++++----------------------
extra-x86_64/license.txt | 77 +++++++++++++++++++++++++++++++++++++++++++++
6 files changed, 230 insertions(+), 230 deletions(-)
Deleted: extra-i686/LICENSE
===================================================================
--- extra-i686/LICENSE 2011-10-06 09:24:38 UTC (rev 140085)
+++ extra-i686/LICENSE 2011-10-06 09:24:49 UTC (rev 140086)
@@ -1,77 +0,0 @@
-Licensing
----------
-
-The DSSI API itself (dssi.h) is licensed under the GNU Lesser General
-Public License. See COPYING for details.
-
-The jack-dssi-host is provided under a BSD-style license. This means
-you can do anything you want with it so long as you retain the
-copyright attribution and license information. See the source files
-for details.
-
-Licensing for the files in the examples directory may vary: please
-check the individual files for details. Most of them are in the
-public domain, which means you can use them for anything you want.
-
-
-
-/* jack-dssi-host.c
- *
- * DSSI Soft Synth Interface
- *
- * This is a host for DSSI plugins. It listens for MIDI events on an
- * ALSA sequencer port, delivers them to DSSI synths and outputs the
- * result via JACK.
- *
- * This program expects the names of up to 16 DSSI synth plugins, in
- * the form '<dll-name>:<label>',* to be provided on the command line.
- * If just '<dll-name>' is provided, the first plugin in the DLL is
- * is used. MIDI channels are assigned to each plugin instance, in
- * order, beginning with channel 0 (zero-based). A plugin may be
- * easily instantiated multiple times by preceding its name and label
- * with a dash followed immediately by the desired number of instances,
- * e.g. '-3 my_plugins.so:zoomy' would create three instances of the
- * 'zoomy' plugin.
- */
-
-/*
- * Copyright 2004, 2009 Chris Cannam, Steve Harris and Sean Bolton.
- *
- * Permission to use, copy, modify, distribute, and sell this software
- * for any purpose is hereby granted without fee, provided that the
- * above copyright notice and this permission notice are included in
- * all copies or substantial portions of the software.
- */
-
-
-/*
- * This program is in the public domain
- *
- * $Id: dssi_osc_send.c,v 1.5 2004/07/04 22:24:51 smbolton Exp $
- */
-
-/*
- * This program is in the public domain
- *
- * $Id: dssi_osc_update.c,v 1.6 2005/10/12 17:08:26 smbolton Exp $
- */
-
-/* less_trivial_synth.c
-
- DSSI Soft Synth Interface
- Constructed by Chris Cannam, Steve Harris and Sean Bolton
-
- This is an example DSSI synth plugin written by Steve Harris.
-
- This example file is in the public domain.
-*/
-
-/* trivial_sampler.c
-
- DSSI Soft Synth Interface
- Constructed by Chris Cannam, Steve Harris and Sean Bolton
-
- A straightforward DSSI plugin sampler.
-
- This example file is in the public domain.
-*/
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2011-10-06 09:24:38 UTC (rev 140085)
+++ extra-i686/PKGBUILD 2011-10-06 09:24:49 UTC (rev 140086)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributor: damir <damir at archlinux.org>
-# Contributor: Pajaro
-
-pkgname=dssi
-pkgver=1.1.0
-pkgrel=1
-pkgdesc="API for audio processing plugins/softsynths with user interfaces"
-arch=(i686 x86_64)
-url="http://dssi.sourceforge.net/"
-license=('LGPL' 'BSD')
-depends=('liblo' 'jack')
-makedepends=('ladspa' 'qt')
-optdepends=('qt: example plugins')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
- LICENSE)
-md5sums=('dfc850e66fae94e7ec08aebb43d07848'
- '258ca4d0ca28c5c4d4675147621fac18')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- make DESTDIR="$pkgdir/" install
-
- install -Dm644 "$srcdir/LICENSE" \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: dssi/repos/extra-i686/PKGBUILD (from rev 140083, dssi/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-06 09:24:49 UTC (rev 140086)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+# Contributor: Pajaro
+
+pkgname=dssi
+pkgver=1.1.1
+pkgrel=1
+pkgdesc="An API for audio processing plugins & softsynths with UIs"
+arch=('i686' 'x86_64')
+url="http://dssi.sourceforge.net/"
+license=('LGPL' 'BSD' 'custom')
+depends=('liblo' 'jack')
+makedepends=('ladspa' 'qt')
+optdepends=('qt: example plugins')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
+ 'license.txt')
+md5sums=('619ab73c883b02dc37ddb37001591f8b'
+ '258ca4d0ca28c5c4d4675147621fac18')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ make DESTDIR="$pkgdir" install
+
+ install -Dm644 "$srcdir/license.txt" \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:
Copied: dssi/repos/extra-i686/license.txt (from rev 140083, dssi/trunk/license.txt)
===================================================================
--- extra-i686/license.txt (rev 0)
+++ extra-i686/license.txt 2011-10-06 09:24:49 UTC (rev 140086)
@@ -0,0 +1,77 @@
+Licensing
+---------
+
+The DSSI API itself (dssi.h) is licensed under the GNU Lesser General
+Public License. See COPYING for details.
+
+The jack-dssi-host is provided under a BSD-style license. This means
+you can do anything you want with it so long as you retain the
+copyright attribution and license information. See the source files
+for details.
+
+Licensing for the files in the examples directory may vary: please
+check the individual files for details. Most of them are in the
+public domain, which means you can use them for anything you want.
+
+
+
+/* jack-dssi-host.c
+ *
+ * DSSI Soft Synth Interface
+ *
+ * This is a host for DSSI plugins. It listens for MIDI events on an
+ * ALSA sequencer port, delivers them to DSSI synths and outputs the
+ * result via JACK.
+ *
+ * This program expects the names of up to 16 DSSI synth plugins, in
+ * the form '<dll-name>:<label>',* to be provided on the command line.
+ * If just '<dll-name>' is provided, the first plugin in the DLL is
+ * is used. MIDI channels are assigned to each plugin instance, in
+ * order, beginning with channel 0 (zero-based). A plugin may be
+ * easily instantiated multiple times by preceding its name and label
+ * with a dash followed immediately by the desired number of instances,
+ * e.g. '-3 my_plugins.so:zoomy' would create three instances of the
+ * 'zoomy' plugin.
+ */
+
+/*
+ * Copyright 2004, 2009 Chris Cannam, Steve Harris and Sean Bolton.
+ *
+ * Permission to use, copy, modify, distribute, and sell this software
+ * for any purpose is hereby granted without fee, provided that the
+ * above copyright notice and this permission notice are included in
+ * all copies or substantial portions of the software.
+ */
+
+
+/*
+ * This program is in the public domain
+ *
+ * $Id: dssi_osc_send.c,v 1.5 2004/07/04 22:24:51 smbolton Exp $
+ */
+
+/*
+ * This program is in the public domain
+ *
+ * $Id: dssi_osc_update.c,v 1.6 2005/10/12 17:08:26 smbolton Exp $
+ */
+
+/* less_trivial_synth.c
+
+ DSSI Soft Synth Interface
+ Constructed by Chris Cannam, Steve Harris and Sean Bolton
+
+ This is an example DSSI synth plugin written by Steve Harris.
+
+ This example file is in the public domain.
+*/
+
+/* trivial_sampler.c
+
+ DSSI Soft Synth Interface
+ Constructed by Chris Cannam, Steve Harris and Sean Bolton
+
+ A straightforward DSSI plugin sampler.
+
+ This example file is in the public domain.
+*/
Deleted: extra-x86_64/LICENSE
===================================================================
--- extra-x86_64/LICENSE 2011-10-06 09:24:38 UTC (rev 140085)
+++ extra-x86_64/LICENSE 2011-10-06 09:24:49 UTC (rev 140086)
@@ -1,77 +0,0 @@
-Licensing
----------
-
-The DSSI API itself (dssi.h) is licensed under the GNU Lesser General
-Public License. See COPYING for details.
-
-The jack-dssi-host is provided under a BSD-style license. This means
-you can do anything you want with it so long as you retain the
-copyright attribution and license information. See the source files
-for details.
-
-Licensing for the files in the examples directory may vary: please
-check the individual files for details. Most of them are in the
-public domain, which means you can use them for anything you want.
-
-
-
-/* jack-dssi-host.c
- *
- * DSSI Soft Synth Interface
- *
- * This is a host for DSSI plugins. It listens for MIDI events on an
- * ALSA sequencer port, delivers them to DSSI synths and outputs the
- * result via JACK.
- *
- * This program expects the names of up to 16 DSSI synth plugins, in
- * the form '<dll-name>:<label>',* to be provided on the command line.
- * If just '<dll-name>' is provided, the first plugin in the DLL is
- * is used. MIDI channels are assigned to each plugin instance, in
- * order, beginning with channel 0 (zero-based). A plugin may be
- * easily instantiated multiple times by preceding its name and label
- * with a dash followed immediately by the desired number of instances,
- * e.g. '-3 my_plugins.so:zoomy' would create three instances of the
- * 'zoomy' plugin.
- */
-
-/*
- * Copyright 2004, 2009 Chris Cannam, Steve Harris and Sean Bolton.
- *
- * Permission to use, copy, modify, distribute, and sell this software
- * for any purpose is hereby granted without fee, provided that the
- * above copyright notice and this permission notice are included in
- * all copies or substantial portions of the software.
- */
-
-
-/*
- * This program is in the public domain
- *
- * $Id: dssi_osc_send.c,v 1.5 2004/07/04 22:24:51 smbolton Exp $
- */
-
-/*
- * This program is in the public domain
- *
- * $Id: dssi_osc_update.c,v 1.6 2005/10/12 17:08:26 smbolton Exp $
- */
-
-/* less_trivial_synth.c
-
- DSSI Soft Synth Interface
- Constructed by Chris Cannam, Steve Harris and Sean Bolton
-
- This is an example DSSI synth plugin written by Steve Harris.
-
- This example file is in the public domain.
-*/
-
-/* trivial_sampler.c
-
- DSSI Soft Synth Interface
- Constructed by Chris Cannam, Steve Harris and Sean Bolton
-
- A straightforward DSSI plugin sampler.
-
- This example file is in the public domain.
-*/
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2011-10-06 09:24:38 UTC (rev 140085)
+++ extra-x86_64/PKGBUILD 2011-10-06 09:24:49 UTC (rev 140086)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributor: damir <damir at archlinux.org>
-# Contributor: Pajaro
-
-pkgname=dssi
-pkgver=1.1.0
-pkgrel=1
-pkgdesc="API for audio processing plugins/softsynths with user interfaces"
-arch=(i686 x86_64)
-url="http://dssi.sourceforge.net/"
-license=('LGPL' 'BSD')
-depends=('liblo' 'jack')
-makedepends=('ladspa' 'qt')
-optdepends=('qt: example plugins')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
- LICENSE)
-md5sums=('dfc850e66fae94e7ec08aebb43d07848'
- '258ca4d0ca28c5c4d4675147621fac18')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- make DESTDIR="$pkgdir/" install
-
- install -Dm644 "$srcdir/LICENSE" \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: dssi/repos/extra-x86_64/PKGBUILD (from rev 140083, dssi/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2011-10-06 09:24:49 UTC (rev 140086)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+# Contributor: Pajaro
+
+pkgname=dssi
+pkgver=1.1.1
+pkgrel=1
+pkgdesc="An API for audio processing plugins & softsynths with UIs"
+arch=('i686' 'x86_64')
+url="http://dssi.sourceforge.net/"
+license=('LGPL' 'BSD' 'custom')
+depends=('liblo' 'jack')
+makedepends=('ladspa' 'qt')
+optdepends=('qt: example plugins')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
+ 'license.txt')
+md5sums=('619ab73c883b02dc37ddb37001591f8b'
+ '258ca4d0ca28c5c4d4675147621fac18')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ make DESTDIR="$pkgdir" install
+
+ install -Dm644 "$srcdir/license.txt" \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:
Copied: dssi/repos/extra-x86_64/license.txt (from rev 140085, dssi/trunk/license.txt)
===================================================================
--- extra-x86_64/license.txt (rev 0)
+++ extra-x86_64/license.txt 2011-10-06 09:24:49 UTC (rev 140086)
@@ -0,0 +1,77 @@
+Licensing
+---------
+
+The DSSI API itself (dssi.h) is licensed under the GNU Lesser General
+Public License. See COPYING for details.
+
+The jack-dssi-host is provided under a BSD-style license. This means
+you can do anything you want with it so long as you retain the
+copyright attribution and license information. See the source files
+for details.
+
+Licensing for the files in the examples directory may vary: please
+check the individual files for details. Most of them are in the
+public domain, which means you can use them for anything you want.
+
+
+
+/* jack-dssi-host.c
+ *
+ * DSSI Soft Synth Interface
+ *
+ * This is a host for DSSI plugins. It listens for MIDI events on an
+ * ALSA sequencer port, delivers them to DSSI synths and outputs the
+ * result via JACK.
+ *
+ * This program expects the names of up to 16 DSSI synth plugins, in
+ * the form '<dll-name>:<label>',* to be provided on the command line.
+ * If just '<dll-name>' is provided, the first plugin in the DLL is
+ * is used. MIDI channels are assigned to each plugin instance, in
+ * order, beginning with channel 0 (zero-based). A plugin may be
+ * easily instantiated multiple times by preceding its name and label
+ * with a dash followed immediately by the desired number of instances,
+ * e.g. '-3 my_plugins.so:zoomy' would create three instances of the
+ * 'zoomy' plugin.
+ */
+
+/*
+ * Copyright 2004, 2009 Chris Cannam, Steve Harris and Sean Bolton.
+ *
+ * Permission to use, copy, modify, distribute, and sell this software
+ * for any purpose is hereby granted without fee, provided that the
+ * above copyright notice and this permission notice are included in
+ * all copies or substantial portions of the software.
+ */
+
+
+/*
+ * This program is in the public domain
+ *
+ * $Id: dssi_osc_send.c,v 1.5 2004/07/04 22:24:51 smbolton Exp $
+ */
+
+/*
+ * This program is in the public domain
+ *
+ * $Id: dssi_osc_update.c,v 1.6 2005/10/12 17:08:26 smbolton Exp $
+ */
+
+/* less_trivial_synth.c
+
+ DSSI Soft Synth Interface
+ Constructed by Chris Cannam, Steve Harris and Sean Bolton
+
+ This is an example DSSI synth plugin written by Steve Harris.
+
+ This example file is in the public domain.
+*/
+
+/* trivial_sampler.c
+
+ DSSI Soft Synth Interface
+ Constructed by Chris Cannam, Steve Harris and Sean Bolton
+
+ A straightforward DSSI plugin sampler.
+
+ This example file is in the public domain.
+*/
More information about the arch-commits
mailing list