Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 96914 - Some fixes for xscreensaver-4.22
Summary: Some fixes for xscreensaver-4.22
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Other
: High enhancement (vote)
Assignee: Jonathan Smith (RETIRED)
URL: http://www.jwz.org/xscreensaver/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-23 19:18 UTC by Octavio Ruiz (Ta^3)
Modified: 2005-06-24 16:09 UTC (History)
1 user (show)

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


Attachments
xscreensaver-4.22-4.22-r1.diff (xscreensaver-4.22-4.22-r1.diff,4.69 KB, text/plain)
2005-06-23 19:19 UTC, Octavio Ruiz (Ta^3)
Details
xscreensaver-4.22-4.22-r1.diff (xscreensaver-4.22-4.22-r1.diff,4.50 KB, patch)
2005-06-24 15:26 UTC, Octavio Ruiz (Ta^3)
Details | Diff
xscreensaver-4.22-settings.patch (xscreensaver-4.22-settings.patch,1.70 KB, patch)
2005-06-24 15:26 UTC, Octavio Ruiz (Ta^3)
Details | Diff
xscreensaver-4.22-settings.patch (xscreensaver-4.22-settings.patch,1.72 KB, patch)
2005-06-24 15:47 UTC, Octavio Ruiz (Ta^3)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Octavio Ruiz (Ta^3) 2005-06-23 19:18:47 UTC
* Removed gnome? ( >=gnome-extra/yelp-2 ) dependency.
    - Yelp is no longer a dependency for Xscreensaver because it could
      not display man pages. Xscreensaver doesn't use it.

* xscreensaver-4.22-configure.patch [Attachment #61819 [details, diff]]
    - xscreensaver always try to use gnome-terminal, fixed modifying
      the configure script using gnome-terminal for test rather than
      gnome-open (Bug #94708).
    - Old xscreensaver-4.21-norpm.patch merged with this one.

* xscreensaver-4.22-settings.patch [Attachment #61821 [details, diff]]
     - Tweaks the default configuration (Bug 86102)
     - This patch was present on xscreensaver-4.21
     - Use the default locale settings when the date is displayed (Bug 93111)
     - For security reasons it doesnt grab by default desktop images
     - Set lock timeout by default
     - Makes DPMS active by default
     - splash screen is off by default
     - Set the xscreensaver-text with gentoo stuff

* xscreensaver-4.22-interaggregate.patch [Attachment #61820 [details, diff]]
     - A minor fix for the xml config file for interaggregate screensaver
     - Already sended to upstream

* Changed the hackdir directory to /usr/lib/misc/xscreensaver
     - /usr/lib/ seems to be a wrong place to put executables.
     - SpanKY suggest /usr/lib/misc rather than /usr/libexec

* --x-libraries and --x-includes
     - Use the new xorg-x11 paths for includes and libraries

* AMD64/Multilib specific fixes
     - Use $(get_libdir) were apropiate.

* use pam && fperms 755 /usr/bin/xscreensaver (Bug 94570)
     - Change perms of xscreensaver bin.
     - If pam is used, there is no need for setuid.

* Access to device node of accelerated video drivers are fixed in
  this release (Bug 94570)
     - fixed in driver/setuid.c
     - There is no need to warn the user.
     - the condition is removed

* pamd.d files are always installed no matter USE flags
     - ex:
           ^ x11-misc/xlockmore
           ^ app-admin/sudo
           ^ net-print/cups
     - pamd_mimic_system now is not inside a condition.

The trivial ones:

* IUSE was alfabetical ordered
* DESCRIPTION taked from the project page, it's just a little bit more self explicatory
* ewarn was with double and single quotes, now are unified and just use double quotes.
* Added /usr/share/gentoo-philosophy [Attachment #61818 [details]] in order to show a nice text with screen saver which can use it.
Comment 1 Octavio Ruiz (Ta^3) 2005-06-23 19:19:25 UTC
Created attachment 61825 [details]
xscreensaver-4.22-4.22-r1.diff
Comment 2 Octavio Ruiz (Ta^3) 2005-06-24 15:26:13 UTC
Created attachment 61874 [details, diff]
xscreensaver-4.22-4.22-r1.diff

* Removed gentoo-philosophy
Comment 3 Octavio Ruiz (Ta^3) 2005-06-24 15:26:31 UTC
Created attachment 61875 [details, diff]
xscreensaver-4.22-settings.patch

* Removed gentoo-philosophy
Comment 4 Octavio Ruiz (Ta^3) 2005-06-24 15:47:44 UTC
Created attachment 61876 [details, diff]
xscreensaver-4.22-settings.patch

* Changed text mode to "literal" (Gentoo Linux)
Comment 5 Jonathan Smith (RETIRED) gentoo-dev 2005-06-24 16:09:11 UTC
fixed... thanks for all the help and patches