diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-02-04 21:16:30 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-02-04 21:16:30 +0000 |
commit | 406031d2d7b6ce0bbe1e8bf1fa468ef4308745d1 (patch) | |
tree | 616d485d931a71fc757e36a6eaf511c00f39811c /games-simulation | |
parent | arm/ia64/sparc stable wrt #254440 (diff) | |
download | gentoo-2-406031d2d7b6ce0bbe1e8bf1fa468ef4308745d1.tar.gz gentoo-2-406031d2d7b6ce0bbe1e8bf1fa468ef4308745d1.tar.bz2 gentoo-2-406031d2d7b6ce0bbe1e8bf1fa468ef4308745d1.zip |
old
(Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/openttd/Manifest | 2 | ||||
-rw-r--r-- | games-simulation/openttd/openttd-0.5.2.ebuild | 189 |
2 files changed, 0 insertions, 191 deletions
diff --git a/games-simulation/openttd/Manifest b/games-simulation/openttd/Manifest index d431dcf352f4..7cfba5de414d 100644 --- a/games-simulation/openttd/Manifest +++ b/games-simulation/openttd/Manifest @@ -4,9 +4,7 @@ AUX menu_name.patch 439 RMD160 eab4d7d23fdea12c4589b5735d22a7bccfa38376 SHA1 513 AUX openttd.initd 529 RMD160 ff9fdf7a787ae3d08ec4dbef1b1b37eee12d1ccd SHA1 f833206fc430c6e7afec76c39e97af0f7ec6578a SHA256 a16e5c64a073d0b7e7092bb906b7f064414870a8607bebce16b4b08cff7f4112 DIST openttd-0.4.8-scenarios.tar.bz2 5000799 RMD160 a6c2fa9f81e4e4628adb9c3932dec46ab4789777 SHA1 88b3caff739fbf7bd4eb143ae97925556e813ce4 SHA256 61788035bd78a3c0e393d5992432c37e0b6036d19a960543f26d43a46e39e6ca DIST openttd-0.5.0-scenarios.tar.bz2 917117 RMD160 f6ea4a4004bb0c90de9283a92b14da4bd99bc33c SHA1 965fc34bbe9998741ea07531772c9673b33aab99 SHA256 c89e652aca1a9ad9f0f4936dd99cd8a9c96f4c53450990ff87d87483f8e74a31 -DIST openttd-0.5.2-source.tar.bz2 3034368 RMD160 77528fa6d558787cfc1349d821041f005f3262ab SHA1 8c801cd92038741dbb1327c1688a69b3a939e054 SHA256 c5a1753f32a87293130347eb440bd9e76ebf0299db5d6a19059ca4d52407d4b1 DIST openttd-0.6.3-source.tar.bz2 4609714 RMD160 ab1f2ae17cbc97c2ebc4eceb1496bc708e6d83d4 SHA1 5fb359789fae9b03550da268973fb1238ddf224c SHA256 2d60e8a08768a9c81f37e699df6890c12d53f4d56b5562724c3a9ffa302c7197 -EBUILD openttd-0.5.2.ebuild 5665 RMD160 6dcb3bd2d574077aece233170f69431798857319 SHA1 9d6acc6be4a3a9b0e0d62197e96f33538c9ee7ba SHA256 ea190aca5c1ca082301d03522df7aa0ee8c6f81b9c9afd6b6ac8be6f0a8d5a8e EBUILD openttd-0.6.3.ebuild 4226 RMD160 1b9c87b272b79aa0a7b5ca3ecab1654092b6bb3f SHA1 b2de50caf8c5c37423dcd988783af6abb6536649 SHA256 00cb692cd9a906e3d2185008f48f8c57a2e8743029a012934daa134bc759dabc MISC ChangeLog 8803 RMD160 91a57a9a02747158db17e58668f9485a3e617177 SHA1 4caca737cc783e01506d9affc2364947e041b62b SHA256 d585a9cded6ae7df11c961e9a3ce287c9c358ff7cacffb31f0fa83ae51222e8c MISC metadata.xml 307 RMD160 83f20da47827470c3f19c6849fc14217b47389a7 SHA1 ca4ccf0fe4b5abf21a994189f9d689e8a2616128 SHA256 ab66512663eaf8f6d321f0efb9643951f9dab6fda5d8789d1cb83eb6cc82e8e7 diff --git a/games-simulation/openttd/openttd-0.5.2.ebuild b/games-simulation/openttd/openttd-0.5.2.ebuild deleted file mode 100644 index 38b6ddff8941..000000000000 --- a/games-simulation/openttd/openttd-0.5.2.ebuild +++ /dev/null @@ -1,189 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-0.5.2.ebuild,v 1.6 2008/02/14 03:59:39 mr_bones_ Exp $ - -inherit eutils games - -SCENARIOS_048="${PN}-0.4.8-scenarios.tar.bz2" -SCENARIOS_050="${PN}-0.5.0-scenarios.tar.bz2" - -DESCRIPTION="OpenTTD is a clone of Transport Tycoon Deluxe" -HOMEPAGE="http://www.openttd.com/" -SB="mirror://sourceforge/openttd" -SRC_URI="${SB}/${P}-source.tar.bz2 - scenarios? ( ${SB}/${SCENARIOS_048} - ${SB}/${SCENARIOS_050} )" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" -IUSE="alsa debug dedicated iconv png scenarios timidity zlib" - -DEPEND="!dedicated? ( media-libs/libsdl - media-libs/fontconfig - ) - iconv? ( virtual/libiconv ) - png? ( media-libs/libpng ) - zlib? ( sys-libs/zlib )" -RDEPEND="${DEPEND} - !dedicated? ( - timidity? ( media-sound/timidity++ ) - !timidity? ( alsa? ( media-sound/alsa-utils ) ) - )" - -pkg_setup() { - if ! use dedicated && ! built_with_use media-libs/libsdl X ; then - die "Please emerge media-libs/libsdl with USE=X" - fi - games_pkg_setup -} - -src_unpack() { - unpack ${P}-source.tar.bz2 - if use scenarios ; then - cd "${S}"/scenario/ - unpack ${SCENARIOS_048} - unpack ${SCENARIOS_050} - fi - cd "${S}" - # Don't pre-strip binaries (bug #137822) - sed -i -e '/+= -s$/s/-s//' Makefile || die "sed failed" - # Don't install into prefixed DATA_DIR - sed -i -e \ - 's#DATA_DIR_PREFIXED:=$(PREFIX)/$(DATA_DIR)#DATA_DIR_PREFIXED:=$(DATA_DIR)#' \ - Makefile || die "sed failed" -} - -src_compile() { - local myopts="" - use debug && myopts="${myopts} DEBUG=1" - use dedicated && myopts="${myopts} DEDICATED=1" - use iconv && myopts="${myopts} WITH_ICONV=1" - use png && myopts="${myopts} WITH_PNG=1" - use zlib && myopts="${myopts} WITH_ZLIB=1" - if ! use dedicated ; then - myopts="${myopts} WITH_SDL=1 WITH_FREETYPE=1 WITH_FONTCONFIG=1" - if ! use timidity; then - use alsa && myopts="${myopts} MIDI=/usr/bin/aplaymidi" - fi - fi - - emake \ - MANUAL_CONFIG=1 \ - UNIX=1 \ - WITH_NETWORK=1 \ - INSTALL=1 \ - USE_HOMEDIR=1 \ - DEST_DIR=${D} \ - PERSONAL_DIR=.openttd \ - PREFIX=${GAMES_PREFIX} \ - DATA_DIR=${GAMES_DATADIR}/${PN} \ - CUSTOM_LANG_DIR=${GAMES_DATADIR}/${PN}/lang \ - ${myopts} \ - || die "emake failed" -} - -src_install() { - dogamesbin openttd || die "dogamesbin failed" - - insinto "${GAMES_DATADIR}/${PN}/data" - doins data/* || die "doins failed (data)" - - insinto "${GAMES_DATADIR}/${PN}/lang" - doins lang/*.lng || die "doins failed (lang)" - - if use scenarios ; then - insinto "${GAMES_DATADIR}/${PN}/scenario" - doins scenario/*.scn || die "doins failed (scenario)" - doins scenario/*/*.scn || die "doins failed (scenario)" - fi - - insinto "${GAMES_DATADIR}/${PN}/scripts" - doins scripts/*.example || die "doins failed (scripts)" - - for i in {16,32,48,64,128}; do - insinto /usr/share/icons/hicolor/${i}x${i}/apps - newins media/openttd.${i}.png openttd.png - done - - if ! use dedicated ; then - if use timidity || use alsa ; then - make_desktop_entry "openttd -m extmidi" "OpenTTD" openttd - else - make_desktop_entry openttd "OpenTTD" openttd - fi - else - newinitd "${FILESDIR}"/openttd.initd openttd - fi - - dodoc readme.txt known-bugs.txt changelog.txt docs/Manual.txt docs/multiplayer.txt - dohtml -a html,gif,png,svg docs/* - newdoc scripts/readme.txt readme_scripts.txt - doman docs/openttd.6 - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - - echo - einfo "In order to play, you must copy the following 6 files from " - einfo "a version of TTD to ${GAMES_DATADIR}/${PN}/data/." - echo - einfo "From the WINDOWS version you need: " - einfo " sample.cat trg1r.grf trgcr.grf trghr.grf trgir.grf trgtr.grf" - einfo "OR from the DOS version you need: " - einfo " SAMPLE.CAT TRG1.GRF TRGC.GRF TRGH.GRF TRGI.GRF TRGT.GRF" - echo - einfo "File names are case sensitive so make sure they are " - einfo "correct for whichever version you have." - echo - - if ! use scenarios ; then - einfo "Scenarios are now included in a seperate package. To " - einfo "install them as well please remerge with the " - einfo "\"scenarios\" USE flag." - echo - else - einfo "Scenarios are installed to ${GAMES_DATADIR}/${PN}/scenario," - einfo "you will have to symlink them to ~/.openttd/scenario in order" - einfo "to use them." - einfo "Example:" - einfo " mkdir -p ~/.openttd/scenario" - einfo " ln -s ${GAMES_DATADIR}/${PN}/scenario/* ~/.openttd/scenario/" - echo - fi - - if use dedicated ; then - einfo "You have chosen the dedicated USE flag which builds a " - einfo "version of OpenTTD to be used as a game server which " - einfo "does not require SDL. You will not be able to play the " - einfo "game, but if you don't pass this flag you can still use " - einfo "it as a server in the same way, but SDL will be required." - echo - ewarn "Warning: The init script will kill all running openttd" - ewarn "processes when run, including any running client sessions!" - echo - else - if use timidity || use alsa ; then - einfo "If you want music, you must copy the gm/ directory" - einfo "to ${GAMES_DATADIR}/${PN}/" - einfo "You can enable MIDI by running:" - einfo " openttd -m extmidi" - echo - if use timidity ; then - einfo "You also need soundfonts for timidity, if you don't" - einfo "know what that is, do:" - echo - einfo "emerge media-sound/timidity-eawpatches" - else - einfo "You have emerged with 'aplaymidi' for playing MIDI." - einfo "You have to set the environment variable ALSA_OUTPUT_PORTS." - einfo "Available ports can be listed by using 'aplaymidi -l'." - fi - else - einfo "timidity and/or alsa not in USE so music will not be played during the game." - fi - echo - fi -} |