Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 528752 Details for
Bug 654290
games-emulation/daphne: drop usage of games.eclass
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
daphne-1.0-r1.ebuild
daphne-1.0.ebuild (text/plain), 1.87 KB, created by
Pacho Ramos
on 2018-04-29 09:04:24 UTC
(
hide
)
Description:
daphne-1.0-r1.ebuild
Filename:
MIME Type:
Creator:
Pacho Ramos
Created:
2018-04-29 09:04:24 UTC
Size:
1.87 KB
patch
obsolete
># Copyright 1999-2015 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=6 >inherit toolchain-funcs > >DESCRIPTION="Laserdisc Arcade Game Emulator" >HOMEPAGE="http://www.daphne-emu.com/" >SRC_URI="http://www.daphne-emu.com/download/${P}-src.tar.gz" > >LICENSE="GPL-2+" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >RDEPEND=" > media-libs/libogg > media-libs/libvorbis > sys-libs/zlib > media-libs/libsdl[joystick,video] > media-libs/sdl-mixer > media-libs/libmpeg2 > virtual/opengl > media-libs/glew >" >DEPEND=${RDEPEND} > >S="${WORKDIR}/v_1_0/src" > >src_prepare() { > default > > eapply \ > "${FILESDIR}"/${P}-vorbisfilefix.patch \ > "${FILESDIR}"/${P}-typefix.patch \ > "${FILESDIR}"/${P}-gcc43.patch \ > "${FILESDIR}"/${P}-ldflags.patch \ > "${FILESDIR}"/${P}-zlib.patch \ > "${FILESDIR}"/${P}-underlink.patch \ > "${FILESDIR}"/${P}-system-lmpeg2.patch > > sed -i "/m_appdir =/s:\.:/usr/share/${PN}:" \ > io/homedir.cpp || die > sed -i "s:pics/:/usr/share/${PN}/&:" \ > video/video.cpp || die > sed -i "s:sound/:/usr/share/${PN}/&:" \ > sound/sound.cpp || die > sed -i "s:./lib:/usr/$(get_libdir)/${PN}/lib:" \ > io/dll.h || die > > sed \ > -e "s:-DNATIVE_CPU_X86::" \ > -e "s:-DUSE_MMX::" \ > -e '/export USE_MMX = 1/s:^:# :' \ > Makefile.vars.linux_x86 >Makefile.vars || die >} > >src_configure() { > cd vldp2 > econf --disable-accel-detect >} > >src_compile() { > local archflags > > if use x86; then > archflags="-DNATIVE_CPU_X86 -DMMX_RGB2YUV -DUSE_MMX" > export USE_MMX=1 > else > # -fPIC is needed on amd64 but fails on x86. > archflags="-fPIC" > fi > > emake \ > CXX=$(tc-getCXX) \ > DFLAGS="${CXXFLAGS} ${archflags}" > emake -C vldp2 \ > -f Makefile.linux \ > CC=$(tc-getCC) \ > DFLAGS="${CFLAGS} ${archflags}" >} > >src_install() { > cd .. > newbin daphne.bin daphne > exeinto "/usr/$(get_libdir)"/${PN} > doexe libvldp2.so > insinto /usr/share/${PN} > doins -r pics roms sound > dodoc doc/*.{ini,txt} > dohtml -r doc/* >}
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 654290
: 528752