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

Bug 122638

Summary: media-libs/gle --as-needed bug, version bump, cleanup
Product: Gentoo Linux Reporter: Ben Skeggs <darktama>
Component: New packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: minor CC: flameeyes, ssuominen, tom.gl
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 131837    
Bug Blocks: 129413    
Attachments: Updated ebuild
Patch to gle's auto-foo
gle-3.1.0.ebuild
gle-3.1.0.ebuild

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.