summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2011-05-13 18:43:02 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2011-05-13 18:43:02 +0000
commit234f2785c9008eebb95d42c9c6f944ef9675536b (patch)
tree37bca2fdb8f2894285739323d62a6a1731dec46c
parentVersion bump. Include fluid-soundfont target. Bug #272037. Thanks to Mike Mac... (diff)
downloadgentoo-2-234f2785c9008eebb95d42c9c6f944ef9675536b.tar.gz
gentoo-2-234f2785c9008eebb95d42c9c6f944ef9675536b.tar.bz2
gentoo-2-234f2785c9008eebb95d42c9c6f944ef9675536b.zip
Initial commit. Thanks to Mike MacDonald <crazymykl@gmail.com> and Nikoli <nikoli@lavabit.com> for the ebuilds. Bug #272037
(Portage version: 2.1.9.47/cvs/Linux x86_64)
-rw-r--r--media-sound/fluid-soundfont/ChangeLog11
-rw-r--r--media-sound/fluid-soundfont/fluid-soundfont-3.1.ebuild29
-rw-r--r--media-sound/fluid-soundfont/metadata.xml18
3 files changed, 58 insertions, 0 deletions
diff --git a/media-sound/fluid-soundfont/ChangeLog b/media-sound/fluid-soundfont/ChangeLog
new file mode 100644
index 000000000000..c41c469032f1
--- /dev/null
+++ b/media-sound/fluid-soundfont/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for media-sound/fluid-soundfont
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/fluid-soundfont/ChangeLog,v 1.1 2011/05/13 18:43:02 hwoarang Exp $
+
+*fluid-soundfont-3.1 (13 May 2011)
+
+ 13 May 2011; Markos Chandras <hwoarang@gentoo.org>
+ +fluid-soundfont-3.1.ebuild, +metadata.xml:
+ Initial commit. Thanks to Mike MacDonald <crazymykl@gmail.com> and Nikoli
+ <nikoli@lavabit.com> for the ebuilds. Bug #272037
+
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
index 000000000000..04805feb1a17
--- /dev/null
+++ b/media-sound/fluid-soundfont/fluid-soundfont-3.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/fluid-soundfont/fluid-soundfont-3.1.ebuild,v 1.1 2011/05/13 18:43:02 hwoarang Exp $
+
+EAPI=4
+
+DESCRIPTION="The Fluid R3 soundfont"
+HOMEPAGE="http://musescore.org/en/handbook/soundfont"
+SRC_URI="http://prereleases.musescore.org/soundfont/${PN}_${PV}.tar.gz
+ timidity? ( http://dev.gentoo.org/~hwoarang/distfiles/timidity.cfg.bz2 )"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="timidity"
+
+RDEPEND="timidity? ( app-admin/eselect-timidity )"
+
+src_install() {
+ insinto /usr/share/sounds/sf2
+ doins FluidR3_GM.sf2 FluidR3_GS.sf2
+
+ dodoc README
+
+ if use timidity; then
+ insinto /usr/share/timidity/${PN}
+ doins "${WORKDIR}"/timidity.cfg
+ fi
+}
diff --git a/media-sound/fluid-soundfont/metadata.xml b/media-sound/fluid-soundfont/metadata.xml
new file mode 100644
index 000000000000..571bbc4dd6fd
--- /dev/null
+++ b/media-sound/fluid-soundfont/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+<email>hwoarang@gentoo.org</email>
+<name>Markos Chandras</name>
+<description>Proxy maintainer. CC him on bugs</description>
+</maintainer>
+<maintainer>
+<email>nikoli@lavabit.com</email>
+<name>Nikoli</name>
+<description>Maintainer. Assign bugs to him</description>
+</maintainer>
+<longdescription lang="en">
+</longdescription>
+</pkgmetadata>
+