From bbfdd9d5b856b6f831e46498ee0f4be25bf078df Mon Sep 17 00:00:00 2001 From: =?utf8?q?Diego=20Elio=20Petten=C3=B2?= Date: Fri, 24 Nov 2006 23:34:15 +0000 Subject: [PATCH] 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. Package-Manager: portage-2.1.2_rc2-r1 --- media-sound/timidity-eawpatches/ChangeLog | 11 +++- .../files/digest-timidity-eawpatches-12-r5 | 3 ++ .../timidity-eawpatches-12-r5.ebuild | 52 +++++++++++++++++++ media-sound/timidity-shompatches/ChangeLog | 11 +++- .../digest-timidity-shompatches-19960409-r4 | 3 ++ .../timidity-shompatches-19960409-r4.ebuild | 41 +++++++++++++++ 6 files changed, 119 insertions(+), 2 deletions(-) create mode 100644 media-sound/timidity-eawpatches/files/digest-timidity-eawpatches-12-r5 create mode 100644 media-sound/timidity-eawpatches/timidity-eawpatches-12-r5.ebuild create mode 100644 media-sound/timidity-shompatches/files/digest-timidity-shompatches-19960409-r4 create mode 100644 media-sound/timidity-shompatches/timidity-shompatches-19960409-r4.ebuild diff --git a/media-sound/timidity-eawpatches/ChangeLog b/media-sound/timidity-eawpatches/ChangeLog index 9f1b15e359c4..8cf8f8d37c24 100644 --- a/media-sound/timidity-eawpatches/ChangeLog +++ b/media-sound/timidity-eawpatches/ChangeLog @@ -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ò + +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ò 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 index 000000000000..9b441330c595 --- /dev/null +++ b/media-sound/timidity-eawpatches/files/digest-timidity-eawpatches-12-r5 @@ -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 index 000000000000..faa6b5a1e420 --- /dev/null +++ b/media-sound/timidity-eawpatches/timidity-eawpatches-12-r5.ebuild @@ -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 +} diff --git a/media-sound/timidity-shompatches/ChangeLog b/media-sound/timidity-shompatches/ChangeLog index 9b1ca26e463e..d58d32c47686 100644 --- a/media-sound/timidity-shompatches/ChangeLog +++ b/media-sound/timidity-shompatches/ChangeLog @@ -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ò + +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ò 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 index 000000000000..672de26845c3 --- /dev/null +++ b/media-sound/timidity-shompatches/files/digest-timidity-shompatches-19960409-r4 @@ -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 index 000000000000..c934a94f4893 --- /dev/null +++ b/media-sound/timidity-shompatches/timidity-shompatches-19960409-r4.ebuild @@ -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 +} -- 2.26.2