Accepting request 203721 from KDE:Distro:Factory
Update to 3.5.0 OBS-URL: https://build.opensuse.org/request/show/203721 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/digikam?expand=0&rev=118
This commit is contained in:
parent
112d91cd72
commit
02cd3c01b2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e7f28e46cfaecd21ec5f3b883a19e8d540685cbbab0a2b63d5cb12e07dff8095
|
||||
size 67118904
|
3
digikam-3.5.0.tar.bz2
Normal file
3
digikam-3.5.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:57bd2aa4fdde44333d1362b02b26ebf6c1a70675bf5cb40de5172df02857c42a
|
||||
size 65698806
|
@ -1,7 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 18 01:20:20 UTC 2013 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Bump minimal opencv-devel BuildRequires to 2.4.5 as per CMakeLists
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 11 21:25:58 UTC 2013 - nico.kruber@gmail.com
|
||||
|
||||
- Update to 3.5.0:
|
||||
digikam:
|
||||
- General : new RAW cameras supported : Richon GR,
|
||||
Panasonic LF1, Canon EOS 70D, Sony RX100II,
|
||||
Sony RX1R, Olympus E-P5.
|
||||
- 5 fixed bugs
|
||||
(kde#324349, kde#323648, kde#325111, kde#325264, kde#325309)
|
||||
kipi-plugins:
|
||||
- Panorama : Autocrop. Cropping area defaults to the
|
||||
maximum inner rectangle of the panorama.
|
||||
- 1 fixed bug (kde#324239)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 6 15:42:33 UTC 2013 - dmitry_r@opensuse.org
|
||||
|
||||
- Update to 3.4.0
|
||||
- Update to 3.4.0:
|
||||
digikam
|
||||
- General : Add interroperabilty with Capture NX about
|
||||
Color Labels support.
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: digikam
|
||||
Version: 3.4.0
|
||||
Version: 3.5.0
|
||||
Release: 0
|
||||
Summary: A KDE Photo Manager
|
||||
License: GPL-2.0+
|
||||
@ -72,7 +72,7 @@ BuildRequires: libsoprano-devel
|
||||
BuildRequires: libusb-1_0-devel
|
||||
BuildRequires: libusb-compat-devel
|
||||
BuildRequires: marble-devel
|
||||
BuildRequires: opencv-devel
|
||||
BuildRequires: opencv-devel >= 2.4.5
|
||||
BuildRequires: shared-desktop-ontologies-devel
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(glu)
|
||||
@ -248,8 +248,7 @@ popd
|
||||
%build
|
||||
%if !0%{?kde_updatedapps}
|
||||
%if 0%{?suse_version} >= 1310
|
||||
EXTRA_FLAGS="-DImageMagick_MagickCore_INCLUDE_DIR:PATH=%{_includedir}/ImageMagick-6 \
|
||||
-DImageMagick_MagickCore_LIBRARY:FILEPATH=%{_libdir}/libMagickCore-6.Q8.so"
|
||||
EXTRA_FLAGS=""
|
||||
%endif
|
||||
%cmake_kde4 -d build -- -DDIGIKAMSC_USE_PRIVATE_KDEGRAPHICS=FALSE -DENABLE_INTERNALMYSQL=FALSE $EXTRA_FLAGS
|
||||
%else
|
||||
|
Loading…
Reference in New Issue
Block a user