Up to [cvs.netbsd.org] / pkgsrc / graphics / camlimages
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.41 / (download) - annotate - [select for diffs], Fri Apr 27 12:31:49 2012 UTC (3 weeks, 6 days ago) by obache
Branch: MAIN
CVS Tags: HEAD
Changes since 1.40: +2 -2
lines
Diff to previous 1.40 (colored)
Recursive bump from icu shlib major bumped to 49.
Revision 1.40 / (download) - annotate - [select for diffs], Tue Mar 6 17:38:56 2012 UTC (2 months, 2 weeks ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1
Changes since 1.39: +2 -2
lines
Diff to previous 1.39 (colored)
Recursive PKGREVISION bump for xulrunner, nss, and nspr.
Revision 1.39 / (download) - annotate - [select for diffs], Sat Mar 3 00:13:10 2012 UTC (2 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.38: +2 -2
lines
Diff to previous 1.38 (colored)
Recursive bump for pcre-8.30* (shlib major change)
Revision 1.38 / (download) - annotate - [select for diffs], Mon Feb 6 12:40:17 2012 UTC (3 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.37: +2 -2
lines
Diff to previous 1.37 (colored)
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.37 / (download) - annotate - [select for diffs], Tue Jan 24 09:11:04 2012 UTC (4 months ago) by sbd
Branch: MAIN
Changes since 1.36: +2 -2
lines
Diff to previous 1.36 (colored)
Recursive dependency bump for databases/gdbm ABI_DEPENDS change.
Revision 1.36 / (download) - annotate - [select for diffs], Fri Jan 13 10:55:10 2012 UTC (4 months, 1 week ago) by obache
Branch: MAIN
Changes since 1.35: +2 -2
lines
Diff to previous 1.35 (colored)
Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump.
Revision 1.35 / (download) - annotate - [select for diffs], Tue Dec 6 00:19:23 2011 UTC (5 months, 2 weeks ago) by sbd
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4
Changes since 1.34: +2 -2
lines
Diff to previous 1.34 (colored)
Recursive bump for lang/ocaml buildlink addition.
Revision 1.34 / (download) - annotate - [select for diffs], Tue Nov 1 06:01:26 2011 UTC (6 months, 3 weeks ago) by sbd
Branch: MAIN
Changes since 1.33: +2 -1
lines
Diff to previous 1.33 (colored)
Recursive bump for graphics/freetype2 buildlink addition.
Revision 1.33 / (download) - annotate - [select for diffs], Sun Aug 7 20:36:20 2011 UTC (9 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3
Changes since 1.32: +41 -35
lines
Diff to previous 1.32 (colored)
Update to 4.0.1, from Nicolas Thauvin.
4.0.1
* Minor bug fixes, patch submitted by Damien Doligez
4.0.0
* Stop supporting the autoconf build. (It might works though.)
* Instead of autoconf, using omake and ocamlfind
* Subpackages: no need to link codes for uninterested format.
* Stop supporting lablgtk1
- Ximage2 module is now Ximage, and the older Ximage is removed
- OXimage2 module is now OXimage, and the older OXimage is removed
3.2.0
* Misnamed version. It should have been 3.0.3 or something.
* Small bug fix for image load memory allocation vulnerability
3.0.2
* O'Caml 3.11 port.
* Integer overflow vulnerability fix for pngread.c
3.0.1
* Alpha channel support for png images.
3.0.0
* new version numbering scheme
* autoconf and makefiles cleanup
* fix examples compilation
2.2.1
* Now compiling with -warn-error -A
Revision 1.32 / (download) - annotate - [select for diffs], Tue May 24 12:26:00 2011 UTC (12 months ago) by is
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base,
pkgsrc-2011Q2
Changes since 1.31: +3 -1
lines
Diff to previous 1.31 (colored)
DESTDIR support
Revision 1.31 / (download) - annotate - [select for diffs], Fri Apr 22 13:43:41 2011 UTC (13 months ago) by obache
Branch: MAIN
Changes since 1.30: +2 -2
lines
Diff to previous 1.30 (colored)
recursive bump from gettext-lib shlib bump.
Revision 1.30 / (download) - annotate - [select for diffs], Wed Mar 9 16:26:47 2011 UTC (14 months, 2 weeks ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base,
pkgsrc-2011Q1
Changes since 1.29: +3 -3
lines
Diff to previous 1.29 (colored)
libungif/buildlink3.mk -> mk/giflib.buildlink3.mk (uses giflib now per default) bump PKGREV
Revision 1.29 / (download) - annotate - [select for diffs], Thu Jan 13 13:37:56 2011 UTC (16 months, 1 week ago) by wiz
Branch: MAIN
Changes since 1.28: +2 -2
lines
Diff to previous 1.28 (colored)
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
Revision 1.28 / (download) - annotate - [select for diffs], Thu Dec 23 11:44:34 2010 UTC (17 months ago) by dsainty
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4
Changes since 1.27: +2 -2
lines
Diff to previous 1.27 (colored)
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.27 / (download) - annotate - [select for diffs], Sun Jun 13 22:44:27 2010 UTC (23 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2
Changes since 1.26: +2 -2
lines
Diff to previous 1.26 (colored)
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.26 / (download) - annotate - [select for diffs], Wed Mar 17 14:17:02 2010 UTC (2 years, 2 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.25: +3 -1
lines
Diff to previous 1.25 (colored)
Not MAKE_JOBS_SAFE.
Revision 1.25 / (download) - annotate - [select for diffs], Mon Jan 18 09:58:56 2010 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.24: +2 -2
lines
Diff to previous 1.24 (colored)
Second try at jpeg-8 recursive PKGREVISION bump.
Revision 1.24 / (download) - annotate - [select for diffs], Sun Dec 6 07:45:06 2009 UTC (2 years, 5 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4
Changes since 1.23: +3 -3
lines
Diff to previous 1.23 (colored)
Update HOMEPAGE and MASTER_SITES.
Revision 1.23 / (download) - annotate - [select for diffs], Sun Sep 6 21:10:32 2009 UTC (2 years, 8 months ago) by tonio
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.22: +3 -2
lines
Diff to previous 1.22 (colored)
PLIST fixes preparing ocaml 3.11.1 lablgtk is picked if available, so pull it in, it is probably more useful than labgtk1
Revision 1.22 / (download) - annotate - [select for diffs], Wed Aug 26 19:57:36 2009 UTC (2 years, 8 months ago) by sno
Branch: MAIN
Changes since 1.21: +2 -2
lines
Diff to previous 1.21 (colored)
bump revision because of graphics/jpeg update
Revision 1.21 / (download) - annotate - [select for diffs], Mon Aug 3 12:56:29 2009 UTC (2 years, 9 months ago) by joerg
Branch: MAIN
Changes since 1.20: +3 -2
lines
Diff to previous 1.20 (colored)
amd64 has optimizer too.
Revision 1.20 / (download) - annotate - [select for diffs], Sat Apr 12 22:43:01 2008 UTC (4 years, 1 month ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
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
Changes since 1.19: +5 -5
lines
Diff to previous 1.19 (colored)
Convert to use PLIST_VARS instead of manually passing "@comment " through PLIST_SUBST to the plist module.
Revision 1.19 / (download) - annotate - [select for diffs], Fri Sep 21 13:03:47 2007 UTC (4 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3
Changes since 1.18: +3 -3
lines
Diff to previous 1.18 (colored)
Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves. Bump PKGREVISION.
Revision 1.18 / (download) - annotate - [select for diffs], Thu Feb 22 19:26:34 2007 UTC (5 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
Whitespace cleanup, courtesy of pkglint. Patch provided by Sergey Svishchev in private mail.
Revision 1.17 / (download) - annotate - [select for diffs], Fri Dec 15 20:32:57 2006 UTC (5 years, 5 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
Mechanically replace all includes of buildlink3.mk of the following packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr
Revision 1.16 / (download) - annotate - [select for diffs], Sun May 21 13:23:31 2006 UTC (6 years ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.15: +3 -3
lines
Diff to previous 1.15 (colored)
On NetBSD the DLL files are installed, too. Bumped PKGREVISION.
Revision 1.15 / (download) - annotate - [select for diffs], Sat Apr 22 17:07:19 2006 UTC (6 years, 1 month ago) by joerg
Branch: MAIN
Changes since 1.14: +6 -4
lines
Diff to previous 1.14 (colored)
Move shared library entries into the main PLIST and use them conditionally on Darwin, DragonFly and FreeBSD. Bump revision.
Revision 1.14 / (download) - annotate - [select for diffs], Mon Apr 17 13:46:30 2006 UTC (6 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.
Revision 1.13 / (download) - annotate - [select for diffs], Thu Apr 6 06:22:01 2006 UTC (6 years, 1 month ago) by reed
Branch: MAIN
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
Over 1200 files touched but no revisions bumped :) RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
Revision 1.12 / (download) - annotate - [select for diffs], Sat Mar 4 21:29:46 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
Revision 1.11 / (download) - annotate - [select for diffs], Sun Feb 5 23:09:28 2006 UTC (6 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.10: +2 -1
lines
Diff to previous 1.10 (colored)
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.10 / (download) - annotate - [select for diffs], Sun May 22 20:08:04 2005 UTC (7 years ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
Revision 1.9 / (download) - annotate - [select for diffs], Mon Apr 11 21:46:01 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
Changes since 1.8: +1 -2
lines
Diff to previous 1.8 (colored)
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.8 / (download) - annotate - [select for diffs], Fri Feb 4 22:07:24 2005 UTC (7 years, 3 months ago) by adrianp
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.7: +14 -4
lines
Diff to previous 1.7 (colored)
- Update from camlimages from 2.11 to 2.2.0 2.11 * bug fix release 2.12 * O'Caml 3.07 port. Added support for lablgtk2.
Revision 1.7 / (download) - annotate - [select for diffs], Fri Dec 24 17:21:01 2004 UTC (7 years, 5 months ago) by jmmv
Branch: MAIN
Changes since 1.6: +4 -3
lines
Diff to previous 1.6 (colored)
Adjust dependencies after ocaml has been splitted into three different packages: ocaml, ocaml-graphics and labltk. Bump PKGREVISION.
Revision 1.6 / (download) - annotate - [select for diffs], Fri Dec 3 15:14:59 2004 UTC (7 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. Suggested by Roland Illig, ok'd by various.
Revision 1.5 / (download) - annotate - [select for diffs], Sun Oct 3 00:14:49 2004 UTC (7 years, 7 months ago) by tv
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
Revision 1.4 / (download) - annotate - [select for diffs], Mon May 3 21:50:41 2004 UTC (8 years ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Changes since 1.3: +10 -10
lines
Diff to previous 1.3 (colored)
Convert to buildlink3.
Revision 1.3 / (download) - annotate - [select for diffs], Sun Apr 25 04:16:43 2004 UTC (8 years, 1 month ago) by xtraeme
Branch: MAIN
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
Bump PKGREVISION due to gdk-pixbuf update.
Revision 1.2 / (download) - annotate - [select for diffs], Sat Jan 24 15:46:43 2004 UTC (8 years, 4 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Aug 31 01:24:36 2003 UTC (8 years, 8 months ago) by jtb
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of camlimages. CamlImages is an image processing library, which provides * Basic functions for image processing and loading/saving various image file formats (hence providing a translation facility from format to format), * An interface with the Caml graphics library allows to display images in the Graphics module screen and to mix them with Caml drawings, * A freetype interface, integrated into the library: you can draw texts into images using any truetype fonts. In addition, the library can handle huge images that cannot be (or can hardly be) stored into the main memory (the library then automatically creates swap files and escapes them to reduce the memory usage).
Revision 1.1 / (download) - annotate - [select for diffs], Sun Aug 31 01:24:36 2003 UTC (8 years, 8 months ago) by jtb
Branch: MAIN
Initial revision