Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 41325 - UFO2000 0.4.0.334 is available
Summary: UFO2000 0.4.0.334 is available
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-11 21:25 UTC by Siarhei Siamashka
Modified: 2004-02-12 17:55 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Siarhei Siamashka 2004-02-11 21:25:24 UTC
Here is a patch for current ebuild to support the latest version:

--- ufo2000-0.4.0_beta324.ebuild	2004-01-31 03:02:18.000000000 +0200
+++ ufo2000-0.4.0.334.ebuild	2004-02-11 11:28:06.594758320 +0200
@@ -19,6 +19,9 @@
 	>=media-libs/allegro-4.0.0
 	>=dev-lang/lua-5.0
 	>=dev-games/hawknl-1.66
+	>=media-libs/aldumb-0.9.2
+	media-libs/libogg
+	media-libs/libvorbis
 	dev-libs/expat"
 
 src_unpack() {
@@ -40,6 +43,7 @@
 	emake \
 		DATA_DIR="${GAMES_DATADIR}/${PN}" \
 		OPTFLAGS="${CXXFLAGS}" \
+		dumbogg=1 \
 			|| die "emake failed"
 }

Reproducible: Always
Steps to Reproduce:
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2004-02-12 17:55:09 UTC
Version bumped in CVS.  Thanks for the bug report and patch.
For future patches, please attach them as text/plain.  They're much easier to
deal with that way.  Thanks.