summaryrefslogtreecommitdiff
path: root/graphics/qiv/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2020-08-17*: revbump after fontconfig bl3 changes (libuuid removal)leot1-1/+2
2020-05-16qiv: Update to 2.3.2nia1-4/+14
2.3.2 ======== 31.10.2017 [tw] fix: window sometimes recentered, when moved around with mouse 19.10.2017 [as] fix Makefile for cross-compiling: Make pkg-config substitutable (Debian Bug#879108) 10.10.2017 [tw] add specfile to build rpm for CentOS 07.10.2017 [tw] add option --trashbin to use trash bin instead of .qiv-trash when deleting images 06.10.2017 [as] add ability (and options) to display JPEG comments 06.10.2017 [as] more sophisticated exiftool call in qiv-command example 04.10.2017 [tw] fix inconsistent fixed-zoom behaviour 10.08.2017 [tw] Don't try to rotate if file is not an image 06.06.2017 [tw] get rid of some more XID collisions 30.05.2016 [tw] Fix occasionally erratic behaviour of qiv statusbar [tw] Fix xpm autodetection with libmagic 26.05.2016 [tw] Fix small artefacts in pictures which might happen when running remote over slow link (patch by Derek Schrock) 20.05.2016 [tw] update image after it is exposed in window mode 12.05.2016 [js/tw] fix broken "-no-filter" option libmagic filter now works on symlinks 07.11.2015 [tw] fix linking order in "make debug", did not work in some newer gcc versions 18.06.2015 [as] turn on EXIF autorotation by default 13.09.2014 [tw] Add option to sort files by modification time. (patch by Stefan RĂ¼ger) 23.04.2014 [tw] In case of "watch" option, check image only every 1/10 sec, instead of every 200us. This was way too short for devices like RasPi etc. (Hamish) [tw] Leave jumping mode on invalid input and process input key as if it was entered in non jumping mode (Sergey Pinaev)
2020-03-10librsvg: update bl3.mk to remove libcroco in rust casewiz1-2/+2
recursive bump for the dependency change
2020-03-08*: recursive bump for libffiwiz1-2/+2
2020-01-26all: migrate homepages from http to httpsrillig1-2/+2
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
2019-07-21*: recursive bump for gdk-pixbuf2-2.38.1wiz1-2/+2
2018-11-14Revbump after cairo 1.16.0 update.kleink1-2/+2
2018-11-12Recursive revbump from hardbuzz-2.1.1ryoon1-2/+2
2018-04-16Recursive bump for new fribidi dependency in pango.wiz1-2/+2
2018-03-12Recursive bumps for fontconfig and libzip dependency changes.wiz1-2/+2
2017-02-12Recursive revbump from fonts/harfbuzzryoon1-2/+2
2017-02-06Recursive bump for harfbuzz's new graphite2 dependency.wiz1-2/+2
2016-08-03Revbump after graphics/gd updateadam1-2/+2
2016-05-06qiv needs libmagic, so pull in sysutils/file/buildlink3.mk to fix buildsnj1-1/+2
on systems where it's not part of base. PKGREVISION not bumped since there's no new dependency for systems where qiv previously built. Pointed out by by Derek Schrock in private mail.
2015-04-25Recursive revbump following MesaLib update, categories g through n.tnn1-1/+2
2014-10-10Update qiv to 2.3.1. Changes:snj1-4/+10
- Add desktop integration. - Browse option now starts with first picture on command line. - Fix direction of scrollwheel for next/previous image - Center mouse cursor position in magnifying window - Optimize libmagic calls - Improve display of exif GPS tags - New option --vikeys to allow for vi-style movement - Disable screensaver and DPMS during slideshow - Improvements to qiv-command.example (filename quoting, extract more EXIF infos) - Fix possible segfaults when dealing with corrupt embedded color profiles. - Do not segfault when "browse" option is called without a further argument. - Fix magnifying window. Zoom factor of magnifying window can be changed by +/- keys. - Make conditional rotate leave images that fit alone. - Add --followlinks option to all symlinks to dirs. - Fixed inconsistency with rotate option, add conditional rotation - Add runtime option to display Exif information - Add runtime option to toggle grab mode - Add support for embedded color profiles in tiff - Better fullscreen handling with multi monitors. Xinerama is no longer needed. - Notice when a mouse click makes the display-text disappear. - Simplify image-move checking code and allow it to move an image farther. - Add support for embedded color profiles in jpg - Add color profile support via lcms2 - When using "--watch" option, make sure pic is not reloaded while still written.
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2014-05-05Recursive revbump from x11/pixmanryoon1-2/+2
Fix PR pkg/48777
2013-10-10Recursive revbump from pango-1.36.0ryoon1-2/+2
2013-09-02Revbump after cairo updateadam1-2/+2
2013-07-05Recursive revbump from graphics/giflib update to 5.0.4.ryoon1-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
2013-01-26Revbump after graphics/jpeg and textproc/icuadam1-1/+2
2012-12-12Update to 2.2.4, provided by ISIHARA Takanori in PR 46167.wiz1-3/+3
2.2.4 ===== 02.05.2011 [as] README: added note about obsoleted GTK v1 28.12.2010 [as] qiv-command: more examples from Clint Pachl <pachl@ecentryx.com> 02.11.2010 [tw] only center image upon reload when center option is active [tw] Do not break install if using a non existing target location (clemens fischer) [tw] make gdk options work again (e.g. --display) [tw] Do not follow symlinked directories, when using recursivedir option (Goswin v. Brederlow) [tw] Add option to change cycle behavior after last picture. (patch by Nicolas Pouillard) [tw] Images were displayed twice when using --browse option. (patch by Adam Lee) [tw] Fix inconsistent behavior when using -x/-y/-z option.
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-1/+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-07Update to 2.2.3. Another gtk1 user bites the dust. Changes:snj1-12/+9
2.2.3 ===== add 'Q' icon in qiv-window bring back scrollwheel functionality Zoom in/out with left/right scroll and forward/back buttons change loading of images from imlib2_loader to pixbuf_loader. Adds support for additional file types, e.g., pcx, ico, svg, wmf and better handling of transparency. use gdk_pixbuf to autorotate with EXIF tags instead of libexif. Resetting the image (pressing return) no longer destroys "transparency checkboard" Fix compilation issues with unusual linker defaults. Update solaris Makefile. new option to start with default rotation 2.2.2 ===== fix -x (root window needs colormap) patch pango code to avoid garbled output of F1 fix wrong image size after autorotating 2.2.1 ===== recognize changed files, using --slideshow and --watch sanitize infotextdisplay check EXIF tags only after successful file loading shuffle now implies not to sort filenames fix autorotate with EXIF-tag avoid crash calling qiv -x without argument fix behaviour of "recursivedir" switch added note in README and qiv.h explaining a problem of includes with imlib2 up to v1.2 migrated notes in README from imlib1 to imlib2 migrated gdk_draw_text() to gdk_draw_layout(), fixing wrong display of utf-8 filenames 2.2 === migration from imlib1 to imlib2 2.1 === removed obsoleted GDK_WA_WMCLASS see http://library.gnome.org/devel/gdk/2.11/gdk-Windows.html#GdkWindowAttr and http://developer.gimp.org/api/2.0/gtk/GtkWindow.html#gtk-window-set-wmclass added patch from Debian gtk_includes.diff, closes: #456854 added patch from Debian cmdbuflen.diff, closes: #441401 added patch from Debian man_xscreensaver.diff remove xscreensaver left overs from Makefiles added autorotate patch (using libexif) display initial autorotation in status bar, option "autorotate" patch to detect image types using libmagic added GDK_ENTER_NOTIFY_MASK|GDK_LEAVE_NOTIFY_MASK in image.c removed TGA and XBM because not supported by imlib anymore exit on unmapped mouse events browse option -B, useful when launching qiv from a file manager patch to prevent segfault on amd64 avoid wrapper, include "XLIB_SKIP_ARGB_VISUALS=1" in main.c include README and README.TODO in debian package README.TODO: fvwm style setting has to be for "therealqiv" include Debian changes and package files: renamed README.CHANGES to Changelog added patch hide_therealqiv (for Debian Bug #326849) added patch xmalloc (Debian Bug #383113) added patch qiv-manpage-options (Debian Bug #383108) don't recurse directories given on command line (better: use -u) NOT added: no_background_opts (can't reproduce Debian Bug #351816) added patch qiv-nosort patch to reset bright/contrast/gamma hitting "o" (2006-06-29) more comments and examples in qiv-command option -X to set preferred xinerama screen key "X" cycles through available xinerama screens after 'X' window moves to the new screen right away prefix "^" instead "0" for extended call of qiv-command workaround-patch by Bart Martens for problem with X composite extension try keep image on the screen after zooming/rotating fixed centering=off behaviour in fullscreen mode fixed "magnifying glass" windowsize bug fixed compiler warnings "differ in signedness" fixed compiler warning "missing sentinel in function call" bugfix: statusbar is redrawn after size changes and moves "magnifying glass" patch (not perfect yet) call of qiv-command with "0"-prefixed option Added Patch by Christoph Wegscheider <cw@wegi.net> (new QIV Debian maintainer). Now all free Keys can be used by qiv-command Another Xinerama bugfix (statusbar: now displayed on the smaller screen if two are used) new qiv-command feature: if first output line is like "NEWNAME=xxxxxxx" then qiv understands that the filename of the currently displayed image has changed to this new name (very useful when using qiv-command to rename files) fix image position when zooming to avoid wild jumps delete files from list if they cannot be loaded display text popup after qiv-command not only in fullscreen mode qiv_display_text_window: adjust minimum width of box after qiv-command also check file size and ctime avoid file overwrites in .qiv-select (NEEDS IMPROVING) updated and added more examples to qiv-command added small patch by Nick Clifton, setting WM_CLASS name to "qiv" (attr.wmclass_name). changed a-key/copy to real copy (no links anymore) patch-bugfix by Christian Lademann adden patch by Christian Lademann now slideshow (-s) can also be combine with -x/y/z added -F Patch by Martin Fiedler now stdin can also be used.. Xinerama bugfix small changes in delete-command Closes PR pkg/40555.
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz1-2/+2
2009-08-26bump revision because of graphics/jpeg updatesno1-2/+2
2009-02-17Add user-destdir support.snj1-1/+3
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-2/+2
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-2/+2
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-11-26Update to 2.0.snj1-3/+2
Changes: * changed round(); to myround(); and fixed Makefile.Solaris * fixed qiv_display_text_window * added patch by Joachim Kuebart: if images is < 5 and PgUp is pressed, * mage_index might become negative.. * small patch that remove a warning with gcc 3.4 * qiv_display_text_window update (Push any key..) - its really cool! :-) * cleaned up README, qiv-command.example, manpage.. * Fixed Help-Screen remove. Added qiv-command-stdout support, now "metacam" (EXIF-Header) or other tools can be used within qiv and the output is shown in a box in the pixture like the helpscreen. * All arrow-keys = normal moving. All arrow-keys+Shift = faster moving. NumPad-arrow-keys+NumLock = faster moving. * Added Xinerama patch by Jeff Dairiki * fixed manpage (ignore_path_sort was wrong) * Added patch by HaJo Schatz: "--disable_grab, -G" Disable pointer/kbd grab in fullscreen mode for Remote-Display stuff.