]> git.pld-linux.org Git - packages/digikam.git/blame - digikam.spec
- up to 1.3.0 (needs more mysql related work)
[packages/digikam.git] / digikam.spec
CommitLineData
542fb54c 1#
0b1f5db8
AM
2%define qtver 4.6.3
3%define kdever 4.5.0
b939ed32 4
71912001 5Summary: A KDE frontend for gphoto2
9336ef07 6Summary(pl.UTF-8): Interfejs KDE do gphoto2
71912001 7Name: digikam
0b1f5db8
AM
8Version: 1.3.0
9Release: 0.1
71912001 10License: GPL
bbee21d4 11Group: X11/Applications/Graphics
c34b6b99 12Source0: http://dl.sourceforge.net/digikam/%{name}-%{version}.tar.bz2
0b1f5db8 13# Source0-md5: 25d09fdab2b2450c6c6075aab3377fce
c97fe0ce 14URL: http://www.digikam.org/
f1d85640 15Patch0: %{name}-link.patch
ad6a12d4 16BuildRequires: Qt3Support-devel >= %{qtver}
b939ed32 17BuildRequires: QtCore-devel >= %{qtver}
2e4093ff 18BuildRequires: QtDesigner-devel >= %{qtver}
b939ed32 19BuildRequires: QtSql-devel >= %{qtver}
ad6a12d4 20BuildRequires: QtSvg-devel >= %{qtver}
54e075b6 21BuildRequires: automoc4
53105e77 22BuildRequires: cmake >= 2.8.0
4d8f9783 23BuildRequires: gettext-devel
ad6a12d4 24BuildRequires: jasper-devel
0a708609 25BuildRequires: kde4-kdeedu-devel >= %{kdever}
f1d85640 26BuildRequires: kde4-kdegraphics-devel >= %{kdever}
0459e5cb 27BuildRequires: kde4-kdelibs-devel >= %{kdever}
f1d85640 28BuildRequires: kde4-kdepimlibs-devel >= %{kdever}
ad6a12d4 29BuildRequires: lcms-devel
29465dd2 30BuildRequires: lensfun-devel
ad6a12d4 31BuildRequires: libgphoto2-devel
8fed4c5b 32BuildRequires: liblqr-devel >= 0.4.0
0459e5cb 33BuildRequires: libtiff-devel
4bd81adb 34BuildRequires: pkgconfig >= 1:0.9.0
53105e77 35BuildRequires: qt4-build >= %{qtver}
ad6a12d4 36BuildRequires: qt4-qmake >= %{qtver}
16f9da1b 37BuildRequires: rpmbuild(macros) >= 1.129
08c8f1c6 38BuildRequires: sed >= 4.0
0459e5cb 39BuildRequires: soprano-devel
b76f708a 40Requires: QtSql-sqlite3
09901b94 41Obsoletes: digikamimageplugins
71912001 42BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
43
71912001 44%description
45Designed to be a standalone application to preview and download images
5d9f4722
JB
46from a digital camera on a Linux machine.
47
c2abdcf5
JR
48%description -l pl.UTF-8
49Samodzielna aplikacja do oglądania i ściągania obrazków z aparatów
5d9f4722 50cyfrowych pod Linuksem.
71912001 51
16378764 52%package devel
53Summary: A KDE frontend for gphoto2 - header files
9336ef07 54Summary(pl.UTF-8): Interfejs KDE do gphoto2 - pliki nagłówkowe
16378764 55Group: Development/Libraries
b58138fb 56Requires: %{name} = %{version}-%{release}
16378764 57
58%description devel
b58138fb 59A KDE frontend for gphoto2 - header files.
16378764 60
c2abdcf5
JR
61%description devel -l pl.UTF-8
62Interfejs KDE do gphoto2 - pliki nagłówkowe.
16378764 63
71912001 64%prep
c34b6b99 65%setup -q
f1d85640 66%patch0 -p0
71912001 67
028efeaa 68%build
8fed4c5b
AM
69# explicitely remove hne language support (re-add when glibc supports it)
70%{__sed} -i -e 's/add_subdirectory(hne)//g' po/CMakeLists.txt
54e075b6
AM
71install -d build
72cd build
73%cmake \
b939ed32 74 -DCMAKE_INSTALL_PREFIX=%{_prefix} \
e8010219 75 -DCMAKE_BUILD_TYPE=%{!?debug:Release}%{?debug:Debug} \
b939ed32 76 -DSYSCONF_INSTALL_DIR=%{_sysconfdir} \
af5d9803 77%if "%{_lib}" == "lib64"
b939ed32 78 -DLIB_SUFFIX=64 \
af5d9803 79%endif
b939ed32 80 ../
54e075b6 81
71912001 82%{__make}
83
71912001 84%install
85rm -rf $RPM_BUILD_ROOT
5d9f4722 86
25125ed6 87%{__make} -C build install \
20118f11 88 DESTDIR=$RPM_BUILD_ROOT \
b91f9341 89 kde_htmldir=%{_kdedocdir} \
90 kde_libs_htmldir=%{_kdedocdir}
91
08c8f1c6 92%find_lang %{name} --with-kde --all-name
71912001 93
94%clean
95rm -rf $RPM_BUILD_ROOT
96
e8f56759 97%post -p /sbin/ldconfig
98%postun -p /sbin/ldconfig
b58138fb 99
23238fb9 100%files -f %{name}.lang
71912001 101%defattr(644,root,root,755)
08c8f1c6 102%doc AUTHORS ChangeLog README
8fed4c5b 103%attr(755,root,root) %{_bindir}/cleanup_digikamdb
25125ed6 104%attr(755,root,root) %{_bindir}/digikam
e5426923 105%dir %{_datadir}/apps/digikam/utils
f1d85640 106%attr(755,root,root) %{_datadir}/apps/digikam/utils/digikam-camera
25125ed6
RT
107%attr(755,root,root) %{_bindir}/digitaglinktree
108%attr(755,root,root) %{_bindir}/showfoto
7499557c 109%attr(755,root,root) %ghost %{_libdir}/libdigikamdatabase.so.1
25125ed6 110%attr(755,root,root) %{_libdir}/libdigikamdatabase.so.*.*.*
7499557c 111%attr(755,root,root) %ghost %{_libdir}/libdigikamcore.so.1
a7ef1db7 112%attr(755,root,root) %{_libdir}/libdigikamcore.so.*.*.*
25125ed6 113%attr(755,root,root) %{_libdir}/kde4/digikamimageplugin_*.so
8fed4c5b 114%attr(755,root,root) %{_libdir}/kde4/digikamnepomukservice.so
25125ed6
RT
115%attr(755,root,root) %{_libdir}/kde4/kio_digikamalbums.so
116%attr(755,root,root) %{_libdir}/kde4/kio_digikamdates.so
117%attr(755,root,root) %{_libdir}/kde4/kio_digikamsearch.so
118%attr(755,root,root) %{_libdir}/kde4/kio_digikamtags.so
53105e77 119%attr(755,root,root) %{_libdir}/kde4/plugins/marble/ExternalDraw.so
7499557c 120%{_mandir}/man1/digitaglinktree.1*
8fed4c5b 121%{_mandir}/man1/cleanup_digikamdb.1*
c36996c2 122%dir %{_datadir}/apps/digikam
c36996c2 123%{_datadir}/apps/digikam/about
7499557c 124%{_datadir}/apps/digikam/cameraui.rc
c36996c2 125%{_datadir}/apps/digikam/data
25125ed6
RT
126%{_datadir}/apps/digikam/digikamimageplugin_*.rc
127%{_datadir}/apps/digikam/digikamimagewindowui.rc
128%{_datadir}/apps/digikam/digikamui.rc
7499557c 129%{_datadir}/apps/digikam/icons
25125ed6 130%{_datadir}/apps/digikam/lighttablewindowui.rc
8fed4c5b 131%{_datadir}/apps/digikam/queuemgrwindowui.rc
7499557c
ER
132%{_datadir}/apps/digikam/themes
133%{_datadir}/apps/digikam/tips
319a89db 134%{_datadir}/apps/showfoto
25125ed6
RT
135%{_datadir}/kde4/services/digikamalbums.protocol
136%{_datadir}/kde4/services/digikamdates.protocol
7499557c 137%{_datadir}/kde4/services/digikamimageplugin_*.desktop
8fed4c5b 138%{_datadir}/kde4/services/digikamnepomukservice.desktop
25125ed6
RT
139%{_datadir}/kde4/services/digikamsearch.protocol
140%{_datadir}/kde4/services/digikamtags.protocol
8fed4c5b 141%{_datadir}/apps/digikam/digikam.notifyrc
f1d85640 142%{_datadir}/apps/solid/actions/digikam-opencamera.desktop
25125ed6 143%{_datadir}/kde4/servicetypes/digikamimageplugin.desktop
8fed4c5b 144%{_iconsdir}/*/*/apps/*.png
25125ed6 145%{_desktopdir}/kde4/*.desktop
16378764 146
147%files devel
b58138fb 148%defattr(644,root,root,755)
a7ef1db7 149%attr(755,root,root) %{_libdir}/libdigikamcore.so
25125ed6 150%attr(755,root,root) %{_libdir}/libdigikamdatabase.so
78244360 151%{_includedir}/*.h
b58138fb 152%{_includedir}/digikam
This page took 0.056195 seconds and 4 git commands to generate.