Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 316809 Details for
Bug 424321
games-emulation/hatari-1.6.2 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
updated ebuild
hatari-1.6.2.ebuild (text/plain), 1.86 KB, created by
Oliver Jaksch
on 2012-06-30 21:52:38 UTC
(
hide
)
Description:
updated ebuild
Filename:
MIME Type:
Creator:
Oliver Jaksch
Created:
2012-06-30 21:52:38 UTC
Size:
1.86 KB
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-1.6.1.ebuild,v 1.5 2012/05/21 19:19:03 mr_bones_ Exp $ > >EAPI=2 >inherit eutils toolchain-funcs cmake-utils games > >DESCRIPTION="Atari ST emulator" >HOMEPAGE="http://hatari.tuxfamily.org/" >SRC_URI="http://download.tuxfamily.org/hatari/${PV}/${P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="amd64 ~ppc x86" >IUSE="" > >RDEPEND="media-libs/libsdl[X,audio,video] > sys-libs/readline > media-libs/libpng > sys-libs/zlib" >DEPEND="${RDEPEND} > virtual/pkgconfig" >RDEPEND="${RDEPEND} > games-emulation/emutos" > >src_prepare() { > epatch "${FILESDIR}"/${P}-gentoo.patch > # build with newer zlib (bug #387829) > sed -i -e '1i#define OF(x) x' src/includes/unzip.h || die > sed -i -e '/Encoding/d' ./python-ui/hatariui.desktop || die > rm -f doc/CMakeLists.txt >} > >src_configure() { > mycmakeargs=( > "-DCMAKE_VERBOSE_MAKEFILE=TRUE" > "-DCMAKE_BUILD_TYPE:STRING=Release" > "-DDATADIR=${GAMES_DATADIR}/${PN}" > "-DBIN2DATADIR=${GAMES_DATADIR}/${PN}" > "-DBINDIR=${GAMES_BINDIR}" > "-DICONDIR=/usr/share/pixmaps" > "-DDESKTOPDIR=/usr/share/applications" > "-DMANDIR=/usr/share/man/man1" > "-DDOCDIR=/usr/share/doc/${PF}" > ) > cmake-utils_src_configure >} > >src_install() { > DOCS="readme.txt doc/*.txt" cmake-utils_src_install > dohtml -r doc/ > prepgamesdirs >} > >pkg_postinst() { > games_pkg_postinst > echo > elog "You need a TOS ROM to run hatari. EmuTOS, a free TOS implementation," > elog "has been installed in $(games_get_libdir) with a .img extension (there" > elog "are several from which to choose)." > elog > elog "Another option is to go to http://www.atari.st/ and get a real TOS:" > elog " http://www.atari.st/" > elog > elog "The first time you run hatari, you should configure it to find the" > elog "TOS you prefer to use. Be sure to save your settings." > echo >}
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 424321
:
316809
|
316811
|
325768