Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 41325

Summary: UFO2000 0.4.0.334 is available
Product: Gentoo Linux Reporter: Siarhei Siamashka <siarhei.siamashka>
Component: [OLD] GamesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.