Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 122638 - media-libs/gle --as-needed bug, version bump, cleanup
Summary: media-libs/gle --as-needed bug, version bump, cleanup
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on: 131837
Blocks: as-needed
  Show dependency tree
 
Reported: 2006-02-12 19:21 UTC by Ben Skeggs
Modified: 2006-07-25 12:12 UTC (History)
3 users (show)

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


Attachments
Updated ebuild (gle-3.0.1-r2.ebuild,815 bytes, text/plain)
2006-02-12 19:22 UTC, Ben Skeggs
Details
Patch to gle's auto-foo (gle-asneeded.patch,776 bytes, patch)
2006-02-12 19:22 UTC, Ben Skeggs
Details | Diff
gle-3.1.0.ebuild (gle-3.1.0.ebuild,801 bytes, text/plain)
2006-07-25 06:18 UTC, Samuli Suominen (RETIRED)
Details
gle-3.1.0.ebuild (gle-3.1.0.ebuild,785 bytes, text/plain)
2006-07-25 06:50 UTC, Samuli Suominen (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Skeggs 2006-02-12 19:21:21 UTC
This packages fails when building the examples as libgle.so isn't linked with libGLU.  I will attach a patch for the autofoo and an updated ebuild.
Comment 1 Ben Skeggs 2006-02-12 19:22:06 UTC
Created attachment 79636 [details]
Updated ebuild
Comment 2 Ben Skeggs 2006-02-12 19:22:32 UTC
Created attachment 79637 [details, diff]
Patch to gle's auto-foo
Comment 3 TGL 2006-04-30 16:50:55 UTC
See bug #131837 for a different fix, at media-libs/glut level.
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2006-07-25 06:16:54 UTC
Version 3.0.2 -- C++ wrapper fixes

--as-needed bug mentioned? I couldn't reproduce it, perhaps 131837 allready fixes it.

Version 3.0.3 -- look for libXmu in configure
Version 3.0.4 -- python bindings, minor bug fix
Version 3.0.5 -- Visual C project files; create pipeline documentation; fix makefile to install docs, examples.
Version 3.0.6 -- disable fprintf(stderr) on Win32 systems. use newer automake/autoconf configure. Add GPL as an alternate license choice. November 2001.
Version 3.0.7 -- configure.in libXi fix for detecting libglut.
Version 3.0.8 -- configure.in check for libXi first ... Fix memory leak with atexit()
Version 3.1.0 -- Add support for Alpha Blending -- March 2003 

Only thing using this in Portage is x11-misc/xscreensaver with USE="opengl" and bumping this doesn't break it. It works with and without rebuild.

Quote from ChangeLog,

  18 May 2006; Harald van D&#307;k <truedfx@gentoo.org>
  +files/configure-LANG.patch, gle-3.0.1-r2.ebuild:
  Fix compilation with et_EE locale (#133625)

I looked configure and it seems to be fixed without this patch now.
Comment 5 Samuli Suominen (RETIRED) gentoo-dev 2006-07-25 06:18:03 UTC
Created attachment 92717 [details]
gle-3.1.0.ebuild
Comment 6 Samuli Suominen (RETIRED) gentoo-dev 2006-07-25 06:50:01 UTC
Created attachment 92720 [details]
gle-3.1.0.ebuild

Oops, forgot to delete inherit eutils as it's not used by this ebuild.

And metadata.xml is also missing.
Comment 7 Samuli Suominen (RETIRED) gentoo-dev 2006-07-25 12:12:48 UTC
Fixed, as it's in portage. If new issues appear with new version, new bug should be opened instead of reopening this.