public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Archan <archanp@HotPOP.com>
To: gentoo-dev@gentoo.org
Subject: [gentoo-dev] xmmplayer ebuild script
Date: 11 Aug 2003 13:26:16 +0900	[thread overview]
Message-ID: <87smo8izvb.fsf@HotPOP.com> (raw)

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


             reply	other threads:[~2003-08-11  4:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-11  4:26 Archan [this message]
2003-08-11  4:28 ` [gentoo-dev] xmmplayer ebuild script Seemant Kulleen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87smo8izvb.fsf@HotPOP.com \
    --to=archanp@hotpop.com \
    --cc=gentoo-dev@gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox