[Lunar-commits] r23201 - moonbase/trunk/graphics/f-spot
Chad Kittel
v3rt1g0 at lunar-linux.org
Fri Feb 9 03:31:01 CET 2007
Author: v3rt1g0
Date: 2007-02-09 03:31:01 +0100 (Fri, 09 Feb 2007)
New Revision: 23201
Modified:
moonbase/trunk/graphics/f-spot/BUILD
moonbase/trunk/graphics/f-spot/DEPENDS
moonbase/trunk/graphics/f-spot/DETAILS
Log:
Module Version Bump: f-spot (0.2.1 -> 0.3.3)
* lots of new editing effects
* bugfixes
* cleaned up the module a bit too
* had to add a sedit so that the system_bus_socket was pointing
to the correct place as per Lunar's dbus install
compiled/tested: gcc-3.4.6 | glibc-2.3.6 | kernel headers 2.6.x
Modified: moonbase/trunk/graphics/f-spot/BUILD
===================================================================
--- moonbase/trunk/graphics/f-spot/BUILD 2007-02-09 02:07:41 UTC (rev 23200)
+++ moonbase/trunk/graphics/f-spot/BUILD 2007-02-09 02:31:01 UTC (rev 23201)
@@ -1,12 +1,16 @@
(
+ # update this to point to where lunar's system_bus_socket is
+ sedit 's:/var/run/dbus/system_bus_socket:/var/lib/dbus/system_bus_socket:' \
+ dbus-sharp/Address.cs &&
+
./configure --prefix=${GNOME210_PREFIX:-/usr} \
- --build=$BUILD \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --infodir=${GNOME210_PREFIX:-/usr}/share/info \
- --mandir=${GNOME210_PREFIX:-/usr}/share/man \
- $OPTS &&
- default_make
+ --build=$BUILD \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --infodir=${GNOME210_PREFIX:-/usr}/share/info \
+ --mandir=${GNOME210_PREFIX:-/usr}/share/man \
+ $OPTS &&
+ default_make
) > $C_FIFO 2>&1
Modified: moonbase/trunk/graphics/f-spot/DEPENDS
===================================================================
--- moonbase/trunk/graphics/f-spot/DEPENDS 2007-02-09 02:07:41 UTC (rev 23200)
+++ moonbase/trunk/graphics/f-spot/DEPENDS 2007-02-09 02:31:01 UTC (rev 23201)
@@ -1,8 +1,6 @@
-depends gtk-sharp &&
-depends lcms &&
-depends libexif &&
-depends dbus &&
-depends libgnome &&
-depends libgnomeui &&
-depends mono &&
-depends gnome-sharp
+depends lcms &&
+depends libexif &&
+depends dbus-glib &&
+depends libgnomeui &&
+depends libgphoto2 &&
+depends gnome-sharp
Modified: moonbase/trunk/graphics/f-spot/DETAILS
===================================================================
--- moonbase/trunk/graphics/f-spot/DETAILS 2007-02-09 02:07:41 UTC (rev 23200)
+++ moonbase/trunk/graphics/f-spot/DETAILS 2007-02-09 02:31:01 UTC (rev 23201)
@@ -1,16 +1,17 @@
MODULE=f-spot
- VERSION=0.2.1
- MAJOR=0.2
+ VERSION=0.3.3
+ MAJOR=0.3
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR
- SOURCE_VFY=sha1:b1fa15a3d8876a726e7ac5c3daa65b4b9521c42b
+ SOURCE_VFY=sha1:9254728c0cdb12bfa0190c1c8f15b8bfc79d013f
WEB_SITE=http://www.f-spot.org
ENTERED=20040320
- UPDATED=20060913
- SHORT="provides personal photo management to the GNOME desktop."
+ UPDATED=20070208
+ SHORT="a personal photo management for the GNOME desktop"
+
cat << EOF
-F-Spot is an application designed to provide personal photo management
-to the GNOME desktop. Plans include import, export, printing and
-advanced sorting of digital images.
+F-Spot is a full-featured personal photo management application for
+the GNOME desktop. F-Spot simplifies digital photography by providing
+intuitive tools to help you share, touch-up, find and organize your
+images.
EOF
-
More information about the Lunar-commits
mailing list