Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 45759 Details for
Bug 74126
media-sound/beep-media-player - Beep Media Player 0.9.7 Released.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
The ebuild
beep-media-player-0.9.7.ebuild (text/plain), 2.02 KB, created by
will
on 2004-12-11 12:57:32 UTC
(
hide
)
Description:
The ebuild
Filename:
MIME Type:
Creator:
will
Created:
2004-12-11 12:57:32 UTC
Size:
2.02 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/media-sound/beep-media-player/beep-media-player-0.9.7_rc2-r3.ebuild,v 1.5 2004/12/03 17:48:49 slarti Exp $ > >IUSE="nls gnome opengl oggvorbis alsa oss esd mmx xmms-eq" > >inherit flag-o-matic eutils > >MY_PN="bmp" >MY_P=bmp-${PV/_/} >S=${WORKDIR}/${MY_P} > >DESCRIPTION="Beep Media Player" >HOMEPAGE="http://beepmp.sourceforge.net/" >SRC_URI="mirror://sourceforge/beepmp/${MY_P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" > >KEYWORDS="amd64 ~ppc ~sparc x86 ~hppa ~mips" > >RDEPEND="app-arch/unzip > >=x11-libs/gtk+-2.4 > >=x11-libs/pango-1.2 > >=dev-libs/libxml-1.8.15 > >=gnome-base/libglade-2.3.1 > esd? ( >=media-sound/esound-0.2.30 ) > opengl? ( virtual/opengl ) > oggvorbis? ( >=media-libs/libvorbis-1.0 > >=media-libs/libogg-1.0 ) > alsa? ( >=media-libs/alsa-lib-1.0 ) > gnome? ( >=gnome-base/gnome-vfs-2.6.0 > >=gnome-base/gconf-2.6.0 )" > >DEPEND="${RDEPEND} > nls? ( dev-util/intltool )" > >src_unpack() { > unpack ${A} >} > >src_compile() { > local myconf="" > > # Bug #42893 > replace-flags "-Os" "-O2" > > if use gnome; then > myconf="${myconf} --enable-gconf --enable-gnome-vfs" > fi > > if use mmx; then > myconf="${myconf} --enable-simd" > fi > > if use xmms-eq; then > myconf="${myconf} --with-xmms-eq" > fi > > econf \ > --with-dev-dsp=/dev/sound/dsp \ > --with-dev-mixer=/dev/sound/mixer \ > --includedir=/usr/include/beep-media-player \ > `use_enable oggvorbis vorbis` \ > `use_enable esd` \ > `use_enable opengl` \ > `use_enable nls` \ > `use_enable oss` \ > `use_enable alsa` \ > ${myconf} \ > || die > > emake || die "make failed" >} > >src_install() { > make DESTDIR="${D}" install || die > > insinto /usr/share/pixmaps > doins icons/bmp.svg > doins beep/beep_logo.xpm > > dosym /usr/include/beep-media-player/bmp /usr/include/beep-media-player/xmms > > # Plugins want beep-config, this wasn't included > # Note that this one has a special gentoo modification > # to work with xmms-plugin.eclass > dobin ${FILESDIR}/beep-config > > dodoc AUTHORS FAQ NEWS README TODO >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 74126
: 45759