c6cbed9bbb
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.
26 lines
841 B
Makefile
26 lines
841 B
Makefile
# $NetBSD: buildlink3.mk,v 1.6 2005/03/22 09:45:28 seb Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
DIGIKAM_BUILDLINK3_MK:= ${DIGIKAM_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= digikam
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ndigikam}
|
|
BUILDLINK_PACKAGES+= digikam
|
|
|
|
.if !empty(DIGIKAM_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.digikam+= digikam>=0.7.2
|
|
BUILDLINK_PKGSRCDIR.digikam?= ../../graphics/digikam
|
|
.endif # DIGIKAM_BUILDLINK3_MK
|
|
|
|
.include "../../databases/gdbm/buildlink3.mk"
|
|
.include "../../devel/libgphoto2/buildlink3.mk"
|
|
.include "../../graphics/imlib2/buildlink3.mk"
|
|
.include "../../graphics/libkexif/buildlink3.mk"
|
|
.include "../../graphics/libkipi/buildlink3.mk"
|
|
.include "../../graphics/tiff/buildlink3.mk"
|
|
.include "../../x11/kdelibs3/buildlink3.mk"
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|