Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 139883 - ProjectX should install the non-gui version with USE="X" as well...
Summary: ProjectX should install the non-gui version with USE="X" as well...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Stefan Briesenick (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-10 07:26 UTC by Alexander Weber
Modified: 2006-07-10 13:50 UTC (History)
2 users (show)

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


Attachments
Patch to projectx ebuild to always install a non-gui version (projectX_nogui.patch,443 bytes, patch)
2006-07-10 07:26 UTC, Alexander Weber
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Weber 2006-07-10 07:26:06 UTC
It's nice, that the current projectX ebuild installs a non-gui version when emerged with USE="-X". But i think it would be even more usefull to install this version with USE="X" aswell. That is because there are systems (esp. these using media-video/vdr) that may need both versions. A patch that installs projectx_nogui when USE="X" is attached...
Comment 1 Alexander Weber 2006-07-10 07:26:53 UTC
Created attachment 91363 [details, diff]
Patch to projectx ebuild to always install a non-gui version
Comment 2 Stefan Briesenick (RETIRED) gentoo-dev 2006-07-10 08:12:13 UTC
to make it compatible, I would suggest to create:

  projectx_gui
  projectx_nogui

and then we symlink projectx_gui to projectx with USE="X", and with USE="-X" we symlink projectx_nogui to projectx.

the VDR-Scripts should be adapted to use always projectx_nogui.

any comments?
Comment 3 Alexander Weber 2006-07-10 09:24:00 UTC
Sounds perfect for me. Thanks!
Comment 4 Stefan Briesenick (RETIRED) gentoo-dev 2006-07-10 13:14:36 UTC
-r2 in CVS. please feel free to open a corresponding bug for the vdr-scripts to use projectx_nogui. I will remove old versions asap.
Comment 5 Joerg Bornkessel (RETIRED) gentoo-dev 2006-07-10 13:50:14 UTC
Noted,
thanks for the fast treatment.

:)