2006-12-19 00:35:13 +01:00
|
|
|
#
|
2009-04-21 00:00:19 +02:00
|
|
|
# spec file for package digikam (Version 0.10.0)
|
2006-12-19 00:35:13 +01:00
|
|
|
#
|
2009-01-20 01:00:53 +01:00
|
|
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2006-12-19 00:35:13 +01:00
|
|
|
#
|
2008-11-06 15:23:00 +01:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2006-12-19 00:35:13 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2008-05-08 23:04:55 +02:00
|
|
|
|
2006-12-19 00:35:13 +01:00
|
|
|
Name: digikam
|
2009-04-21 00:00:19 +02:00
|
|
|
BuildRequires: graphviz-devel libgphoto2-devel libkdepimlibs4-devel libqimageblitz-devel sqlite-devel
|
|
|
|
# build without hard huge Marble widget dependency unless it can be packaged optionally
|
|
|
|
#BuildRequires: kde4-marble-devel
|
|
|
|
BuildRequires: libkdcraw-devel libkexiv2-devel libkipi-devel
|
2007-04-20 15:55:37 +02:00
|
|
|
%if %suse_version > 1020
|
2009-04-21 00:00:19 +02:00
|
|
|
BuildRequires: imlib-devel libjasper-devel
|
2007-04-20 15:55:37 +02:00
|
|
|
%else
|
|
|
|
BuildRequires: libjasper
|
|
|
|
%endif
|
2009-04-21 00:00:19 +02:00
|
|
|
Url: http://www.digikam.org/
|
2007-07-11 10:44:29 +02:00
|
|
|
License: GPL v2 or later
|
|
|
|
Group: Productivity/Graphics/Viewers
|
2006-12-19 00:35:13 +01:00
|
|
|
Summary: A KDE Photo Manager
|
2009-04-21 00:00:19 +02:00
|
|
|
Version: 0.10.0
|
2009-06-02 12:59:52 +02:00
|
|
|
Release: 3
|
2009-04-21 00:00:19 +02:00
|
|
|
%define tar_version 0.10.0
|
|
|
|
Source0: %name-%{tar_version}.tar.bz2
|
|
|
|
Patch: CMakeLists.txt.diff
|
2006-12-19 00:35:13 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2009-04-21 00:00:19 +02:00
|
|
|
%kde4_runtime_requires
|
2009-05-19 02:09:11 +02:00
|
|
|
Recommends: libqt4-sql-sqlite kipi-plugins
|
2009-04-21 00:00:19 +02:00
|
|
|
Requires: oxygen-icon-theme
|
2007-05-11 15:32:30 +02:00
|
|
|
Requires: %{name}-lang = %{version}
|
2009-06-02 12:59:52 +02:00
|
|
|
Provides: kde4-digikam = 0.10.0
|
|
|
|
Obsoletes: kde4-digikam <= 0.10.0
|
2006-12-19 00:35:13 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
digiKam is a simple digital photo management application for KDE, which
|
2007-08-24 01:01:37 +02:00
|
|
|
allows you to import and organize your digital photos easily. The
|
|
|
|
photos can be organized in albums, which can be sorted chronologically,
|
|
|
|
by directory layout, or by custom collections. An easy-to-use interface
|
|
|
|
that enables you to connect to your camera and preview, download, or
|
|
|
|
delete your images, is provided.
|
2006-12-19 00:35:13 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
2007-04-23 23:16:18 +02:00
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Renchi Raju <renchi@green.tam.uiuc.edu>
|
|
|
|
|
2009-04-21 00:00:19 +02:00
|
|
|
%package devel
|
2008-05-08 23:04:55 +02:00
|
|
|
License: GPL v2 or later
|
2007-07-11 10:44:29 +02:00
|
|
|
Group: Productivity/Graphics/Viewers
|
2009-04-21 00:00:19 +02:00
|
|
|
Summary: A KDE Photo Manager Build Environment
|
|
|
|
Requires: %name = %{version}
|
2007-06-19 00:15:24 +02:00
|
|
|
|
2009-04-21 00:00:19 +02:00
|
|
|
%description devel
|
|
|
|
digiKam is a simple digital photo management application for KDE. This
|
|
|
|
package contains its build environment.
|
2007-06-19 00:15:24 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
2009-04-21 00:00:19 +02:00
|
|
|
Renchi Raju <renchi@green.tam.uiuc.edu>
|
2007-06-19 00:15:24 +02:00
|
|
|
|
2007-05-11 15:32:30 +02:00
|
|
|
%lang_package
|
2009-04-21 00:00:19 +02:00
|
|
|
%prep
|
|
|
|
%setup -q -n %name-%{tar_version}
|
|
|
|
%patch
|
2006-12-19 00:35:13 +01:00
|
|
|
|
|
|
|
%build
|
2009-04-21 00:00:19 +02:00
|
|
|
%cmake_kde4 -d build
|
|
|
|
%make_jobs
|
2006-12-19 00:35:13 +01:00
|
|
|
|
|
|
|
%install
|
2009-04-21 00:00:19 +02:00
|
|
|
cd build
|
|
|
|
%makeinstall
|
|
|
|
# Move the icons back to /usr/share/icons/hicolor because digikam started installing only to datadir/icons, relying on the theme.
|
|
|
|
# This is wrong - only oxygen provides a digikam icon
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/usr/share/icons/hicolor/{16x16,22x22,32x32,48x48,64x64,128x128}/apps/
|
|
|
|
for i in {16,22,32,48,64,128}; do mv $RPM_BUILD_ROOT/usr/share/kde4/apps/digikam/icons/oxygen/"$i"x"$i"/apps/digikam.png $RPM_BUILD_ROOT/usr/share/icons/hicolor/"$i"x"$i"/apps/;done
|
|
|
|
for i in {16,22,32,48,64,128}; do mv $RPM_BUILD_ROOT/usr/share/kde4/apps/digikam/icons/oxygen/"$i"x"$i"/apps/showfoto.png $RPM_BUILD_ROOT/usr/share/icons/hicolor/"$i"x"$i"/apps/;done
|
|
|
|
cd ..
|
|
|
|
%suse_update_desktop_file digikam Graphics Photography
|
|
|
|
%suse_update_desktop_file -G "Photo Editor" showfoto Graphics 2DGraphic RasterGraphics
|
|
|
|
%find_lang %name
|
|
|
|
%kde_post_install
|
2006-12-19 00:35:13 +01:00
|
|
|
|
2008-05-17 02:33:21 +02:00
|
|
|
%post -p /sbin/ldconfig
|
2006-12-19 00:35:13 +01:00
|
|
|
|
2008-05-17 02:33:21 +02:00
|
|
|
%postun -p /sbin/ldconfig
|
2006-12-19 00:35:13 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2009-04-21 00:00:19 +02:00
|
|
|
rm -rf filelists
|
2006-12-19 00:35:13 +01:00
|
|
|
|
2009-04-21 00:00:19 +02:00
|
|
|
%files devel
|
2008-06-30 15:25:22 +02:00
|
|
|
%defattr(-,root,root)
|
2009-04-21 00:00:19 +02:00
|
|
|
/usr/include/digikam
|
|
|
|
/usr/include/digikam_export.h
|
|
|
|
%_libdir/libdigikamcore.so
|
|
|
|
%_libdir/libdigikamdatabase.so
|
2007-05-11 15:32:30 +02:00
|
|
|
|
2009-04-21 00:00:19 +02:00
|
|
|
%files lang -f %name.lang
|
2008-06-30 15:25:22 +02:00
|
|
|
%defattr(-,root,root)
|
2007-05-17 11:27:45 +02:00
|
|
|
|
2009-04-21 00:00:19 +02:00
|
|
|
%files
|
2006-12-19 00:35:13 +01:00
|
|
|
%defattr(-,root,root)
|
2009-04-21 00:00:19 +02:00
|
|
|
/usr/bin/digikam
|
|
|
|
/usr/bin/digikamthemedesigner
|
|
|
|
/usr/bin/digitaglinktree
|
|
|
|
/usr/bin/showfoto
|
|
|
|
%_kde4_modules/digikamimageplugin_adjustcurves.so
|
|
|
|
%_kde4_modules/digikamimageplugin_adjustlevels.so
|
|
|
|
%_kde4_modules/digikamimageplugin_blurfx.so
|
|
|
|
%_kde4_modules/digikamimageplugin_border.so
|
|
|
|
%_kde4_modules/digikamimageplugin_channelmixer.so
|
|
|
|
%_kde4_modules/digikamimageplugin_charcoal.so
|
|
|
|
%_kde4_modules/digikamimageplugin_colorfx.so
|
|
|
|
%_kde4_modules/digikamimageplugin_core.so
|
|
|
|
%_kde4_modules/digikamimageplugin_distortionfx.so
|
|
|
|
%_kde4_modules/digikamimageplugin_emboss.so
|
|
|
|
%_kde4_modules/digikamimageplugin_filmgrain.so
|
|
|
|
%_kde4_modules/digikamimageplugin_freerotation.so
|
|
|
|
%_kde4_modules/digikamimageplugin_hotpixels.so
|
|
|
|
%_kde4_modules/digikamimageplugin_infrared.so
|
|
|
|
%_kde4_modules/digikamimageplugin_inpainting.so
|
|
|
|
%_kde4_modules/digikamimageplugin_inserttext.so
|
|
|
|
%_kde4_modules/digikamimageplugin_lenscorrection.so
|
|
|
|
%_kde4_modules/digikamimageplugin_noisereduction.so
|
|
|
|
%_kde4_modules/digikamimageplugin_oilpaint.so
|
|
|
|
%_kde4_modules/digikamimageplugin_perspective.so
|
|
|
|
%_kde4_modules/digikamimageplugin_raindrop.so
|
|
|
|
%_kde4_modules/digikamimageplugin_restoration.so
|
|
|
|
%_kde4_modules/digikamimageplugin_sheartool.so
|
|
|
|
%_kde4_modules/digikamimageplugin_superimpose.so
|
|
|
|
%_kde4_modules/digikamimageplugin_texture.so
|
|
|
|
%_kde4_modules/digikamimageplugin_whitebalance.so
|
|
|
|
%_kde4_modules/kio_digikamalbums.so
|
|
|
|
%_kde4_modules/kio_digikamdates.so
|
|
|
|
%_kde4_modules/kio_digikamsearch.so
|
|
|
|
%_kde4_modules/kio_digikamtags.so
|
|
|
|
%_libdir/libdigikamcore.so.*
|
|
|
|
%_libdir/libdigikamdatabase.so.*
|
|
|
|
/usr/share/applications/kde4/digikam.desktop
|
|
|
|
/usr/share/applications/kde4/showfoto.desktop
|
|
|
|
/usr/share/icons/hicolor/128x128/apps/digikam.png
|
|
|
|
/usr/share/icons/hicolor/128x128/apps/showfoto.png
|
|
|
|
/usr/share/icons/hicolor/16x16/apps/digikam.png
|
|
|
|
/usr/share/icons/hicolor/16x16/apps/showfoto.png
|
|
|
|
/usr/share/icons/hicolor/22x22/apps/digikam.png
|
|
|
|
/usr/share/icons/hicolor/22x22/apps/showfoto.png
|
|
|
|
/usr/share/icons/hicolor/32x32/apps/digikam.png
|
|
|
|
/usr/share/icons/hicolor/32x32/apps/showfoto.png
|
|
|
|
/usr/share/icons/hicolor/48x48/apps/digikam.png
|
|
|
|
/usr/share/icons/hicolor/48x48/apps/showfoto.png
|
|
|
|
/usr/share/icons/hicolor/64x64/apps/digikam.png
|
|
|
|
/usr/share/icons/hicolor/64x64/apps/showfoto.png
|
|
|
|
%_kde_share_dir/apps/digikam
|
|
|
|
%_kde_share_dir/apps/showfoto
|
|
|
|
%_kde_share_dir/services/digikamalbums.protocol
|
|
|
|
%_kde_share_dir/services/digikamdates.protocol
|
|
|
|
%_kde_share_dir/services/digikamimageplugin_adjustcurves.desktop
|
|
|
|
%_kde_share_dir/services/digikamimageplugin_adjustlevels.desktop
|
|
|
|
%_kde_share_dir/services/digikamimageplugin_blurfx.desktop
|
|
|
|
%_kde_share_dir/services/digikamimageplugin_border.desktop
|
|
|
|
%_kde_share_dir/services/digikamimageplugin_channelmixer.desktop
|
|
|
|
%_kde_share_dir/services/digikamimageplugin_charcoal.desktop
|
|
|
|
%_kde_share_dir/services/digikamimageplugin_colorfx.desktop
|
|
|
|
%_kde_share_dir/services/digikamimageplugin_core.desktop
|
|
|
|
%_kde_share_dir/services/digikamimageplugin_distortionfx.desktop
|
|
|
|
%_kde_share_dir/services/digikamimageplugin_emboss.desktop
|
|
|
|
%_kde_share_dir/services/digikamimageplugin_filmgrain.desktop
|
|
|
|
%_kde_share_dir/services/digikamimageplugin_freerotation.desktop
|
|
|
|
%_kde_share_dir/services/digikamimageplugin_hotpixels.desktop
|
|
|
|
%_kde_share_dir/services/digikamimageplugin_infrared.desktop
|
|
|
|
%_kde_share_dir/services/digikamimageplugin_inpainting.desktop
|
|
|
|
%_kde_share_dir/services/digikamimageplugin_inserttext.desktop
|
|
|
|
%_kde_share_dir/services/digikamimageplugin_lenscorrection.desktop
|
|
|
|
%_kde_share_dir/services/digikamimageplugin_noisereduction.desktop
|
|
|
|
%_kde_share_dir/services/digikamimageplugin_oilpaint.desktop
|
|
|
|
%_kde_share_dir/services/digikamimageplugin_perspective.desktop
|
|
|
|
%_kde_share_dir/services/digikamimageplugin_raindrop.desktop
|
|
|
|
%_kde_share_dir/services/digikamimageplugin_restoration.desktop
|
|
|
|
%_kde_share_dir/services/digikamimageplugin_sheartool.desktop
|
|
|
|
%_kde_share_dir/services/digikamimageplugin_superimpose.desktop
|
|
|
|
%_kde_share_dir/services/digikamimageplugin_texture.desktop
|
|
|
|
%_kde_share_dir/services/digikamimageplugin_whitebalance.desktop
|
|
|
|
%_kde_share_dir/services/digikamsearch.protocol
|
|
|
|
%_kde_share_dir/services/digikamtags.protocol
|
|
|
|
%_kde_share_dir/servicetypes/digikamimageplugin.desktop
|
|
|
|
%_kde_share_dir/apps/showfoto/data/logo-showfoto.png
|
|
|
|
%_kde_share_dir/apps/showfoto/data/splash-showfoto.png
|
|
|
|
%_kde_share_dir/apps/showfoto/showfotoui.rc
|
2006-12-19 00:35:13 +01:00
|
|
|
/usr/share/man/man1/digitaglinktree.1.gz
|
2009-04-21 00:00:19 +02:00
|
|
|
%dir /usr/share/kde4/apps/solid
|
|
|
|
%dir /usr/share/kde4/apps/solid/actions
|
|
|
|
/usr/share/kde4/apps/solid/actions/digikam-opencamera.desktop
|
2007-12-10 23:50:32 +01:00
|
|
|
|
2007-03-06 19:08:31 +01:00
|
|
|
%changelog
|
2009-06-02 12:59:52 +02:00
|
|
|
* Sun May 31 2009 dmueller@suse.de
|
|
|
|
- fix rename
|
2009-05-19 02:09:11 +02:00
|
|
|
* Mon May 18 2009 beineri@opensuse.org
|
|
|
|
- only recommend kipi-plugins
|
2009-04-21 00:00:19 +02:00
|
|
|
* Mon Apr 20 2009 dmueller@suse.de
|
|
|
|
- rename kde4-digikam to digikam
|
|
|
|
* Sat Apr 18 2009 beineri@opensuse.org
|
|
|
|
- create -lang package
|
2009-04-07 12:53:37 +02:00
|
|
|
* Sat Apr 04 2009 coolo@suse.de
|
|
|
|
- refresh patches to fix build
|
2009-04-21 00:00:19 +02:00
|
|
|
* Fri Apr 03 2009 coolo@suse.de
|
|
|
|
- build without hard huge Marble widget dependency unless it can
|
|
|
|
be packaged optionally
|
|
|
|
- mark showfoto.desktop unimportant
|
|
|
|
- refresh patch to build in factory
|
|
|
|
* Tue Mar 17 2009 wstephenson@suse.de
|
|
|
|
- update to 0.10.0
|
|
|
|
* General : Internal CImg library updated to 1.3.0.
|
|
|
|
* General : New "DarkRoom" colors theme.
|
|
|
|
* many bugfixes
|
2009-03-18 01:03:41 +01:00
|
|
|
* Tue Mar 17 2009 wstephenson@suse.de
|
|
|
|
- Update to 0.9.5
|
|
|
|
* TIFF/PNG/JPEG2000 metadata can be edited or added
|
|
|
|
(requires Exiv2 >= 0.18)
|
|
|
|
* Internal CImg library updated to 1.3.0.
|
|
|
|
* All image plugin tool settings provide default buttons to
|
|
|
|
reset values
|
|
|
|
* New Raw import tool to handle Raw pictures with customized
|
|
|
|
decoding settings
|
|
|
|
* All image plugin dialogs are removed. All tools are embedded
|
|
|
|
in editor window
|
|
|
|
* New composition guide based on Diagonal Rules
|
|
|
|
* http://www.digikam.org/drupal/node/432
|
|
|
|
* Thu Feb 26 2009 wstephenson@suse.de
|
|
|
|
- Update to 0.9.5-beta3
|
|
|
|
* Thu Feb 26 2009 wstephenson@suse.de
|
|
|
|
- Start using libkdcraw4
|
2009-01-20 01:00:53 +01:00
|
|
|
* Sat Jan 17 2009 coolo@suse.de
|
|
|
|
- changed buildrequire to libkipi0-devel
|
2008-11-17 16:46:16 +01:00
|
|
|
* Wed Nov 12 2008 stbinner@suse.de
|
|
|
|
- fix libdigikam-devel requirements
|
2008-11-06 15:23:00 +01:00
|
|
|
* Wed Nov 05 2008 dmueller@suse.de
|
|
|
|
- update buildrequires
|
2008-07-21 17:48:46 +02:00
|
|
|
* Thu Jul 17 2008 dmueller@suse.de
|
|
|
|
- update to 0.9.4:
|
|
|
|
* auto-gamma and auto-whitebalance support for RAW files
|
|
|
|
* displaying the number of contained items in the overview for all albums
|
|
|
|
* usability improvements
|
|
|
|
* http://www.digikam.org/drupal/node/359
|
2008-06-30 15:25:22 +02:00
|
|
|
* Mon Jun 30 2008 stbinner@suse.de
|
|
|
|
- add missing %%defattr
|
2009-04-07 12:53:37 +02:00
|
|
|
* Sat May 17 2008 dmueller@suse.de
|
2008-05-17 02:33:21 +02:00
|
|
|
- support custom whitebalance settings
|
2008-05-08 23:04:55 +02:00
|
|
|
* Thu May 08 2008 dmueller@suse.de
|
|
|
|
- temporarly disable autocolor/whitebalance setting
|
|
|
|
* Sun Dec 30 2007 coolo@suse.de
|
2007-12-31 22:18:51 +01:00
|
|
|
- update to 0.9.3 final:
|
|
|
|
* new quick navigation feature has been added
|
2008-05-08 23:04:55 +02:00
|
|
|
* Mon Dec 10 2007 stbinner@suse.de
|
2007-12-10 23:50:32 +01:00
|
|
|
- update to 0.9.3-rc1:
|
|
|
|
* In the Albums/Tags/Searches/TagsFilter sidebars the is a live
|
|
|
|
filter at the bottom that lets you search for a string in
|
|
|
|
Albums/Tags/Searches/TagsFilter hierarchy
|
|
|
|
* The main window has yet another live filter: The new string
|
|
|
|
search filters the current view (album/collection, date, tags,
|
|
|
|
search) on substrings within file name, caption, and tags.
|
|
|
|
* Several usability improvements in the Light Table
|
|
|
|
* A green tint has been added to the b&w conversion plugin
|
|
|
|
* Quick filters have been added to the status bar of main window
|
|
|
|
* A new navigation feature: whenever a thumbnail is selected in
|
|
|
|
the main window you can immediately jump (Go To) to any other
|
|
|
|
of the views where this image is a member of.
|
|
|
|
* New features of the camera interface:
|
|
|
|
- Interface is now used to import new images into collections.
|
|
|
|
- New options to download pictures and delete them from the
|
|
|
|
camera at the same time.
|
|
|
|
- Support of Drag & Drop to download files from camera window
|
|
|
|
to album window.
|
|
|
|
- A progress bar has been added to indicate the available
|
|
|
|
space in the Album Library Path
|
2008-05-08 23:04:55 +02:00
|
|
|
* Sat Nov 03 2007 dmueller@suse.de
|
2007-11-03 16:15:16 +01:00
|
|
|
- fix build against lcms 1.17
|
2008-05-08 23:04:55 +02:00
|
|
|
* Wed Aug 22 2007 meissner@suse.de
|
2007-08-24 01:01:37 +02:00
|
|
|
- handle filename conversions correctly, if you by chance
|
|
|
|
use MTP devices with digikam.
|
2008-05-08 23:04:55 +02:00
|
|
|
* Tue Jul 17 2007 stbinner@suse.de
|
2007-07-18 21:02:40 +02:00
|
|
|
- don't show digikamthemedesigner within application menu
|
2008-05-08 23:04:55 +02:00
|
|
|
* Mon Jul 09 2007 stbinner@suse.de
|
2007-07-11 10:44:29 +02:00
|
|
|
- move obsoletes/provides to proper place
|
2008-05-08 23:04:55 +02:00
|
|
|
* Thu Jun 21 2007 dmueller@suse.de
|
2007-06-21 22:06:55 +02:00
|
|
|
- deinstall digikamimageplugins-lang on update
|
2008-05-08 23:04:55 +02:00
|
|
|
* Tue Jun 19 2007 stbinner@suse.de
|
2007-06-19 19:25:14 +02:00
|
|
|
- fix build in KDE:Backports for older distributions
|
|
|
|
- add "Recommends: digikamimageplugins-superimpose"
|
2008-05-08 23:04:55 +02:00
|
|
|
* Mon Jun 18 2007 stbinner@suse.de
|
2007-06-19 00:15:24 +02:00
|
|
|
- update to version 0.9.2:
|
|
|
|
* DigikamImagePlugins have been merged into digiKam tarballs.
|
|
|
|
* New depency to libkdcraw shared library used to decode RAW file.
|
|
|
|
* Removing direct Exiv2 library depency. libkexiv2 is now used
|
|
|
|
* Light Table tool to compare similar images side by side
|
|
|
|
* Red Eyes Correction tool have been completly re-writen.
|
|
|
|
* Solarize plugin is now a "Color Effects" pack including Solarize,
|
|
|
|
Velvia (new plugin), Neon, and Edge effects.
|
|
|
|
* Black & White converter now support a lots of B&W analog camera
|
|
|
|
film types (Agfa, Ilford, Kodak). A new 'strength' setting can
|
|
|
|
simulate the amount of Lens filters effect.
|
|
|
|
- split of Superimpose plugin templates into sub-package
|
2008-11-06 15:23:00 +01:00
|
|
|
* Wed Jun 13 2007 stbinner@suse.de
|
2007-06-14 00:34:31 +02:00
|
|
|
- running fdupes makes digikam.rpm 285KB smaller
|
2008-05-08 23:04:55 +02:00
|
|
|
* Fri Jun 01 2007 coolo@suse.de
|
2007-06-01 09:27:27 +02:00
|
|
|
- move kde_post_install
|
2008-05-08 23:04:55 +02:00
|
|
|
* Tue May 15 2007 coolo@suse.de
|
2007-05-17 11:27:45 +02:00
|
|
|
- build on older distributions
|
2008-05-08 23:04:55 +02:00
|
|
|
* Fri May 11 2007 coolo@suse.de
|
2007-05-11 15:32:30 +02:00
|
|
|
- seperate translations into special subpackage
|
2008-05-08 23:04:55 +02:00
|
|
|
* Tue Apr 24 2007 dmueller@suse.de
|
2007-04-24 13:09:01 +02:00
|
|
|
- fix devel package requires
|
2008-05-08 23:04:55 +02:00
|
|
|
* Mon Apr 23 2007 dmueller@suse.de
|
2007-04-23 23:16:18 +02:00
|
|
|
- split into -devel package
|
2008-05-08 23:04:55 +02:00
|
|
|
* Fri Apr 20 2007 dmueller@suse.de
|
2007-04-20 15:55:37 +02:00
|
|
|
- update BuildRequires
|
2008-05-08 23:04:55 +02:00
|
|
|
* Thu Apr 19 2007 dmueller@suse.de
|
2007-04-19 21:16:00 +02:00
|
|
|
- update BuildRequires
|
2008-11-06 15:23:00 +01:00
|
|
|
* Mon Apr 16 2007 dmueller@suse.de
|
2007-04-17 00:30:47 +02:00
|
|
|
- build against libexiv 0.14
|
2008-05-08 23:04:55 +02:00
|
|
|
* Mon Mar 05 2007 stbinner@suse.de
|
2007-03-06 19:08:31 +01:00
|
|
|
- update to 0.9.1:
|
|
|
|
* Native JPEG2000 image loader. Warning for lossy JPEG file saving
|
|
|
|
* Tags View from Comments & Tags side bar support drag & drop.
|
|
|
|
* Batch tool to sync all pictures metadata (EXIF/IPTC) with digiKam database content.
|
|
|
|
* Status bar in Album Gui with a progress bar, text bar, and navigate bar.
|
|
|
|
* Native SlideShow tool which uses the Image Preview feature. RAW files
|
|
|
|
can be slided very fast. Configurable data display. Album recursive mode available
|
|
|
|
*The tags trees are stored as such into IPTC fields
|
|
|
|
* Usability improvements everywhere
|
|
|
|
AlbumGUI :
|
|
|
|
* Improvement of pop-up menu of Tags Filter View and Comment & Tags ON auto selection/
|
|
|
|
deselection of parents/child tags in Tags treeview.
|
|
|
|
* Preview picture mode use a memory cache to speed-up loading.
|
|
|
|
* Preview mode has better a context pop-up menu.
|
|
|
|
* Prefer Exif DateTimeOriginal to sort images (DateTimeDigitized and DateTime used as fallback)
|
|
|
|
Image Plugins :
|
|
|
|
* All tools remember settings between sessions
|
|
|
|
* All tools render properly preview of image using Color Managed View
|
|
|
|
* All tools use the same keyboard shortcuts as PhotoShop
|
|
|
|
* Brightness/Contrast/Gamma : setting value excursion are the same as Photoshop.
|
|
|
|
* New option in all Color corrections Tools to show under-exposed and over-exposed areas
|
|
|
|
of corrected picture before applying corrections
|
|
|
|
* Add Border Tool : add new option to preserve aspect ratio. Border Width can be set in
|
|
|
|
pixels or in percentage
|
|
|
|
* Perspective Tool : add a grid and vertical/horizontal guide lines.
|
|
|
|
* Ratio-crop Tool : usability improvements from Jaromir Malenko.
|
|
|
|
* Auto Color Correction Tool : add new filter to perform auto-exposure corrections.
|
|
|
|
Image Editor :
|
|
|
|
* Advanced options to keep ratio and alignment when printing pictures.
|
|
|
|
* Color profiles are tested now to avoid invalid files.
|
|
|
|
* Add a progress bar to Image editor/showfoto about IO image files access.
|
2008-05-08 23:04:55 +02:00
|
|
|
* Thu Jan 04 2007 stbinner@suse.de
|
2007-01-04 12:04:23 +01:00
|
|
|
- fix build on 10.2 in KDE:Backports
|
2008-11-06 15:23:00 +01:00
|
|
|
* Mon Dec 18 2006 stbinner@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- update to final 0.9 release
|
2008-05-08 23:04:55 +02:00
|
|
|
* Sat Dec 09 2006 dmueller@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- update to 0.9.0 rc2:
|
|
|
|
* uses libexiv2 now for EXIF parsing
|
|
|
|
* many more features and over 500 bugfixes see:
|
|
|
|
http://www.digikam.org/?q=about/features09x
|
2008-05-08 23:04:55 +02:00
|
|
|
* Sat Nov 04 2006 stbinner@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- fix build for < 10.1
|
2008-05-08 23:04:55 +02:00
|
|
|
* Fri Nov 03 2006 llunak@suse.cz
|
2006-12-19 00:35:13 +01:00
|
|
|
- fix preview in rename dialog when downloading
|
|
|
|
from camera (#188108)
|
2008-05-08 23:04:55 +02:00
|
|
|
* Thu Nov 02 2006 stbinner@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- fix crash when right-clicking in empty main window (#216511)
|
2008-05-08 23:04:55 +02:00
|
|
|
* Sat Oct 21 2006 meissner@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- buildrequires libgphoto2-devel
|
2008-05-08 23:04:55 +02:00
|
|
|
* Wed Sep 13 2006 stbinner@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- fix build for 10.0
|
2008-11-06 15:23:00 +01:00
|
|
|
* Tue Jul 18 2006 dmueller@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- update to 0.8.2.
|
|
|
|
* add missing Rating info in album item file tip and image
|
|
|
|
properties dialog
|
|
|
|
* display JPEG that use CMYK color space
|
|
|
|
* Rating image using keyboard shortcuts CTRL+0/1/2/3/4/5 from
|
|
|
|
main interface
|
|
|
|
* Buttons to set the album date to oldest, yougest of the
|
|
|
|
images in the album
|
2008-05-08 23:04:55 +02:00
|
|
|
* Mon May 22 2006 stbinner@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- no x-raw.desktop in STABLE, is now contained in kdelibs 3.5.2
|
2008-05-08 23:04:55 +02:00
|
|
|
* Wed Mar 22 2006 stbinner@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- no x-raw.desktop in PLUS, is now contained in kdelibs 3.5.2
|
2008-05-08 23:04:55 +02:00
|
|
|
* Tue Feb 28 2006 coolo@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- fix the print of filename (as indicated by compiler warning and
|
|
|
|
[#153544])
|
2008-05-08 23:04:55 +02:00
|
|
|
* Mon Feb 13 2006 stbinner@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- add upstream patch to fix problems on ppc (KDE #121646)
|
2008-05-08 23:04:55 +02:00
|
|
|
* Mon Feb 06 2006 stbinner@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- fix build
|
2008-05-08 23:04:55 +02:00
|
|
|
* Mon Feb 06 2006 coolo@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- grap fix from KDE SVN to fix severe problem with search for images
|
|
|
|
(KDE bugs 120479 and 120775)
|
2008-05-08 23:04:55 +02:00
|
|
|
* Tue Jan 31 2006 coolo@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- fix gphoto2 cameras
|
2008-05-08 23:04:55 +02:00
|
|
|
* Thu Jan 26 2006 meissner@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- Upgraded to 0.8.1.
|
|
|
|
- image rating
|
|
|
|
- 8 bit raw support added
|
|
|
|
- copy & paste support (between albums or between digikam + konqi)
|
|
|
|
- new dcop interface to control opening the camera dialog
|
2008-05-08 23:04:55 +02:00
|
|
|
* Wed Jan 25 2006 mls@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- converted neededforbuild to BuildRequires
|
2008-05-08 23:04:55 +02:00
|
|
|
* Mon Jan 23 2006 coolo@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- give digikam as option in the media popup
|
2008-05-08 23:04:55 +02:00
|
|
|
* Wed Dec 21 2005 dmueller@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- fix file list
|
2008-05-08 23:04:55 +02:00
|
|
|
* Mon Nov 28 2005 stbinner@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- update to version 0.8
|
2008-05-08 23:04:55 +02:00
|
|
|
* Sat Nov 19 2005 stbinner@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- keep old xdg menu category for build on older distribution
|
2008-05-08 23:04:55 +02:00
|
|
|
* Thu Nov 17 2005 stbinner@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- fix build on 9.1 and 9.2
|
2008-05-08 23:04:55 +02:00
|
|
|
* Thu Sep 29 2005 stbinner@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- fix "Photograph" to correct "Photography" xdg menu category
|
2008-05-08 23:04:55 +02:00
|
|
|
* Fri Aug 19 2005 adrian@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- update to version 0.7.4
|
|
|
|
* translation updates
|
2008-05-08 23:04:55 +02:00
|
|
|
* Fri Aug 19 2005 coolo@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- fix file list for icons
|
2008-05-08 23:04:55 +02:00
|
|
|
* Wed Aug 17 2005 meissner@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- do not overwrite ports with "usb:" everytime.
|
2008-05-08 23:04:55 +02:00
|
|
|
* Sat Jul 23 2005 dmueller@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- fix filelist
|
2008-05-08 23:04:55 +02:00
|
|
|
* Thu Jul 21 2005 dmueller@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- 0.7.3 final update
|
|
|
|
- removed -fvisibility=hidden support as it exposes a compiler bug
|
|
|
|
on x86_64 and ppc64
|
2008-05-08 23:04:55 +02:00
|
|
|
* Mon May 23 2005 adrian@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- update to version 0.7.3 beta 2
|
2008-05-08 23:04:55 +02:00
|
|
|
* Mon Mar 14 2005 adrian@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- fix build for 9.2 distribution
|
2008-05-08 23:04:55 +02:00
|
|
|
* Sat Mar 05 2005 adrian@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- fix build
|
2008-05-08 23:04:55 +02:00
|
|
|
* Thu Mar 03 2005 adrian@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- update to version 0.7.2 final
|
|
|
|
- hide showfoto dialog for now, we use gwenview as default picture
|
|
|
|
viewer
|
2008-05-08 23:04:55 +02:00
|
|
|
* Fri Feb 11 2005 adrian@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- remove some debug output
|
2008-05-08 23:04:55 +02:00
|
|
|
* Wed Feb 09 2005 adrian@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- update to version 0.7.2beta1
|
2008-05-08 23:04:55 +02:00
|
|
|
* Tue Jan 04 2005 adrian@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- update to version 0.7.1
|
2008-05-08 23:04:55 +02:00
|
|
|
* Mon Nov 29 2004 adrian@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- use sqlite2 compat packages
|
2008-05-08 23:04:55 +02:00
|
|
|
* Wed Nov 17 2004 adrian@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- use the new native digikam icon again
|
2008-05-08 23:04:55 +02:00
|
|
|
* Mon Nov 15 2004 adrian@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- use internal sqlite for < SuSE 9.1
|
2008-05-08 23:04:55 +02:00
|
|
|
* Mon Nov 08 2004 adrian@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- update to version 0.7 final
|
2008-05-08 23:04:55 +02:00
|
|
|
* Sun Oct 24 2004 adrian@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- add libkipi-devel to nfb
|
2008-05-08 23:04:55 +02:00
|
|
|
* Wed Oct 20 2004 adrian@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- update to version 0.7 beta 1
|
2008-05-08 23:04:55 +02:00
|
|
|
* Mon Sep 27 2004 adrian@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- add Requires: imlib2-loaders or the editor is unable to load a
|
|
|
|
picture (#46002)
|
2008-05-08 23:04:55 +02:00
|
|
|
* Mon Sep 20 2004 adrian@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- update to current cvs
|
|
|
|
- use the core camera icon, it does fit better to crystal icons
|
2008-05-08 23:04:55 +02:00
|
|
|
* Fri Sep 10 2004 adrian@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- update to current cvs
|
2008-05-08 23:04:55 +02:00
|
|
|
* Thu Jul 29 2004 adrian@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- update to current snapshot (pre-0.7 version)
|
|
|
|
* enable kipi support
|
|
|
|
- patch to use external sqlite lib
|
2008-05-08 23:04:55 +02:00
|
|
|
* Mon Jun 21 2004 adrian@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- update to version 0.6.2
|
2008-05-08 23:04:55 +02:00
|
|
|
* Wed Jun 16 2004 adrian@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- add requires to dcraw for > 9.1
|
|
|
|
A plugin needs it.
|
2008-05-08 23:04:55 +02:00
|
|
|
* Wed Apr 21 2004 coolo@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- build everything without unsermake
|
2008-11-06 15:23:00 +01:00
|
|
|
* Sat Apr 17 2004 coolo@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- return in non-void function
|
2008-05-08 23:04:55 +02:00
|
|
|
* Thu Apr 15 2004 coolo@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- build without unsermake
|
2009-04-07 12:53:37 +02:00
|
|
|
* Thu Apr 08 2004 adrian@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- fix path to k3b
|
|
|
|
- remove mpeg plugin, we miss the tools anyway
|
2008-05-08 23:04:55 +02:00
|
|
|
* Sun Apr 04 2004 adrian@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- add patch by Andi Kleen to create a "Pictures" directory,
|
|
|
|
instead of confusing the user.
|
2008-05-08 23:04:55 +02:00
|
|
|
* Thu Apr 01 2004 coolo@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- readding icons (#37369)
|
2008-05-08 23:04:55 +02:00
|
|
|
* Mon Mar 22 2004 adrian@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- fixing german translation (#36674)
|
2008-05-08 23:04:55 +02:00
|
|
|
* Sun Feb 29 2004 ro@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- different approach to remove buildroot traces
|
2008-05-08 23:04:55 +02:00
|
|
|
* Tue Feb 17 2004 adrian@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- fix Categories
|
2008-05-08 23:04:55 +02:00
|
|
|
* Tue Feb 10 2004 adrian@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- update to version 0.6 final
|
2008-11-06 15:23:00 +01:00
|
|
|
* Tue Feb 03 2004 adrian@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- fix build
|
2008-05-08 23:04:55 +02:00
|
|
|
* Mon Feb 02 2004 adrian@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- update to version 0.6.0rc2
|
|
|
|
- add digikamplugins to package
|
2008-05-08 23:04:55 +02:00
|
|
|
* Tue Jan 13 2004 coolo@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- fixing Makefile problems
|
2008-05-08 23:04:55 +02:00
|
|
|
* Tue Dec 30 2003 adrian@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- install default icons in crystalsvg
|
2008-05-08 23:04:55 +02:00
|
|
|
* Wed Oct 15 2003 meissner@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- Upgraded to current 0.6.0 CVS, "all known bugs fixed" [tm]
|
|
|
|
- Do not build as root.
|
2008-05-08 23:04:55 +02:00
|
|
|
* Tue Sep 23 2003 meissner@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- fixed crash on corrupt JPEG, #31180.
|
2008-05-08 23:04:55 +02:00
|
|
|
* Thu Sep 18 2003 varkoly@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- update hungarian translation
|
2008-05-08 23:04:55 +02:00
|
|
|
* Tue Sep 16 2003 adrian@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- update czech translation
|
2008-05-08 23:04:55 +02:00
|
|
|
* Tue Sep 09 2003 adrian@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- add hungarian translation from Peter Varkoly
|
2008-05-08 23:04:55 +02:00
|
|
|
* Mon Sep 08 2003 adrian@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- use a nicer icon
|
2008-05-08 23:04:55 +02:00
|
|
|
* Wed Aug 13 2003 adrian@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- add czech translation from Klara Cihlarova
|
2008-05-08 23:04:55 +02:00
|
|
|
* Mon Jul 28 2003 adrian@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- add %%run_ldconfig
|
2008-05-08 23:04:55 +02:00
|
|
|
* Mon Jul 28 2003 adrian@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- Add Categories
|
2008-05-08 23:04:55 +02:00
|
|
|
* Thu Jun 12 2003 coolo@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- use find_lang
|
|
|
|
- package icons directories too
|
|
|
|
- use $INSTALL_TARGET
|
2008-05-08 23:04:55 +02:00
|
|
|
* Mon Jun 02 2003 meissner@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- Upgraded to pre 0.6, packaged the rest of the files,
|
|
|
|
adapted neededforbuild.
|
2008-05-08 23:04:55 +02:00
|
|
|
* Thu Sep 19 2002 adrian@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- enable the build again and update to 0.5.1 (KDE 3 port)
|
2008-05-08 23:04:55 +02:00
|
|
|
* Tue Feb 26 2002 ro@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- added libexif to neededforbuild
|
2008-05-08 23:04:55 +02:00
|
|
|
* Mon Feb 04 2002 ro@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- try forward port to current gphoto2
|
2008-05-08 23:04:55 +02:00
|
|
|
* Sat Jan 19 2002 adrian@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- update to version 0.4
|
2008-05-08 23:04:55 +02:00
|
|
|
* Sat Jan 05 2002 adrian@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- update to final 0.3
|
2008-11-06 15:23:00 +01:00
|
|
|
* Wed Jan 02 2002 adrian@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- update to version 0.3_beta1
|
2008-05-08 23:04:55 +02:00
|
|
|
* Sat Dec 29 2001 adrian@suse.de
|
2006-12-19 00:35:13 +01:00
|
|
|
- initial packaging
|