[Bsd-sharp-list] [PATCH] graphics/f-spot: update to 0.4.0
Tom McLaughlin
tmclaugh at sdf.lonestar.org
Sun Aug 26 11:17:49 MDT 2007
Phillip, can you take a look at the PR and merge any relevant changes?
Thanks.
tom
On Sun, 2007-08-26 at 15:42 +0800, chinsan wrote:
> >Submitter-Id: current-users
> >Originator: chinsan
> >Organization: Taiwan
> >Confidential: no
> >Synopsis: [PATCH] graphics/f-spot: update to 0.4.0
> >Severity: non-critical
> >Priority: low
> >Category: ports
> >Class: update
> >Release: FreeBSD 6.2-STABLE i386
> >Environment:
> System: FreeBSD chinsan.twbbs.org 6.2-STABLE FreeBSD 6.2-STABLE #2: Wed Aug 1 06:33:23 CST
> >Description:
> - Update to 0.4.0
>
> Port maintainer (bsd-sharp-list at forge.novell.com) is cc'd.
>
> Generated with FreeBSD Port Tools 0.77
> >How-To-Repeat:
> >Fix:
>
> --- f-spot-0.4.0,1.patch begins here ---
> diff -ruN --exclude=CVS /usr/ports/graphics/f-spot/Makefile /usr/home/chinsan/project/graphics/f-spot/Makefile
> --- /usr/ports/graphics/f-spot/Makefile 2007-06-10 11:07:14.000000000 +0800
> +++ /usr/home/chinsan/project/graphics/f-spot/Makefile 2007-08-26 15:36:42.000000000 +0800
> @@ -7,12 +7,11 @@
> #
>
> PORTNAME= f-spot
> -PORTVERSION= 0.3.5
> -PORTREVISION= 3
> +PORTVERSION= 0.4.0
> PORTEPOCH= 1
> CATEGORIES= graphics gnome
> MASTER_SITES= ${MASTER_SITE_GNOME}
> -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.3
> +MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.4
>
> MAINTAINER= bsd-sharp-list at forge.novell.com
> COMMENT= Personal photo management to the GNOME desktop
> @@ -26,14 +25,24 @@
> USE_SQLITE= yes
> USE_GNOME= gnomehack gnomeprefix gnometarget intlhack gnomesharp20
> GNU_CONFIGURE= yes
> -USE_GETTEXT= yes
> USE_GMAKE= yes
> INSTALLS_ICONS= yes
> INSTALLS_OMF= yes
> -
> +USE_LDCONFIG= yes
> CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
> LDFLAGS="-L${LOCALBASE}/lib"
>
> +.if !defined(WITHOUT_NLS)
> +USE_GETTEXT= yes
> +PLIST_SUB+= NLS=""
> +CPPFLAGS+= -I${LOCALBASE}/include
> +LDFLAGS+= -L${LOCALBASE}/lib
> +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
> +.else
> +CONFIGURE_ARGS+=--disable-nls
> +PLIST_SUB+= NLS="@comment "
> +.endif
> +
> post-patch:
> @${REINPLACE_CMD} 's|target="liblcms.so.1"|target="liblcms.so"|g ; \
> s|target="libexif.so. at EXIF_SOVERSION@"|target="libexif.so"|g' \
> diff -ruN --exclude=CVS /usr/ports/graphics/f-spot/distinfo /usr/home/chinsan/project/graphics/f-spot/distinfo
> --- /usr/ports/graphics/f-spot/distinfo 2007-03-18 00:17:09.000000000 +0800
> +++ /usr/home/chinsan/project/graphics/f-spot/distinfo 2007-08-26 14:48:41.000000000 +0800
> @@ -1,3 +1,3 @@
> -MD5 (f-spot-0.3.5.tar.bz2) = dafa8ac8149b80d010cecee3629e39b5
> -SHA256 (f-spot-0.3.5.tar.bz2) = 441997d27f0155ab2090b14dd6f29ccdf850f3565fa951dac5e589c75980a72b
> -SIZE (f-spot-0.3.5.tar.bz2) = 1770616
> +MD5 (f-spot-0.4.0.tar.bz2) = 0f21ff56d310329185cc17a2fadda5fe
> +SHA256 (f-spot-0.4.0.tar.bz2) = c0288df6c83b63698a47ad70ec596d424f1bf40e567c294a677e01f82df5348e
> +SIZE (f-spot-0.4.0.tar.bz2) = 2178174
> diff -ruN --exclude=CVS /usr/ports/graphics/f-spot/pkg-plist /usr/home/chinsan/project/graphics/f-spot/pkg-plist
> --- /usr/ports/graphics/f-spot/pkg-plist 2007-05-24 21:58:23.000000000 +0800
> +++ /usr/home/chinsan/project/graphics/f-spot/pkg-plist 2007-08-26 15:35:14.000000000 +0800
> @@ -1,6 +1,12 @@
> bin/f-spot
> bin/f-spot-import
> +bin/f-spot-sqlite-upgrade
> lib/f-spot/FlickrNet.dll
> +lib/f-spot/Mono.Addins.Gui.dll
> +lib/f-spot/Mono.Addins.Setup.dll
> +lib/f-spot/Mono.Addins.dll
> +lib/f-spot/Mono.Addins.dll.config
> +lib/f-spot/Mono.Google.dll
> lib/f-spot/NDesk.DBus.GLib.dll
> lib/f-spot/NDesk.DBus.GLib.dll.config
> lib/f-spot/NDesk.DBus.dll
> @@ -13,10 +19,11 @@
> lib/f-spot/Tao.OpenGl.Glu.dll.config
> lib/f-spot/Tao.OpenGl.dll
> lib/f-spot/Tao.OpenGl.dll.config
> +lib/f-spot/extensions/DefaultExporters.addin.xml
> lib/f-spot/f-spot.exe
> lib/f-spot/f-spot.exe.config
> +lib/f-spot/f-spot.global.addins
> lib/f-spot/gnome-keyring-sharp.dll
> -lib/f-spot/google-sharp.dll
> lib/f-spot/libfspot.a
> lib/f-spot/libfspot.la
> lib/f-spot/libfspot.so
> @@ -37,20 +44,88 @@
> share/gnome/applications/f-spot-view.desktop
> share/gnome/applications/f-spot.desktop
> share/gnome/help/f-spot/C/f-spot.xml
> +share/gnome/help/f-spot/C/figures/f-spot-adjust-colors.png
> +share/gnome/help/f-spot/C/figures/f-spot-autocolor.png
> +share/gnome/help/f-spot/C/figures/f-spot-crop.png
> +share/gnome/help/f-spot/C/figures/f-spot-desaturate.png
> share/gnome/help/f-spot/C/figures/f-spot-fullscreen.png
> +share/gnome/help/f-spot/C/figures/f-spot-red-eye.png
> +share/gnome/help/f-spot/C/figures/f-spot-sepia.png
> share/gnome/help/f-spot/C/figures/f-spot-slideshow.png
> +share/gnome/help/f-spot/C/figures/f-spot-soft-focus.png
> +share/gnome/help/f-spot/C/figures/f-spot-straighten.png
> share/gnome/help/f-spot/da/f-spot.xml
> +share/gnome/help/f-spot/da/figures/f-spot-adjust-colors.png
> +share/gnome/help/f-spot/da/figures/f-spot-autocolor.png
> +share/gnome/help/f-spot/da/figures/f-spot-crop.png
> +share/gnome/help/f-spot/da/figures/f-spot-desaturate.png
> share/gnome/help/f-spot/da/figures/f-spot-fullscreen.png
> +share/gnome/help/f-spot/da/figures/f-spot-red-eye.png
> +share/gnome/help/f-spot/da/figures/f-spot-sepia.png
> share/gnome/help/f-spot/da/figures/f-spot-slideshow.png
> +share/gnome/help/f-spot/da/figures/f-spot-soft-focus.png
> +share/gnome/help/f-spot/da/figures/f-spot-straighten.png
> +share/gnome/help/f-spot/es/f-spot.xml
> +share/gnome/help/f-spot/es/figures/f-spot-adjust-colors.png
> +share/gnome/help/f-spot/es/figures/f-spot-autocolor.png
> +share/gnome/help/f-spot/es/figures/f-spot-crop.png
> +share/gnome/help/f-spot/es/figures/f-spot-desaturate.png
> +share/gnome/help/f-spot/es/figures/f-spot-fullscreen.png
> +share/gnome/help/f-spot/es/figures/f-spot-red-eye.png
> +share/gnome/help/f-spot/es/figures/f-spot-sepia.png
> +share/gnome/help/f-spot/es/figures/f-spot-slideshow.png
> +share/gnome/help/f-spot/es/figures/f-spot-soft-focus.png
> +share/gnome/help/f-spot/es/figures/f-spot-straighten.png
> share/gnome/help/f-spot/fr/f-spot.xml
> +share/gnome/help/f-spot/fr/figures/f-spot-adjust-colors.png
> +share/gnome/help/f-spot/fr/figures/f-spot-autocolor.png
> +share/gnome/help/f-spot/fr/figures/f-spot-crop.png
> +share/gnome/help/f-spot/fr/figures/f-spot-desaturate.png
> share/gnome/help/f-spot/fr/figures/f-spot-fullscreen.png
> +share/gnome/help/f-spot/fr/figures/f-spot-red-eye.png
> +share/gnome/help/f-spot/fr/figures/f-spot-sepia.png
> share/gnome/help/f-spot/fr/figures/f-spot-slideshow.png
> +share/gnome/help/f-spot/fr/figures/f-spot-soft-focus.png
> +share/gnome/help/f-spot/fr/figures/f-spot-straighten.png
> +share/gnome/help/f-spot/it/f-spot.xml
> +share/gnome/help/f-spot/it/figures/f-spot-adjust-colors.png
> +share/gnome/help/f-spot/it/figures/f-spot-autocolor.png
> +share/gnome/help/f-spot/it/figures/f-spot-crop.png
> +share/gnome/help/f-spot/it/figures/f-spot-desaturate.png
> +share/gnome/help/f-spot/it/figures/f-spot-fullscreen.png
> +share/gnome/help/f-spot/it/figures/f-spot-red-eye.png
> +share/gnome/help/f-spot/it/figures/f-spot-sepia.png
> +share/gnome/help/f-spot/it/figures/f-spot-slideshow.png
> +share/gnome/help/f-spot/it/figures/f-spot-soft-focus.png
> +share/gnome/help/f-spot/it/figures/f-spot-straighten.png
> +share/gnome/help/f-spot/pt_BR/f-spot.xml
> +share/gnome/help/f-spot/pt_BR/figures/f-spot-adjust-colors.png
> +share/gnome/help/f-spot/pt_BR/figures/f-spot-autocolor.png
> +share/gnome/help/f-spot/pt_BR/figures/f-spot-crop.png
> +share/gnome/help/f-spot/pt_BR/figures/f-spot-desaturate.png
> +share/gnome/help/f-spot/pt_BR/figures/f-spot-fullscreen.png
> +share/gnome/help/f-spot/pt_BR/figures/f-spot-red-eye.png
> +share/gnome/help/f-spot/pt_BR/figures/f-spot-sepia.png
> +share/gnome/help/f-spot/pt_BR/figures/f-spot-slideshow.png
> +share/gnome/help/f-spot/pt_BR/figures/f-spot-soft-focus.png
> +share/gnome/help/f-spot/pt_BR/figures/f-spot-straighten.png
> share/gnome/help/f-spot/sv/f-spot.xml
> +share/gnome/help/f-spot/sv/figures/f-spot-adjust-colors.png
> +share/gnome/help/f-spot/sv/figures/f-spot-autocolor.png
> +share/gnome/help/f-spot/sv/figures/f-spot-crop.png
> +share/gnome/help/f-spot/sv/figures/f-spot-desaturate.png
> share/gnome/help/f-spot/sv/figures/f-spot-fullscreen.png
> +share/gnome/help/f-spot/sv/figures/f-spot-red-eye.png
> +share/gnome/help/f-spot/sv/figures/f-spot-sepia.png
> share/gnome/help/f-spot/sv/figures/f-spot-slideshow.png
> +share/gnome/help/f-spot/sv/figures/f-spot-soft-focus.png
> +share/gnome/help/f-spot/sv/figures/f-spot-straighten.png
> share/gnome/omf/f-spot/f-spot-C.omf
> share/gnome/omf/f-spot/f-spot-da.omf
> +share/gnome/omf/f-spot/f-spot-es.omf
> share/gnome/omf/f-spot/f-spot-fr.omf
> +share/gnome/omf/f-spot/f-spot-it.omf
> +share/gnome/omf/f-spot/f-spot-pt_BR.omf
> share/gnome/omf/f-spot/f-spot-sv.omf
> share/icons/hicolor/16x16/apps/f-spot.png
> share/icons/hicolor/16x16/apps/f-spot.svg
> @@ -61,48 +136,55 @@
> share/icons/hicolor/32x32/apps/f-spot.svg
> share/icons/hicolor/48x48/apps/f-spot.png
> share/icons/hicolor/48x48/apps/f-spot.svg
> -share/icons/hicolor/scalable/apps/f-spot.svg
> -share/locale/ar/LC_MESSAGES/f-spot.mo
> -share/locale/bg/LC_MESSAGES/f-spot.mo
> -share/locale/ca/LC_MESSAGES/f-spot.mo
> -share/locale/cs/LC_MESSAGES/f-spot.mo
> -share/locale/da/LC_MESSAGES/f-spot.mo
> -share/locale/de/LC_MESSAGES/f-spot.mo
> -share/locale/dz/LC_MESSAGES/f-spot.mo
> -share/locale/el/LC_MESSAGES/f-spot.mo
> -share/locale/en_CA/LC_MESSAGES/f-spot.mo
> -share/locale/en_GB/LC_MESSAGES/f-spot.mo
> -share/locale/es/LC_MESSAGES/f-spot.mo
> -share/locale/et/LC_MESSAGES/f-spot.mo
> -share/locale/eu/LC_MESSAGES/f-spot.mo
> -share/locale/fa/LC_MESSAGES/f-spot.mo
> -share/locale/fi/LC_MESSAGES/f-spot.mo
> -share/locale/fr/LC_MESSAGES/f-spot.mo
> -share/locale/gl/LC_MESSAGES/f-spot.mo
> -share/locale/hi/LC_MESSAGES/f-spot.mo
> -share/locale/hu/LC_MESSAGES/f-spot.mo
> -share/locale/it/LC_MESSAGES/f-spot.mo
> -share/locale/ja/LC_MESSAGES/f-spot.mo
> -share/locale/lt/LC_MESSAGES/f-spot.mo
> -share/locale/mk/LC_MESSAGES/f-spot.mo
> -share/locale/nb/LC_MESSAGES/f-spot.mo
> -share/locale/nl/LC_MESSAGES/f-spot.mo
> -share/locale/pa/LC_MESSAGES/f-spot.mo
> -share/locale/pl/LC_MESSAGES/f-spot.mo
> -share/locale/pt_BR/LC_MESSAGES/f-spot.mo
> -share/locale/ru/LC_MESSAGES/f-spot.mo
> -share/locale/rw/LC_MESSAGES/f-spot.mo
> -share/locale/sr/LC_MESSAGES/f-spot.mo
> -share/locale/sr at Latn/LC_MESSAGES/f-spot.mo
> -share/locale/sv/LC_MESSAGES/f-spot.mo
> -share/locale/th/LC_MESSAGES/f-spot.mo
> -share/locale/vi/LC_MESSAGES/f-spot.mo
> -share/locale/zh_CN/LC_MESSAGES/f-spot.mo
> -share/locale/zh_TW/LC_MESSAGES/f-spot.mo
> - at dirrmtry share/locale/rw/LC_MESSAGES
> - at dirrmtry share/locale/rw
> - at dirrmtry share/locale/dz/LC_MESSAGES
> - at dirrmtry share/locale/dz
> +%%NLS%%share/locale/ar/LC_MESSAGES/f-spot.mo
> +%%NLS%%share/locale/bg/LC_MESSAGES/f-spot.mo
> +%%NLS%%share/locale/ca/LC_MESSAGES/f-spot.mo
> +%%NLS%%share/locale/cs/LC_MESSAGES/f-spot.mo
> +%%NLS%%share/locale/da/LC_MESSAGES/f-spot.mo
> +%%NLS%%share/locale/de/LC_MESSAGES/f-spot.mo
> +%%NLS%%share/locale/dz/LC_MESSAGES/f-spot.mo
> +%%NLS%%share/locale/el/LC_MESSAGES/f-spot.mo
> +%%NLS%%share/locale/en_CA/LC_MESSAGES/f-spot.mo
> +%%NLS%%share/locale/en_GB/LC_MESSAGES/f-spot.mo
> +%%NLS%%share/locale/es/LC_MESSAGES/f-spot.mo
> +%%NLS%%share/locale/et/LC_MESSAGES/f-spot.mo
> +%%NLS%%share/locale/eu/LC_MESSAGES/f-spot.mo
> +%%NLS%%share/locale/fa/LC_MESSAGES/f-spot.mo
> +%%NLS%%share/locale/fi/LC_MESSAGES/f-spot.mo
> +%%NLS%%share/locale/fr/LC_MESSAGES/f-spot.mo
> +%%NLS%%share/locale/gl/LC_MESSAGES/f-spot.mo
> +%%NLS%%share/locale/hi/LC_MESSAGES/f-spot.mo
> +%%NLS%%share/locale/hu/LC_MESSAGES/f-spot.mo
> +%%NLS%%share/locale/it/LC_MESSAGES/f-spot.mo
> +%%NLS%%share/locale/ja/LC_MESSAGES/f-spot.mo
> +%%NLS%%share/locale/lt/LC_MESSAGES/f-spot.mo
> +%%NLS%%share/locale/lv/LC_MESSAGES/f-spot.mo
> +%%NLS%%share/locale/mk/LC_MESSAGES/f-spot.mo
> +%%NLS%%share/locale/nb/LC_MESSAGES/f-spot.mo
> +%%NLS%%share/locale/nl/LC_MESSAGES/f-spot.mo
> +%%NLS%%share/locale/pa/LC_MESSAGES/f-spot.mo
> +%%NLS%%share/locale/pl/LC_MESSAGES/f-spot.mo
> +%%NLS%%share/locale/pt/LC_MESSAGES/f-spot.mo
> +%%NLS%%share/locale/pt_BR/LC_MESSAGES/f-spot.mo
> +%%NLS%%share/locale/ru/LC_MESSAGES/f-spot.mo
> +%%NLS%%share/locale/rw/LC_MESSAGES/f-spot.mo
> +%%NLS%%share/locale/sr/LC_MESSAGES/f-spot.mo
> +%%NLS%%share/locale/sr at Latn/LC_MESSAGES/f-spot.mo
> +%%NLS%%share/locale/sv/LC_MESSAGES/f-spot.mo
> +%%NLS%%share/locale/th/LC_MESSAGES/f-spot.mo
> +%%NLS%%share/locale/vi/LC_MESSAGES/f-spot.mo
> +%%NLS%%share/locale/zh_CN/LC_MESSAGES/f-spot.mo
> +%%NLS%%share/locale/zh_TW/LC_MESSAGES/f-spot.mo
> + at dirrmtry share/gnome/help/f-spot/pt_BR/figures
> + at dirrmtry share/gnome/help/f-spot/pt_BR
> + at dirrmtry share/gnome/help/f-spot/it/figures
> + at dirrmtry share/gnome/help/f-spot/it
> + at dirrmtry share/gnome/help/f-spot/es/figures
> + at dirrmtry share/gnome/help/f-spot/es
> +%%NLS%%@dirrmtry share/locale/rw/LC_MESSAGES
> +%%NLS%%@dirrmtry share/locale/rw
> +%%NLS%%@dirrmtry share/locale/dz/LC_MESSAGES
> +%%NLS%%@dirrmtry share/locale/dz
> @dirrm share/gnome/omf/f-spot
> @dirrm share/gnome/help/f-spot/sv/figures
> @dirrm share/gnome/help/f-spot/sv
> @@ -116,4 +198,5 @@
> @dirrmtry share/gnome-screensaver/themes
> @dirrmtry share/gnome-screensaver
> @dirrmtry libexec/gnome-screensaver
> + at dirrmtry lib/f-spot/extensions
> @dirrm lib/f-spot
> --- f-spot-0.4.0,1.patch ends here ---
>
> _______________________________________________
> Bsd-sharp-list mailing list
> Bsd-sharp-list at forge.novell.com
>
> Home Page: http://www.mono-project.com/Mono:FreeBSD
> Project Site: http://forge.novell.com/mailman/listinfo/bsd-sharp-list
> IRC: #BSD-Sharp on irc.freenode.org
More information about the Bsd-sharp-list
mailing list