]> Pileus Git - ~andy/sunrise/commitdiff
media-sound/fluid-soundfont: Initial commit of fluid-soundfont. Thanks to binki and...
authorMike MacDonald (crazymykl) <crazymykl@gmail.com>
Tue, 31 Aug 2010 10:14:27 +0000 (10:14 +0000)
committerMike MacDonald (crazymykl) <crazymykl@gmail.com>
Tue, 31 Aug 2010 10:14:27 +0000 (10:14 +0000)
svn path=/sunrise/; revision=11268

media-sound/fluid-soundfont/ChangeLog [new file with mode: 0644]
media-sound/fluid-soundfont/Manifest [new file with mode: 0644]
media-sound/fluid-soundfont/fluid-soundfont-3.1.ebuild [new file with mode: 0644]
media-sound/fluid-soundfont/metadata.xml [new file with mode: 0644]

diff --git a/media-sound/fluid-soundfont/ChangeLog b/media-sound/fluid-soundfont/ChangeLog
new file mode 100644 (file)
index 0000000..fa6dd9e
--- /dev/null
@@ -0,0 +1,9 @@
+# ChangeLog for media-sound/fluid-soundfont
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  31 Aug 2010; Mike MacDonald (crazymykl) <crazymykl@gmail.com>
+  +fluid-soundfont-3.1.ebuild, +metadata.xml:
+  Initial commit of fluid-soundfont. Thanks to binki and hwoarang from
+  #gentoo-surise
+
diff --git a/media-sound/fluid-soundfont/Manifest b/media-sound/fluid-soundfont/Manifest
new file mode 100644 (file)
index 0000000..b1a28b6
--- /dev/null
@@ -0,0 +1,5 @@
+DIST fluid-soundfont_3.1.orig.tar.gz 134835922 RMD160 edd3d626bd1fe17c18f1ddf0b657f54d02fd8b5a SHA1 433118a6776867176ae710d1e3370540be30be0a SHA256 2621acaa1c78e4abdb24bdd163230cc577e61276936d6aa6e3180582142f0343
+DIST timidity.cfg.bz2 10667 RMD160 8c3ca9551e5fc3cfc29f4152af26f4255ba7a068 SHA1 ce1c542014bd2dded933fb2f7cc09677524a54e6 SHA256 9607f9bd59fd5a4d258f2885bb6978f02c4a600c1ee6044978b6fd4577420f1d
+EBUILD fluid-soundfont-3.1.ebuild 721 RMD160 405dec114964723469f79b3ce7e715e56d914b86 SHA1 f0c25a81cb2c58d2ec9b41fb165de2641e2e4aec SHA256 f3951c647d60ff4c28879ed8c1ac296d435d6210d472e234a0271036f2e606dd
+MISC ChangeLog 327 RMD160 67e3c33d0d37a810e3aa5bb292ec30cd3e8b229e SHA1 9edd81ac3421bf80f2b757db18ff97f88ca604a7 SHA256 dbc1a54103399525849734f6c88e397d5e3de79f6d54bb4395b15645cb2216a4
+MISC metadata.xml 229 RMD160 f0f6417bec31ce8baba6d476664f7210c8c84c98 SHA1 e5f94f5caadc6f843fc90bb7959570cd503676fd SHA256 3b08fca3c878bdfc4e7639f477dd542d55a4ab5dce39a475e82633071d13eb3f
diff --git a/media-sound/fluid-soundfont/fluid-soundfont-3.1.ebuild b/media-sound/fluid-soundfont/fluid-soundfont-3.1.ebuild
new file mode 100644 (file)
index 0000000..8f53c37
--- /dev/null
@@ -0,0 +1,25 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="The Fluid R3 soundfont"
+HOMEPAGE="http://archive.ubuntu.com/ubuntu/pool/universe/f/${PN}"
+SRC_URI="http://archive.ubuntu.com/ubuntu/pool/universe/f/${PN}/${PN}_${PV}.orig.tar.gz
+        http://dev.gentoo.org/~hwoarang/distfiles/timidity.cfg.bz2"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+src_install() {
+       insinto /usr/share/sounds/sf2/
+       doins *.sf2 || die
+       insinto /usr/share/timidity/${PN}/
+       doins ${WORKDIR}/timidity.cfg || die
+}
+
+pkg_postinst() {
+       elog "If you wish to use this soundfont with timidity++ you must run"
+       elog "cd /usr/share/timidity && ln -sTf ${PN} current"
+}
diff --git a/media-sound/fluid-soundfont/metadata.xml b/media-sound/fluid-soundfont/metadata.xml
new file mode 100644 (file)
index 0000000..e6233b5
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
+</pkgmetadata>