* [gentoo-dev] xmmplayer ebuild script
@ 2003-08-11 4:26 Archan
2003-08-11 4:28 ` Seemant Kulleen
0 siblings, 1 reply; 2+ messages in thread
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 [flat|nested] 2+ messages in thread
* Re: [gentoo-dev] xmmplayer ebuild script
2003-08-11 4:26 [gentoo-dev] xmmplayer ebuild script Archan
@ 2003-08-11 4:28 ` Seemant Kulleen
0 siblings, 0 replies; 2+ messages in thread
From: Seemant Kulleen @ 2003-08-11 4:28 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 475 bytes --]
Archan,
bugs.gentoo.org is the place for these. As it goes, I have an ebuild
for xmmplayer but it was based on a slightly patched up tarball. I'll
check on the new versions and add it to portage soon enough though.
Thanks,
--
Seemant Kulleen
Developer and Project Co-ordinator,
Gentoo Linux http://dev.gentoo.org/~seemant
Public Key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x3458780E
Key fingerprint = 23A9 7CB5 9BBB 4F8D 549B 6593 EDA2 65D8 3458 780E
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-08-11 4:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-11 4:26 [gentoo-dev] xmmplayer ebuild script Archan
2003-08-11 4:28 ` Seemant Kulleen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox