summaryrefslogtreecommitdiff
path: root/graphics/digikam
AgeCommit message (Collapse)AuthorFilesLines
2007-04-03Fix compile problems due to an incompatibility in error reporting,drochner5-1/+129
introduced by exiv2-0.14. Require exiv2>=0.14. Ride on recent PKGREVISION bumps. Approved by gdt and wiz.
2007-04-01PKGREVISION bump for exiv2 shlib name change.wiz1-1/+2
2007-03-13update to 0.9.1drochner5-57/+25
changes: -New native JPEG2000 image loader -New optimized layout to show Comments & Tags side bar contents -more EXIF properties can be shown -Warning for lossy JPEG file saving -Tags View from Comments & Tags side bar support drag & drop
2007-01-26Update icons location of KDE apps. Bump PKGREVISIONmarkd2-22/+22
2007-01-17Very belatedly bump PKGREVISION for all jasper dependencies becausewiz2-4/+4
of the shlib name change (!) during the update to 1.900.0. Noted by Robert Elz in PR 35431.
2007-01-13Modular Xorg support.joerg1-1/+6
2007-01-08Fixed Perl interpreter. PKGREVISION++rillig1-2/+5
2007-01-08NetBSD 3.0 doesn't have trunc().rillig2-7/+10
2007-01-06minor cleanup: regen patches to correct line offsets, regen PLIST todrochner3-10/+10
get @commented out @dirrms
2007-01-02Update to 0.9.0... 2 years of development since previous stablextraeme4-24/+46
version, new features, bugfixes, etc.
2006-11-30trunc(3) doesn't exist on DragonFly, replace it with ceil/floor based onjoerg2-1/+23
sign of argument.
2006-11-29Update to 0.9.0rc1:xtraeme6-52/+138
The 0.9 series has been under heavy development since November 2005 (more than 200 files in KDE bugzilla have been closed) and offers you the opportunity to test and enjoy a variety of new features, additions and improvements. Please see the NEWS file for a full list of changes.
2006-10-06Fix a "test ... == ..."markd2-1/+15
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-2/+2
2006-07-24Update digikam{,-doc,imageplugins} to 0.8.2markd5-29/+20
Changes since digikam 0.8.2-rc1 include: Bugs fixed: o Unsupported initialization of CameraList object o digikam "Mount and Download" Problems o Thumbnail generation fails with raw images o Camera gui always puts *.JPG and *.NEF in the configure - digikam dialog/File Mime Types/ Image Files o Crash when moving an album to another album o Auto-rotion of photos may confuse user because of changes made he is not aware of o Communication between digiKam and its kioslaves broken if size_t != off_t o Minimize button missing on "Compaq Flash Reader" camera window o mimelnk/x-image-raw.desktop conflicts with kdegraphics-3.5.x Changes since 0.8.2-beta1 include: New feature: o add missing Rating info in album item file tip and image properties dialog Bugs fixed: o fix JFIF comments section encoding extraction to respect UTF8 o fix x-raw.desktop: removed tiff extention o camera download: auto-rotated images lose EXIF meta data o fix message about missing dcraw program o EXIF info lost when saving a modified image that was readonly o Hash marks ('#') in album names cause problems. 0.7.* regression o something is broken with TIFF imlib2 loader and 16 bits images. Use KDE/Qt TIFF loader instead. Changes since 0.8.1 include: New features: o display JPEG that use CMYK color space o Rating image using keyboard shortcuts CTRL+0/1/2/3/4/5 from main interface o Buttons to set the album date to oldest, yougest of the images in the album Bugs fixed: o preview-pictures seem to be handled differently by Digikam and Konqueror o albums not displayed corectly and digikam crashes with St9bad_alloc o digikam: whatthis info not closed when albumview is scrolled up or down with cursur keys o digikam: redraw problem with whatthis info of an image show and starts scrolling with the mouse o thumbnails not correctly rotated according to exif information o Ask user which plugins should be enabled on first startup (all plugins are enabled by default first startup) o opening and closing right pane with tag filter also changes width of left pane and vv o Digikam on PPC has problem identifying JPEG and tries to use dcraw with them Changes since digikamimageplugins 0.8.1 include: Bugs fixed: o White Balance plugin : Fixed Gamma correction slider values inversed o Infrared plugins: fix unnecessary blurring effects
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-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.