diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-03-23 16:01:03 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-03-23 16:01:03 +0000 |
commit | cc34679813c3405c998e101a9b329d9d688f8542 (patch) | |
tree | 8adabe1fc808d676493205c6caf234dce9d6b414 /games-sports | |
parent | Bump EAPI, switch to xorg-2.eclass, add prefix keywords (diff) | |
download | historical-cc34679813c3405c998e101a9b329d9d688f8542.tar.gz historical-cc34679813c3405c998e101a9b329d9d688f8542.tar.bz2 historical-cc34679813c3405c998e101a9b329d9d688f8542.zip |
Initial commit wrt #298182 by Kirin Yuri and Piotr Szymaniak with -Wl,--as-needed patch by Kacper Kowalik.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'games-sports')
-rw-r--r-- | games-sports/speed-dreams/ChangeLog | 12 | ||||
-rw-r--r-- | games-sports/speed-dreams/Manifest | 5 | ||||
-rw-r--r-- | games-sports/speed-dreams/files/speed-dreams-1.4.0_rc1-asneeded.patch | 110 | ||||
-rw-r--r-- | games-sports/speed-dreams/metadata.xml | 5 | ||||
-rw-r--r-- | games-sports/speed-dreams/speed-dreams-1.4.0_rc1.ebuild | 78 |
5 files changed, 210 insertions, 0 deletions
diff --git a/games-sports/speed-dreams/ChangeLog b/games-sports/speed-dreams/ChangeLog new file mode 100644 index 000000000000..2d755a242b9e --- /dev/null +++ b/games-sports/speed-dreams/ChangeLog @@ -0,0 +1,12 @@ +# ChangeLog for games-sports/speed-dreams +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-sports/speed-dreams/ChangeLog,v 1.1 2010/03/23 16:01:02 ssuominen Exp $ + +*speed-dreams-1.4.0_rc1 (23 Mar 2010) + + 23 Mar 2010; Samuli Suominen <ssuominen@gentoo.org> + +speed-dreams-1.4.0_rc1.ebuild, + +files/speed-dreams-1.4.0_rc1-asneeded.patch: + Initial commit wrt #298182 by Kirin Yuri and Piotr Szymaniak with + -Wl,--as-needed patch by Kacper Kowalik. + diff --git a/games-sports/speed-dreams/Manifest b/games-sports/speed-dreams/Manifest new file mode 100644 index 000000000000..ffdd69a30715 --- /dev/null +++ b/games-sports/speed-dreams/Manifest @@ -0,0 +1,5 @@ +AUX speed-dreams-1.4.0_rc1-asneeded.patch 4190 RMD160 dd486c345ce8535a39491be735bf7b453ea534b1 SHA1 48593efbb208776a4d576f2dc15534f970a195f8 SHA256 52620e323b663e6fdd60caf2522506588d08a8ea7b1915eb6de704babb3c901d +DIST speed-dreams-1.4.0-rc1-src.tar.bz2 335686321 RMD160 58654b2f102e7484c4356bfb9971d2b53a698227 SHA1 15a84c90c32954821b53e080cb39ef2771a6c90b SHA256 d9d37246d91107535f2e37e18613da1c4661de058746e7ee53fdd79e73bbfc22 +EBUILD speed-dreams-1.4.0_rc1.ebuild 1692 RMD160 9b3a61fdc217975b5316d504087f5ed0859bd0ec SHA1 ccf61d67a5c18d536e914f47472d3de50cd4c58e SHA256 3e3fa07730bd92b864451d98a56c041014c5ad40a260f39d577f135be805b913 +MISC ChangeLog 513 RMD160 d56bfb76028fd161360c57cb7a245e9372ef89d4 SHA1 b21d8601e93e0b876a8327df047db0394414ab57 SHA256 74c082399e065e2f7a72903b6a29a2035d6d42f6e7d6bfa9108c3e64bb6699a6 +MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3 diff --git a/games-sports/speed-dreams/files/speed-dreams-1.4.0_rc1-asneeded.patch b/games-sports/speed-dreams/files/speed-dreams-1.4.0_rc1-asneeded.patch new file mode 100644 index 000000000000..837a2511a191 --- /dev/null +++ b/games-sports/speed-dreams/files/speed-dreams-1.4.0_rc1-asneeded.patch @@ -0,0 +1,110 @@ +--- configure.in ++++ configure.in +@@ -123,8 +123,7 @@ + AC_CHECK_LIB(Xrandr, XRRQueryVersion,,AC_MSG_ERROR([Can't find libXrandr. Please check config.log and if you can't solve the problem send the file to speed-dreams-users@lists.sourceforge.net with the subject \"Speed Dreams compilation problem\"])) + AC_CHECK_LIB(openal, alEnable,, AC_MSG_ERROR([Can't find AL/al.h. OpenAL can be found on http://www.openal.org/])) + AC_CHECK_LIB(alut, alutLoadWAVFile, +- LDFLAGS="$LDFLAGS -lalut", +- LDFLAGS="$LDFLAGS") ++ LIBS="$LIBS -lalut", ) + + AC_CHECK_LIB(dl, dlopen) + AC_CHECK_FUNC(dlopen,,AC_MSG_ERROR([Can't find dlopen function. Please check config.log and if you can't solve the problem send the file to speed-dreams-users@lists.sourceforge.net with the subject \"Speed Dreams compilation problem\"])) +@@ -141,7 +140,7 @@ + AC_CHECK_LIB(glut, glutSwapBuffers,,AC_MSG_ERROR([Can't find libglut. freeglut can be found on http://freeglut.sourceforge.net/])) + + dnl Checks for plib libraries. +-LDFLAGS="$LDFLAGS -lplibjs" ++AC_CHECK_LIB(plibjs, main,,AC_MSG_ERROR([Can't find libplibjs. PLIB can be found on http://plib.sourceforge.net/])) + AC_CHECK_LIB(plibul, main,,AC_MSG_ERROR([Can't find libplibul. PLIB can be found on http://plib.sourceforge.net/])) + AC_CHECK_LIB(plibsg, main,,AC_MSG_ERROR([Can't find libplibsg. PLIB can be found on http://plib.sourceforge.net/])) + AC_CHECK_LIB(plibsl, main,,AC_MSG_ERROR([Can't find libplibsl. PLIB can be found on http://plib.sourceforge.net/])) +--- Make-default.mk ++++ Make-default.mk +@@ -402,7 +402,7 @@ + ifdef PROGRAM + + ${PROGRAM}: ${OBJECTS} $(subst -l,${EXPORTBASE}/lib/lib, ${LIBS:=.a}) +- ${CXX} ${OBJECTS} ${LDFLAGS} ${LIBS} ${SOLIBS} ${EXT_LIBS} -o $@ ++ ${CXX} ${CXXFLAGS} ${LDFLAGS} -o $@ ${OBJECTS} ${SOLIBS} ${LIBS} ${EXT_LIBS} + + installprogram: ${PROGRAM} + @ createdir="${INSTLIBBASE}" ; \ +@@ -420,14 +420,14 @@ + ifdef LOCALTOOLS + + ${LOCALTOOLS}: ${OBJECTS} $(subst -l,${EXPORTBASE}/lib/lib, ${LIBS:=.a}) +- ${CXX} ${OBJECTS} ${LDFLAGS} ${LIBS} ${EXT_LIBS} ${SOLIBS} -o $@ ++ ${CXX} ${CXXFLAGS} ${LDFLAGS} -o $@ ${OBJECTS} ${SOLIBS} ${LIBS} ${EXT_LIBS} + + endif + + ifdef TOOLS + + ${TOOLS}: ${OBJECTS} $(subst -l,${EXPORTBASE}/lib/lib, ${LIBS:=.a}) +- ${CXX} ${OBJECTS} ${LDFLAGS} ${LIBS} ${EXT_LIBS} ${SOLIBS} -o $@ ++ ${CXX} ${CXXFLAGS} ${LDFLAGS} -o $@ ${OBJECTS} ${SOLIBS} ${LIBS} ${EXT_LIBS} + + installtools: ${TOOLS} + @createdir="${INSTBINBASE}/${TOOLSDIR}" ; \ +@@ -478,7 +478,7 @@ + ifdef SOLIBRARY + + ${SOLIBRARY}: ${OBJECTS} +- ${CXX} -shared -o ${SOLIBRARY} ${OBJECTS} ${LDFLAGS} ${LIBSPATH} ${LIBS} ${DEBUG_LIBS} ++ ${CXX} ${CXXFLAGS} ${LDFLAGS} -shared -o ${SOLIBRARY} ${OBJECTS} ${SOLIBS} ${LIBS} ${EXT_LIBS} + @D=`pwd` ; \ + createdir="${EXPORTBASE}/lib" ; \ + $(mkinstalldirs) $$createdir ; \ +@@ -509,7 +509,7 @@ + ifdef MODULE + + ${MODULE}: ${OBJECTS} +- ${CXX} -shared -o ${MODULE} ${OBJECTS} ${LDFLAGS} ${LIBSPATH} ${LIBS} ++ ${CXX} ${CXXFLAGS} ${LDFLAGS} -shared -o ${MODULE} ${OBJECTS} ${SOLIBS} ${LIBS} ${EXT_LIBS} + @D=`pwd` ; \ + createdir="${EXPORTBASE}/${MODULEDIR}" ; \ + $(mkinstalldirs) $$createdir ; \ +--- src/libs/client/Makefile ++++ src/libs/client/Makefile +@@ -23,6 +23,8 @@ + SOURCES = entry.cpp mainmenu.cpp splash.cpp exitmenu.cpp \ + optionmenu.cpp + ++SOLIBS = -lconfscreens -lraceengine ++ + LIBS = -lplibssg -lplibsg -lplibul + + EXPDIR = include +--- src/libs/Makefile ++++ src/libs/Makefile +@@ -23,7 +23,7 @@ + + TOOLSUBDIRS = txml + +-SUBDIRS = confscreens racescreens robottools txml tgf tgfclient client raceengineclient learning \ ++SUBDIRS = confscreens racescreens robottools txml tgf tgfclient raceengineclient client learning \ + portability math + + PKGSUBDIRS = $(SUBDIRS) +--- src/libs/raceengineclient/Makefile ++++ src/libs/raceengineclient/Makefile +@@ -23,6 +23,8 @@ + SOURCES = singleplayer.cpp raceinit.cpp racemain.cpp racemanmenu.cpp racestate.cpp racegl.cpp \ + raceengine.cpp raceresults.cpp + ++SOLIBS = -lconfscreens -lrobottools -lracescreens ++ + EXPDIR = include + + EXPORTS = singleplayer.h raceinit.h +--- src/libs/tgf/Makefile ++++ src/libs/tgf/Makefile +@@ -29,6 +29,7 @@ + profiler.cpp \ + hash.cpp + ++SOLIBS = -ltxml + + EXPDIR = include + diff --git a/games-sports/speed-dreams/metadata.xml b/games-sports/speed-dreams/metadata.xml new file mode 100644 index 000000000000..d3c2cc926f0b --- /dev/null +++ b/games-sports/speed-dreams/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>games</herd> +</pkgmetadata> diff --git a/games-sports/speed-dreams/speed-dreams-1.4.0_rc1.ebuild b/games-sports/speed-dreams/speed-dreams-1.4.0_rc1.ebuild new file mode 100644 index 000000000000..c57aa9322790 --- /dev/null +++ b/games-sports/speed-dreams/speed-dreams-1.4.0_rc1.ebuild @@ -0,0 +1,78 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-sports/speed-dreams/speed-dreams-1.4.0_rc1.ebuild,v 1.1 2010/03/23 16:01:02 ssuominen Exp $ + +EAPI=2 +inherit autotools eutils versionator games + +DESCRIPTION="A fork of the famous open racing car simulator TORCS" +HOMEPAGE="http://speed-dreams.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P/_/-}-src.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="virtual/opengl + virtual/glu + virtual/glut + >=media-libs/plib-1.8.3 + media-libs/openal + media-libs/freealut + x11-libs/libX11 + x11-libs/libXext + x11-libs/libICE + x11-libs/libSM + x11-libs/libXt + x11-libs/libXi + x11-libs/libXmu + x11-libs/libXxf86vm + x11-libs/libXrender + x11-libs/libXrandr + sys-libs/zlib + >=media-libs/libpng-1.2.40" +DEPEND="${RDEPEND} + x11-proto/xproto + x11-proto/randrproto" + +S=${WORKDIR}/${PN}-$(get_version_component_range 1-3)-src + +# http://sourceforge.net/apps/trac/speed-dreams/ticket/111 +MAKEOPTS="${MAKEOPTS} -j1" + +src_prepare() { + epatch "${FILESDIR}"/${P}-asneeded.patch + + sed -i \ + -e '/ADDCFLAGS/s: -O2::' \ + configure.in || die + sed -i \ + -e '/COPYING/s:=.*:= \\:' \ + Makefile || die + sed -i \ + -e "/^datadir/s:=.*:= ${GAMES_DATADIR}/${PN}:" \ + Make-config.in || die + + eautoreconf +} + +src_configure() { + egamesconf \ + --prefix=/usr \ + --bindir="${GAMES_BINDIR}" \ + --disable-dependency-tracking +} + +src_install() { + emake DESTDIR="${D}" install datainstall || die + + find "${D}" -name Makefile -exec rm -f {} + + + dodoc CHANGES README TODO + + newicon icon.svg ${PN}.svg + make_desktop_entry ${PN} "Speed Dreams" + + prepgamesdirs +} |