[arch-commits] Commit in timidity-freepats/repos (3 files)

David Runge dvzrv at archlinux.org
Fri Jan 12 22:41:55 UTC 2018


    Date: Friday, January 12, 2018 @ 22:41:54
  Author: dvzrv
Revision: 281700

archrelease: copy trunk to community-testing-any

Added:
  timidity-freepats/repos/community-testing-any/
  timidity-freepats/repos/community-testing-any/GPL3-exception
    (from rev 281699, timidity-freepats/trunk/GPL3-exception)
  timidity-freepats/repos/community-testing-any/PKGBUILD
    (from rev 281699, timidity-freepats/trunk/PKGBUILD)

----------------+
 GPL3-exception |   11 +++++++++++
 PKGBUILD       |   27 +++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

Copied: timidity-freepats/repos/community-testing-any/GPL3-exception (from rev 281699, timidity-freepats/trunk/GPL3-exception)
===================================================================
--- community-testing-any/GPL3-exception	                        (rev 0)
+++ community-testing-any/GPL3-exception	2018-01-12 22:41:54 UTC (rev 281700)
@@ -0,0 +1,11 @@
+As a special exception, if you create a composition which uses these sounds,
+and mix these sounds or unaltered portions of these sounds into the
+composition, these sounds do not by themselves cause the entire composition as
+a whole to be covered by the GNU General Public License. This exception does
+not however invalidate any other reasons why the composition might be covered
+by the GNU General Public License.
+
+If you modify these sounds, you may extend this exception to your version of
+the sounds, but you are not obligated to do so. If you do not wish to do so,
+delete this exception statement from your version.
+

Copied: timidity-freepats/repos/community-testing-any/PKGBUILD (from rev 281699, timidity-freepats/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2018-01-12 22:41:54 UTC (rev 281700)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: Corrado Primier <bardo at aur.archlinux.org>
+# Contributor: rabyte <rabyte.at.pen.dot.tj>
+
+pkgname=timidity-freepats
+pkgver=20170822
+pkgrel=1
+pkgdesc="A free and open set of instrument patches for use with softsynths"
+arch=('any')
+url="https://freepats.zenvoid.org/"
+license=('custom:GPL3' 'CCPL')
+depends=('timidity++')
+source=("https://freepats.zenvoid.org/SoundSets/FreePats2-GeneralMIDI/FreePats2-GM-${pkgver}.tar.xz"
+        'GPL3-exception')
+sha512sums=('0f8988bc28653cac3a9c93c5ebf98818cb5e1fb7e925cd03a7f83deb5d7ed86ba80fa1a972a692a11bb12c56cde034b6a4a16340b58209f2a0b68923f5681e11'
+            '5b540bed004418183a51c4bafcd7ef5c7d69deab03dc3fd1ccde840e0afafb801816ef9fe88c8bf9997bbe4ca395319fb78564db9ba6178898c874b5a124452d')
+
+package() {
+  cd "FreePats2-GM-${pkgver}"
+  install -Dm644 "FreePats2-GM-${pkgver}.sf2" \
+    "${pkgdir}/usr/share/soundfonts/${pkgname}.sf2"
+  install -Dm644 "${srcdir}/GPL3-exception" \
+    "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 readme.txt "${pkgdir}/usr/share/doc/${pkgname}/readme.txt"
+}



More information about the arch-commits mailing list