./wm/compiz-fusion-plugins-main, Compositing window manager - main plugins

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.8.4nb1, Package name: compiz-fusion-plugins-main-0.8.4nb1, Maintainer: pkgsrc-users

Compiz is a compositing window manager that uses 3D graphics acceleration
via OpenGL. It provides various new graphical effects and features on
any desktop environment, including Gnome and KDE.

This package contains a base set of plugins for compiz.


Required to run:
[graphics/jpeg] [wm/compiz] [devel/GConf]

Required to build:
[textproc/intltool] [lang/perl5] [pkgtools/x11-links] [devel/gmake] [devel/libtool-base] [devel/pkg-config] [x11/compositeproto] [x11/renderproto] [x11/xproto] [x11/fixesproto] [x11/damageproto] [x11/inputproto] [x11/xextproto] [x11/randrproto] [devel/compiz-bcop] [x11/xcb-proto]

Master sites:

SHA1: 3ff97da731b192835994a2a4ff86f65cc976a163
RMD160: ec09f372c17397d2384987a130d0c495a8e34444
Filesize: 1768.159 KB

Version history: (Expand)


CVS history: (Expand)


   2010-01-18 10:59:46 by Thomas Klausner | Files touched by this commit (938)
Log message:
Second try at jpeg-8 recursive PKGREVISION bump.
   2009-11-26 21:02:13 by Emile iMil Heitor | Files touched by this commit (1)
Log message:
no need for patches anymore
   2009-11-26 20:55:13 by Emile iMil Heitor | Files touched by this commit (3) | Package updated
Log message:
Updated to 0.8.4

- MASTER_SITES changed
- HOMEPAGE changed
- added LICENSE
- added new GCONF_SCHEMAS
- no need for patch-aa anymore
   2009-08-26 21:58:47 by Jens Rehsack | Files touched by this commit (1461) | Package updated
Log message:
bump revision because of graphics/jpeg update
   2009-06-14 20:19:03 by Joerg Sonnenberger | Files touched by this commit (64)
Log message:
Remove @dirrm entries from PLISTs
   2009-04-17 18:14:56 by Matthias Drochner | Files touched by this commit (3) | Package updated
Log message:
add a patch from upstream CVS to fix a possible bypass of screensaver
lock (CVE-2008-6514), bump PKGREVISION
(compile-tested only)
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2008-06-12 04:14:58 by Joerg Sonnenberger | Files touched by this commit (1134)
Log message:
Add DESTDIR support.