[arch-commits] Commit in timidity-freepats/repos/community-any (8 files)
Ray Rashif
schiv at nymeria.archlinux.org
Sun Jul 6 10:53:16 UTC 2014
Date: Sunday, July 6, 2014 @ 12:53:16
Author: schiv
Revision: 115167
archrelease: copy trunk to community-any
Added:
timidity-freepats/repos/community-any/ChangeLog
(from rev 115166, timidity-freepats/trunk/ChangeLog)
timidity-freepats/repos/community-any/PKGBUILD
(from rev 115166, timidity-freepats/trunk/PKGBUILD)
timidity-freepats/repos/community-any/timidity-freepats.cfg
(from rev 115166, timidity-freepats/trunk/timidity-freepats.cfg)
timidity-freepats/repos/community-any/timidity-freepats.install
(from rev 115166, timidity-freepats/trunk/timidity-freepats.install)
Deleted:
timidity-freepats/repos/community-any/ChangeLog
timidity-freepats/repos/community-any/PKGBUILD
timidity-freepats/repos/community-any/timidity-freepats.cfg
timidity-freepats/repos/community-any/timidity-freepats.install
---------------------------+
ChangeLog | 12 +++----
PKGBUILD | 68 ++++++++++++++++++++++----------------------
timidity-freepats.cfg | 64 ++++++++++++++++++++---------------------
timidity-freepats.install | 26 ++++++++--------
4 files changed, 85 insertions(+), 85 deletions(-)
Deleted: ChangeLog
===================================================================
--- ChangeLog 2014-07-06 10:52:59 UTC (rev 115166)
+++ ChangeLog 2014-07-06 10:53:16 UTC (rev 115167)
@@ -1,6 +0,0 @@
-2010-05-31 Ray Rashif <schivmeister at gmail.com>
-* Rebuild to update package filename with architecture
-* URI and source link changes
-
-2007-10-24 Corrado Primier <bardo at aur.archlinux.org>
-* Adopted and added to [community]
Copied: timidity-freepats/repos/community-any/ChangeLog (from rev 115166, timidity-freepats/trunk/ChangeLog)
===================================================================
--- ChangeLog (rev 0)
+++ ChangeLog 2014-07-06 10:53:16 UTC (rev 115167)
@@ -0,0 +1,6 @@
+2010-05-31 Ray Rashif <schivmeister at gmail.com>
+* Rebuild to update package filename with architecture
+* URI and source link changes
+
+2007-10-24 Corrado Primier <bardo at aur.archlinux.org>
+* Adopted and added to [community]
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2014-07-06 10:52:59 UTC (rev 115166)
+++ PKGBUILD 2014-07-06 10:53:16 UTC (rev 115167)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif <schivmeister at gmail.com>
-# Contributor: Corrado Primier <bardo at aur.archlinux.org>
-# Contributor: rabyte <rabyte.at.pen.dot.tj>
-
-pkgname=timidity-freepats
-pkgver=20060219
-pkgrel=6
-pkgdesc="A free and open set of instrument patches for use with softsynths"
-arch=('any')
-url="http://freepats.zenvoid.org/"
-license=('GPL')
-depends=('timidity++')
-install=$pkgname.install
-source=("http://freepats.zenvoid.org/freepats-${pkgver}.tar.bz2"
- 'timidity-freepats.cfg')
-md5sums=('b947806304bc559a644a2c06deda8404'
- 'f9b5efafc6339a173d95e06cf7870d64')
-
-package() {
- install -d ${pkgdir}/usr/share/timidity/freepats/{Drum,Tone}_000/
- install -m644 ${srcdir}/freepats/Drum_000/*.pat \
- ${pkgdir}/usr/share/timidity/freepats/Drum_000/
- install -m644 ${srcdir}/freepats/Drum_000/*.txt \
- ${pkgdir}/usr/share/timidity/freepats/Drum_000/
- install -m644 ${srcdir}/freepats/Tone_000/*.pat \
- ${pkgdir}/usr/share/timidity/freepats/Tone_000/
- install -m644 ${srcdir}/freepats/Tone_000/*.txt \
- ${pkgdir}/usr/share/timidity/freepats/Tone_000/
- install -Dm644 ${srcdir}/freepats/crude.cfg \
- ${pkgdir}/etc/timidity++/freepats/freepats.cfg
- install -m644 ${srcdir}/timidity-freepats.cfg \
- ${pkgdir}/etc/timidity++/
-}
Copied: timidity-freepats/repos/community-any/PKGBUILD (from rev 115166, timidity-freepats/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2014-07-06 10:53:16 UTC (rev 115167)
@@ -0,0 +1,34 @@
+# $Id$
+# 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=20060219
+pkgrel=7
+pkgdesc="A free and open set of instrument patches for use with softsynths"
+arch=('any')
+url="http://freepats.zenvoid.org/"
+license=('GPL')
+depends=('timidity++')
+install=$pkgname.install
+source=("http://freepats.zenvoid.org/freepats-${pkgver}.tar.bz2"
+ 'timidity-freepats.cfg')
+md5sums=('b947806304bc559a644a2c06deda8404'
+ 'f9b5efafc6339a173d95e06cf7870d64')
+
+package() {
+ install -d ${pkgdir}/usr/share/timidity/freepats/{Drum,Tone}_000/
+ install -m644 ${srcdir}/freepats/Drum_000/*.pat \
+ ${pkgdir}/usr/share/timidity/freepats/Drum_000/
+ install -m644 ${srcdir}/freepats/Drum_000/*.txt \
+ ${pkgdir}/usr/share/timidity/freepats/Drum_000/
+ install -m644 ${srcdir}/freepats/Tone_000/*.pat \
+ ${pkgdir}/usr/share/timidity/freepats/Tone_000/
+ install -m644 ${srcdir}/freepats/Tone_000/*.txt \
+ ${pkgdir}/usr/share/timidity/freepats/Tone_000/
+ install -Dm644 ${srcdir}/freepats/crude.cfg \
+ ${pkgdir}/etc/timidity++/freepats/freepats.cfg
+ install -m644 ${srcdir}/timidity-freepats.cfg \
+ ${pkgdir}/etc/timidity++/
+}
Deleted: timidity-freepats.cfg
===================================================================
--- timidity-freepats.cfg 2014-07-06 10:52:59 UTC (rev 115166)
+++ timidity-freepats.cfg 2014-07-06 10:53:16 UTC (rev 115167)
@@ -1,32 +0,0 @@
-# details on this file and other examples see here:
-# http://www.onicos.com/staff/iz/timidity/dist/cfg/sndfont.cfg
-# http://www.onicos.com/staff/iz/timidity/dist/cfg/
-#----------------------------------------------------------------
-# SoundFont extension configuration
-#
-# soundfont <filename> [order={0|1}] [remove]
-# <filename> is the path of SoundFont file.
-# order: 0(preload) or 1(load after GUS).
-# remove: disable specified soundfont.
-#
-# font exclude <tonebank> [<preset> [<keynote>]]
-# font order {0|1} <tonebank> [<preset> [<keynote>]]
-# <tonebank>: 0-127
-#
-# font exclude 128 [<drumset> [<key>]]
-# font order {0|1} 128 [<drumset> [<key>]]
-#----------------------------------------------------------------
-
-# change the next line to point to a soundfont you have
-# soundfonts can be found e.g. here: http://www.hammersound.net/
-# soundfont /usr/share/soundfonts/DX7Piano.SF2
-
-# you can do manipulations of the soundfont you load like this:
-# e.g. removing drumset 99
-# font exclude 128 99
-
-# load drum samples after GUS patches
-# font order 1 128
-
-dir /usr/share/timidity/freepats
-source /etc/timidity++/freepats/freepats.cfg
Copied: timidity-freepats/repos/community-any/timidity-freepats.cfg (from rev 115166, timidity-freepats/trunk/timidity-freepats.cfg)
===================================================================
--- timidity-freepats.cfg (rev 0)
+++ timidity-freepats.cfg 2014-07-06 10:53:16 UTC (rev 115167)
@@ -0,0 +1,32 @@
+# details on this file and other examples see here:
+# http://www.onicos.com/staff/iz/timidity/dist/cfg/sndfont.cfg
+# http://www.onicos.com/staff/iz/timidity/dist/cfg/
+#----------------------------------------------------------------
+# SoundFont extension configuration
+#
+# soundfont <filename> [order={0|1}] [remove]
+# <filename> is the path of SoundFont file.
+# order: 0(preload) or 1(load after GUS).
+# remove: disable specified soundfont.
+#
+# font exclude <tonebank> [<preset> [<keynote>]]
+# font order {0|1} <tonebank> [<preset> [<keynote>]]
+# <tonebank>: 0-127
+#
+# font exclude 128 [<drumset> [<key>]]
+# font order {0|1} 128 [<drumset> [<key>]]
+#----------------------------------------------------------------
+
+# change the next line to point to a soundfont you have
+# soundfonts can be found e.g. here: http://www.hammersound.net/
+# soundfont /usr/share/soundfonts/DX7Piano.SF2
+
+# you can do manipulations of the soundfont you load like this:
+# e.g. removing drumset 99
+# font exclude 128 99
+
+# load drum samples after GUS patches
+# font order 1 128
+
+dir /usr/share/timidity/freepats
+source /etc/timidity++/freepats/freepats.cfg
Deleted: timidity-freepats.install
===================================================================
--- timidity-freepats.install 2014-07-06 10:52:59 UTC (rev 115166)
+++ timidity-freepats.install 2014-07-06 10:53:16 UTC (rev 115167)
@@ -1,13 +0,0 @@
-post_install() {
-cat << EOF
->>> To make TiMidity++ use the Freepats patches,
->>> copy /etc/timidity++/timidity-freepats.cfg
->>> to /etc/timidity++/timidity.cfg
-EOF
-}
-
-post_upgrade() {
- post_install $1
-}
-
-# vim:set ts=2 sw=2 et:
Copied: timidity-freepats/repos/community-any/timidity-freepats.install (from rev 115166, timidity-freepats/trunk/timidity-freepats.install)
===================================================================
--- timidity-freepats.install (rev 0)
+++ timidity-freepats.install 2014-07-06 10:53:16 UTC (rev 115167)
@@ -0,0 +1,13 @@
+post_install() {
+cat << EOF
+>>> To make TiMidity++ use the Freepats patches,
+>>> copy /etc/timidity++/timidity-freepats.cfg
+>>> to /etc/timidity++/timidity.cfg
+EOF
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list