summaryrefslogtreecommitdiff
path: root/graphics/gimageview
AgeCommit message (Collapse)AuthorFilesLines
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-2/+2
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-3/+3
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-03-06Belatedly bump PKGREVISION for all libtasn1 dependencies, sincewiz1-2/+2
libtasn1 had a shlib major bump. Also update dependencies in bl3.mk files. Addresses PR 32998 by Robert Elz.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
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.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-2/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-12-31Recursive PKGREVISION bump for gnutls shlib major bump.wiz1-2/+2
Bump BUILDLINK_RECOMMENDED.
2005-11-25Bump PKGREVISION for libgsf dependencies, and BUILDLINK_DEPENDS becausewiz1-2/+2
of the libgsf shlib major bump and associated BUILDLINK_DEPENDS bump.
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-3/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+1
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
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
2005-02-24Add RMD160 digestsagc1-1/+2
2005-02-05Bumped PKGREVISION due to change in libwmf.jklos1-1/+2
2005-01-14Changes 0.2.27:adam2-7/+5
* Added some options for slideshow * Added Xine image loader for movie thumbnail * The bug that sometime same files are appeared number of times on same thumbnail view, has been fixed * Enable to open archived files which has "[" in its filename * Other minor bug fixes are made
2004-11-10Link the binary program against -lpthread so that librsvg can be dlopenedjmmv1-1/+7
at runtime without at segfault. Fixes crashes reported in PR pkg/27058.
2004-11-10Remove a leftover patch that was supposed to be removed in last update.jmmv1-13/+0
2004-10-27update to 0.2.26drochner3-10/+6
Version-0.2.26 * Improved performance of redrawing thumbnail view. * Improved preference of "fit image size to window" feature. (Thanks! > Brent Baccala <baccala@users.sourceforge.net>) * Fixed bugs on 64bit envirponment. (Thanks! > Tomoya TAKA <tomoya@olive.plala.or.jp>) * Enabled to open EXIF view from image window. * Added image scale preferences for slideshow. * Removed obsolete summary modes of thumbnail view. ("List" and "Thumbnail" mode) * Fixed compile time error on Gtk+-2.4 * Other minor fixes and improvements. Version-0.2.25 * Adapt to latest MPlayer. * Xienerama support. * "270" orientation label is changed to "-90". * Some minor usabilty fix of comment view.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
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.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-67/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-05-25gimageview and newer versions of GTK disagree on what exactly issimonb2-1/+15
deprecated - make sure we #undef GTK_DISABLE_DEPRECATED.
2004-05-07Drop maintainership; I don't have the enough free time to maintainxtraeme1-2/+2
all these packages.
2004-04-19Bump PKGREVISION due to libcroco's update (major version bump in library name).jmmv1-2/+2
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv1-3/+2
*-dirs packages.
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv1-3/+3
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-02-20bl3ify, add explicit dependencies on everything used directly by this packagejmmv1-8/+16
and use pkgsrc intltool.
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-3/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-09Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy).jmmv1-2/+2
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv1-2/+2
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-22Bump PKGREVISION due to librsvg2 and swfdec updates.jmmv1-2/+2
2004-01-04Bump revision due to librsvg2 update (libcroco added as a dependancy).jmmv1-2/+2
2004-01-03Bump package revisions for tiff update.reed1-2/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-28Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy).jmmv1-2/+2
( We really need non-recursive dependancies... *sigh* )
2003-12-18Revision bump since major version of shared librsvg2 changed (cosmetics ↵adam1-6/+7
included)
2003-12-13Bump PKGREVISION for atk library major bump.wiz1-2/+2
2003-12-04Bump PKGREVISION (libxml2, libxslt and imlib2 were updated).xtraeme1-2/+2
2003-11-12PKGREVISION++ due to devel/popt update.salo1-1/+2
2003-09-12Oops, missed this file with 0.2.24 update.simonb1-1/+2
2003-09-12Update to 0.2.24. Changes include:simonb2-6/+5
# "Auto fit without zoom in" feature has been fixed. # Added "Fit width" and "Fit height" feature. # The bug that sometimes mplayer fails to start playing has been fixed. # Fixed double freeing bug of JPEG loader. (Thanks! > sheepman <sheepman@tcn.zaq.ne.jp>) # Fixed a bug in DnD support (Thanks! > MINAMI Hirokazu <h_minami@users.sourceforge.net>) # Remove trailing slash when create directory. (Thanks! > Douglas Brebner <douglas+mail@fang.demon.co.uk>). # Updated libexif to 0.5.11. # Other code improvements. The "Remove trailing slash when create directory" change in particular makes this package work much better under NetBSD.
2003-08-28Change my email address to the NetBSD one, ok'ed by wiz@xtraeme1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-07-12Update gimageview to version 0.2.23zuntum3-62/+120
Provided by Juan RP in PR#21851 Changes: Version-0.2.23 * Fixed clash bug of slideshow. * Plugged memory leak of JPEG loader. * Other minor fixes. Version-0.2.22 * Added automatic rotation by EXIF data. (contributed from Frank Fischer <frank_fischer@gmx.de>. Thanks!) * Fixed detecting file name extension as case insensitive. (Thanks! > Ricky Faulstich <Ricky@Faulstich.com>) * Fixed typo (Thanks! > Ricky Faulstich <Ricky@Faulstich.com>) Version-0.2.21 * Fixed compile error. Version-0.2.20 * Image loaders, IO streamers, Image View and Thumbnail View Embders now are implemented as plugin. * Now GImageView can be compiled against linux-fb backend of Gtk+-2.0 by "--with-gtk2=gtk+-linux-fb-2.0" configure opotion. * Merged Cygwin patch provided by Masahiro Sakai. Now GImageView can be compiled on Cygwin. * Added some key binding to directory view on thumbnail window. CTRL + Cursor Left CTRL + Cursor Up: Change top directory to parent CTRL + Cursor Right CTRL + Cursor Down: Change top directory to selected * "Thumbnail 2" mode has been renamed to "Album" mode. * Added a key binding to "Album" mode. SHIFT + Cursor: select the fucesed image and open it. * Modified directory list preference to make it easy. * "Load thumbnails recursively in one tab" can be attached to mouse button. * Now gimv doesn't zoom in by default when fit to frame automatically. * JPEG loader is added. Most of its codes are taken from libgnome-ui. Creating JPEG thumbnails are much faster than GdkPixbuf. * Added "Slideshow (selected)" and "Slideshow (from the selected)". * Now you can override MPlayer options by $(datadir)/gimageview/mplayerrc. * Enabled to play audio with visualizer (Visualizer feature is supported by Xine view only). * Set focus to the suitable thumbnail when files are deleted. * Added rotation indicator in toolbar of image window. * Two new duplicates finders are added. One is "md5sum" and another one is "File Size". * Clash bug of Xine view has been fixed. * Other minor fixes.
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-3/+2
dependency bumps.
2003-02-05gnome[12]-dirs shouldn't have buildlink2.mk files as they don't havejlam1-2/+3
either shared libraries or header files. Remove references to these buildlink2.mk files from package Makefiles.
2003-01-28Depend on gnome1-dirs to handle shared directories. Bump PKGREVISION.jmmv1-1/+3
2003-01-20update to 0.2.13drochner2-13/+14
changes: Added a movie toolbar in image view (include preview on thumbnail window). Changed player toolbar as slideshow toolbar. Updated franch translation. Supports WMF(Windows Meta File) format (libwmf-0.2.8 or later is required). Minor bug fixes.
2003-01-19Use "mk/pthread.buildlink2.mk" instead of "devel/pth/buildlink2.mk" totron1-3/+2
use native threads on platforms which support them.