Remove dependency on timidity++ (so that these patchsets can be used with libmodplug...
authorDiego Elio Pettenò <flameeyes@gentoo.org>
Fri, 24 Nov 2006 23:34:15 +0000 (23:34 +0000)
committerDiego Elio Pettenò <flameeyes@gentoo.org>
Fri, 24 Nov 2006 23:34:15 +0000 (23:34 +0000)
Package-Manager: portage-2.1.2_rc2-r1

media-sound/timidity-eawpatches/ChangeLog
media-sound/timidity-eawpatches/files/digest-timidity-eawpatches-12-r5 [new file with mode: 0644]
media-sound/timidity-eawpatches/timidity-eawpatches-12-r5.ebuild [new file with mode: 0644]
media-sound/timidity-shompatches/ChangeLog
media-sound/timidity-shompatches/files/digest-timidity-shompatches-19960409-r4 [new file with mode: 0644]
media-sound/timidity-shompatches/timidity-shompatches-19960409-r4.ebuild [new file with mode: 0644]

index 9f1b15e359c4a9491cfd3d54dd7c564f7ae3fa7b..8cf8f8d37c24f500fbe50fcbb1ae0e5865fbebf6 100644 (file)
@@ -1,6 +1,15 @@
 # ChangeLog for media-sound/timidity-eawpatches
 # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity-eawpatches/ChangeLog,v 1.24 2006/11/22 23:34:40 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity-eawpatches/ChangeLog,v 1.25 2006/11/24 23:31:02 flameeyes Exp $
+
+*timidity-eawpatches-12-r5 (24 Nov 2006)
+
+  24 Nov 2006; Diego Pettenò <flameeyes@gentoo.org>
+  +timidity-eawpatches-12-r5.ebuild:
+  Remove dependency on timidity++ (so that these patchsets can be used with
+  libmodplug when it will work), remove message regarding timidity-updater,
+  and use eselect timidity to set the current patchset if none was selected
+  before.
 
   22 Nov 2006; Diego Pettenò <flameeyes@gentoo.org>
   timidity-eawpatches-12-r4.ebuild:
diff --git a/media-sound/timidity-eawpatches/files/digest-timidity-eawpatches-12-r5 b/media-sound/timidity-eawpatches/files/digest-timidity-eawpatches-12-r5
new file mode 100644 (file)
index 0000000..9b44133
--- /dev/null
@@ -0,0 +1,3 @@
+MD5 8ebcf0583f3077346ebace93c8ea166f eawpats12_full.tar.gz 32047230
+RMD160 79616f0417943a72e616898a69b85b6cfd81f492 eawpats12_full.tar.gz 32047230
+SHA256 0a1b7368e6e525d62900b34bd061ccc830e6fe1747601ede703e3eb0d1d968b6 eawpats12_full.tar.gz 32047230
diff --git a/media-sound/timidity-eawpatches/timidity-eawpatches-12-r5.ebuild b/media-sound/timidity-eawpatches/timidity-eawpatches-12-r5.ebuild
new file mode 100644 (file)
index 0000000..faa6b5a
--- /dev/null
@@ -0,0 +1,52 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity-eawpatches/timidity-eawpatches-12-r5.ebuild,v 1.1 2006/11/24 23:31:02 flameeyes Exp $
+
+IUSE=""
+
+S=${WORKDIR}/eawpats
+
+DESCRIPTION="Eric Welsh's GUS patches for TiMidity"
+HOMEPAGE="http://www.stardate.bc.ca/eawpatches/html/default.htm"
+SRC_URI="http://5hdumat.samizdat.net/music/eawpats${PV}_full.tar.gz"
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="~amd64 ~x86-fbsd"
+
+# These can be used for libmodplug too, so don't depend on timidity++
+DEPEND="app-admin/eselect-esd"
+RDEPEND=""
+
+src_unpack() {
+       unpack ${A}
+       sed -i -e "s:dir /home/user/eawpats/:dir /usr/share/timidity/eawpatches:" "${S}/linuxconfig/timidity.cfg"
+}
+
+src_install() {
+       local instdir=/usr/share/timidity
+
+       # Set our installation directory
+       insinto ${instdir}/eawpatches
+
+       # Install base timidity configuration for timidity-update
+       doins linuxconfig/timidity.cfg
+       rm -rf linuxconfig/ winconfig/
+
+       # Install base eawpatches
+       doins *.cfg *.pat
+       rm *.cfg *.pat
+
+       # Install patches from subdirectories
+       for d in `find . -type f -name \*.pat | sed 's,/[^/]*$,,' | sort -u`; do
+               insinto ${instdir}/eawpatches/${d}
+               doins ${d}/*.pat
+       done
+
+       # Install documentation, including subdirs
+       dodoc $(find . -name \*.txt)
+}
+
+pkg_postinst() {
+       eselect timidity update --global --if-unset
+}
index 9b1ca26e463e316b8d6376aa8da6b7041f1e4daf..d58d32c476867e7191351770412af8c7734a2307 100644 (file)
@@ -1,6 +1,15 @@
 # ChangeLog for media-sound/timidity-shompatches
 # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity-shompatches/ChangeLog,v 1.10 2006/11/22 23:39:36 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity-shompatches/ChangeLog,v 1.11 2006/11/24 23:34:15 flameeyes Exp $
+
+*timidity-shompatches-19960409-r4 (24 Nov 2006)
+
+  24 Nov 2006; Diego Pettenò <flameeyes@gentoo.org>
+  +timidity-shompatches-19960409-r4.ebuild:
+  Remove dependency on timidity++ (so that these patchsets can be used with
+  libmodplug when it will work), remove message regarding timidity-updater,
+  and use eselect timidity to set the current patchset if none was selected
+  before.
 
   22 Nov 2006; Diego Pettenò <flameeyes@gentoo.org>
   timidity-shompatches-19960409-r3.ebuild:
diff --git a/media-sound/timidity-shompatches/files/digest-timidity-shompatches-19960409-r4 b/media-sound/timidity-shompatches/files/digest-timidity-shompatches-19960409-r4
new file mode 100644 (file)
index 0000000..672de26
--- /dev/null
@@ -0,0 +1,3 @@
+MD5 983e7f802644f681e1ac3243431de2c4 shominst-0409.zip 9977604
+RMD160 fb4d6b3005fb7710672b72b140687d61681c39c1 shominst-0409.zip 9977604
+SHA256 8669c15b5b4ad9acff24a9877d4806c86c58262a0be9f7de14ab11ddd7751605 shominst-0409.zip 9977604
diff --git a/media-sound/timidity-shompatches/timidity-shompatches-19960409-r4.ebuild b/media-sound/timidity-shompatches/timidity-shompatches-19960409-r4.ebuild
new file mode 100644 (file)
index 0000000..c934a94
--- /dev/null
@@ -0,0 +1,41 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity-shompatches/timidity-shompatches-19960409-r4.ebuild,v 1.1 2006/11/24 23:34:15 flameeyes Exp $
+
+IUSE=""
+
+DESCRIPTION="Matsumoto Shoji's patch collection for TiMidity(SC-55 style 10MB)"
+HOMEPAGE="http://www.i.h.kyoto-u.ac.jp/~shom/timidity/shominst/shominst-0409.txt"
+SRC_URI="http://www.i.h.kyoto-u.ac.jp/~shom/timidity/shominst/shominst-0409.zip"
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="~amd64 ~x86-fbsd"
+
+RDEPEND=""
+
+DEPEND="app-arch/unzip
+       app-admin/eselect-timidity"
+
+S=${WORKDIR}
+
+src_unpack() {
+       unpack ${A}
+       sed -i -e "s:dir /nethome/sak95/shom/lib/timidity/:dir /usr/share/timidity/shompatches/:" timidity.cfg
+       sed -i -e "s:^source :source shompatches/:" timidity.cfg sfx.cfg
+}
+
+src_install() {
+       insinto /usr/share/timidity/shompatches
+       doins *.cfg
+
+       # Install patches from subdirectories
+       for d in `find . -type f -name \*.pat | sed 's,/[^/]*$,,' | sort -u`; do
+               insinto /usr/share/timidity/shompatches/${d}
+               doins ${d}/*.pat
+       done
+}
+
+pkg_postinst() {
+       eselect timidity update --global --if-unset
+}