summaryrefslogtreecommitdiff
path: root/graphics/digikam
AgeCommit message (Collapse)AuthorFilesLines
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz2-3/+4
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-41/+41
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-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-3/+2
USE_TOOLS+=msgfmt.
2006-04-12Missed updating the PLIST in my last change (not installing x-raw.desktop)markd1-3/+1
Fix now.
2006-04-06Over 1200 files touched but no revisions bumped :)reed2-5/+5
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-30Dont install a file that kdelibs now installs. Depend on the latestmarkd3-3/+18
kdelibs and bump PKGREVISION.
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-23Fix communication between digikam and its kioslaves by having themmarkd3-2/+17
agree on the type of filesizes that are passed between them. Bump PKGREVISION.
2006-02-20Update digikam to 0.8.1markd5-21/+329
New user interface. Date based virtual folders. Searching. Tag filtering. Database upgraded to sqlite3. Lots of bug fixes.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-4/+4
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz2-2/+4
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-20USE_LIBTOOLjoerg1-1/+2
2005-12-27Lower expectations, both others' and mine: relinquish stewardshipseb1-2/+2
2005-10-18Update to version 0.7.4seb4-211/+60
Note that DigiKam's documentation is now in the upcoming new package digikam-doc. Changes since last packaged version (0.7.2): version 0.7.4 Updated translations version 0.7.3 + Showfoto : add image properties dialog like in digiKam, add RMB menu, Move to trash/Delete File option, add setup dialog, add new option to toogle thumbbar in fullscreen mode, DigikamImagePlugins support, load/unload plugins dynamicly in according with setup, add statusbar, add splashscreen support, add resize image option, add Print capability, add Key shortcuts and toolbar configuration settings, add Edit/copy action, Undo/Redo actions, add showfoto icon, GUI improvements. + Image filters levels and curves adjustments : add option to see over-exposed pixels in preview effect (like with Acdsee(tm) tools). + Image histogram : color guide tool. + Image filters levels and curves adjustments : mouse tracking picker color like in Gimp and Photoshop(tm). + Patch from Alfons Hoogervorst about histogram visible while viewing photo in digiKam image editor and showfoto using blending. + digiKam Splashscreen from Andreas Fischer. + showfoto Splashscreen from Joern Ahrens. + Added a history based undo/redo function. The undo/redo icons in the toolbar are popup-menus, which describes the actions on the image. + Add a new button to the album properties which calculates the average date of the images in the album based on the EXIF headers or the modification date of the images if the exif headers are not available. It sets the date property of the album to the average date. + New digiKam image editor plugin for black and white conversion : - Since digikam include colors channel mixer, using this one for BW conversion. Give best results than old implementation. BW conversion are based on gimpguru.org tutorial (http://www.gimpguru.org/Tutorials/Color2BW). - This plugin has a dialog with preview effect. - B&W filters available are : Neutral B&W, B&W with Green filter(NEW), B&W with Orange filter(NEW), B&W with Red filter(NEW), B&W with Yellow filter(NEW), Sepia, Brown, Cold, Selenium, Platinum. Bugs Fix : 103618 104005 103458 103515 105007 103147 105303 107155 103219 103445 103282 103243 102195 102322 100991 100987 100472 98706
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-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-03-22Update to version 0.7.2.seb4-11/+60
Notables changes since last packaged version (0.7.1) Image filter : new Gaussian blur and Channel mixer filters. Image Editor : Add new copy action to copy current selection to clipboard. You can paste this selection in other application like Kolorpaint, Gimp, Kword, etc... Image Editor : Undoing actions capability. Image Editor : Usability improvements of ratio-crop tool. Add Rule Third Lines guides for to help users to compose a photograph. Image Editor : Replaced native dynamic guibuilder system with kde xmlgui one for plugins. Toolbars and shortcuts are now configurable within the Image Editor. Image Editor : Fix PNG compression and JPEG quality min and max values (Gimp/Photoshop like) Image Editor : New Stretch Contrast color filter. Image Editor : New classic Black and White photograph tonal convertion: Neutral BW, Sepia, Selenium, Platinum, Cold-Tone, Brown. Image Editor : added action icons. New splashcreen with animation like KDevelop.
2005-02-24Add RMD160 digestsagc1-1/+2
2005-01-09Update to version 0.7.1.seb5-115/+235
Key new features since last packaged version (0.6.2): - Reliable and fast database (sqlite) backend for saving metadata - Tagging support for photos. - Tags are grouped together as virtual folders shown similar to albums. - Extensive drag and drop support for tagging and moving/copying photos - Enhanced camera interface with support for automatic photo rotation and renaming of photos while downloading. - EXIF support with optional oriented display of thumbnails and photos using camera provided information - Customizable thumbnails for albums and tags - Support for nested albums - Tooltips providing detailed photo information - Themeing support for digiKam - KIPI support for enhanced plugin support. KIPI is an initiative between various KDE image management applications to provide a common architecture for implementing image based plugins. - New fast image viewer and editor which uses its own plugin architecture to provide various additional functionalities in addition to the usual gamma/contrast/brightness adjustments, rotation, resize functions. Some of the plugins supplied with digiKam are: Histogram Viewer Red Eye correction Black & White and Sepia conversion Blurring and sharpening RGB color correction Hue/Saturation/Lightness correction Normalize and Equalize - Improved thumbnail loading speed. - Unified Image properties dialog - with separate pages for file information, EXIF and Histogram - Threaded histogram calculation for better responsiveness - Navigation of albums (based on navigation history) using forward and back button - Auto album creation using date based album names while downloading photos from the camera. - Load and display image formats which imlib2 doesnt support, but kde does. - Generate thumbnails for raw images using Dave Coffins dcraw tool. - New standalone photo viewer named showFoto for kde using digiKams image viewer canvas. - New commandline option "--detect-camera" to detect connected cameras and to launch the camera window on startup. - New Aspect Ratio Constrained Crop plugin - Free Rotation tool is now a plugin and has guides to help with rotation.
2004-12-28Bump PKGREVISIONs due to libtiff update.reed2-4/+4
Some BUILDLINK_RECOMMENDED bumps done also. (If I missed any, please let me know -- and let me know a good way to automate this.)
2004-12-10locale files moved to under ${PKGLOCALEDIR}/locale/...markd2-12/+12
Bump PKGREVISION.
2004-10-30Make this package build with libexif-0.6.11.minskim2-1/+19
2004-10-30Bump BUILDLINK_DEPENDS.libexif in libexif/buildlink3.mk andminskim1-2/+2
PKGREVISIONs of packages including it, because the recent update of libexif changed the major version number of libexif. Noted by dieter and Jeremy C. Reed on tech-pkg@.
2004-10-15Update linkage to libltdl, now in its own package.tv1-2/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-2/+4
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-25No need for devel/kdesdk3 here, it is only needed to build digikam itself.seb1-4/+1
2004-09-23Provide buildlink3.mk file.seb1-0/+26
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+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-08-25Initial import of Digikam version 0.6.2 into the NetBSD Packages Collection.seb4-0/+167
Digikam is a simple digital photo management KDE application, which makes importing and organizing digital photos easy.