
CVS log for pkgsrc/wm/compiz-fusion-plugins-main/Makefile
Up to [NetBSD + pkgsrc-wip] / pkgsrc / wm / compiz-fusion-plugins-main
Request diff between arbitrary revisions - Display revisions graphically
Keyword substitution: kv
Default branch: MAIN
Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat Mar 3 00:12:22 2012 UTC (2 months, 3 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
HEAD
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2
lines
Recursive bump for pcre-8.30* (shlib major change)
Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Feb 6 12:41:48 2012 UTC (3 months, 2 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2
lines
Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)
Enjoy.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Nov 1 06:02:41 2011 UTC (6 months, 3 weeks ago) by sbd
Branches: MAIN
CVS tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2
lines
Recursive bump for graphics/freetype2 buildlink addition.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Apr 22 13:42:41 2011 UTC (13 months ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2
lines
recursive bump from gettext-lib shlib bump.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Jan 13 13:36:56 2011 UTC (16 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2011Q1-base,
pkgsrc-2011Q1
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2
lines
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Dec 23 11:44:57 2010 UTC (17 months ago) by dsainty
Branches: MAIN
CVS tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2
lines
Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk
This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).
The mechanical edits were applied via the following script:
#!/bin/sh
for d in */*; do
[ -d "$d" ] || continue
for i in "$d/"Makefile* "$d/"*.mk; do
case "$i" in *.orig|*"*"*) continue;; esac
out="$d/x"
sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
-e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
< "$i" > "$out"
if cmp -s "$i" "$out"; then
rm -f "$out"
else
echo "Edited $i"
mv -f "$i" "$i.orig" && mv "$out" "$i"
fi
done
done
Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Nov 15 22:58:46 2010 UTC (18 months, 1 week ago) by abs
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2
lines
PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome
Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Sep 14 11:00:54 2010 UTC (20 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2
lines
Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.
Per discussion on pkgsrc-changes.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Jun 13 22:45:30 2010 UTC (23 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2
lines
Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Jan 18 09:59:29 2010 UTC (2 years, 4 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -1
lines
Second try at jpeg-8 recursive PKGREVISION bump.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Nov 26 19:55:13 2009 UTC (2 years, 5 months ago) by imil
Branches: MAIN
CVS tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +33 -24
lines
Updated to 0.8.4
- MASTER_SITES changed
- HOMEPAGE changed
- added LICENSE
- added new GCONF_SCHEMAS
- no need for patch-aa anymore
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Aug 26 19:57:07 2009 UTC (2 years, 8 months ago) by sno
Branches: MAIN
CVS tags: pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2
lines
bump revision because of graphics/jpeg update
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Apr 17 16:14:56 2009 UTC (3 years, 1 month ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
add a patch from upstream CVS to fix a possible bypass of screensaver
lock (CVE-2008-6514), bump PKGREVISION
(compile-tested only)
Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Jun 12 02:14:54 2008 UTC (3 years, 11 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -1
lines
Add DESTDIR support.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed May 14 18:05:11 2008 UTC (4 years ago) by drochner
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +22 -2
lines
minor fixes: use gmake (it builds without, but some pattern rules are
ignored so we could get surprises later), fix gconf and PLIST
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon May 12 13:19:17 2008 UTC (4 years ago) by jmcneill
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1
lines
Add buildlink3.mk, bump pkg revision.
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Mon May 12 12:47:29 2008 UTC (4 years ago) by jmcneill
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0
lines
Import compiz-fusion-plugins-main:
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.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon May 12 12:47:29 2008 UTC (4 years ago) by jmcneill
Branches: MAIN
Initial revision
NetBSD-CVSweb <admin[at]NetBSD[dot]se>