Name: coriander
Summary: Control a 1394 digital camera interactively
Version: 2.0.0
Release: 1
License: GPL
Group: Applications/Multimedia
URL: http://damien.douxchamps.net/ieee1394/coriander/
Description: Coriander is a GUI that let you control your 1394 digital video camera
interactively. It features SDL display, FTP image posting, file saving,
and Real streaming. It is for IIDC cameras, not for consumer grade DV cameras.
The build could not start because of the following missing build requirements:
The build could not start because of the following missing build requirements:
The spec file used by the build system currently has the following contents:
# $Id$ # Authority: dries # Upstream: Damien Douxchamps <ddouxchamps$users,sourceforge,net> %{?el4:%define _without_modxorg 1} %{?el3:%define _without_modxorg 1} %{?el2:%define _without_modxorg 1} %{?fc4:%define _without_modxorg 1} %{?fc3:%define _without_modxorg 1} %{?fc2:%define _without_modxorg 1} %{?fc1:%define _without_modxorg 1} %define real_version 2.0.0 Summary: Control a 1394 digital camera interactively Name: coriander Version: 2.0.0 Release: 1%{?dist} License: GPL Group: Applications/Multimedia URL: http://damien.douxchamps.net/ieee1394/coriander/ Source: http://dl.sf.net/coriander/coriander-%{real_version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: libgnomeui-devel, gettext, libraw1394-devel, libdc1394-devel >= 2.0.0 BuildRequires: desktop-file-utils, SDL-devel, automake, autoconf, ffmpeg-devel %{!?_without_modxorg:BuildRequires: libXv-devel} %description Coriander is a GUI that let you control your 1394 digital video camera interactively. It features SDL display, FTP image posting, file saving, and Real streaming. It is for IIDC cameras, not for consumer grade DV cameras. %prep %setup -n coriander-%{real_version} %{__cat} <<EOF >%{name}.desktop [Desktop Entry] Name=Coriander Comment=Control a 1394 digital video camera Exec=coriander Terminal=false Type=Application StartupNotify=true Categories=Application;AudioVideo; EOF %build %configure %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %makeinstall %{__install} -d -m0755 %{buildroot}%{_datadir}/applications/ desktop-file-install --vendor rpmforge \ --add-category X-Red-Hat-Base \ --dir %{buildroot}%{_datadir}/applications \ %{name}.desktop %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO %{_bindir}/coriander %{_datadir}/pixmaps/coriander/coriander-*.png %{_datadir}/applications/*-coriander.desktop %changelog * Sun Jun 22 2008 Dries Verachtert <dries@ulyssis.org> - 2.0.0-1 - Updated to release 2.0.0. * Mon May 08 2006 Dries Verachtert <dries@ulyssis.org> - 2.0.0-0.pre6 - Updated to release 2.0.0pre6. * Sun Mar 26 2006 Dries Verachtert <dries@ulyssis.org> - 2.0.0-0.pre5 - Updated to release 2.0.0pre5. * Mon Aug 29 2005 Dries Verachtert <dries@ulyssis.org> - 2.0.0-0.pre3 - Initial package.