Date: Fri, 3 Dec 2010 17:25:59 -0700 From: Craig Whipp <crwhipp@gmail.com> To: gnome@freebsd.org Subject: patch to update shotwell to 0.7.2 Message-ID: <20101204002556.GA36118@revo.domain.actdsltmp>
next in thread | raw e-mail | index | archive | help
--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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101204002556.GA36118>