Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 195096 - Proposed ebuild for QuesoGLC
Summary: Proposed ebuild for QuesoGLC
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks: 211892
  Show dependency tree
 
Reported: 2007-10-08 13:46 UTC by KaZeR
Modified: 2008-03-21 14:08 UTC (History)
7 users (show)

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


Attachments
quesoglc-0.6.0.ebuild (quesoglc-0.6.0.ebuild,548 bytes, text/plain)
2007-10-08 13:47 UTC, KaZeR
Details
proper ebuild (quesoglc-0.6.0.ebuild,645 bytes, text/plain)
2007-10-19 04:04 UTC, Yang Zhao
Details
updated ebuild with corrected mistakes (quesoglc-0.6.0.ebuild,643 bytes, text/plain)
2007-10-19 19:53 UTC, Yang Zhao
Details
added ~amd64 keyword (quesoglc-0.6.5.ebuild,772 bytes, text/plain)
2007-11-27 23:13 UTC, M. B.
Details
New ebuild for quesoglc from scratch (quesoglc-0.7.0.ebuild,1.30 KB, text/plain)
2008-02-29 14:35 UTC, Jon Daniel
Details
Updated ebuild to incoporate new configure flag which will be present at post 0.7.1 releases (quesoglc-0.7.1.ebuild,1.50 KB, text/plain)
2008-03-17 09:07 UTC, Jon Daniel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description KaZeR 2007-10-08 13:46:05 UTC
QuesoGLC is a free (as in free speech) implementation of the OpenGL Character Renderer (GLC). QuesoGLC is based on the FreeType library, provides Unicode support and is designed to be easily ported to any platform that supports both FreeType and the OpenGL API.



Reproducible: Always
Comment 1 KaZeR 2007-10-08 13:47:54 UTC
Created attachment 132918 [details]
quesoglc-0.6.0.ebuild

Proposed ebuild for version 0.0.6. It was pretty easy, but it's always useful to have an ebuild for maintenance.
Comment 2 Yang Zhao 2007-10-19 04:04:52 UTC
Created attachment 133857 [details]
proper ebuild

ebuild with dependencies and IUSE filled in properly.

Also, QuesoGLC will most likely be required for the next release of games-strategy/warzone2100.
Comment 3 KaZeR 2007-10-19 16:14:54 UTC
Comment on attachment 132918 [details]
quesoglc-0.6.0.ebuild

Better use the newer ebuild
Comment 4 Yang Zhao 2007-10-19 19:53:33 UTC
Created attachment 133912 [details]
updated ebuild with corrected mistakes

fixed typo in license and correctly use $(use_with ...) instead of $(use_enable ...)
Comment 5 KaZeR 2007-11-06 10:51:29 UTC
Fixed wrong versionning in bug title
Comment 6 M. B. 2007-11-27 23:13:49 UTC
Created attachment 137175 [details]
added ~amd64 keyword

QuesoGLC-0.6.5 compiles fine on amd64. Added the ~amd64 useflag therefore.
Comment 7 Auke Booij (tulcod) 2007-12-21 13:49:32 UTC
I can confirm that this package will be needed for the next release of warzone2100.  Attachment 137175 [details] worked for me (x86). Why is there a double header in this ebuild, though?
Comment 8 jovie1024 2008-01-27 04:21:22 UTC
FYI, the license for this package is LGPL2, not GPL2.

Also, there is a "-free" branch available in sourceforge.  The difference seems to be that the free branch includes only the source, while the regular branch (linked to in this ebuild) includes some coding examples as well.
Comment 9 Dennis Schridde 2008-02-18 16:52:54 UTC
0.7.0 has been released.
It contains a --disable-executables ./configure switch, which disables building of tests and examples.
Comment 10 Jon Daniel 2008-02-29 14:35:37 UTC
Created attachment 144945 [details]
New ebuild for quesoglc from scratch

I've created a new ebuild for this library from scratch.
It lets you configure glew, fribidi and examples support.
Right now the examples source code and the binaries will
be installed in case of USE=examples.
Comment 11 jovie1024 2008-03-16 16:53:17 UTC
The 0.7.0 ebuild also seems to work fine for 0.7.1 (released yesterday).  The new Warzone 2100 beta 2 compiles and runs well with 0.7.1, whereas 0.7.0 was a little buggy.

Both doing well so far on amd64.
Comment 12 Dennis Schridde 2008-03-16 18:35:57 UTC
I recommend a bump to 0.7.1 for games-strategy/warzone2100-2.1_beta2
Comment 13 Jon Daniel 2008-03-17 09:07:12 UTC
Created attachment 146381 [details]
Updated ebuild to incoporate new configure flag which will be present at post 0.7.1 releases
Comment 14 Tristan Heaven (RETIRED) gentoo-dev 2008-03-20 19:45:16 UTC
Fixed, thanks.
Comment 15 Dennis Schridde 2008-03-21 13:52:23 UTC
The ebuild in portage is missing ~ppc. (games-strategy/warzone2100-2.1* depends on this package but also has ~ppc)
Comment 16 Tristan Heaven (RETIRED) gentoo-dev 2008-03-21 14:08:45 UTC
Please file a bug for the ppc team to test quesoglc.