From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14438 invoked by uid 1002); 11 Aug 2003 04:25:53 -0000 Mailing-List: contact gentoo-dev-help@gentoo.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Received: (qmail 12154 invoked from network); 11 Aug 2003 04:25:52 -0000 Date: 11 Aug 2003 13:26:16 +0900 Message-Id: <87smo8izvb.fsf@HotPOP.com> From: Archan To: gentoo-dev@gentoo.org Subject: [gentoo-dev] xmmplayer ebuild script X-Archives-Salt: 403d2f8c-da35-4dc3-854f-78305ebfab87 X-Archives-Hash: 0c7af47fb76df263b8b812408676d33f 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