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>
14 lines
319 B
Text
14 lines
319 B
Text
|
|
$FreeBSD$
|
|
|
|
--- po/Makefile.in.in.orig
|
|
+++ po/Makefile.in.in
|
|
@@ -34,7 +34,7 @@
|
|
datarootdir = @datarootdir@
|
|
libdir = @libdir@
|
|
DATADIRNAME = @DATADIRNAME@
|
|
-itlocaledir = $(prefix)/$(DATADIRNAME)/locale
|
|
+itlocaledir = $(datarootdir)/locale
|
|
subdir = po
|
|
install_sh = @install_sh@
|
|
# Automake >= 1.8 provides @mkdir_p@.
|