head 1.3; access; symbols pkgsrc-2014Q3:1.2.0.8 pkgsrc-2014Q3-base:1.2 pkgsrc-2014Q2:1.2.0.6 pkgsrc-2014Q2-base:1.2 pkgsrc-2014Q1:1.2.0.4 pkgsrc-2014Q1-base:1.2 pkgsrc-2013Q4:1.2.0.2 pkgsrc-2013Q4-base:1.2 pkgsrc-2013Q3:1.1.0.4 pkgsrc-2013Q3-base:1.1 pkgsrc-2013Q2:1.1.0.2 pkgsrc-2013Q2-base:1.1; locks; strict; comment @# @; 1.3 date 2014.11.25.10.07.18; author wiz; state dead; branches; next 1.2; commitid mxfnoc68YAcJeyZx; 1.2 date 2013.12.04.12.57.47; author drochner; state Exp; branches; next 1.1; commitid q4si9xcr53hwCOfx; 1.1 date 2013.04.08.16.51.59; author drochner; state Exp; branches; next ; desc @@ 1.3 log @Update shotwell using shotwell-gtk3. @ text @$NetBSD: patch-ac,v 1.2 2013/12/04 12:57:47 drochner Exp $ --- configure.orig 2013-11-19 02:02:29.000000000 +0000 +++ configure @@@@ -176,10 +176,10 @@@@ done # detect version of libgphoto2 the compilation host has installed pkg-config --atleast-version 2.5 libgphoto2 -if [ $? == 1 ] +if [ $? = 1 ] then pkg-config --atleast-version 2.4 libgphoto2 - if [ $? == 1 ] + if [ $? = 1 ] then printf "No compatible libGPhoto installation found. Configuration cannot continue.\n"; exit 1 @ 1.2 log @update to 0.15.1 changes: Copy and paste color adjustments between photos Highlights detail adjustment YouTube plugin now uses OAuth / OpenID Videos in Missing Files now re-import properly Improvements when thumbnailing videos Numerous bug fixes @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @update to 0.14.1 changes: -improved raw support, error handling on import, slideshow mode -bugfixes @ text @d3 1 a3 1 --- configure.orig 2013-04-03 01:53:28.000000000 +0000 d5 1 a5 1 @@@@ -144,7 +144,7 @@@@ done d12 6 a17 2 printf "Detected libGPhoto 2.4.x - using default code path.\n"; else @