OBS User unknown 2007-12-31 21:18:51 +00:00 committed by Git OBS Bridge
parent 49c77346dc
commit 65f996c71c
5 changed files with 22 additions and 19 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4c11fe5f5f02cedf212f5dada8e8746c918cca18283a335b698464f1d8290b5e
size 8290604

3
digikam-0.9.3.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1706a5318a4a555b03e9a7cbeba146ecea25cbb9c445baf22c33e362cba74b4b
size 10911417

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Dec 30 12:28:36 CET 2007 - coolo@suse.de
- update to 0.9.3 final:
* new quick navigation feature has been added
-------------------------------------------------------------------
Mon Dec 10 10:18:45 CET 2007 - stbinner@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package digikam (Version 0.9.3rc1)
# spec file for package digikam (Version 0.9.3)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -29,9 +29,9 @@ BuildRequires: libtiff-devel
License: GPL v2 or later
Group: Productivity/Graphics/Viewers
Summary: A KDE Photo Manager
Version: 0.9.3rc1
Version: 0.9.3
Release: 1
%define rversion 0.9.3-rc1
%define rversion 0.9.3
Url: http://www.digikam.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %{name}-%{rversion}.tar.bz2
@ -67,7 +67,7 @@ Authors:
%package -n libdigikam-devel
Group: Hardware/Camera
Summary: A KDE Photo Manager
Requires: libkexiv2-devel kdelibs3-devel
Requires: libkexiv2-devel kdelibs3-devel
%if %suse_version > 1020
Requires: libjasper-devel libgphoto2-devel
%else
@ -95,9 +95,7 @@ Authors:
%package -n digikamimageplugins
Group: Productivity/Graphics/Viewers
Summary: Image Manipulation Plug-Ins
%if %suse_version > 1000
Recommends: digikamimageplugins-superimpose
%endif
%description -n digikamimageplugins
Various plug-ins for the image editor in Digikam:
@ -166,11 +164,7 @@ make VERBOSE=1 %{?jobs:-j%jobs}
%install
. /etc/opt/kde3/common_options
make DESTDIR=$RPM_BUILD_ROOT $INSTALL_TARGET
%if %suse_version > 1000
%suse_update_desktop_file digikam Graphics Photography
%else
%suse_update_desktop_file digikam Graphics Photograph
%endif
%suse_update_desktop_file showfoto Graphics Viewer
echo "NoDisplay=true" >> $RPM_BUILD_ROOT/opt/kde3/share/applications/kde/showfoto.desktop
mkdir -p $RPM_BUILD_ROOT/opt/kde3/share/apps/konqueror/servicemenus
@ -245,6 +239,9 @@ rm -rf $RPM_BUILD_ROOT
/opt/kde3/share/apps/digikamimageplugins/superimpose
%changelog
* Sun Dec 30 2007 - coolo@suse.de
- update to 0.9.3 final:
* new quick navigation feature has been added
* Mon Dec 10 2007 - stbinner@suse.de
- update to 0.9.3-rc1:
* In the Albums/Tags/Searches/TagsFilter sidebars the is a live

View File

@ -7,8 +7,8 @@
+SUBDIRS = lprof histogram levels curves whitebalance dmetadata \
dimg threadimageio themeengine widgets greycstoration \
thumbbar jpegutils imageproperties dialogs
--- digikam/digikam/Makefile.am 2007/12/10 09:06:53 1.1
+++ digikam/digikam/Makefile.am 2007/12/10 09:08:41
--- digikam/digikam/Makefile.am 2007-12-22 18:19:47.000000000 +0100
+++ digikam/digikam/Makefile.am 2007-12-29 14:24:03.000000000 +0100
@@ -1,6 +1,6 @@
METASOURCES = AUTO
@ -17,12 +17,12 @@
-I$(top_srcdir)/digikam/libs/histogram \
-I$(top_srcdir)/digikam/libs/levels \
-I$(top_srcdir)/digikam/libs/curves \
@@ -102,7 +102,7 @@
$(LIB_KHTML) \
@@ -105,7 +105,7 @@ libdigikam_la_LIBADD = $(LIB_KIO) \
$(LIB_KHTML) \
$(LIBKIPI_LIBS) \
$(LIB_KUTILS) \
$(LIB_KUTILS) \
- $(top_builddir)/digikam/libs/sqlite2/libsqlite2.la \
+ -lsqlite \
+ -lsqlite \
$(top_builddir)/digikam/libs/thumbbar/libthumbbar.la \
$(top_builddir)/digikam/libs/themeengine/libthemeengine.la \
$(top_builddir)/digikam/libs/widgets/libwidgets.la \