head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.6 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.4 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.2 pkgsrc-2011Q4-base:1.2; locks; strict; comment @# @; 1.2 date 2011.09.12.18.15.03; author drochner; state dead; branches; next 1.1; 1.1 date 2011.07.31.17.37.01; author gls; state Exp; branches; next ; desc @@ 1.2 log @update to 0.11.1 changes: -Tags can now be organized into hierarchical trees -Paired RAW + JPEG images are treated as a single photo when imported from a camera -Select different developers for RAW photos: use the development produced by Shotwell or by your camera -Shotwell now uses GSettings instead of GConf to store its configuration information -"Hide Photos Already Imported" setting persists between imports -Several all-new saved search options -JPEG mimics of RAW images are no longer stored in your home directory, and are now created on demand -Shotwell now supports Windows Bitmap (.bmp) images @ text @$NetBSD: patch-vapi_libraw.vapi,v 1.1 2011/07/31 17:37:01 gls Exp $ Fix importing with libraw 0.13.6 & 0.13.7 Taken from upstream: http://redmine.yorba.org/issues/3868 --- vapi/libraw.vapi.orig 2011-05-26 23:43:17.000000000 +0000 +++ vapi/libraw.vapi @@@@ -182,9 +182,9 @@@@ public class Processor { public unowned ImageSizes get_sizes() { return sizes; } public unowned Thumbnail get_thumbnail() { return thumbnail; } [CCode (cname="libraw_dcraw_make_mem_image")] - public ProcessedImage make_mem_image(out Result result); + public ProcessedImage make_mem_image(ref Result result); [CCode (cname="libraw_dcraw_make_mem_thumb")] - public ProcessedImage make_mem_thumb(out Result result); + public ProcessedImage make_mem_thumb(ref Result result); public Result open_buffer(uint8[] buffer); public Result open_file(string filename); [CCode (cname="libraw_dcraw_process")] @ 1.1 log @Add two patches from upstream to fix importing raws with libraw 0.13.6 and 0.13.7 PKGREV++ @ text @d1 1 a1 1 $NetBSD$ @