Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 254558 - app-laptop/pommed-1.25 bump request
Summary: app-laptop/pommed-1.25 bump request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Cédric Krier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-11 15:48 UTC by Davide Pesavento (RETIRED)
Modified: 2009-01-29 00:08 UTC (History)
2 users (show)

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


Attachments
pommed-1.25.ebuild (pommed-1.25.ebuild,2.29 KB, text/plain)
2009-01-17 14:23 UTC, Ortwin Glueck
Details
pommed-1.25.ebuild (pommed-1.25.ebuild,2.30 KB, text/plain)
2009-01-18 22:13 UTC, Ortwin Glueck
Details
${FILESDIR}/pommed-1.25.patch (pommed-1.25.patch,2.86 KB, patch)
2009-01-28 22:39 UTC, Davide Pesavento (RETIRED)
Details | Diff
ebuild patch (1.21-r1 -> 1.25) (pommed.ebuild.patch,639 bytes, text/plain)
2009-01-28 22:41 UTC, Davide Pesavento (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Davide Pesavento (RETIRED) gentoo-dev 2009-01-11 15:48:35 UTC
version 1.25:
        - pommed: check current hardware backlight level before setting AC
        or battery level. Do not act if the backlight is off.
        - pommed: do not reject the Apple Bluetooth keyboard because of
        advertised EV_ABS events.
        - pommed: fix DBus configuration snippet for newer, stricter
        version of DBus (allow clients to send messages).

version 1.24:
        - pommed: add new path for fnmode setting for 2.6.28.

version 1.23:
        - pommed: add backlight support for late 2008 laptops.
        - pommed: default to sysfs backlight driver for nVidia machines,
        with the mbp_nvidia_bl kernel driver; fall back to native
        nv8600mgt if not supported.
        - pommed: try to reconnect to DBus if DBus is not available at
        startup. Previously we would just drop it and live without DBus.

version 1.22:
        - pommed: do not probe for LMU controller on pmac machines that do
        not have a backlit keyboard. Avoids a spurious error message.
        - pommed: factor out ADB & LMU write routines, avoids duplicated
        code in the kbd_{lmu,pmu}_backlight_set() routines.
        - gpomme: add japanese translation for gpomme, courtesy of
        Nobuhiro Iwamatsu <iwamatsu@nigauri.org>.
        - pommed: use a common sysfs power class routine in power.c, add
        sysfs power class support for pmac machines.
        - pommed: added partial support for the October 2008 laptops
        (MacBook5,1, MacBookPro5,1, MacBookAir2,1), LCD backlight missing.
        - wmpomme: turn wmpomme into an event-driven dockapp, eliminating
        the fixed update rate (and, thus, wakeups). Thanks to Kalle
        A. Sandström for the prodding.
Comment 1 Ortwin Glueck 2009-01-17 14:23:23 UTC
Created attachment 178794 [details]
pommed-1.25.ebuild
Comment 2 Ortwin Glueck 2009-01-17 14:31:25 UTC
tar file currently contains a directory with old version number. I have asked the developer to change it. Be prepared...
Comment 3 Ortwin Glueck 2009-01-18 22:13:16 UTC
Created attachment 178929 [details]
pommed-1.25.ebuild

fixed: download 1.25 instead of 1.21
Comment 4 Davide Pesavento (RETIRED) gentoo-dev 2009-01-28 22:39:21 UTC
Created attachment 180027 [details, diff]
${FILESDIR}/pommed-1.25.patch

Updated patch.
Comment 5 Davide Pesavento (RETIRED) gentoo-dev 2009-01-28 22:41:34 UTC
Created attachment 180028 [details]
ebuild patch (1.21-r1 -> 1.25)
Comment 6 Mounir Lamouri (volkmar) (RETIRED) gentoo-dev 2009-01-28 23:11:27 UTC
Why doing :
cd "${S}/X"
emake X
Comment 7 Cédric Krier gentoo-dev 2009-01-28 23:36:27 UTC
Fix in cvs
Comment 8 Mounir Lamouri (volkmar) (RETIRED) gentoo-dev 2009-01-28 23:46:29 UTC
(In reply to comment #7)
> Fix in cvs
> 

Cedric, why do you keep -g in CFLAGS ?
Comment 9 Cédric Krier gentoo-dev 2009-01-29 00:08:28 UTC
> (In reply to comment #7)
> > Fix in cvs
> > 
> 
> Cedric, why do you keep -g in CFLAGS ?
> 
I try to follow as much as possible upstream.
And the exe are stripped before installed.(In reply to comment #8)