summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ostrow <dostrow@gentoo.org>2004-06-04 04:33:48 +0000
committerDaniel Ostrow <dostrow@gentoo.org>2004-06-04 04:33:48 +0000
commit08516fdba90e646970d5d8a22201e1ffbac1ebb7 (patch)
tree61cb128c51b509b80fec639f8e1523426d8ee6bd /app-laptop/pbbuttonsd/files
parentStable on mips. (Manifest recommit) (diff)
downloadgentoo-2-08516fdba90e646970d5d8a22201e1ffbac1ebb7.tar.gz
gentoo-2-08516fdba90e646970d5d8a22201e1ffbac1ebb7.tar.bz2
gentoo-2-08516fdba90e646970d5d8a22201e1ffbac1ebb7.zip
Version Bump
Diffstat (limited to 'app-laptop/pbbuttonsd/files')
-rw-r--r--app-laptop/pbbuttonsd/files/digest-pbbuttonsd-0.6.11
-rw-r--r--app-laptop/pbbuttonsd/files/pbbuttonsd-0.6.1-compat.patch17
2 files changed, 18 insertions, 0 deletions
diff --git a/app-laptop/pbbuttonsd/files/digest-pbbuttonsd-0.6.1 b/app-laptop/pbbuttonsd/files/digest-pbbuttonsd-0.6.1
new file mode 100644
index 000000000000..100dfacdd6fc
--- /dev/null
+++ b/app-laptop/pbbuttonsd/files/digest-pbbuttonsd-0.6.1
@@ -0,0 +1 @@
+MD5 3336681551dd823ba939738487a4f3d7 pbbuttonsd-0.6.1.tar.gz 349104
diff --git a/app-laptop/pbbuttonsd/files/pbbuttonsd-0.6.1-compat.patch b/app-laptop/pbbuttonsd/files/pbbuttonsd-0.6.1-compat.patch
new file mode 100644
index 000000000000..18a109d2730f
--- /dev/null
+++ b/app-laptop/pbbuttonsd/files/pbbuttonsd-0.6.1-compat.patch
@@ -0,0 +1,17 @@
+--- pbbuttonsd-0.6.1.orig/libpbbipc/pbbtags.h 2004-06-04 03:56:05.872155984 -0400
++++ pbbuttonsd-0.6.1/libpbbipc/pbbtags.h 2004-06-04 03:58:14.793556952 -0400
+@@ -97,6 +97,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