Solang - A photo manager for GNOME
Features:
---------
- Browser, editor, enlarged and slideshow renderer for viewing the entire
collection, editing, a single photo and slideshows respectively.
- Camera, Flickr and folder importer to import photos from cameras in PTP mode
Flickr and folders respectively.
- Folder exporter to export selected photos to a folder.
- Date view for showing photo dates.
- Basic editing like brightness, contrast, flipping, rotation, saturation and
scaling, and undo, redo of operations.
- Ability to copy a set of applied operations from one photo and paste it
onto others.
- Support for tagging photos and Exif data.
- Thumbnails for showing RAW files in the browser renderer.
- Search basket for drag and drop search using multiple tags, Exif fields
and/or dates.
WWW: https://savannah.nongnu.org/projects/solang
PR: ports/140848
Submitted by: Ashish SHUKLA <wahjava@gmail.com>
2009-12-03 13:50:05 +01:00
|
|
|
# New ports collection makefile for: solang
|
|
|
|
# Date created: 2009-06-11
|
|
|
|
# Whom: Ashish SHUKLA <wahjava@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= solang
|
|
|
|
PORTVERSION= 0.3
|
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= http://rishi.fedorapeople.org/solang/
|
|
|
|
|
|
|
|
PATCH_SITES= http://rishi.fedorapeople.org/
|
|
|
|
PATCHFILES= 0001-Ported-to-libgdamm-4.x.patch
|
|
|
|
PATCH_DIST_STRIP= -p1
|
|
|
|
|
|
|
|
MAINTAINER= wahjava@gmail.com
|
|
|
|
COMMENT= A photo manager for GNOME
|
|
|
|
|
|
|
|
LIB_DEPENDS= gegl-0.0.22:${PORTSDIR}/graphics/gegl \
|
|
|
|
babl-0.0.0:${PORTSDIR}/x11/babl \
|
|
|
|
exiv2.7:${PORTSDIR}/graphics/exiv2 \
|
|
|
|
flickcurl.0:${PORTSDIR}/www/flickcurl \
|
|
|
|
gtkimageview.0:${PORTSDIR}/x11-toolkits/gtkimageview \
|
|
|
|
webkit-1.0.13:${PORTSDIR}/www/webkit-gtk2 \
|
|
|
|
gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \
|
|
|
|
soup-2.4.1:${PORTSDIR}/devel/libsoup \
|
|
|
|
gdl-1.3:${PORTSDIR}/x11-toolkits/gdl \
|
|
|
|
gdamm-4.0.12:${PORTSDIR}/databases/libgdamm \
|
|
|
|
gphoto2.2:${PORTSDIR}/graphics/libgphoto2
|
|
|
|
|
|
|
|
USE_AUTOTOOLS= autoconf:262
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GNOME= libgda4 intltool
|
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
USE_GETTEXT= yes
|
2009-12-11 08:41:58 +01:00
|
|
|
USE_GCC= 4.2+
|
Solang - A photo manager for GNOME
Features:
---------
- Browser, editor, enlarged and slideshow renderer for viewing the entire
collection, editing, a single photo and slideshows respectively.
- Camera, Flickr and folder importer to import photos from cameras in PTP mode
Flickr and folders respectively.
- Folder exporter to export selected photos to a folder.
- Date view for showing photo dates.
- Basic editing like brightness, contrast, flipping, rotation, saturation and
scaling, and undo, redo of operations.
- Ability to copy a set of applied operations from one photo and paste it
onto others.
- Support for tagging photos and Exif data.
- Thumbnails for showing RAW files in the browser renderer.
- Search basket for drag and drop search using multiple tags, Exif fields
and/or dates.
WWW: https://savannah.nongnu.org/projects/solang
PR: ports/140848
Submitted by: Ashish SHUKLA <wahjava@gmail.com>
2009-12-03 13:50:05 +01:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
@-update-desktop-database
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|