f49e92521c
* Video support for most major video formats * Publish videos to major Web services, including YouTube, Flickr, Facebook, and PicasaWeb. * Runtime monitoring of library directory and auto-import of newly created files. * Background writing of metadata (tags, titles, ratings, orientation, and exposure date) to master files (user-configurable). * Flagging photos for batch operations. * Set multiple photos to desktop background slideshow. * Numerous translation updates. ok ajacoutot@
55 lines
1.5 KiB
Makefile
55 lines
1.5 KiB
Makefile
# $OpenBSD: Makefile,v 1.4 2011/01/17 13:05:21 landry Exp $
|
|
|
|
COMMENT = digital photo organizer
|
|
|
|
DISTNAME = shotwell-0.8.1
|
|
CATEGORIES = graphics
|
|
MASTER_SITES = http://yorba.org/download/shotwell/0.8/
|
|
HOMEPAGE = http://yorba.org/shotwell/
|
|
EXTRACT_SUFX = .tar.bz2
|
|
|
|
# LGPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB = X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes Xi \
|
|
Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig \
|
|
freetype gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 m \
|
|
pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 png \
|
|
pthread-stubs xcb z ORBit-2 dbus-1 dbus-glib-1 exif \
|
|
gconf-2 gnutls gthread-2.0 pthread soup-2.4 sqlite3 usb \
|
|
xcb-render xml2 exiv2 stdc++ gee gphoto2 gstbase-0.10 gstreamer-0.10 \
|
|
gphoto2_port unique-1.0 webkit-1.0 raw gexiv2 gdk-x11-2.0 \
|
|
gdk_pixbuf-2.0 gtk-x11-2.0 GL Xxf86vm drm xcb-shm
|
|
|
|
MODULES = devel/gettext x11/gnome devel/gconf2
|
|
|
|
MODGNOME_HELP_FILES = Yes
|
|
DESKTOP_FILES = yes
|
|
|
|
RUN_DEPENDS += x11/gnome/librsvg
|
|
|
|
BUILD_DEPENDS = lang/vala>=0.10
|
|
|
|
LIB_DEPENDS = x11/gtk+2 \
|
|
graphics/libgexiv2 \
|
|
graphics/libraw \
|
|
devel/json-glib \
|
|
www/webkit \
|
|
devel/libunique \
|
|
devel/libgee \
|
|
graphics/libgphoto2
|
|
|
|
NO_REGRESS = Yes
|
|
# beware : configure is an horrible homemade shell script
|
|
CONFIGURE_STYLE = simple
|
|
CONFIGURE_ARGS = --disable-schemas-install \
|
|
--disable-desktop-update \
|
|
--disable-icon-update
|
|
|
|
MODGCONF2_SCHEMAS_DIR = shotwell
|
|
|
|
.include <bsd.port.mk>
|