management system. It is highly configurable and supports numerous image formats. Viewer * display JPEG, PNG (alpha layer supported), GIF, XCF, PSD, etc. files * open several directories, and archives (.tar.gz, .tar.bz2, .zip, ...) * apply filters to displayed image * preview, fullscreen, slideshow, ``fit-to-screen'', efficient zoom * open files with external programs * support EXIF header (JPEG file metadata) * display a hexadecimal view Management * batch rename * search for exact and similar images * several formats conversion * manage photo albums Configuration * digikam ; plugins supported * configurable interface
18 lines
526 B
Makefile
18 lines
526 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/07/15 13:19:10 ianzag Exp $
|
|
#
|
|
|
|
DISTNAME= showimg-0.9.3
|
|
CATEGORIES= kde graphics x11
|
|
MASTER_SITES= http://www.jalix.org/projects/showimg/download/0.9.3/
|
|
|
|
MAINTAINER= ianzag@mail.ru
|
|
HOMEPAGE= http://www.jalix.org/projects/showimg/
|
|
COMMENT= Feature-rich image viewer for KDE including an image management system
|
|
|
|
USE_BUILDLINK3= YES
|
|
USE_GNU_TOOLS+= make
|
|
GNU_CONFIGURE= YES
|
|
|
|
.include "../../meta-pkgs/kde3/kde3.mk"
|
|
.include "../../x11/kdebase3/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|