pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/3ddesktop Update to 0.2.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d4d80b6ad224
branches:  trunk
changeset: 487929:d4d80b6ad224
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sat Jan 22 09:27:59 2005 +0000

description:
Update to 0.2.8

Release 0.2.8
-------------
 * Fix bug where every other goto does not exit in nonzoomed views
 * Removed KDE 2.x check in configure
 * Added --justswitch flag that switches desktops without graphics

Release 0.2.7
-------------
 * Fix a compilation issue about "two_face_gap" variable.
 * Fix the resolution picking logic (removed it) so no more monitor
   resets
 * Fix startup bug where 3ddesk was not finding the server it just
   started
 * Apply endianness patch [Colin Leroy]
 * Options to reverse mousewheel, swap mousebuttons and change
   mousebuttons [Eric Shattow]
 * Don't acquire desktop when activated if recently autoacquired

Release 0.2.6
-------------
 * Add 'f' as toggle for 'random fun mode' and --noautofun [Phil]
 * Avoid 3 sec delay when starting 3ddeskd from 3ddesk [Gregory Kovriga]
 * Use a lower priority for the deamon to lessen screen cap hit (use 12)
 * Add autoacquire feature to acquire current desktop every 2 seconds
 * Add random view option
 * Improvements to memory usage [Toph]
 * Add --dontexit flag to not exit after a goto
 * Flush message queue before activation
 * Have goto movement start right away rather then wait for entry movement
 * Show screen numbers greater then 10 correctly [Robert Wittams]

diffstat:

 wm/3ddesktop/Makefile         |   5 ++---
 wm/3ddesktop/distinfo         |  10 ++++++----
 wm/3ddesktop/patches/patch-aa |  16 ++++++++--------
 wm/3ddesktop/patches/patch-ab |  13 +++++++++++++
 wm/3ddesktop/patches/patch-ac |  17 +++++++++++++++++
 5 files changed, 46 insertions(+), 15 deletions(-)

diffs (92 lines):

diff -r bcf2798ceced -r d4d80b6ad224 wm/3ddesktop/Makefile
--- a/wm/3ddesktop/Makefile     Sat Jan 22 08:38:01 2005 +0000
+++ b/wm/3ddesktop/Makefile     Sat Jan 22 09:27:59 2005 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2004/12/22 08:54:34 snj Exp $
+# $NetBSD: Makefile,v 1.10 2005/01/22 09:27:59 xtraeme Exp $
 #
 
-DISTNAME=              3ddesktop-0.2.5
-PKGREVISION=           6
+DISTNAME=              3ddesktop-0.2.8
 CATEGORIES=            wm
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=desk3d/}
 
diff -r bcf2798ceced -r d4d80b6ad224 wm/3ddesktop/distinfo
--- a/wm/3ddesktop/distinfo     Sat Jan 22 08:38:01 2005 +0000
+++ b/wm/3ddesktop/distinfo     Sat Jan 22 09:27:59 2005 +0000
@@ -1,5 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/09/25 13:50:35 xtraeme Exp $
+$NetBSD: distinfo,v 1.2 2005/01/22 09:27:59 xtraeme Exp $
 
-SHA1 (3ddesktop-0.2.5.tar.gz) = 8d397387e832dde75d103a3448d357d1bf4516d9
-Size (3ddesktop-0.2.5.tar.gz) = 162089 bytes
-SHA1 (patch-aa) = 68ad58165a19eca38e7ed15558c2512124cb267f
+SHA1 (3ddesktop-0.2.8.tar.gz) = 36086002e6491ceef22b23305a1134988fa71bc7
+Size (3ddesktop-0.2.8.tar.gz) = 175233 bytes
+SHA1 (patch-aa) = e97615b41009ad2442f47326b3202cba754550dc
+SHA1 (patch-ab) = 30a04c83a31de31836038910082cfd13a2e3c2f0
+SHA1 (patch-ac) = a9c748cc6ec6d46c5fec62c164c9e006db659fad
diff -r bcf2798ceced -r d4d80b6ad224 wm/3ddesktop/patches/patch-aa
--- a/wm/3ddesktop/patches/patch-aa     Sat Jan 22 08:38:01 2005 +0000
+++ b/wm/3ddesktop/patches/patch-aa     Sat Jan 22 09:27:59 2005 +0000
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.1.1.1 2003/09/25 13:50:35 xtraeme Exp $
+$NetBSD: patch-aa,v 1.2 2005/01/22 09:27:59 xtraeme Exp $
 
---- Makefile.in.orig   2003-06-12 23:53:30.000000000 +0200
-+++ Makefile.in        2003-06-12 23:53:43.000000000 +0200
-@@ -112,7 +112,7 @@
+--- Makefile.in.orig   2005-01-22 10:15:50.000000000 +0100
++++ Makefile.in        2005-01-22 10:16:15.000000000 +0100
+@@ -212,7 +212,7 @@
+                          -DSYSCONFDIR=\"$(sysconfdir)\" \
                           $(imlib2_cflags) @GL_CFLAGS@
  
- 
 -dist_sysconf_DATA = 3ddesktop.conf
-+dist_sysconf_DATA = 
++dist_sysconf_DATA =
  dist_pkgdata_DATA = digits.bmp
- 
- bin_PROGRAMS = 3ddesk 3ddeskd
+ 3ddesk_SOURCES = 3ddesk.cpp
+ 3ddeskd_SOURCES = 3ddeskd.cpp \
diff -r bcf2798ceced -r d4d80b6ad224 wm/3ddesktop/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/3ddesktop/patches/patch-ab     Sat Jan 22 09:27:59 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2005/01/22 09:27:59 xtraeme Exp $
+
+--- 3ddesk.cpp.orig    2005-01-22 10:16:32.000000000 +0100
++++ 3ddesk.cpp 2005-01-22 10:17:29.000000000 +0100
+@@ -28,7 +28,7 @@
+ #include <getopt.h>
+ #include <sys/ipc.h>
+ #include <sys/sem.h>
+-
++#include <sys/time.h>
+ 
+ #include "3ddesk.h"
+ #include "message.hpp"
diff -r bcf2798ceced -r d4d80b6ad224 wm/3ddesktop/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/3ddesktop/patches/patch-ac     Sat Jan 22 09:27:59 2005 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-ac,v 1.1 2005/01/22 09:27:59 xtraeme Exp $
+
+--- util.h.orig        2005-01-22 10:17:51.000000000 +0100
++++ util.h     2005-01-22 10:18:28.000000000 +0100
+@@ -21,7 +21,12 @@
+ #ifndef _UTIL_H
+ #define _UTIL_H
+ #include <math.h>     // for cos
++#include <sys/param.h> /* BSD */
++#ifdef BSD
++#include <sys/endian.h>
++#else
+ #include <endian.h>
++#endif
+ #include "3ddesk.h"
+ 
+ #define MAX_FACES  30  // this is a lot



Home | Main Index | Thread Index | Old Index