Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 78412 - glob2-0.8.11.ebuild (Update)
Summary: glob2-0.8.11.ebuild (Update)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-17 13:10 UTC by Loki
Modified: 2005-01-29 19:08 UTC (History)
1 user (show)

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


Attachments
glob2-0.8.11.ebuild (glob2-0.8.11.ebuild,937 bytes, text/plain)
2005-01-17 13:13 UTC, Loki
Details
v1, glob2-0.8.11-speex_decode_api_change.patch (glob2-0.8.11-speex_decode_api_change.patch,1.54 KB, patch)
2005-01-22 19:21 UTC, Eric Shattow
Details | Diff
v1, games-strategy/glob2/glob2-0.8.11.ebuild (glob2-0.8.11.ebuild,942 bytes, text/plain)
2005-01-22 19:22 UTC, Eric Shattow
Details
glob2-0.8.11.ebuild (glob2-0.8.11.ebuild,1.03 KB, text/plain)
2005-01-22 22:31 UTC, Cyp
Details
v2, games-strategy/glob2/glob2-0.8.11.ebuild (glob2-0.8.11.ebuild,1.16 KB, text/plain)
2005-01-22 23:09 UTC, Eric Shattow
Details
v2, glob2-0.8.11-configure_speex.patch (glob2-0.8.11-configure_speex.patch,2.12 KB, patch)
2005-01-22 23:10 UTC, Eric Shattow
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Loki 2005-01-17 13:10:11 UTC
version bump


alpha 11 release of glob2
site: http://ysagoon/glob2
release-notes: http://www.ysagoon.com/glob2/data/release-notes-0.8.11.txt
Comment 1 Loki 2005-01-17 13:13:09 UTC
Created attachment 48779 [details]
glob2-0.8.11.ebuild

the ebuild
Comment 2 Eric Shattow 2005-01-22 19:16:24 UTC
thanks for the submission, Loki   however, i would like to make some suggestions:

-  "# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.8.10.ebuild,v 1.2 2004/12/30 18:51:39 mr_bones_ Exp $"

you need to strip out the text between the colon and the dollarsign at the end, eg "# $Header: $".  the text is then autogenerated when a dev commits to the tree.

-  where is the dep on media-libs/speex ?  AFAIK glob2 now requires this.

- there is a patch necessary to make the speex code work with speex-1.1 (API change in speex_decode).

if you need help:

man 5 ebuild

less /usr/portage/skel.ebuild

also, i think speex is now *required* as i don't see a way to disable it.
Comment 3 Eric Shattow 2005-01-22 19:21:15 UTC
Created attachment 49246 [details, diff]
v1, glob2-0.8.11-speex_decode_api_change.patch
Comment 4 Eric Shattow 2005-01-22 19:22:14 UTC
Created attachment 49247 [details]
v1, games-strategy/glob2/glob2-0.8.11.ebuild
Comment 5 Eric Shattow 2005-01-22 20:13:28 UTC
FYI /usr/include/speex.h is provided by media-libs/speex-1.0*  and is not present with media-libs/speex-1.1*

i'm working on a fix for that.
Comment 6 Eric Shattow 2005-01-22 20:16:11 UTC
Comment on attachment 49246 [details, diff]
v1, glob2-0.8.11-speex_decode_api_change.patch

I think this actually reverts to compatibility with media-libs/speex-1.0*
Comment 7 Cyp 2005-01-22 22:31:18 UTC
Created attachment 49254 [details]
glob2-0.8.11.ebuild

Here's a glob2-0.8.11.ebuild, which seems to work and compile. Maybe a bit
clumzy, but compiled for me...
Comment 8 Eric Shattow 2005-01-22 23:09:28 UTC
Created attachment 49255 [details]
v2, games-strategy/glob2/glob2-0.8.11.ebuild

much better.	upstream should probably fix this, but that's a one-man-show.

patches configure.in, src/Makefile.am, and src/Makefile.in;  then runs aclocal,
automake, autoconf.  specifies /usr/include/speex for appropriate includes
(speex-1.1*)

compiles on x86 and runs.
Comment 9 Eric Shattow 2005-01-22 23:10:05 UTC
Created attachment 49256 [details, diff]
v2, glob2-0.8.11-configure_speex.patch

...and the patch
Comment 10 Cyp 2005-01-22 23:23:30 UTC
Compiles on amd64 and runs, too.
Comment 11 Eric Shattow 2005-01-29 19:08:58 UTC
In CVS.