- Update to 0.1.11
- Add fix for Linux-only syscall F-Spot was used from image import to gallery creation here: http://people.freebsd.org/~tmclaugh/LinuxWorld2006Boston/
This commit is contained in:
parent
17063db0c5
commit
9e0496ea27
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160254
4 changed files with 23 additions and 6 deletions
|
@ -3,12 +3,11 @@
|
|||
# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $Id: Makefile,v 1.26 2006/02/15 02:36:17 tmclau02 Exp $
|
||||
# $Id: Makefile,v 1.28 2006/04/05 01:11:37 tmclau02 Exp $
|
||||
#
|
||||
|
||||
PORTNAME= f-spot
|
||||
PORTVERSION= 0.1.8
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.1.11
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.1
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (f-spot-0.1.8.tar.bz2) = 280ed570a2ed816084434408b8a8cc16
|
||||
SHA256 (f-spot-0.1.8.tar.bz2) = 8ea4bc8d599c35d060d35670de5f7c99d7b70d268165093ee3d3cc03fb259755
|
||||
SIZE (f-spot-0.1.8.tar.bz2) = 849895
|
||||
MD5 (f-spot-0.1.11.tar.bz2) = d4d75f6a5272fa15b5658abdf708b050
|
||||
SHA256 (f-spot-0.1.11.tar.bz2) = a278c1633301ba1eb83836f225eef8e7ff189fac7669d6f1b0b9bd377548e655
|
||||
SIZE (f-spot-0.1.11.tar.bz2) = 936744
|
||||
|
|
11
graphics/f-spot/files/patch-src_main.cs
Normal file
11
graphics/f-spot/files/patch-src_main.cs
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/main.cs.orig Sun Feb 26 17:37:08 2006
|
||||
+++ src/main.cs Wed Apr 5 16:22:56 2006
|
||||
@@ -142,6 +142,8 @@
|
||||
}
|
||||
} catch (DllNotFoundException de) {
|
||||
/* noop */
|
||||
+ } catch (EntryPointNotFoundException de) {
|
||||
+ /* noop */
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,4 +1,6 @@
|
|||
bin/f-spot
|
||||
bin/f-spot-import
|
||||
lib/f-spot/FlickrNet.dll
|
||||
lib/f-spot/SemWeb.dll
|
||||
lib/f-spot/f-spot.exe
|
||||
lib/f-spot/f-spot.exe.config
|
||||
|
@ -16,6 +18,8 @@ lib/f-spot/libfspotjpegtran.so
|
|||
lib/f-spot/libfspotjpegtran.so.0
|
||||
lib/f-spot/libgphoto2-sharp.dll
|
||||
lib/f-spot/libgphoto2-sharp.dll.config
|
||||
libexec/gnome-screensaver/f-spot-screensaver
|
||||
share/gnome-screensaver/themes/f-spot-screensaver.desktop
|
||||
share/gnome/applications/f-spot-view.desktop
|
||||
share/gnome/applications/f-spot.desktop
|
||||
share/gnome/pixmaps/f-spot-logo.png
|
||||
|
@ -32,6 +36,7 @@ share/locale/et/LC_MESSAGES/f-spot.mo
|
|||
share/locale/eu/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/hu/LC_MESSAGES/f-spot.mo
|
||||
share/locale/it/LC_MESSAGES/f-spot.mo
|
||||
share/locale/ja/LC_MESSAGES/f-spot.mo
|
||||
|
@ -39,6 +44,7 @@ share/locale/lt/LC_MESSAGES/f-spot.mo
|
|||
share/locale/nb/LC_MESSAGES/f-spot.mo
|
||||
share/locale/nl/LC_MESSAGES/f-spot.mo
|
||||
share/locale/no/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
|
||||
|
@ -46,6 +52,7 @@ share/locale/rw/LC_MESSAGES/f-spot.mo
|
|||
share/locale/sr/LC_MESSAGES/f-spot.mo
|
||||
share/locale/sr@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
|
||||
|
|
Loading…
Reference in a new issue