* [gentoo-dev] xmmplayer ebuild script
@ 2003-08-11 4:26 99% Archan
0 siblings, 0 replies; 1+ results
From: Archan @ 2003-08-11 4:26 UTC (permalink / raw
To: gentoo-dev
Hi,
I have made following XMMPlayer ebuild script. XMMPlayer is an input plugin for xmms and uses mplayer to play video/dvd/vcd.
I am not sure where should I post this ebuild for the inclusion into gentoo portage tree.
iti
Archan
----cut here----
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
DESCRIPTION="XMMPlayer is an input plugin for XMMS"
HOMEPAGE="http://thegraveyard.org/xmmplayer.php"
SRC_URI="http://thegraveyard.org/files/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
DEPEND="media-sound/xmms
media-video/mplayer"
src_compile() {
econf \
--prefix=/usr/lib
--with-xmms-prefix=/usr/include/xmms
emake || die
}
src_install() {
make DESTDIR=${D} libdir=/usr/lib/xmms/Input install || die
dodoc AUTHORS COPYING NEWS README
}
pkg_postinst() {
einfo "*** WARNING: XMMS will play all mplayer supported file"
einfo "once the mplayer input plugin is configured"
}
----cut here----
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2003-08-11 4:26 99% [gentoo-dev] xmmplayer ebuild script Archan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox