From owner-freebsd-gnome@FreeBSD.ORG Sat Dec 4 00:49:52 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C4B0106566B for ; Sat, 4 Dec 2010 00:49:52 +0000 (UTC) (envelope-from crwhipp@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6AF638FC13 for ; Sat, 4 Dec 2010 00:49:52 +0000 (UTC) Received: by pzk32 with SMTP id 32so1688595pzk.13 for ; Fri, 03 Dec 2010 16:49:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:date:from:to:subject :message-id:mime-version:content-type:content-disposition:user-agent; bh=qZAhpv6tlFT2GVivQDRUcQ0vAJS7pMxtTtbBFXfvCEc=; b=ImEheWup92qloTLoR9ZW8Sx/1yZtjRpMxPn7Fdcp8zUFMkKKk1zkINHcWICgy+hMTn qqhQJ1HPU2WzZVUre08yMCMYU5KF1CetzVN2z+Wke487uPtmYibsahTmtBHeTedvSRQ4 n2sdTLuxki1nWQceIClMrJC31YOgcz8NQjXX4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; b=iXV3f3mKc66BC7E1irqlAP0dNKO3FyAel6O3kn9zo06yqecWGwQ63Txa0scHaiDxIa N+uLm5IlHCK00QC2c4imnbS4UQta5ME+y+1JDjoMzh10kMALf+Drc8TMKduVM76pnwGD qVGlmj3wxNil9QRkxyQ1ArXWT8Bybjshrc+PY= Received: by 10.142.115.6 with SMTP id n6mr2725990wfc.169.1291422362975; Fri, 03 Dec 2010 16:26:02 -0800 (PST) Received: from whipp.no-ip.org (174-26-144-189.phnx.qwest.net [174.26.144.189]) by mx.google.com with ESMTPS id x35sm2968009wfd.1.2010.12.03.16.26.01 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 03 Dec 2010 16:26:01 -0800 (PST) Received: by whipp.no-ip.org (Postfix, from userid 1001) id 78AB3B8069; Fri, 3 Dec 2010 17:25:59 -0700 (MST) Date: Fri, 3 Dec 2010 17:25:59 -0700 From: Craig Whipp To: gnome@freebsd.org Message-ID: <20101204002556.GA36118@revo.domain.actdsltmp> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="7JfCtLOvnd9MIVvH" Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Cc: Subject: patch to update shotwell to 0.7.2 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2010 00:49:52 -0000 --7JfCtLOvnd9MIVvH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline With the recent update of vala to 0.10.1, it is now possible to update the graphics/shotwell port to the most recent version. I've taken a stab at creating a patch for the update, which is attached. It seems to work fine on my system, but I freely admit that I'm not too familiar with the intricacies of the ports system. Could somebody take a look and if it's good, commit the change? Thanks, - Craig --7JfCtLOvnd9MIVvH Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="shotwell.patch" diff -rupN shotwell/Makefile shotwell.local/Makefile --- shotwell/Makefile 2010-11-20 08:36:43.000000000 -0700 +++ shotwell.local/Makefile 2010-12-03 17:14:54.000000000 -0700 @@ -6,7 +6,7 @@ # PORTNAME= shotwell -PORTVERSION= 0.6.1 +PORTVERSION= 0.7.2 CATEGORIES= graphics gnome MASTER_SITES= http://www.yorba.org/download/shotwell/${PORTVERSION:R}/ @@ -14,7 +14,9 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Open source photo manager for GNOME BUILD_DEPENDS= ${LOCALBASE}/lib/libraw.a:${PORTSDIR}/graphics/libraw \ - vala>=0.8.0:${PORTSDIR}/lang/vala + vala>=0.8.0:${PORTSDIR}/lang/vala \ + bash:${PORTSDIR}/shells/bash + LIB_DEPENDS= sqlite3:${PORTSDIR}/databases/sqlite3 \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ gee.2:${PORTSDIR}/devel/libgee \ @@ -24,14 +26,18 @@ LIB_DEPENDS= sqlite3:${PORTSDIR}/databas gphoto2.2:${PORTSDIR}/graphics/libgphoto2 \ xml2.5:${PORTSDIR}/textproc/libxml2 \ webkit:${PORTSDIR}/www/webkit-gtk2 \ - unique-1.0.2:${PORTSDIR}/x11-toolkits/unique + unique-1.0.2:${PORTSDIR}/x11-toolkits/unique \ + quicktime.0:${PORTSDIR}/multimedia/libquicktime\ + json-glib-1.0.0:${PORTSDIR}/devel/json-glib + -BROKEN= Doesn't build with vala-0.10 +#BROKEN= Doesn't build with vala-0.10 USE_BZIP2= yes USE_GETTEXT= yes USE_GNOME= gconf2 gtk20 desktopfileutils USE_GMAKE= yes +USE_GSTREAMER= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ --disable-icon-update \ diff -rupN shotwell/distinfo shotwell.local/distinfo --- shotwell/distinfo 2010-09-07 13:47:40.000000000 -0700 +++ shotwell.local/distinfo 2010-10-22 15:07:41.000000000 -0700 @@ -1,3 +1,3 @@ -MD5 (shotwell-0.6.1.tar.bz2) = 440436e8f1479a5da2599065705b0ca4 -SHA256 (shotwell-0.6.1.tar.bz2) = 01314373d35f05bcdc223eb06a0f21e76ae3e3e1d6628822816a147db1d534dc -SIZE (shotwell-0.6.1.tar.bz2) = 681013 +MD5 (shotwell-0.7.2.tar.bz2) = 075b04f9723bddfffc96810384b9524a +SHA256 (shotwell-0.7.2.tar.bz2) = 8b4139407d59badcbe13e23db070e0a0709ecc0f9ad806335888382eebf5dfa3 +SIZE (shotwell-0.7.2.tar.bz2) = 1064127 diff -rupN shotwell/pkg-plist shotwell.local/pkg-plist --- shotwell/pkg-plist 2010-09-07 13:47:40.000000000 -0700 +++ shotwell.local/pkg-plist 2010-12-03 17:17:28.000000000 -0700 @@ -1,7 +1,9 @@ bin/shotwell + share/locale/ar/LC_MESSAGES/shotwell.mo share/locale/bg/LC_MESSAGES/shotwell.mo share/locale/bn/LC_MESSAGES/shotwell.mo +share/locale/ca/LC_MESSAGES/shotwell.mo share/locale/cs/LC_MESSAGES/shotwell.mo share/locale/da/LC_MESSAGES/shotwell.mo share/locale/de/LC_MESSAGES/shotwell.mo @@ -11,11 +13,13 @@ share/locale/es/LC_MESSAGES/shotwell.mo share/locale/et/LC_MESSAGES/shotwell.mo share/locale/fi/LC_MESSAGES/shotwell.mo share/locale/fr/LC_MESSAGES/shotwell.mo +share/locale/gl/LC_MESSAGES/shotwell.mo share/locale/hr/LC_MESSAGES/shotwell.mo share/locale/hu/LC_MESSAGES/shotwell.mo share/locale/id/LC_MESSAGES/shotwell.mo share/locale/it/LC_MESSAGES/shotwell.mo share/locale/ja/LC_MESSAGES/shotwell.mo +share/locale/ko/LC_MESSAGES/shotwell.mo share/locale/lt/LC_MESSAGES/shotwell.mo share/locale/lv/LC_MESSAGES/shotwell.mo share/locale/nb/LC_MESSAGES/shotwell.mo @@ -30,12 +34,17 @@ share/locale/sl/LC_MESSAGES/shotwell.mo share/locale/sr/LC_MESSAGES/shotwell.mo share/locale/sv/LC_MESSAGES/shotwell.mo share/locale/th/LC_MESSAGES/shotwell.mo +share/locale/tr/LC_MESSAGES/shotwell.mo share/locale/uk/LC_MESSAGES/shotwell.mo share/locale/zh_CN/LC_MESSAGES/shotwell.mo share/locale/zh_TW/LC_MESSAGES/shotwell.mo share/locale/ast/LC_MESSAGES/shotwell.mo +share/locale/kk/LC_MESSAGES/shotwell.mo + share/icons/hicolor/scalable/apps/shotwell.svg share/applications/shotwell.desktop share/applications/shotwell-viewer.desktop + + @exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true @unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true --7JfCtLOvnd9MIVvH--