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.9.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7ee543c81be4
branches:  trunk
changeset: 531809:7ee543c81be4
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Mon Aug 06 18:58:29 2007 +0000

description:
Update to 0.2.9.

* Cleanup opengl and render routine
* Switch to using a camera based view
* Add ablility to specify a background image
* Add transparency effect
* Add screen size options to conf
* Add ability to set custom keybindings and mousebindings
* Make autoacquire off by default
* Mirror current desktop to all desktops option [Mathias Weyland]
* Add man pages
* Fix imlib2-config detection in configure

diffstat:

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

diffs (105 lines):

diff -r ef65124ce8ca -r 7ee543c81be4 wm/3ddesktop/Makefile
--- a/wm/3ddesktop/Makefile     Mon Aug 06 18:16:06 2007 +0000
+++ b/wm/3ddesktop/Makefile     Mon Aug 06 18:58:29 2007 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2007/02/01 17:46:03 joerg Exp $
+# $NetBSD: Makefile,v 1.20 2007/08/06 18:58:29 xtraeme Exp $
 #
 
-DISTNAME=              3ddesktop-0.2.8
-PKGREVISION=           3
+DISTNAME=              3ddesktop-0.2.9
 CATEGORIES=            wm
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=desk3d/}
 
diff -r ef65124ce8ca -r 7ee543c81be4 wm/3ddesktop/PLIST
--- a/wm/3ddesktop/PLIST        Mon Aug 06 18:16:06 2007 +0000
+++ b/wm/3ddesktop/PLIST        Mon Aug 06 18:58:29 2007 +0000
@@ -1,6 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/25 13:50:35 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.2 2007/08/06 18:58:29 xtraeme Exp $
 bin/3ddesk
 bin/3ddeskd
+man/man1/3ddesk.1
+man/man1/3ddeskd.1
 share/3ddesktop/digits.bmp
 share/examples/3ddesktop/3ddesktop.conf
 @dirrm share/examples/3ddesktop
diff -r ef65124ce8ca -r 7ee543c81be4 wm/3ddesktop/distinfo
--- a/wm/3ddesktop/distinfo     Mon Aug 06 18:16:06 2007 +0000
+++ b/wm/3ddesktop/distinfo     Mon Aug 06 18:58:29 2007 +0000
@@ -1,9 +1,7 @@
-$NetBSD: distinfo,v 1.4 2005/07/19 16:27:07 wiz Exp $
+$NetBSD: distinfo,v 1.5 2007/08/06 18:58:29 xtraeme Exp $
 
-SHA1 (3ddesktop-0.2.8.tar.gz) = 36086002e6491ceef22b23305a1134988fa71bc7
-RMD160 (3ddesktop-0.2.8.tar.gz) = d30c523f3e7ab57553088713093bdf33815e93b4
-Size (3ddesktop-0.2.8.tar.gz) = 175233 bytes
-SHA1 (patch-aa) = e97615b41009ad2442f47326b3202cba754550dc
-SHA1 (patch-ab) = 30a04c83a31de31836038910082cfd13a2e3c2f0
-SHA1 (patch-ac) = a9c748cc6ec6d46c5fec62c164c9e006db659fad
+SHA1 (3ddesktop-0.2.9.tar.gz) = 33ff86b559d0c0407ef4c6c989a9fcbf804f7e5f
+RMD160 (3ddesktop-0.2.9.tar.gz) = 86ca9d9df57a83d2f4719ce45708e129bdc75fb4
+Size (3ddesktop-0.2.9.tar.gz) = 182278 bytes
+SHA1 (patch-aa) = bf6d06462cb2b0e48f15296a7238980dec0e8e17
 SHA1 (patch-ad) = 3e24c98b58b27e2e7384bb96ece20cb604dd900f
diff -r ef65124ce8ca -r 7ee543c81be4 wm/3ddesktop/patches/patch-aa
--- a/wm/3ddesktop/patches/patch-aa     Mon Aug 06 18:16:06 2007 +0000
+++ b/wm/3ddesktop/patches/patch-aa     Mon Aug 06 18:58:29 2007 +0000
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.2 2005/01/22 09:27:59 xtraeme Exp $
+$NetBSD: patch-aa,v 1.3 2007/08/06 18:58:29 xtraeme Exp $
 
---- 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 @@
+--- Makefile.in.orig   2007-07-26 13:00:24.000000000 +0200
++++ Makefile.in        2007-07-26 13:00:35.000000000 +0200
+@@ -217,7 +217,7 @@
                           -DSYSCONFDIR=\"$(sysconfdir)\" \
                           $(imlib2_cflags) @GL_CFLAGS@
  
 -dist_sysconf_DATA = 3ddesktop.conf
 +dist_sysconf_DATA =
  dist_pkgdata_DATA = digits.bmp
+ man_MANS = 3ddesk.1 3ddeskd.1 
  3ddesk_SOURCES = 3ddesk.cpp
- 3ddeskd_SOURCES = 3ddeskd.cpp \
diff -r ef65124ce8ca -r 7ee543c81be4 wm/3ddesktop/patches/patch-ab
--- a/wm/3ddesktop/patches/patch-ab     Mon Aug 06 18:16:06 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$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 ef65124ce8ca -r 7ee543c81be4 wm/3ddesktop/patches/patch-ac
--- a/wm/3ddesktop/patches/patch-ac     Mon Aug 06 18:16:06 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$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