Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > by-pkgid > bdc8544fc07d87ed812c35ca00dec781 > files > 2

digikamimageplugins-0.8.0-2.1.20060mdk.src.rpm

%define name	digikamimageplugins
%define version 0.8.0
%define release 2.1.20060mdk

Summary: 		Digikam Plugins package
Name: 			%name
Version: 		%version
Release: 		%release
Source: 		digikamimageplugins-%{version}.tar.bz2
Group: 			Graphics
License: 		GPL
URL: 			http://digikam.sourceforge.net/
Requires: 		digikam
BuildRequires:          digikam >= 0.8.0-rc1, MesaGLU-devel
Requires:		ImageMagick >= 5.5.4
Requires:		mjpegtools >= 1.6.0
Requires:		dcraw
# "Obsoletes:/Provides: digikam-plugins" does not work here, as it causes a
# conflict with kipi-plugins.
Conflicts:		digikam-plugins
Buildrequires:		libdigikam-devel automake1.7 autoconf2.5
BuildRoot: 		%_tmppath/%{name}-%{version}-buildroot


%description

Digikam is a fine KDE interface for digital photo management.  It is
designed to be a standalone application to preview, download,
organize, and present images from a digital camera on a linux machine.

This package contains several plug-ins to enhance Digikam's
functionality.

The plugins included in this package are:

adjustlevels
charcoal
despeckle
emboss
filmgrain
oilpaint
raindrop
solarize
unsharp

%prep 

%setup -q -n digikamimageplugins-%{version}

rm -rf "$RPM_BUILD_ROOT"

%build  
make -f admin/Makefile.common 
export QTDIR=%_prefix/lib/qt3
export KDEDIR=%_prefix

export LD_LIBRARY_PATH=$QTDIR/%{_lib}:$KDEDIR/%{_lib}:$LD_LIBRARY_PATH
export PATH=$QTDIR/bin:$KDEDIR/bin:$PATH
export WANT_AUTOCONF_2_5=1

#make -f Makefile.cvs

CFLAGS="%optflags" CXXFLAGS="%optflags" \
        ./configure --prefix=%_prefix \
        --enable-mt \
        --with-qt-dir=$QTDIR --with-qt-libraries=$QTDIR/%{_lib} \
	--mandir=%_datadir/man \
        --disable-debug --disable-rpath --libdir=%_libdir

%make

%install
make DESTDIR=%buildroot install

%find_lang digikamplugin --all-name

%clean
rm -rf $RPM_BUILD_ROOT

%files -f digikamplugin.lang
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog INSTALL README
%doc TODO

%dir %_datadir/apps/digikam/
%_datadir/apps/digikam/*.rc
%dir %_datadir/apps/digikam/icons/
%dir %_datadir/apps/digikam/icons/hicolor/
%dir %_datadir/apps/digikam/icons/hicolor/32x32/
%dir %_datadir/apps/digikam/icons/hicolor/32x32/actions/
%_datadir/apps/digikam/icons/hicolor/32x32/actions/*.png

%_datadir/apps/digikamimageplugins
%_datadir/icons/hicolor/32x32/*/*.png
%_datadir/services/*
#%_docdir/HTML/*/digikamimageplugins
%_libdir/kde3/*

%changelog
* Mon Dec 26 2005 Stew Benedict <sbenedict@mandriva.com> 0.8.0-2.1.20060mdk
- bugfix update - should have been updated along with digikam

* Sun Dec 11 2005 Helio Chissini de Castro <helio@mandriva.com> 0.8.0-2mdk
- Rebuild against current qt and newer digikam package ( 2mdk )

* Sun Nov 27 2005 Laurent MONTEL <lmontel@mandriva.com> 0.8.0-1mdk
- 0.8.0

* Mon Oct 17 2005 Laurent MONTEL <lmontel@mandriva.com> 0.8.0-beta2.1mdk
- 0.8.0-beta2

* Mon Jul 11 2005 Laurent MONTEL <lmontel@mandriva.com> 0.7.3-1mdk
- 0.7.3

* Wed May 04 2005 Laurent MONTEL <lmontel@mandriva.com> 0.7.3-0.beta2.1mdk
- 0.7.3-beta2

* Sun Apr 17 2005 Laurent MONTEL <lmontel@mandriva.com> 0.7.3-0.beta1.1mdk
- 0.7.3-beta1

* Thu Mar 03 2005 Laurent MONTEL <lmontel@mandrakesoft.com> 0.7.2-1mdk
- 0.7.2

* Wed Feb 09 2005 Laurent MONTEL <lmontel@mandrakesoft.com> 0.7.2-0.beta1.1mdk
- 0.7.2-beta1

* Tue Jan 04 2005 Laurent MONTEL <lmontel@mandrakesoft.com> 0.7.1-1mdk
- 0.7.1

* Fri Dec 17 2004 Laurent MONTEL <lmontel@mandrakesoft.com> 0.7.1-0.beta1.1mdk
- 0.7.1-beta1

* Wed Nov 10 2004 Till Kamppeter <till@mandrakesoft.com> 0.7.0-1mdk
- Updated plug-ins package for digikam to 0.7.0, The name of the package is
  "digikamimagepluginss" now. "digikam-plugins" is obsolete.

* Tue Oct 19 2004 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 0.6.2-4mdk
- lib64 fixes

* Mon Aug 09 2004 Laurent MONTEL <lmontel@mandrakesoft.com> 0.6.2-3mdk
- Rebuild

* Mon Aug 02 2004 Laurent MONTEL <lmontel@mandrakesoft.com> 0.6.2-2mdk
- Fix requires

* Mon Jul 26 2004 Laurent MONTEL <lmontel@mandrakesoft.com> 0.6.2-1mdk
- 0.6.2
- Add patch1: fix compile

* Tue May 18 2004 Laurent MONTEL <lmontel@mandrakesoft.com> 0.6.2-0.rc1.1mdk
- 0.6.2-rc1

* Fri May 14 2004 Lenny Cartier <lenny@mandrakesoft.com> 0.6.1-2mdk
- adjust buildrequires

* Thu May 06 2004 Lenny Cartier <lenny@mandrakesoft.com> 0.6.1-1mdk
- 0.6.1

* Thu Jan 29 2004 Lenny Cartier <lenny@mandrakesoft.com> 0.6.0-1mdk
- user find lang macro
- from Arnaud de Villele <arnorpm@free.fr> :
	- Original release