# 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:
--- /dev/null
+MD5 8ebcf0583f3077346ebace93c8ea166f eawpats12_full.tar.gz 32047230
+RMD160 79616f0417943a72e616898a69b85b6cfd81f492 eawpats12_full.tar.gz 32047230
+SHA256 0a1b7368e6e525d62900b34bd061ccc830e6fe1747601ede703e3eb0d1d968b6 eawpats12_full.tar.gz 32047230
--- /dev/null
+# 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
+}
# 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:
--- /dev/null
+MD5 983e7f802644f681e1ac3243431de2c4 shominst-0409.zip 9977604
+RMD160 fb4d6b3005fb7710672b72b140687d61681c39c1 shominst-0409.zip 9977604
+SHA256 8669c15b5b4ad9acff24a9877d4806c86c58262a0be9f7de14ab11ddd7751605 shominst-0409.zip 9977604
--- /dev/null
+# 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
+}