2009-08-26 21:56:37 +02:00
|
|
|
# $NetBSD: Makefile,v 1.24 2009/08/26 19:57:50 sno Exp $
|
Import showimg from pkgsrc-wip. Packaged by Ian Zagorskih and
slightly modified by me.
ShowImg is a feature-rich image viewer for KDE including an image
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
2004-07-28 15:37:52 +02:00
|
|
|
#
|
|
|
|
|
2006-10-14 23:26:47 +02:00
|
|
|
DISTNAME= showimg-0.9.5
|
2009-08-26 21:56:37 +02:00
|
|
|
PKGREVISION= 7
|
Import showimg from pkgsrc-wip. Packaged by Ian Zagorskih and
slightly modified by me.
ShowImg is a feature-rich image viewer for KDE including an image
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
2004-07-28 15:37:52 +02:00
|
|
|
CATEGORIES= kde graphics x11
|
2006-10-15 21:25:56 +02:00
|
|
|
MASTER_SITES= http://www.jalix.org/projects/showimg/download/0.9.5/
|
2005-05-04 19:00:06 +02:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
Import showimg from pkgsrc-wip. Packaged by Ian Zagorskih and
slightly modified by me.
ShowImg is a feature-rich image viewer for KDE including an image
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
2004-07-28 15:37:52 +02:00
|
|
|
|
|
|
|
MAINTAINER= ianzag@mail.ru
|
|
|
|
HOMEPAGE= http://www.jalix.org/projects/showimg/
|
|
|
|
COMMENT= Feature-rich image viewer for KDE including an image management system
|
|
|
|
|
2006-10-01 16:40:12 +02:00
|
|
|
USE_TOOLS+= gmake pkg-config perl:run
|
2006-10-14 23:26:47 +02:00
|
|
|
REPLACE_PERL+= showimg/showimg/misc/convert2png.pl
|
2006-05-14 18:19:45 +02:00
|
|
|
USE_LANGUAGES= c c++
|
Import showimg from pkgsrc-wip. Packaged by Ian Zagorskih and
slightly modified by me.
ShowImg is a feature-rich image viewer for KDE including an image
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
2004-07-28 15:37:52 +02:00
|
|
|
USE_LIBTOOL= YES
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
|
2006-10-14 23:26:47 +02:00
|
|
|
CONFIGURE_ARGS+= --without-showimgdb
|
|
|
|
|
2007-01-13 17:34:00 +01:00
|
|
|
BUILDLINK_DEPMETHOD.libXt?= build
|
|
|
|
|
Import showimg from pkgsrc-wip. Packaged by Ian Zagorskih and
slightly modified by me.
ShowImg is a feature-rich image viewer for KDE including an image
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
2004-07-28 15:37:52 +02:00
|
|
|
.include "../../meta-pkgs/kde3/kde3.mk"
|
2007-01-26 05:13:33 +01:00
|
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
2005-05-04 19:00:06 +02:00
|
|
|
.include "../../graphics/libexif/buildlink3.mk"
|
|
|
|
.include "../../graphics/libkexif/buildlink3.mk"
|
|
|
|
.include "../../graphics/libkipi/buildlink3.mk"
|
2007-01-13 17:34:00 +01:00
|
|
|
.include "../../x11/kdebase3/buildlink3.mk"
|
|
|
|
.include "../../x11/libSM/buildlink3.mk"
|
|
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
|
|
.include "../../x11/libXt/buildlink3.mk"
|
Import showimg from pkgsrc-wip. Packaged by Ian Zagorskih and
slightly modified by me.
ShowImg is a feature-rich image viewer for KDE including an image
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
2004-07-28 15:37:52 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|