diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-11-06 04:52:08 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-11-06 04:52:08 +0000 |
commit | 62f3ca1ad91fdcda2fe22f7fea8d81100dcd45b9 (patch) | |
tree | ec1343f86fee64f82d88fe11a3cb51260aab259d /graphics/shotwell | |
parent | 09740eacf97330d1876cb3dc53d2fba74871b19d (diff) | |
download | ports-62f3ca1ad91fdcda2fe22f7fea8d81100dcd45b9.tar.gz ports-62f3ca1ad91fdcda2fe22f7fea8d81100dcd45b9.zip |
Notes
Diffstat (limited to 'graphics/shotwell')
-rw-r--r-- | graphics/shotwell/Makefile | 26 | ||||
-rw-r--r-- | graphics/shotwell/pkg-descr | 15 |
2 files changed, 23 insertions, 18 deletions
diff --git a/graphics/shotwell/Makefile b/graphics/shotwell/Makefile index 93d85d408e09..76a5ce4d232a 100644 --- a/graphics/shotwell/Makefile +++ b/graphics/shotwell/Makefile @@ -1,31 +1,29 @@ -# New ports collection makefile for: shotwell -# Date created: Tue Sep 7 02:00:03 UTC 2010 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> et al. -# +# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> et al. # $FreeBSD$ -# PORTNAME= shotwell PORTVERSION= 0.11.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics gnome MASTER_SITES= http://www.yorba.org/download/shotwell/${PORTVERSION:R}/ MAINTAINER= lx@FreeBSD.org COMMENT= Open source photo manager for GNOME +LICENSE= LGPL21 + BUILD_DEPENDS= vala>=0.12.0:${PORTSDIR}/lang/vala LIB_DEPENDS= sqlite3:${PORTSDIR}/databases/sqlite3 \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - gee.2:${PORTSDIR}/devel/libgee \ - json-glib-1.0.0:${PORTSDIR}/devel/json-glib \ - soup-2.4.1:${PORTSDIR}/devel/libsoup \ + dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ + gee:${PORTSDIR}/devel/libgee \ + json-glib-1.0:${PORTSDIR}/devel/json-glib \ + soup-2.4:${PORTSDIR}/devel/libsoup \ gexiv2:${PORTSDIR}/graphics/gexiv2 \ - exif.12:${PORTSDIR}/graphics/libexif \ - gphoto2.2:${PORTSDIR}/graphics/libgphoto2 \ + exif:${PORTSDIR}/graphics/libexif \ + gphoto2:${PORTSDIR}/graphics/libgphoto2 \ webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2 \ - unique-1.0.2:${PORTSDIR}/x11-toolkits/unique \ - raw.5:${PORTSDIR}/graphics/libraw + unique-1.0:${PORTSDIR}/x11-toolkits/unique \ + raw:${PORTSDIR}/graphics/libraw USE_BZIP2= yes USE_GETTEXT= yes diff --git a/graphics/shotwell/pkg-descr b/graphics/shotwell/pkg-descr index bd0ef9979e3c..9d11b3ac6c30 100644 --- a/graphics/shotwell/pkg-descr +++ b/graphics/shotwell/pkg-descr @@ -1,6 +1,13 @@ -[ excerpt from developer's web site with modifications ] +Shotwell is an image organizer designed to provide personal photo management +for the GNOME desktop environment. + +Shotwell can import photos and videos from a digital camera directly, group +photos and videos automatically by date, and supports tagging. Its image +editing features allow users to straighten, crop, eliminate red eye, and +adjust levels and color balance. It also features an auto "enhance" option +that will attempt to guess appropriate levels for the image. + +Shotwell allows users to publish their images and videos to Facebook, Flickr, +Picasa Web Albums, Piwigo, and YouTube. -A digital photo organizer that runs on Unix and (with limited -features) on Windows. - WWW: http://www.yorba.org/shotwell/ |