summaryrefslogtreecommitdiff
path: root/graphics/imlib2
AgeCommit message (Collapse)AuthorFilesLines
2013-07-17don't propagate dependency on image format libs, hopefully avoidsdrochner1-5/+1
unnecessary revbumps in the future
2013-07-06Fix build with giflib 5.0, PR pkg/48021.ryoon2-1/+17
2013-07-05Recursive revbump from graphics/giflib update to 5.0.4.ryoon2-4/+4
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron2-4/+4
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz2-4/+4
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-03-02Provide rpath in imlib2-config --libs output.joerg3-4/+24
2013-02-16Recursive bump for png-1.6.wiz2-4/+4
2013-01-26Revbump after graphics/jpeg and textproc/icuadam2-4/+4
2012-10-23Remove xextproto/buildlink3.mk in most cases where it occurs withwiz1-2/+1
libXext/buildlink3.mk, now that it is included there. Leave the places where its API version is set or variables from it are used directly (about 3 packages).
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-06-15Drop .extern, it is ignored by GNU as and not supported by LLVM.joerg3-1/+29
2012-02-06Revbump forwiz2-3/+4
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2011-11-07update to 1.4.5drochner5-91/+13
changes: -bugfixes -cleanup, spelling fixes
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd2-3/+4
2011-05-18update to 1.4.4drochner5-103/+51
changes: misc bugfixes and cleanup The code structure around Xshm has changed -- someone please check the Interix specific patches.
2011-05-04exactly disable MMX/AMD64 optimization if pkg option is off.obache1-1/+5
part of PR#44931.
2011-03-09libungif/buildlink3.mk -> mk/giflib.buildlink3.mkdrochner2-5/+5
(uses giflib now per default) bump PKGREV
2011-01-31Remove obsolete patch (a very similar chunk is nowadays a few lineswiz2-23/+1
higher, where the variables are defined).
2011-01-31Add comments to patches.wiz6-11/+28
2011-01-31Remove trailing line (pkglint--)..wiz1-2/+1
2011-01-14Fix build with png-1.5. From John Bowler.wiz2-1/+78
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz2-4/+4
2010-12-23Mechanically replace references to graphics/jpeg with the suitabledsainty2-4/+4
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-06-13Bump PKGREVISION for libpng shlib name change.wiz2-4/+4
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-06-08Include bsd.fast.prefs.mk before using ${PKG_INFO}.wiz1-1/+3
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz2-4/+4
2009-12-15remove stale libltdl dependencydrochner2-4/+2
2009-12-15Recursive bump for libltdljoerg2-4/+4
2009-08-26bump revision because of graphics/jpeg updatesno2-4/+4
2009-06-14Remove @dirrm entries from PLISTsjoerg1-8/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
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-11-23Add Debian patch to fix a buffer overflow in the XPM file loader.tron3-2/+18
Bump package revision.
2008-10-30Update "imlib" package to version 1.4.2. Changes since version 1.4.0:tron5-66/+6
- Various bugfixes and security updates This update addresses SA32354.
2008-06-02add a patch from redhat bugzilla (#449073) to fix the xpm halfdrochner3-3/+17
of CVE-2008-2426, the pnm half was fixed in pkgsrc in 2006 bump PKGREVISION
2008-06-01Update home page URL.tron1-2/+2
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam2-11/+12
through PLIST_SUBST to the plist module.
2007-11-17Add x11 option (default: enabled).obache4-15/+38
No functionally change, but bump PKGREVISION due to detect x11 option.
2007-09-18update to 1.4.0drochner9-224/+17
changes: security fixes, and a few crashes fixed
2007-08-02- Add SUBST fragment to deal with hardcoded .so library suffix in image.c.tnn3-13/+20
- While here, remove hunk "Avoid regenerating within pkgsrc" from patch-af. (caught by pkglint) - Bump revision
2007-06-13PKG_SUPPORTED_OPTIONS must be defined before include bsd.options.mk,obache1-1/+2
even if empty. Problem reported by Magnus Henoch in PR 36483.
2007-03-14PR pkg/35521.yyamano3-1/+36
Apply patch provided by naoto at morishima.net to make this buld on Darwin/intel.
2006-12-16Add imlib2-amd64 speedup option. Based on patch from Blair Sadewitz onwiz1-2/+9
pkgsrc-users.
2006-11-29remove stale patchfile, pointed out by Kouichirou Hiratsukadrochner1-13/+0
2006-11-24fix some insufficient validation of graphics files, patches from Ubuntudrochner14-233/+253
(CVE-2006-4806, CVE-2006-4807, CVE-2006-4808, CVE-2006-4809) update to 1.3.0 (no changelog available)
2006-11-06DESTDIR support and switch to modular buildlinks.joerg2-4/+9
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-2/+2
2006-07-19Solaris 5.8 needs its own definition of lround(), too.rillig2-7/+11
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz2-4/+4