diff --git a/digikam-2.6.0-beta1-docbook.patch b/digikam-2.6.0-beta1-docbook.patch new file mode 100644 index 0000000..89526e7 --- /dev/null +++ b/digikam-2.6.0-beta1-docbook.patch @@ -0,0 +1,58 @@ +commit fb9d7b6149e610fe38500c2438d3a6298b81cdbc +Author: Gilles Caulier +Date: Mon Feb 6 09:09:03 2012 +0100 + + compile + +diff --git a/digikam/sidebar.docbook b/digikam/sidebar.docbook +index a5d77c9..4d20a74 100644 +--- a/digikam/sidebar.docbook ++++ b/digikam/sidebar.docbook +@@ -57,7 +57,7 @@ + + Metadata, as shown in these four tabs, can be modified and enhanced in a number of ways elsewhere: + +- with the camera dialog ++ with the camera interface + the metadata editor + the GPS-locator + copying database metadata to files +@@ -379,14 +379,14 @@ + + The Geolocation Tab + +- This tab is based on the marble widget to display a rough map of orientation. You can zoom in and out with the mousewheel by either scrolling it or hold and drag it. Pan by holding down the left mouse button. ++ This tab is based on the marble widget to display a rough map of orientation. You can zoom in and out with the mousewheel by either scrolling it or hold and drag it. Pan by holding down the left mouse button. + The Geolocation tab + For higher resolution maps choose "More Info" + + The left sidebar is a geo-search tool. Press the &Ctrl;left mouse button to pull-up a square as indicated. All images falling within the coordinates of that square will be shown. +- On the right sidebar you will find a cross to indicate the GPS location and the selected image's name next to it. The GPS coordinates and the time information are displayed below the widget. +- For higher resolution maps choose More Info button to open the detailed map service (choose before on the left scroll box) in a Internet browser. +- The displayed positioning data are actually stored in the image's EXIF tags (and not yet in the database). That allows the location to be read by any other application that can understand EXIF GPS data. ++ On the right sidebar you will find a cross to indicate the GPS location and the selected image's name next to it. The GPS coordinates and the time information are displayed below the widget. ++ For higher resolution maps choose More Info button to open the detailed map service (choose before on the left scroll box) in a Internet browser. ++ The displayed positioning data are actually stored in the image's EXIF tags (and not yet in the database). That allows the location to be read by any other application that can understand EXIF GPS data. + + What is GPS? + +@@ -398,7 +398,7 @@ + + + +- ++ + + + Comments & Tags +@@ -418,8 +418,8 @@ + + IPTC data only supports ASCII characters and is limited to 2000 characters (old American norm). All texts will be truncated after 2000 chars, and special characters will be malformed. If you intend to use the IPTC caption field in other applications you should be compliant with these restrictions. + +- After commenting, either choose the Apply button or go straight to the next image, the captions will be saved. +- Next to the Apply button there is the More button. From it you can either choose to read metadata from the selected file to the database, or the other way around, to write metadata to the files (the latter take place anyway if you chose a metadata setting so that all metadata is always saved to the images). ++ After commenting, either choose the Apply button or go straight to the next image, the captions will be saved. ++ Next to the Apply button there is the More button. From it you can either choose to read metadata from the selected file to the database, or the other way around, to write metadata to the files (the latter take place anyway if you chose a metadata setting so that all metadata is always saved to the images). + + + diff --git a/digikam.spec b/digikam.spec index 6f1e2a2..2df09a3 100644 --- a/digikam.spec +++ b/digikam.spec @@ -23,6 +23,8 @@ Patch0: digikam-2.5.0-clapack-atlas.patch ## upstreamable patches ## upstream patches +# https://bugs.kde.org/show_bug.cgi?id=293563 +Patch100: digikam-2.6.0-beta1-docbook.patch # for clapack, see also the clapack-atlas patch BuildRequires: atlas-devel @@ -218,6 +220,9 @@ BuildArch: noarch %patch0 -p1 -b .clapack-atlas +pushd doc/digikam +%patch100 -p1 -b .docbook +popd %build