summaryrefslogtreecommitdiff
path: root/graphics/gdk-pixbuf2
AgeCommit message (Collapse)AuthorFilesLines
2012-01-09update to 2.24.1drochner4-59/+8
changes: -bugfixes -translation updates
2011-08-30update to 2.24.0drochner7-148/+26
This switches to the latest stable branch.
2011-07-08add patch from upstream to fix excessive memory use due improper checkingdrochner3-3/+45
of certain return values in GIF image loader (CVE-2011-2485) bump PKGREV
2011-04-22recursive bump from gettext-lib shlib bump.obache2-3/+4
2011-01-24Note upstream bug reports.wiz5-9/+17
2011-01-13Fix build with png-1.5.wiz2-1/+77
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-1/+2
2010-12-23Mechanically replace references to graphics/jpeg with the suitabledsainty1-2/+2
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
2010-11-23Add a pair of patches so that this package builds on NetBSD/i386.he3-1/+48
Some of the assembly files are passed through the C preprocessor, and that means you can't use # as comment character as it will be mis-interpreted as an invalid C preprocessing directive. No revision bump since this is only a build fix. Comment time-out from last updater of this package.
2010-11-16prepare to split out xlib supportdrochner2-1/+24
2010-11-15kill the redundant "GTK2_LOADERS" variable -- there is no good reasondrochner1-9/+1
to include "loaders.mk" other to install a loader
2010-11-14-update to 2.22.1drochner8-24/+119
changes: -Make GdkPixbuf implement the GIcon interface -Translation updates -copy module registry handling from x11/gtk2 to here -prepare for building jasper support as pkg -add bl3 file
2010-11-02add gdk-pixbuf2-2.22.0drochner5-0/+252
gdk-pixbuf was integrated into gtk2 a while ago, but was split out again now. gdk-pixbuf2 can coexist with gdk-pixbuf1. This pkg conflicts with the current gtk2 pkg, but since it will be low in the dependency tree once deployed it would be good to see bulk build results before gtk2 is updated to 2.22 which will require it.