Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 44777 Details for
Bug 72378
bmp-midi ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
A beep-media-player cvs ebuild
beep-media-player-20101010.ebuild (text/plain), 1.76 KB, created by
will
on 2004-11-26 06:20:34 UTC
(
hide
)
Description:
A beep-media-player cvs ebuild
Filename:
MIME Type:
Creator:
will
Created:
2004-11-26 06:20:34 UTC
Size:
1.76 KB
patch
obsolete
># $Id: beep-media-player-20101010.ebuild 116 2004-09-23 23:51:10Z sn4ip3r $ ># Distributed under the terms of the GNU General Public License v2 > >inherit cvs eutils > >ECVS_SERVER="cvs.sourceforge.net:/cvsroot/beepmp" >ECVS_MODULE="bmp" >ECVS_TOP_DIR="${DISTDIR}/cvs-src/${PN}" >S=${WORKDIR}/${ECVS_MODULE} > >DESCRIPTION="Beep Media Player" >HOMEPAGE="http://beepmp.sf.net" >SRC_URI="" >IUSE="nls esd gnome opengl oggvorbis mikmod doc" >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="~x86" >RDEPEND="app-arch/unzip > >=x11-libs/gtk+-2.2 > >=x11-libs/pango-1.2 > >=dev-libs/libxml-1.8.15 > mikmod? ( >=media-libs/libmikmod-3.1.10 ) > esd? ( >=media-sound/esound-0.2.29 ) > opengl? ( virtual/opengl ) > oggvorbis? ( >=media-libs/libvorbis-1.0 )" >DEPEND="${RDEPEND} > nls? ( > dev-util/intltool > )" > >src_compile() { > ./autogen.sh > > if useq 3dnow || useq mmx ; then > myconf="${myconf} --enable-simd" > else > myconf="${myconf} --disable-simd" > fi > econf \ > --with-dev-dsp=/dev/sound/dsp \ > --with-dev-mixer=/dev/sound/mixer \ > `use_enable oggvorbis vorbis` \ > `use_enable oggvorbis oggtest` \ > `use_enable oggvorbis vorbistest` \ > `use_enable esd` \ > `use_enable esd esdtest` \ > `use_enable mikmod` \ > `use_enable mikmod mikmodtest` \ > `use_with mikmod libmikmod` \ > `use_enable opengl` \ > `use_enable nls` \ > ${myconf} || die > emake || die >} > >src_install() { > make DESTDIR=${D} install || die "make install failed" > > insinto /usr/share/pixmaps > doins beep.svg > doins beep/beep_mini.xpm > > useq gnome && { > dodir /usr/share/gnome/apps > insinto /usr/share/gnome/apps/Multimedia > doins ${FILESDIR}/beep-media-player.desktop > } > > dodir /usr/share/beep > dosym /usr/share/xmms/Skins /usr/share/beep/Skins > dosym /usr/share/xmms/Plugins /usr/share/beep/Plugins > > useq doc && dodoc AUTHORS ChangeLog COPYING 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 72378
:
44655
|
44777
|
46441
|
46469