Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 130302 - app-misc/lcdproc new version is out (0.5)
Summary: app-misc/lcdproc new version is out (0.5)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (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: 141457
Blocks:
  Show dependency tree
 
Reported: 2006-04-17 14:47 UTC by Matteo Pillon
Modified: 2006-09-18 07:57 UTC (History)
6 users (show)

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


Attachments
lcdproc-0.5.0.ebuild (lcdproc-0.5.0.ebuild,3.19 KB, text/plain)
2006-04-22 23:24 UTC, jannis
Details
new ebuild (lcdproc-0.5.0.ebuild,4.78 KB, application/octet-stream)
2006-09-05 12:29 UTC, Robert Buchholz (RETIRED)
Details
patch for by attachment 96100: new ebuild (LCDd-conf-driver-path.patch,444 bytes, patch)
2006-09-05 12:48 UTC, Robert Buchholz (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matteo Pillon 2006-04-17 14:47:15 UTC
New version of lcdproc needs an ebuild in portage ;-).
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-04-17 15:02:05 UTC
Needs a maintainer as well. No metadata.xml.
Comment 2 jannis 2006-04-22 23:24:44 UTC
Created attachment 85240 [details]
lcdproc-0.5.0.ebuild

Suggested ebuild for lcdproc-0.5.0 uploaded
Comment 3 jannis 2006-04-23 12:54:15 UTC
As I noticed now, the KEYWORDs in the ebuild are wrong, is has to be unstable/testing for all arches of course, sorry for this.
Comment 4 Robert Buchholz (RETIRED) gentoo-dev 2006-07-20 07:52:35 UTC
Why not use USE_EXPAND with this?
Right now, some of the drivers have use flags, all others are built by default, except when LCDPROC_DRIVERS is set. Wouldn't itbe a lot more consistent to either have individual use flags or to make LCDPROC_DRIVERS more public by adding it to USE_EXPAND?

Also, Jannis, what do you think about adding your ebuild to the Gentoo Sunrise overlay?
Comment 5 jannis 2006-07-20 13:53:53 UTC
I just copied most of the code from the ebuild for version 0.4.X.
The idea was to built all drivers possible (as far as the dependencies are OK) if you don't specify which one you need. If you specify the ones you need, only these will be built.
The stuff with the USE-flags is there because these are some standard-drivers which *most* user will want (for testing purposes). But actually you're right and the USE-flags could be removed or every driver should have it's flag.
I actually think using one USE-flag per driver is the way mplayer handles such stuff but xorg-x11 and the alsa-driver-package use their own ENV-VAR.
Any opinions which way we want to go? Is there a good document from the Gentoo-staff about this?

I didn't hear of the Sunrise-overlay until now but this ebuild may be added to any overlay so feel free to do so.
Comment 6 Robert Buchholz (RETIRED) gentoo-dev 2006-09-05 12:29:56 UTC
Created attachment 96100 [details]
new ebuild

New ebuild with better resolution of dependencies and some fixes to conf and compiler flags

Introduces new use flags:
app-misc/lcdproc:nfs - Adds support for NFS file system
app-misc/lcdproc:graphlcd - Enable support for the GraphLCD library
app-misc/lcdproc:irman - Enable support for IRMan
app-misc/lcdproc:ula200 - Enable support for ULA200 USB devices

Please note, that as per bug #146407 you need >=sys-kernel/linux-headers-2.6.17 when compiling this with gcc-4.1.1.
Comment 7 Robert Buchholz (RETIRED) gentoo-dev 2006-09-05 12:48:03 UTC
Created attachment 96101 [details, diff]
patch for by attachment 96100 [details]: new ebuild
Comment 8 Markus Ullmann (RETIRED) gentoo-dev 2006-09-18 07:57:28 UTC
Bumped in Portage, thanks much to all involved :)