diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2004-09-15 08:08:40 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2004-09-15 08:08:40 +0000 |
commit | d6b08e8f141c5778a02c7ad742a5271f273cb9a7 (patch) | |
tree | 655a2acfc54394accadc60804859a9aa84a23ddc /app-laptop/pbbuttonsd/files | |
parent | Bug #62280 add ttf support. Bug #63981 add debug support. (diff) | |
download | historical-d6b08e8f141c5778a02c7ad742a5271f273cb9a7.tar.gz historical-d6b08e8f141c5778a02c7ad742a5271f273cb9a7.tar.bz2 historical-d6b08e8f141c5778a02c7ad742a5271f273cb9a7.zip |
New version
Diffstat (limited to 'app-laptop/pbbuttonsd/files')
-rw-r--r-- | app-laptop/pbbuttonsd/files/digest-pbbuttonsd-0.6.5 | 1 | ||||
-rw-r--r-- | app-laptop/pbbuttonsd/files/pbbuttonsd-0.6.5-compat.patch | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/app-laptop/pbbuttonsd/files/digest-pbbuttonsd-0.6.5 b/app-laptop/pbbuttonsd/files/digest-pbbuttonsd-0.6.5 new file mode 100644 index 000000000000..f886cb59d3d6 --- /dev/null +++ b/app-laptop/pbbuttonsd/files/digest-pbbuttonsd-0.6.5 @@ -0,0 +1 @@ +MD5 e803496e15624382d4ce759db5957747 pbbuttonsd-0.6.5.tar.gz 364629 diff --git a/app-laptop/pbbuttonsd/files/pbbuttonsd-0.6.5-compat.patch b/app-laptop/pbbuttonsd/files/pbbuttonsd-0.6.5-compat.patch new file mode 100644 index 000000000000..25f498320eca --- /dev/null +++ b/app-laptop/pbbuttonsd/files/pbbuttonsd-0.6.5-compat.patch @@ -0,0 +1,18 @@ +diff -ruN pbbuttonsd-0.6.5.orig/libpbbipc/pbbtags.h pbbuttonsd-0.6.5/libpbbipc/pbbtags.h +--- pbbuttonsd-0.6.5.orig/libpbbipc/pbbtags.h 2004-08-28 21:10:07.000000000 +0200 ++++ pbbuttonsd-0.6.5/libpbbipc/pbbtags.h 2004-09-15 09:31:56.759094488 +0200 +@@ -101,6 +101,14 @@ + #define TAG_BLANKFRAMEBUFFER MOD_DISPLAY | 9 + #define TAG_DIMFULLYDARK MOD_DISPLAY | 11 + ++/* Compatibility tags, needed by kmilo and possibly other programs */ ++#define TAG_BRIGHTNESSUPKEY MOD_DISPLAY | 1 ++#define TAG_BRIGHTNESSUPMOD MOD_DISPLAY | 2 ++#define TAG_BRIGHTNESSDOWNKEY MOD_DISPLAY | 3 ++#define TAG_BRIGHTNESSDOWNMOD MOD_DISPLAY | 4 ++#define TAG_BRIGHTNESSMAX MOD_DISPLAY | 7 ++#define TAG_FADINGSPEED MOD_DISPLAY | 10 ++ + #define MOD_MIXER 5 << 16 + #define TAG_MIXERDEVICE MOD_MIXER | FLG_STRING | 1 + #define TAG_VOLUMEUPKEY MOD_MIXER | 2 |