This version adds EXIF support using p5-Image-ExifTool. - change $LIBDIR to /usr/local/share - remove jhead from and add graphics/p5-Image-ExifTool as new run dep - remove the changes for integrating jhead - remove patch-slidetemplate2_html OK aja@
22 lines
1.0 KiB
Plaintext
22 lines
1.0 KiB
Plaintext
$OpenBSD: patch-igal2,v 1.2 2015/04/19 12:49:54 rpe Exp $
|
|
--- igal2.orig Sun Apr 19 11:15:27 2015
|
|
+++ igal2 Sun Apr 19 11:15:50 2015
|
|
@@ -5,7 +5,7 @@ eval 'exec perl -wS $0 ${1+"$@"}'
|
|
############################################################################
|
|
# Please change this accordingly if you change the DESTDIR in the tarball
|
|
# distribution Makefile or the --prefix of the RPM installation
|
|
-$LIBDIR = "/usr/local/lib/igal2";
|
|
+$LIBDIR = "/usr/local/share/igal2";
|
|
# for example if you make DESTDIR=/usr then $LIBDIR="/usr/lib/igal2"
|
|
############################################################################
|
|
#
|
|
@@ -205,7 +205,7 @@ die "Critical failure: Lib Image::ExifTool not install
|
|
$opt_d =~ s/\/$//;
|
|
|
|
# let users store their templates in a $HOME/.igal directory, if it exists,
|
|
-# instead of the site-wide /usr/local/lib/igal (from line 8 up top)
|
|
+# instead of the site-wide /usr/local/share/igal (from line 8 up top)
|
|
$LIBDIR = $userigaldir if ((-r $userigaldir) && (-d $userigaldir));
|
|
|
|
# load up image files from $opt_d into array @imgfiles
|