diff options
author | xtraeme <xtraeme> | 2004-11-30 16:08:50 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-11-30 16:08:50 +0000 |
commit | d49fea3e01e9e385145c4e763efa2ab43b640ce6 (patch) | |
tree | d83e798de94a7a54db1994e388d582e64748a784 /x11 | |
parent | 0129a7036bd06ec44b25909c6709737d71822183 (diff) | |
download | pkgsrc-d49fea3e01e9e385145c4e763efa2ab43b640ce6.tar.gz |
Update to 1.1.
Changes:
Version 1.1
* The intensity of rain and storm is configurable now. New options:
-rain <0-10> and -storm <0-10> (the old yes-or-no variants are deprecated).
* The viscosity of the fluid is no longer a constant (without any speed
loss). New option: -viscosity <1-5>
* The rain feature no longer prevents from the idle mode: just obscure by
other windows, but don't give -nww.
* Bugfix: On 64-bit x86, xdesktopwaves now even compiles with gcc 3.4.
* Bugfix: Fixed arithmetic exception on systems with a small RAND_MAX.
* Bugfix: If -stippled, clear window at initialization.
* Optimization/Bugfix: The color palette is reduced to have only different
colors. This can spare about 10% of the rectangles sent to the server,
if the display depth is 16-bit.
* Optimization: Treatment of minimum range of out-of-date canvas rows. This
spares up to 50% client CPU cycles when there are just very few waves
(shortly before entering idle mode).
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xdesktopwaves/Makefile | 4 | ||||
-rw-r--r-- | x11/xdesktopwaves/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/x11/xdesktopwaves/Makefile b/x11/xdesktopwaves/Makefile index f28b8a14744..c22630b624d 100644 --- a/x11/xdesktopwaves/Makefile +++ b/x11/xdesktopwaves/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/11/20 22:14:59 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2004/11/30 16:08:50 xtraeme Exp $ # -DISTNAME= xdesktopwaves-1.0 +DISTNAME= xdesktopwaves-1.1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xdesktopwaves/} diff --git a/x11/xdesktopwaves/distinfo b/x11/xdesktopwaves/distinfo index 987a011d235..0cff0ff9332 100644 --- a/x11/xdesktopwaves/distinfo +++ b/x11/xdesktopwaves/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2004/11/20 22:14:59 jmmv Exp $ +$NetBSD: distinfo,v 1.2 2004/11/30 16:08:50 xtraeme Exp $ -SHA1 (xdesktopwaves-1.0.tar.gz) = 46b68534994737a52483186d39820260cde638eb -Size (xdesktopwaves-1.0.tar.gz) = 37622 bytes +SHA1 (xdesktopwaves-1.1.tar.gz) = 6f84b2aa302fe1df900a94114b37372cfc09f7bd +Size (xdesktopwaves-1.1.tar.gz) = 39691 bytes |