summaryrefslogtreecommitdiff
path: root/graphics/gtkimageview
AgeCommit message (Collapse)AuthorFilesLines
2014-12-01Support cwrappers for packages appending arguments in the wrappers.joerg1-1/+2
2014-05-05Recursive revbump from x11/pixmanryoon1-2/+2
Fix PR pkg/48777
2013-12-14Don't fail on unused functions with Clang.joerg1-1/+6
2013-10-10Recursive revbump from pango-1.36.0ryoon1-2/+2
2013-09-02Revbump after cairo updateadam1-2/+2
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz1-2/+2
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-2/+2
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-02-16Recursive bump for png-1.6.wiz1-2/+2
2012-10-08Revbump after updating graphics/pangoadam1-2/+2
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron1-2/+2
requested by Thomas Klausner.
2012-09-15recursive bump from libffi shlib major bumpobache1-2/+2
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-07Revbump after updating graphics/cairoadam1-2/+2
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz1-2/+2
2012-02-06Revbump forwiz1-2/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-2/+2
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs1-2/+2
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz1-2/+2
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-2/+2
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-02-03DESTDIR readyjoerg1-1/+3
2009-08-26bump revision because of graphics/jpeg updatesno1-1/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2009-05-26Update to 1.6.4 from 1.6.3. pkgsrc changes:gdt2-14/+13
upstream has provided a way to fetch the distfile with a URL that can be constructed by pkgsrc Upstream changes: * Experimental support for the build tool waf. * Fix test failures when compiling with -O0. See r631. * Ensure that conversions from double to int are performed correctly. Fixes for ticket31. * Clarify what gtk_image_view_get_draw_rect() and gtk_image_view_get_viewport() returns when the view is not allocated.
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.
2009-02-16This does not need glib1. bump PKGREVISIONdrochner1-2/+3
2008-12-15remove a patch which I had only added to work around a missing filedrochner2-15/+1
in the tarball - the file was added in the last release
2008-12-11Update to 1.6.3. Add TEST_TARGET even though it doesn't seem to dogdt2-6/+8
much. From the (hard-to-find) release notes on upstream trac: Major changes in 1.6.3 Ensure that the header testlib.h is included in distributed tarball. Fixes ticket30.
2008-11-26update to 1.6.2drochner3-7/+20
changes: bugfixes approved by Greg Troxel
2008-09-01Add comments pointing to where on upstream site one can find NEWS.gdt1-1/+5
2008-09-01Put tarball someplace with a standard name, and reference it there.gdt1-3/+5
Include URL to upstream bug about tarball naming.
2008-08-31Update to 1.6.1. I tried to find a summary of changes, but couldn't.gdt3-10/+14
2008-08-31Add gtkimageview at 1.3.0. While there is a newer version, gdt hasgdt5-0/+100
been using this version with ufraw, and is therefore committing it before upgrading. GtkImageView is a simple image viewer widget for GTK. Similar to the image viewer panes in gThumb or Eye of Gnome. It makes writing image viewing and editing applications easy. Among its features are: * Mouse and keyboard zooming. * Scrolling and dragging. * Adjustable interpolation. * Fullscreen mode. * GIF animation support.