File coriander.spec of Package coriander
#
# spec file for package coriander (Version 2.0.0)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: coriander
BuildRequires: SDL-devel gcc-c++ libdc1394-devel libgnomeui-devel libstdc++-devel update-desktop-files
License: GPL v3 only
Group: Hardware/Camera
AutoReqProv: on
Version: 2.0.0
Release: 221
Summary: GNOME IEEE-1394 Digital Camera Controller
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Url: http://www.tele.ucl.ac.be/PEOPLE/DOUXCHAMPS/ieee1394/coriander/
Source: http://prdownloads.sourceforge.net/coriander/%{name}-%{version}.tar.bz2
Source1: %{name}.desktop
Source2: http://prdownloads.sourceforge.net/sourceforge/coriander/coriander-doc-0.1.0.pdf
%description
Coriander is a GUI for controlling a digital camera (in the sense of
the IIDC specs issued by the 1394 Trade Association). Due to the
properties of the IEEE1394 protocol, Coriander can control an IEEE1394
camera without interfering with the image flow from that camera. It can
thus be used to set up a camera with Coriander while the video flow is
used by another application (at least if the porthole display is
switched off).
Authors:
--------
Damien Douxchamps <ddouxchamps at users sf net>
Dan Dennedy <dan at dennedy dot org>
%prep
%setup -q
%build
autoreconf -fi
PATH=/usr/bin:$PATH \
CFLAGS="${RPM_OPT_FLAGS}" ./configure --prefix=/usr
echo "#undef MMX_SUPPORT" >> config.h
echo "#undef SSE_SUPPORT" >> config.h
echo "#undef SSE2_SUPPORT" >> config.h
%{__make} %{?jobs:-j%jobs}
%install
make DESTDIR=${RPM_BUILD_ROOT} install
mkdir -p \
${RPM_BUILD_ROOT}/usr/share/applications/ \
${RPM_BUILD_ROOT}/%{_defaultdocdir}/coriander
install -m 0644 %SOURCE1 ${RPM_BUILD_ROOT}/usr/share/applications/
cp -a %{S:2} .
%suse_update_desktop_file coriander AudioVideo AudioVideoEditing
%clean
rm -rf ${RPM_BUILD_ROOT}
%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README TODO coriander-doc-0.1.0.pdf
/usr/bin/coriander
/usr/share/applications/coriander.desktop
/usr/share/pixmaps/coriander
%changelog
* Wed Jun 25 2008 olh@suse.de
- update to 2.0.0
GLP3, update for libdc 2.0.2
* Fri Jan 18 2008 olh@suse.de
- update to 2.0.0-rc6
build with new libdc1394
* Thu Aug 16 2007 olh@suse.de
- remove cooked1394_read usage (298152)
* Sat Jul 14 2007 olh@suse.de
- update to 2.0.0-rc5
build with new libdc1394
* Mon Jan 08 2007 ro@suse.de
- GNOME moved to /usr
* Wed Jan 03 2007 olh@suse.de
- remove unused variable from build_menus (#230171)
* Sun Sep 10 2006 meissner@suse.de
- typo in CFLAGS configuration.
* Thu Aug 24 2006 olh@suse.de
- remove ffmpeg support because it is not distributable
* Thu Aug 24 2006 olh@suse.de
- remove unused gettext usage
* Wed Aug 16 2006 olh@suse.de
- update to 2.0.0-rc1 (#198102)
- many optimizations and bugfixes
- compiles with current 1394 libraries
- build with ffmpeg support
* Fri Mar 31 2006 olh@suse.de
- add gnome-libs-devel to BuildRequires (#161918)
* Thu Mar 09 2006 bk@suse.de
- Add esound-devel to BuildRequires (was implicily by SDL-devel)
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Tue Jul 05 2005 olh@suse.de
- go back to version 1, version 2 still needs some time
* Fri Jul 01 2005 olh@suse.de
- update to version 2.0.0-pre2
* Sat Mar 12 2005 olh@suse.de
- move desktop file to AudioVideoEditing (#72221)
* Sat Mar 12 2005 olh@suse.de
- move from Graphics/Photo to Multimedia/Video (#72221)
* Tue Jan 11 2005 olh@suse.de
- update to version 1.0.1
* Mon Mar 08 2004 lmuelle@suse.de
- update to version 0.99.9
* Tue Feb 17 2004 adrian@suse.de
- fix Categories
* Fri Jan 23 2004 ro@suse.de
- update to 0.99.5 to make it build
* Mon Nov 10 2003 lmuelle@suse.de
- update to version 0.99.4
- add norootforbuild to the spec file
* Mon Sep 01 2003 adrian@suse.de
- add desktop file
* Fri Jul 25 2003 adrian@suse.de
- update to version 0.99.2
- Note: ftp support isn't enabled, because we do not have a
ftplib package yet
- do not use MMX and SSE code
- blast the dust out of the package
* Fri Jul 25 2003 coolo@suse.de
- use BuildRoot
* Tue Oct 29 2002 uli@suse.de
- initial package