rpms/kipi-plugins/devel kipi-plugins.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Sat Oct 22 15:11:40 UTC 2005


Author: rdieter

Update of /cvs/extras/rpms/kipi-plugins/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28307/devel

Modified Files:
	.cvsignore sources 
Added Files:
	kipi-plugins.spec 
Log Message:
auto-import kipi-plugins-0.1.0-0.2.rc1 on branch devel from kipi-plugins-0.1.0-0.2.rc1.src.rpm


--- NEW FILE kipi-plugins.spec ---

%define beta rc1 

Name:    kipi-plugins
Summary: Plugins to use with Kipi
Version: 0.1.0
Release: 0.2.%{beta}%{?dist}%{?kde}

License: LGPL
Group:   Applications/Multimedia
Url:	 http://extragear.kde.org/apps/kipi/
Source:	 http://dl.sourceforge.net/sourceforge/digikam/kipi-plugins-0.1.0-rc1.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: gettext
BuildRequires: libkipi-devel >= 0.1.2
BuildRequires: libkexif-devel >= 0.2.2
BuildRequires: gphoto2-devel >= 2.0.0
BuildRequires: imlib2-devel >= 1.1.0
BuildRequires: qt-devel >= 1:3.3
BuildRequires: kdelibs-devel >= 6:3.3
%if "%{?kde}" != "%{nil}"
%define qt_ver %{expand:%%(rpm -q --qf '%%{VERSION}' qt-devel )}
%define kdelibs_ver %{expand:%%(rpm -q --qf '%%{VERSION}' kdelibs-devel )}
Requires: qt >= 1:%{qt_ver}
Requires: kdelibs >= 6:%{kdelibs_ver}
%endif

## (mostly) Essential
Requires: ImageMagick 
## Technically, optional bits, but nice to have
# wallpaper plugin
#Requires: kdebase 
# cdarchiver plugin
Requires: k3b
# rawconverter plugin (not yet available from Fedora Extras)
#Requires: dcraw
# mjpeg plugin (available from rpm.livna.org)
#Requires: mjpegtools >= 1.6.0

%description
This package contains plugins to use with Kipi, the KDE Image Plugin
Interface.  Currently implemented plugins are:
  * RawConverter: A raw image converter for digital cameras
    (requires dcraw).
  * SlideShow: Slideshow with effects ripped out from kslideshow and 3D 
    effects using OpenGL.
  * MpegEncoder: Create an MPEG slideshow from your images
    (requires mjpegtools from rpm.livna.org)
  * ImagesGallery: An HTML gallery generator.
  * PrintWizard: A wizard to print images in various format.
  * JpegLossLess: Batch process your JPEG images without losing meta 
    information and compression.
  * CdArchiving: Archive your albums on CD or DVD (using K3b).
  * ScanImages: Scanner management using Kooka.
  * ScreenshotImages: Snap screen based on KSnapshot and adapted to Kipi.
  * Calendar: A plugin to create calendars.
  * SendImages: A plugin to send images by email, allowing resizing and 
    recompressing before sending.
  * RenameImages: Batch image renamer.
  * ConvertImages: Batch image converter.
  * BorderImages: Add border to your images in batch.
  * FilterImages: Batch image enhancer using digital filters.
  * ColorImages: Batch image color enhancer.
  * EffectImages: Batch image transformation effects.
  * ResizeImages: Batch image resizer.
  * RecompressImages: Batch image recompressor.
  * FindDuplicateImages: Find duplicate images in albums.
  * WallPaper: Set your image as wallpaper (requires kdebase).
  * TimeAdjust: Adjust image file time and date.
  * GalleryExport: Interface for export images collections to remote 
    Gallery web server.


%prep
%setup -q -n %{name}-%{version}-%{beta}


%build
unset QTDIR || : ; . /etc/profile.d/qt.sh
export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include

%configure \
  --disable-rpath \
  %{?debug:  --enable-debug --enable-warnings } \
  %{!?debug: --disable-debug --disable-warnings --enable-final --disable-dependency-tracking }

make %{?_smp_mflags}



%install
rm -rf $RPM_BUILD_ROOT

make install DESTDIR=$RPM_BUILD_ROOT

## File lists
# HTML
for lang_dir in $RPM_BUILD_ROOT%{_docdir}/HTML/* ; do
  lang=$(basename $lang_dir)
  echo "%lang($lang) %doc %{_docdir}/HTML/$lang" >> %{name}-HTML.lang
done
# locale's
for app_file in $RPM_BUILD_ROOT%{_datadir}/locale/*/LC_MESSAGES/*.mo ; do
   app=$(basename $app_file .mo)
   # don't repeat
   [ ! -f ${app}.lang ] && %find_lang ${app}
done

cat *.lang > %{name}-all.lang



%clean
rm -rf $RPM_BUILD_ROOT


%files -f %{name}-all.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog README TODO
%{_bindir}/*
%{_libdir}/kde3/*.so
%{_libdir}/kde3/*.la
%{_mandir}/man[^3]/*
%{_datadir}/apps/*
%{_datadir}/services/*.desktop


%changelog
* Tue Oct 22 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.1.1-0.2.rc1
- Release < 1, since it's not final
- Drop Req: dcraw (not available from FE... yet)
- Drop Req: kdebase (too big to be mandatory)
- %%description: format < 80 columns, mention extra Reqs for some plugins.
- drop goofy install-strip conditional

* Mon Sep 26 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.1.0-1.rc1
- 0.1.0-rc1

* Tue Feb 08 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0:0.1-0.fdr.0.4.beta2
- 0.1.0-beta2

* Mon Jan 03 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0:0.1-0.fdr.0.3.beta1
- rawconverter: Req: dcraw
- Req: mjpegtools
- Req: ImageMagick 

* Mon Dec 21 2004 Rex Dieter <rexdieter[AT]users.sf.net> 0:0.1-0.fdr.0.2.beta1
- rebuild against libkexif-0.2

* Mon Oct 25 2004 Aurelien Bompard <gauret[AT]free.fr> 0:0.1-0.fdr.0.1.beta1
- Initial RPM release.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/kipi-plugins/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	22 Oct 2005 15:10:47 -0000	1.1
+++ .cvsignore	22 Oct 2005 15:11:37 -0000	1.2
@@ -0,0 +1 @@
+kipi-plugins-0.1.0-rc1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/kipi-plugins/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	22 Oct 2005 15:10:47 -0000	1.1
+++ sources	22 Oct 2005 15:11:37 -0000	1.2
@@ -0,0 +1 @@
+e2c5abb08c4f9e82c4d475713b57301f  kipi-plugins-0.1.0-rc1.tar.bz2




More information about the fedora-extras-commits mailing list