1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-20 17:31:24 +02:00

initial import

This commit is contained in:
root
2010-02-09 21:25:29 +01:00
commit b2719dc011
1080 changed files with 41656 additions and 0 deletions
@@ -0,0 +1,37 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-midi/xmms-midi-0.03.ebuild,v 1.17 2005/09/04 10:26:14 flameeyes Exp $
IUSE=""
inherit gnuconfig eutils
DESCRIPTION="Timidity++ Dependent MIDI Plugun for XMMS"
HOMEPAGE="http://ban.joh.cam.ac.uk/~cr212/xmms-midi/"
SRC_URI="http://ban.joh.cam.ac.uk/~cr212/xmms-midi/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc sparc x86"
DEPEND="media-sound/xmms
media-sound/timidity++"
src_compile() {
gnuconfig_update
econf \
--prefix=/usr/$(get_libdir) || die "econf failed"
--with-xmms-prefix=/usr/include/xmms
emake || die
}
src_install() {
make DESTDIR=${D} libdir=`xmms-config --input-plugin-dir` install || die
dodoc AUTHORS NEWS README
}
pkg_postinst() {
einfo "*** WARNING: XMMS will play all MIDI files silently until a"
einfo "working timidity.cfg has been placed in /etc! If you don't"
einfo "know how to do that, then just try emerging timidity-eawpatches"
}