Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 56920 Details for
Bug 90036
stepmania-3.9_rc2.ebuild (Update)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
stepmania-3.9_rc2.ebuild
stepmania-3.9_rc2.ebuild (text/plain), 1.80 KB, created by
rutto
on 2005-04-22 07:38:37 UTC
(
hide
)
Description:
stepmania-3.9_rc2.ebuild
Filename:
MIME Type:
Creator:
rutto
Created:
2005-04-22 07:38:37 UTC
Size:
1.80 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils games > >IUSE="debug gtk jpeg mad mpeg oggvorbis" > >MY_PV="${PV/_/-}a" >S="${WORKDIR}/StepMania-${MY_PV}-src" >SMDATA="${WORKDIR}/StepMania-${MY_PV}" >DESCRIPTION="An advanced DDR simulator" >HOMEPAGE="http://www.stepmania.com/stepmania/" >SRC_URI="mirror://sourceforge/stepmania/StepMania-${MY_PV}-src.tar.gz > mirror://sourceforge/stepmania/StepMania-${MY_PV}-linux.tar.gz" > >SLOT="0" >LICENSE="MIT" >KEYWORDS="x86 ~ppc" > >DEPEND="gtk? ( >=x11-libs/gtk+-2.0 ) > mad? ( media-libs/libmad ) > >=dev-lang/lua-5.0 > media-libs/libsdl > jpeg? ( media-libs/jpeg ) > media-libs/libpng > sys-libs/zlib > mpeg? ( >=media-video/ffmpeg-0.4.9 ) > oggvorbis? ( media-libs/libvorbis ) > virtual/opengl" > >pkg_setup() { > games_pkg_setup >} > >src_unpack() { > unpack ${A} > epatch ${FILESDIR}/stepmania-${MY_PV}-gentoo.patch > cd ${S} >} > >src_compile() { > local myconf > use debug && myconf="${myconf} --with-debug" > use jpeg || myconf="${myconf} --without-jpeg" > use oggvorbis || myconf="${myconf} --without-vorbis" > use mad || myconf="${myconf} --without-mp3" > use gtk || myconf="${myconf} --disable-gtk2" > > econf ${myconf} || die "Configure failed" > > emake || die "Make failed" >} > >src_install() { > local dir=${GAMES_DATADIR}/${PN} > > dodir ${dir} > exeinto ${dir} > doexe src/stepmania || die "Install failed" > if use gtk; then > doexe src/GtkModule.so || die "Install failed" > fi > > insinto ${dir} > > cd ${SMDATA} > doins Copying.txt NEWS README-FIRST.html || die "Install failed" > cp -r Announcers BGAnimations CDTitles Characters Courses Data Docs \ > NoteSkins RandomMovies Songs Themes Visualizations ${D}/${dir} || die "Install failed" > > games_make_wrapper stepmania ${dir}/stepmania ${dir} > > prepgamesdirs >} > >pkg_postinst() { > games_pkg_postinst >}
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 90036
: 56920