This commit is contained in:
parent
6f8638888b
commit
703333e20a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8fff9b2277c58ca027100fa4af05dea8b955c8a98b79b6befa90b47ac34c77d2
|
||||
size 5692707
|
3
digikam-0.9.1.tar.bz2
Normal file
3
digikam-0.9.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d6a4d9828f05024b206964ddda9119a9767da351c44cd7bbab342d11b24a5a4
|
||||
size 6781756
|
@ -1,9 +1,11 @@
|
||||
--- digikam/utilities/imageeditor/tools/imageprint.cpp
|
||||
+++ digikam/utilities/imageeditor/tools/imageprint.cpp
|
||||
@@ -149,18 +149,9 @@
|
||||
@@ -149,20 +149,11 @@
|
||||
|
||||
int w, h; // will be set to the width and height of the printer
|
||||
// when the orientation is decided.
|
||||
w = metrics.width();
|
||||
h = metrics.height();
|
||||
- int filenameOffset = 0;
|
||||
|
||||
QSize size = image2Print.size();
|
||||
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 5 17:05:39 CET 2007 - stbinner@suse.de
|
||||
|
||||
- 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 4 10:30:56 CET 2007 - stbinner@suse.de
|
||||
|
||||
|
44
digikam.spec
44
digikam.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package digikam (Version 0.9.0)
|
||||
# spec file for package digikam (Version 0.9.1)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -11,7 +11,7 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: digikam
|
||||
BuildRequires: doxygen giflib-devel imlib2-devel kdelibs3-devel kdesdk3-translate libexiv2-devel libkipi-devel sqlite-devel sqlite2-devel
|
||||
BuildRequires: doxygen giflib-devel imlib2-devel kdelibs3-devel kdesdk3-translate libexiv2-devel libjasper libkexiv2 libkipi-devel sqlite-devel sqlite2-devel
|
||||
%if %suse_version > 1010
|
||||
BuildRequires: libgphoto2-devel
|
||||
%else
|
||||
@ -23,8 +23,8 @@ BuildRequires: libtiff-devel
|
||||
License: GNU General Public License (GPL)
|
||||
Group: Hardware/Other
|
||||
Summary: A KDE Photo Manager
|
||||
Version: 0.9.0
|
||||
Release: 13
|
||||
Version: 0.9.1
|
||||
Release: 1
|
||||
%define rversion %version
|
||||
URL: http://www.digikam.org/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -37,6 +37,7 @@ Patch5: digikam-load.diff
|
||||
Patch7: digikam-print.diff
|
||||
Patch9: renamepreview.patch
|
||||
Patch10: accept-old-libexiv2.diff
|
||||
Patch11: fix-non-utf8.diff
|
||||
Requires: imlib2-loaders
|
||||
|
||||
%description
|
||||
@ -67,6 +68,7 @@ rm -rf digikam/sqlite
|
||||
%if %suse_version == 1020
|
||||
%patch10
|
||||
%endif
|
||||
%patch11
|
||||
. /etc/opt/kde3/common_options
|
||||
update_admin --no-unsermake
|
||||
|
||||
@ -115,7 +117,39 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/usr/share/man/man1/digitaglinktree.1.gz
|
||||
%dir /opt/kde3/share/doc/HTML/en/digikam-%rversion-apidocs
|
||||
|
||||
%changelog -n digikam
|
||||
%changelog
|
||||
* Mon Mar 05 2007 - stbinner@suse.de
|
||||
- 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.
|
||||
* Thu Jan 04 2007 - stbinner@suse.de
|
||||
- fix build on 10.2 in KDE:Backports
|
||||
* Mon Dec 18 2006 - stbinner@suse.de
|
||||
|
@ -6,8 +6,8 @@
|
||||
|
||||
EXTRA_DIST = Digikam.kdevelop AUTHORS COPYING ChangeLog INSTALL README TODO digikam.lsm
|
||||
|
||||
--- digikam/digikam/Makefile.am
|
||||
+++ digikam/digikam/Makefile.am
|
||||
--- digikam/digikam/Makefile.am 2007/03/05 15:33:45 1.1
|
||||
+++ digikam/digikam/Makefile.am 2007/03/05 15:51:49
|
||||
@@ -1,6 +1,6 @@
|
||||
METASOURCES = AUTO
|
||||
|
||||
@ -16,10 +16,10 @@
|
||||
-I$(top_srcdir)/digikam/libs/histogram \
|
||||
-I$(top_srcdir)/digikam/libs/levels \
|
||||
-I$(top_srcdir)/digikam/libs/curves \
|
||||
@@ -91,8 +91,7 @@
|
||||
upgradedb_sqlite2tosqlite3.cpp
|
||||
@@ -96,8 +96,7 @@
|
||||
welcomepageview.cpp
|
||||
|
||||
libdigikam_la_LIBADD = $(LIB_KIO) $(LIB_SQLITE3) $(LIB_KABC) \
|
||||
libdigikam_la_LIBADD = $(LIB_KIO) $(LIB_SQLITE3) $(LIB_KABC) $(LIB_KHTML) \
|
||||
- $(LIBKIPI_LIBS) $(LIB_KUTILS) $(EXIV2_LIBS) \
|
||||
- $(top_builddir)/digikam/sqlite/libsqlite.la \
|
||||
+ $(LIBKIPI_LIBS) $(LIB_KUTILS) $(EXIV2_LIBS) -lsqlite \
|
||||
|
30
fix-non-utf8.diff
Normal file
30
fix-non-utf8.diff
Normal file
@ -0,0 +1,30 @@
|
||||
--- digikam/utilities/hotplug/digikam-mount-and-download.desktop.in 2007/03/06 16:36:35 1.1
|
||||
+++ digikam/utilities/hotplug/digikam-mount-and-download.desktop.in 2007/03/06 16:36:43
|
||||
@@ -3,7 +3,6 @@
|
||||
Icon=digikam
|
||||
Name=Download Photos with digiKam
|
||||
Name[de]=Bilder mit digiKam herunterladen
|
||||
-Name[fr]=télécharger photos avec digiKam
|
||||
|
||||
[Desktop Entry]
|
||||
Actions=digiKam Mount and Download
|
||||
--- ./digikam/utilities/hotplug/digikam-gphoto2-camera.desktop.in 2007/03/06 16:51:05 1.1
|
||||
+++ ./digikam/utilities/hotplug/digikam-gphoto2-camera.desktop.in 2007/03/06 16:51:12
|
||||
@@ -3,7 +3,6 @@
|
||||
Icon=digikam
|
||||
Name=digiKam Detect and Download
|
||||
Name[de]=Bilder mit digiKam herunterladen
|
||||
-Name[fr]=télécharger photos avec digiKam
|
||||
|
||||
[Desktop Entry]
|
||||
Actions=digiKam Detect and Download
|
||||
--- digikam/utilities/hotplug/digikam-download.desktop.in 2007/03/06 16:52:24 1.1
|
||||
+++ digikam/utilities/hotplug/digikam-download.desktop.in 2007/03/06 16:52:29
|
||||
@@ -3,7 +3,6 @@
|
||||
Icon=digikam
|
||||
Name=Download Photos with digiKam
|
||||
Name[de]=Bilder mit digiKam herunterladen
|
||||
-Name[fr]=télécharger photos avec digiKam
|
||||
|
||||
[Desktop Entry]
|
||||
Actions=digiKam Download
|
Loading…
Reference in New Issue
Block a user