Update to f-spot-0.6.0.0.
This is just so that it does not rot forever outdated into the tree, it is still broken and I haven't found time to look into it yet...
This commit is contained in:
parent
4609e89a8c
commit
e81c743dde
@ -1,13 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2009/04/06 10:05:21 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2009/08/15 17:40:05 ajacoutot Exp $
|
||||
|
||||
BROKEN= segfault on startup
|
||||
BROKEN= segfault on startup
|
||||
|
||||
COMMENT= personal photo management application for GNOME
|
||||
|
||||
GNOME_VERSION= 0.5.0.3
|
||||
GNOME_VERSION= 0.6.0.0
|
||||
GNOME_PROJECT= f-spot
|
||||
PKGNAME= ${DISTNAME}p5
|
||||
SHARED_LIBS += fspoteog 0.0 # .0.0
|
||||
SHARED_LIBS += fspotjpegtran 0.0 # .0.0
|
||||
SHARED_LIBS += fspot 0.0 # .0.0
|
||||
CATEGORIES= graphics
|
||||
@ -21,25 +19,27 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB += ICE ORBit-2 ORBitCosNaming-2 SM X11 Xau Xcomposite
|
||||
WANTLIB += Xcursor Xdamage Xdmcp Xext Xfixes Xi Xinerama Xrandr
|
||||
WANTLIB += Xrender art_lgpl_2 atk-1.0 avahi-client avahi-common
|
||||
WANTLIB += avahi-glib bonobo-2 bonobo-activation bonoboui-2 cairo
|
||||
WANTLIB += crypto dbus-1 dbus-glib-1 expat fontconfig freetype
|
||||
WANTLIB += gailutil gc gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0
|
||||
WANTLIB += glitz gmodule-2.0 gnome-2 gnome-keyring gnomecanvas-2
|
||||
WANTLIB += gnomeui-2 gnomevfs-2 gobject-2.0 gthread-2.0 gtk-x11-2.0
|
||||
WANTLIB += jpeg m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
|
||||
WANTLIB += png popt pthread-stubs ssl util xcb xml2 z
|
||||
|
||||
MODULES= devel/gettext \
|
||||
lang/mono \
|
||||
x11/gnome
|
||||
x11/gnome \
|
||||
devel/gconf2
|
||||
|
||||
USE_X11= Yes
|
||||
|
||||
DESKTOP_FILES= Yes
|
||||
MODGNOME_HELP_FILES= Yes
|
||||
|
||||
WANTLIB += ICE ORBit-2 ORBitCosNaming-2 SM X11 Xau Xcomposite
|
||||
WANTLIB += Xcursor Xdamage Xdmcp Xext Xfixes Xi Xinerama Xrandr
|
||||
WANTLIB += Xrender art_lgpl_2 atk-1.0 bonobo-2 bonobo-activation
|
||||
WANTLIB += bonoboui-2 cairo crypto dbus-1 dbus-glib-1 expat fontconfig
|
||||
WANTLIB += freetype gailutil gc gconf-2 gdk-x11-2.0 gdk_pixbuf-2.0
|
||||
WANTLIB += gio-2.0 glib-2.0 glitz gmodule-2.0 gnome-2 gnome-keyring
|
||||
WANTLIB += gnomecanvas-2 gnomeui-2 gnomevfs-2 gobject-2.0 gthread-2.0
|
||||
WANTLIB += gtk-x11-2.0 jpeg m pango-1.0 pangocairo-1.0 pangoft2-1.0
|
||||
WANTLIB += pcre pixman-1 png popt ssl util xml2 z
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ::graphics/libgphoto2 \
|
||||
::sysutils/ndesk-dbus-glib \
|
||||
@ -49,23 +49,22 @@ LIB_DEPENDS+= exif::graphics/libexif \
|
||||
lcms::graphics/lcms \
|
||||
mono::lang/mono
|
||||
|
||||
MODGCONF2_SCHEMAS_DIR= f-spot
|
||||
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
||||
--with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/f-spot \
|
||||
--disable-schemas-install \
|
||||
--disable-scrollkeeper \
|
||||
--disable-unit
|
||||
--disable-scrollkeeper
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
DLLMAP_FILES= Tao/Tao.OpenGl.Glu/Tao.OpenGl.Glu.dll.config \
|
||||
Tao/Tao.OpenGl.ExtensionLoader/Tao.OpenGl.ExtensionLoader.dll.config \
|
||||
Tao/Tao.OpenGl/Tao.OpenGl.dll.config \
|
||||
libgphoto2-sharp/libgphoto2-sharp.dll.config \
|
||||
dbus-sharp-glib/NDesk.DBus.GLib.dll.config \
|
||||
DLLMAP_FILES= lib/Tao/Tao.OpenGl.Glu/Tao.OpenGl.Glu.dll.config \
|
||||
lib/Tao/Tao.OpenGl.ExtensionLoader/Tao.OpenGl.ExtensionLoader.dll.config \
|
||||
lib/Tao/Tao.OpenGl/Tao.OpenGl.dll.config \
|
||||
lib/libgphoto2-sharp/libgphoto2-sharp.dll.config \
|
||||
lib/dbus-sharp-glib/NDesk.DBus.GLib.dll.config \
|
||||
src/FSpot.Utils.dll.config \
|
||||
src/f-spot.exe.config.in \
|
||||
src/Cms.dll.config.in \
|
||||
gio-sharp/gio/gio-sharp.dll.config.in \
|
||||
mono-addins/Mono.Addins/Mono.Addins.dll.config
|
||||
lib/gio-sharp/gio/gio-sharp.dll.config \
|
||||
lib/mono-addins/Mono.Addins/Mono.Addins.dll.config
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (gnome/f-spot-0.5.0.3.tar.bz2) = UtuG8dxxWjlYQlqj0AbJAA==
|
||||
RMD160 (gnome/f-spot-0.5.0.3.tar.bz2) = CwKipagTPkME3+bQ1ulx7m7kjQw=
|
||||
SHA1 (gnome/f-spot-0.5.0.3.tar.bz2) = m2ZsHTjqdl3bu6VsQuqnIeLxQJY=
|
||||
SHA256 (gnome/f-spot-0.5.0.3.tar.bz2) = fw+SKeC4MsLOXHX7SSR/cicUG0mlvPsgINCgHmly4L0=
|
||||
SIZE (gnome/f-spot-0.5.0.3.tar.bz2) = 2776582
|
||||
MD5 (gnome/f-spot-0.6.0.0.tar.bz2) = kRX533LF/ByC60azrwHmfQ==
|
||||
RMD160 (gnome/f-spot-0.6.0.0.tar.bz2) = SOY/R/NNcV9/rYVImy5RzJO22g8=
|
||||
SHA1 (gnome/f-spot-0.6.0.0.tar.bz2) = FTLle8ZxcegRraGaBKF/2cRH4Ng=
|
||||
SHA256 (gnome/f-spot-0.6.0.0.tar.bz2) = kIAeLw1iqbhxDiFEM9usjXucssiDLPA0R83hUyS8YiA=
|
||||
SIZE (gnome/f-spot-0.6.0.0.tar.bz2) = 3006475
|
||||
|
12
x11/gnome/f-spot/patches/patch-configure
Normal file
12
x11/gnome/f-spot/patches/patch-configure
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-configure,v 1.1 2009/08/15 17:40:05 ajacoutot Exp $
|
||||
--- configure.orig Sat Aug 8 00:32:02 2009
|
||||
+++ configure Sat Aug 8 00:32:09 2009
|
||||
@@ -22518,7 +22518,7 @@ GIO_REQUIRED=2.16.0
|
||||
GIOSHARP_REQUIRED=2.13.92
|
||||
GTKSHARPBEANS_REQUIRED=2.13.92
|
||||
GTKSHARP_REQUIRED=2.12.2
|
||||
-MONO_REQUIRED=2.0.0
|
||||
+MONO_REQUIRED=2.0
|
||||
GTK_REQUIRED=2.14
|
||||
BEAGLE_REQUIRED=0.3.0
|
||||
NDESK_DBUS_REQUIRED=0.4.2
|
@ -1,14 +0,0 @@
|
||||
$OpenBSD: patch-gio-sharp_gio_gio-sharp_dll_config_in,v 1.1 2009/01/24 19:55:00 ajacoutot Exp $
|
||||
--- gio-sharp/gio/gio-sharp.dll.config.in.orig Sat Jan 24 20:44:37 2009
|
||||
+++ gio-sharp/gio/gio-sharp.dll.config.in Sat Jan 24 20:45:15 2009
|
||||
@@ -1,6 +1,6 @@
|
||||
<configuration>
|
||||
- <dllmap dll="gio" target="libgio-2.0@LIB_PREFIX@.0@LIB_SUFFIX@"/>
|
||||
- <dllmap dll="libglib-2.0-0.dll" target="libglib-2.0@LIB_PREFIX@.0@LIB_SUFFIX@"/>
|
||||
- <dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0@LIB_PREFIX@.0@LIB_SUFFIX@"/>
|
||||
- <dllmap dll="libgthread-2.0-0.dll" target="libgthread-2.0@LIB_PREFIX@.0@LIB_SUFFIX@"/>
|
||||
+ <dllmap dll="gio" target="libgio-2.0@LIB_PREFIX@"/>
|
||||
+ <dllmap dll="libglib-2.0-0.dll" target="libglib-2.0@LIB_PREFIX@"/>
|
||||
+ <dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0@LIB_PREFIX@"/>
|
||||
+ <dllmap dll="libgthread-2.0-0.dll" target="libgthread-2.0@LIB_PREFIX@"/>
|
||||
</configuration>
|
@ -0,0 +1,14 @@
|
||||
$OpenBSD: patch-lib_gio-sharp_gio_gio-sharp_dll_config,v 1.1 2009/08/15 17:40:05 ajacoutot Exp $
|
||||
--- lib/gio-sharp/gio/gio-sharp.dll.config.orig Sat Aug 8 00:22:29 2009
|
||||
+++ lib/gio-sharp/gio/gio-sharp.dll.config Sat Aug 8 00:23:36 2009
|
||||
@@ -1,6 +1,6 @@
|
||||
<configuration>
|
||||
- <dllmap dll="libgio-2.0-0.dll" target="libgio-2.0.so.0"/>
|
||||
- <dllmap dll="libglib-2.0-0.dll" target="libglib-2.0.so.0"/>
|
||||
- <dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0.so.0"/>
|
||||
- <dllmap dll="libgthread-2.0-0.dll" target="libgthread-2.0.so.0"/>
|
||||
+ <dllmap dll="libgio-2.0-0.dll" target="libgio-2.0.so"/>
|
||||
+ <dllmap dll="libglib-2.0-0.dll" target="libglib-2.0.so"/>
|
||||
+ <dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0.so"/>
|
||||
+ <dllmap dll="libgthread-2.0-0.dll" target="libgthread-2.0.so"/>
|
||||
</configuration>
|
15
x11/gnome/f-spot/patches/patch-lib_libfspot_Makefile_in
Normal file
15
x11/gnome/f-spot/patches/patch-lib_libfspot_Makefile_in
Normal file
@ -0,0 +1,15 @@
|
||||
$OpenBSD: patch-lib_libfspot_Makefile_in,v 1.1 2009/08/15 17:40:05 ajacoutot Exp $
|
||||
|
||||
Correct linking, from debian_libfspot-linkage.dpatch.
|
||||
|
||||
--- lib/libfspot/Makefile.in.orig Sat Aug 8 00:21:22 2009
|
||||
+++ lib/libfspot/Makefile.in Sat Aug 8 00:21:53 2009
|
||||
@@ -296,6 +296,8 @@ libfspot_la_SOURCES = \
|
||||
f-utils.h
|
||||
|
||||
libfspot_la_LIBADD = \
|
||||
+ -lX11 \
|
||||
+ $(F_LIBS) \
|
||||
$(LCMS_LIBS) \
|
||||
$(EXIF_LIBS) \
|
||||
$(GIO_LIBS) \
|
@ -1,9 +1,9 @@
|
||||
$OpenBSD: patch-libjpegtran_Makefile_in,v 1.1 2009/01/31 11:07:59 jasper Exp $
|
||||
$OpenBSD: patch-lib_libjpegtran_Makefile_in,v 1.1 2009/08/15 17:40:05 ajacoutot Exp $
|
||||
|
||||
Correct linking, from fix_libfspotjpegtran_linkage.dpatch
|
||||
Correct linking, from fix_libfspotjpegtran_linkage.dpatch.
|
||||
|
||||
--- libjpegtran/Makefile.in.orig Sat Jan 31 11:27:07 2009
|
||||
+++ libjpegtran/Makefile.in Sat Jan 31 11:27:23 2009
|
||||
--- lib/libjpegtran/Makefile.in.orig Sat Aug 8 00:20:44 2009
|
||||
+++ lib/libjpegtran/Makefile.in Sat Aug 8 00:21:00 2009
|
||||
@@ -51,7 +51,7 @@ am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
|
||||
am__installdirs = "$(DESTDIR)$(fspotlibdir)"
|
||||
fspotlibLTLIBRARIES_INSTALL = $(INSTALL)
|
@ -1,15 +0,0 @@
|
||||
$OpenBSD: patch-libeog_Makefile_in,v 1.1 2009/01/31 11:07:59 jasper Exp $
|
||||
|
||||
Correct linking, from debian_libfspoteog-linkage.dpatch
|
||||
|
||||
--- libeog/Makefile.in.orig Sat Jan 31 11:26:09 2009
|
||||
+++ libeog/Makefile.in Sat Jan 31 11:26:54 2009
|
||||
@@ -51,7 +51,7 @@ am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
|
||||
am__installdirs = "$(DESTDIR)$(fspotlibdir)"
|
||||
fspotlibLTLIBRARIES_INSTALL = $(INSTALL)
|
||||
LTLIBRARIES = $(fspotlib_LTLIBRARIES)
|
||||
-libfspoteog_la_LIBADD =
|
||||
+libfspoteog_la_LIBADD = $(F_LIBS) $(LCMS_LIBS)
|
||||
am__objects_1 = access.lo accessible-image-view-factory.lo \
|
||||
accessible-image-view.lo eog-image.lo eog-pixbuf-util.lo \
|
||||
eog-scroll-view.lo image-view.lo libeog-marshal.lo uta.lo \
|
@ -1,15 +0,0 @@
|
||||
$OpenBSD: patch-libfspot_Makefile_in,v 1.1 2009/01/31 11:07:59 jasper Exp $
|
||||
|
||||
Correct linking, from debian_libfspot-linkage.dpatch
|
||||
|
||||
--- libfspot/Makefile.in.orig Sat Jan 31 11:23:12 2009
|
||||
+++ libfspot/Makefile.in Sat Jan 31 11:23:38 2009
|
||||
@@ -320,6 +320,8 @@ libfspot_la_SOURCES = \
|
||||
f-utils.h
|
||||
|
||||
libfspot_la_LIBADD = \
|
||||
+ -lX11 \
|
||||
+ $(F_LIBS) \
|
||||
$(LCMS_LIBS) \
|
||||
$(EXIF_LIBS) \
|
||||
$(top_builddir)/libjpegtran/libfspotjpegtran.la \
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-src_f-spot_exe_config_in,v 1.1 2009/01/24 19:55:00 ajacoutot Exp $
|
||||
--- src/f-spot.exe.config.in.orig Sat Jan 24 20:42:37 2009
|
||||
+++ src/f-spot.exe.config.in Sat Jan 24 20:43:06 2009
|
||||
@@ -13,5 +13,5 @@
|
||||
$OpenBSD: patch-src_f-spot_exe_config_in,v 1.2 2009/08/15 17:40:05 ajacoutot Exp $
|
||||
--- src/f-spot.exe.config.in.orig Thu Jul 9 16:03:30 2009
|
||||
+++ src/f-spot.exe.config.in Sat Aug 8 00:25:43 2009
|
||||
@@ -12,5 +12,5 @@
|
||||
<dllmap dll="GL" target="libGL.so.1"/>
|
||||
<dllmap dll="libXcomposite.dll" target="libXcomposite.so.1"/>
|
||||
<dllmap dll="liblcms-1.0.0.dll" target="liblcms.so.1"/>
|
||||
|
@ -1,15 +1,15 @@
|
||||
$OpenBSD: patch-src_f-spot_in,v 1.1.1.1 2008/10/17 10:39:17 jasper Exp $
|
||||
--- src/f-spot.in.orig Fri Oct 17 11:15:47 2008
|
||||
+++ src/f-spot.in Fri Oct 17 11:20:28 2008
|
||||
$OpenBSD: patch-src_f-spot_in,v 1.2 2009/08/15 17:40:05 ajacoutot Exp $
|
||||
--- src/f-spot.in.orig Wed Jul 22 15:53:14 2009
|
||||
+++ src/f-spot.in Sat Aug 8 00:25:43 2009
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/bin/bash
|
||||
+#!/bin/sh
|
||||
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
@@ -67,5 +67,5 @@ if $run_mdb; then
|
||||
elif $run_gdb; then
|
||||
gdb --eval-command=run --args mono $MONO_OPTIONS $EXE_TO_RUN "$@"
|
||||
@@ -99,5 +99,5 @@ elif $run_valgrind; then
|
||||
elif $run_strace; then
|
||||
strace -ttt -f -o /tmp/f-spot.strace mono $MONO_OPTIONS $EXE_TO_RUN "$@"
|
||||
else
|
||||
- exec -a @PACKAGE@ $DBUSLAUNCH mono $MONO_OPTIONS $EXE_TO_RUN "$@"
|
||||
+ exec $DBUSLAUNCH mono $MONO_OPTIONS $EXE_TO_RUN "$@"
|
||||
|
@ -1,10 +1,10 @@
|
||||
$OpenBSD: patch-tools_Makefile_in,v 1.1 2009/01/31 09:15:33 jasper Exp $
|
||||
$OpenBSD: patch-tools_Makefile_in,v 1.2 2009/08/15 17:40:05 ajacoutot Exp $
|
||||
|
||||
The f-spot-import script needs HAL to work, which we don't have.
|
||||
|
||||
--- tools/Makefile.in.orig Sat Jan 31 09:53:44 2009
|
||||
+++ tools/Makefile.in Sat Jan 31 09:53:53 2009
|
||||
@@ -288,8 +288,7 @@ DISTCLEANFILES = \
|
||||
--- tools/Makefile.in.orig Thu Jul 23 14:33:55 2009
|
||||
+++ tools/Makefile.in Sat Aug 8 00:25:43 2009
|
||||
@@ -263,8 +263,7 @@ DISTCLEANFILES = \
|
||||
|
||||
saverdir = @GNOME_SCREENSAVER_SAVERDIR@
|
||||
saver_SCRIPTS = f-spot-screensaver
|
||||
|
@ -1,4 +1,3 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2008/10/17 10:39:17 jasper Exp $
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.2 2009/08/15 17:40:05 ajacoutot Exp $
|
||||
@lib lib/f-spot/libfspot.so.${LIBfspot_VERSION}
|
||||
@lib lib/f-spot/libfspoteog.so.${LIBfspoteog_VERSION}
|
||||
@lib lib/f-spot/libfspotjpegtran.so.${LIBfspotjpegtran_VERSION}
|
||||
|
@ -1,16 +1,27 @@
|
||||
@comment $OpenBSD: PLIST,v 1.7 2009/03/14 10:40:52 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.8 2009/08/15 17:40:05 ajacoutot Exp $
|
||||
%%SHARED%%
|
||||
bin/f-spot
|
||||
bin/f-spot-sqlite-upgrade
|
||||
lib/f-spot/
|
||||
lib/f-spot/Cms.dll
|
||||
lib/f-spot/Cms.dll.config
|
||||
lib/f-spot/Cms.dll.mdb
|
||||
lib/f-spot/FSpot.Bling.dll
|
||||
lib/f-spot/FSpot.Bling.dll.mdb
|
||||
lib/f-spot/FSpot.Core.dll
|
||||
lib/f-spot/FSpot.Core.dll.mdb
|
||||
lib/f-spot/FSpot.JobScheduler.dll
|
||||
lib/f-spot/FSpot.JobScheduler.dll.mdb
|
||||
lib/f-spot/FSpot.Platform.dll
|
||||
lib/f-spot/FSpot.Platform.dll.mdb
|
||||
lib/f-spot/FSpot.Query.dll
|
||||
lib/f-spot/FSpot.Query.dll.mdb
|
||||
lib/f-spot/FSpot.Utils.dll
|
||||
lib/f-spot/FSpot.Utils.dll.config
|
||||
lib/f-spot/FSpot.Utils.dll.mdb
|
||||
lib/f-spot/FSpot.Widgets.dll
|
||||
lib/f-spot/FSpot.Widgets.dll.config
|
||||
lib/f-spot/FSpot.Widgets.dll.mdb
|
||||
lib/f-spot/FlickrNet.dll
|
||||
lib/f-spot/Mono.Addins.Gui.dll
|
||||
lib/f-spot/Mono.Addins.Setup.dll
|
||||
@ -47,23 +58,21 @@ lib/f-spot/extensions/TabbloExport.dll
|
||||
lib/f-spot/extensions/ZipExport.dll
|
||||
lib/f-spot/f-spot.exe
|
||||
lib/f-spot/f-spot.exe.config
|
||||
lib/f-spot/f-spot.exe.mdb
|
||||
lib/f-spot/f-spot.global.addins
|
||||
lib/f-spot/gio-sharp.dll
|
||||
lib/f-spot/gio-sharp.dll.config
|
||||
lib/f-spot/gkeyfile-sharp.dll
|
||||
lib/f-spot/gnome-keyring-sharp.dll
|
||||
lib/f-spot/gtk-sharp-beans.dll
|
||||
lib/f-spot/gtk-sharp-beans.dll.config
|
||||
lib/f-spot/libfspot.a
|
||||
lib/f-spot/libfspot.la
|
||||
lib/f-spot/libfspoteog.a
|
||||
lib/f-spot/libfspoteog.la
|
||||
lib/f-spot/libfspotjpegtran.a
|
||||
lib/f-spot/libfspotjpegtran.la
|
||||
lib/f-spot/libgphoto2-sharp.dll
|
||||
lib/f-spot/libgphoto2-sharp.dll.config
|
||||
lib/gio-sharp-unstable/
|
||||
lib/gio-sharp-unstable/gio-sharp.dll
|
||||
lib/gio-sharp-unstable/gio-sharp.dll.config
|
||||
lib/pkgconfig/f-spot.pc
|
||||
lib/pkgconfig/gio-sharp-unstable.pc
|
||||
libexec/gnome-screensaver/f-spot-screensaver
|
||||
share/applications/f-spot-import.desktop
|
||||
share/applications/f-spot-view.desktop
|
||||
@ -83,6 +92,19 @@ 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/cs/
|
||||
share/gnome/help/f-spot/cs/f-spot.xml
|
||||
share/gnome/help/f-spot/cs/figures/
|
||||
share/gnome/help/f-spot/cs/figures/f-spot-adjust-colors.png
|
||||
share/gnome/help/f-spot/cs/figures/f-spot-autocolor.png
|
||||
share/gnome/help/f-spot/cs/figures/f-spot-crop.png
|
||||
share/gnome/help/f-spot/cs/figures/f-spot-desaturate.png
|
||||
share/gnome/help/f-spot/cs/figures/f-spot-fullscreen.png
|
||||
share/gnome/help/f-spot/cs/figures/f-spot-red-eye.png
|
||||
share/gnome/help/f-spot/cs/figures/f-spot-sepia.png
|
||||
share/gnome/help/f-spot/cs/figures/f-spot-slideshow.png
|
||||
share/gnome/help/f-spot/cs/figures/f-spot-soft-focus.png
|
||||
share/gnome/help/f-spot/cs/figures/f-spot-straighten.png
|
||||
share/gnome/help/f-spot/da/
|
||||
share/gnome/help/f-spot/da/f-spot.xml
|
||||
share/gnome/help/f-spot/da/figures/
|
||||
@ -96,6 +118,19 @@ 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/de/
|
||||
share/gnome/help/f-spot/de/f-spot.xml
|
||||
share/gnome/help/f-spot/de/figures/
|
||||
share/gnome/help/f-spot/de/figures/f-spot-adjust-colors.png
|
||||
share/gnome/help/f-spot/de/figures/f-spot-autocolor.png
|
||||
share/gnome/help/f-spot/de/figures/f-spot-crop.png
|
||||
share/gnome/help/f-spot/de/figures/f-spot-desaturate.png
|
||||
share/gnome/help/f-spot/de/figures/f-spot-fullscreen.png
|
||||
share/gnome/help/f-spot/de/figures/f-spot-red-eye.png
|
||||
share/gnome/help/f-spot/de/figures/f-spot-sepia.png
|
||||
share/gnome/help/f-spot/de/figures/f-spot-slideshow.png
|
||||
share/gnome/help/f-spot/de/figures/f-spot-soft-focus.png
|
||||
share/gnome/help/f-spot/de/figures/f-spot-straighten.png
|
||||
share/gnome/help/f-spot/es/
|
||||
share/gnome/help/f-spot/es/f-spot.xml
|
||||
share/gnome/help/f-spot/es/figures/
|
||||
@ -190,9 +225,13 @@ share/gnome/help/f-spot/sv/figures/f-spot-straighten.png
|
||||
share/icons/hicolor/16x16/apps/f-spot.png
|
||||
share/icons/hicolor/22x22/apps/f-spot.png
|
||||
share/icons/hicolor/24x24/apps/f-spot.png
|
||||
share/icons/hicolor/256x256/
|
||||
share/icons/hicolor/256x256/apps/
|
||||
share/icons/hicolor/256x256/apps/f-spot.png
|
||||
share/icons/hicolor/32x32/apps/f-spot.png
|
||||
share/icons/hicolor/scalable/apps/f-spot.svg
|
||||
share/icons/hicolor/48x48/apps/f-spot.png
|
||||
share/locale/ar/LC_MESSAGES/f-spot.mo
|
||||
share/locale/as/LC_MESSAGES/f-spot.mo
|
||||
share/locale/be@latin/LC_MESSAGES/f-spot.mo
|
||||
share/locale/bg/LC_MESSAGES/f-spot.mo
|
||||
share/locale/ca/LC_MESSAGES/f-spot.mo
|
||||
@ -210,19 +249,23 @@ 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/gu/LC_MESSAGES/f-spot.mo
|
||||
share/locale/he/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/ka/LC_MESSAGES/f-spot.mo
|
||||
share/locale/kn/LC_MESSAGES/f-spot.mo
|
||||
share/locale/ko/LC_MESSAGES/f-spot.mo
|
||||
share/locale/lt/LC_MESSAGES/f-spot.mo
|
||||
share/locale/lv/LC_MESSAGES/f-spot.mo
|
||||
share/locale/mk/LC_MESSAGES/f-spot.mo
|
||||
share/locale/mr/LC_MESSAGES/f-spot.mo
|
||||
share/locale/nb/LC_MESSAGES/f-spot.mo
|
||||
share/locale/nl/LC_MESSAGES/f-spot.mo
|
||||
share/locale/oc/LC_MESSAGES/f-spot.mo
|
||||
share/locale/or/LC_MESSAGES/f-spot.mo
|
||||
share/locale/pa/LC_MESSAGES/f-spot.mo
|
||||
share/locale/pl/LC_MESSAGES/f-spot.mo
|
||||
share/locale/pt/LC_MESSAGES/f-spot.mo
|
||||
@ -233,6 +276,7 @@ share/locale/sk/LC_MESSAGES/f-spot.mo
|
||||
share/locale/sr/LC_MESSAGES/f-spot.mo
|
||||
share/locale/sr@latin/LC_MESSAGES/f-spot.mo
|
||||
share/locale/sv/LC_MESSAGES/f-spot.mo
|
||||
share/locale/ta/LC_MESSAGES/f-spot.mo
|
||||
share/locale/th/LC_MESSAGES/f-spot.mo
|
||||
share/locale/uk/LC_MESSAGES/f-spot.mo
|
||||
share/locale/vi/LC_MESSAGES/f-spot.mo
|
||||
@ -241,7 +285,9 @@ share/locale/zh_HK/LC_MESSAGES/f-spot.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/f-spot.mo
|
||||
share/omf/f-spot/
|
||||
share/omf/f-spot/f-spot-C.omf
|
||||
share/omf/f-spot/f-spot-cs.omf
|
||||
share/omf/f-spot/f-spot-da.omf
|
||||
share/omf/f-spot/f-spot-de.omf
|
||||
share/omf/f-spot/f-spot-es.omf
|
||||
share/omf/f-spot/f-spot-fr.omf
|
||||
share/omf/f-spot/f-spot-it.omf
|
||||
|
Loading…
Reference in New Issue
Block a user