Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > f1c0200f5bcfe8dbcc3e88efd000bc07 > files > 5

camE-1.9-15.src.rpm

Summary: Rewrite of the xawtv webcam app, which adds imlib2 support
Name: camE
Version: 1.9
Release: 15
# COPYING is GPLv2 but no source files contain "or any later version" except
# pwc-ioctl.h which was taken from the pwc kernel module.
License: GPLv2
Group: System Environment/Daemons
URL: http://linuxbrit.co.uk/camE/
Source: http://linuxbrit.co.uk/downloads/camE-%{version}.tar.gz
Patch0: camE-1.9-cflags.patch
Patch1: camE-1.9-curlopt.patch
Patch2: camE-1.9-libv4l1.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: giblib-devel, curl-devel, zlib-devel, libv4l-devel

%description
camE is a rewrite of the xawtv webcam app, which adds imlib2 support and
thus many new possibilities.


%prep
%setup -q
%patch0 -p1 -b .cflags
%patch1 -p1 -b .curlopt
%patch2 -p1


%build
export CFLAGS="%{optflags} -DCONFIG_VIDEO_V4L1_COMPAT=1"
%{__make} %{?_smp_mflags}


%install
%{__rm} -rf %{buildroot}
# Using DESTDIR= does not work...
%makeinstall


%clean
%{__rm} -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING *.style example.camErc*
%{_bindir}/camE


%changelog
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

* Sat Aug 30 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 1.9-13
- Add patch to use libv4l to support webcams which use custom video formats

* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.9-12
- Autorebuild for GCC 4.3

* Wed Aug 22 2007 Matthias Saou <http://freshrpms.net/> 1.9-11
- Rebuild for new BuildID feature.

* Sat Aug  4 2007 Matthias Saou <http://freshrpms.net/> 1.9-10
- Update License field.
- Remove dist tag, since the package will seldom change.

* Wed Jun 20 2007 Matthias Saou <http://freshrpms.net/> 1.9-9
- Use the DESTDIR install method... not! So document it :-)

* Tue Oct 31 2006 Matthias Saou <http://freshrpms.net/> 1.9-8
- Rebuild against new libcurl.
- Add patch to remove obsolete CURLOPT_MUTE option.

* Mon Aug 28 2006 Matthias Saou <http://freshrpms.net/> 1.9-7
- FC6 rebuild.
- Remove imlib2-devel build requirement, as giblib-devel requires it.
- Add cflags patch to use our optflags.
- Define CONFIG_VIDEO_V4L1_COMPAT in the CFLAGS to get old v4l1 defines.

* Mon Mar  6 2006 Matthias Saou <http://freshrpms.net/> 1.9-6
- FC5 rebuild.

* Wed Feb  8 2006 Matthias Saou <http://freshrpms.net/> 1.9-5
- Rebuild for new gcc/glibc.

* Mon Jan 23 2006 Matthias Saou <http://freshrpms.net/> 1.9-4
- Remove explicit X build requirement since giblib-devel requires imlib2-devel
  which in turn requires all necessary X development packages.

* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> 1.9-3
- rebuilt

* Tue Nov 16 2004 Matthias Saou <http://freshrpms.net/> 1.9-2
- Bump release to provide Extras upgrade path.

* Thu Jul  1 2004 Matthias Saou <http://freshrpms.net/> 1.9-1
- Update to 1.9.

* Fri Jun 25 2004 Matthias Saou <http://freshrpms.net/> 1.8-1
- Update to 1.8.

* Tue May 18 2004 Matthias Saou <http://freshrpms.net/> 1.7-2
- Rebuilt for Fedora Core 2.

* Fri Nov  7 2003 Matthias Saou <http://freshrpms.net/> 1.7-2
- Rebuilt for Fedora Core 1.
- Added missing zlib dependency.

* Wed Oct  1 2003 Matthias Saou <http://freshrpms.net/>
- Update to 1.7.

* Mon Jun 23 2003 Matthias Saou <http://freshrpms.net/>
- Update to 1.6.

* Mon Mar 31 2003 Matthias Saou <http://freshrpms.net/>
- Rebuilt for Red Hat Linux 9.

* Wed Mar 26 2003 Matthias Saou <http://freshrpms.net/>
- Update to 1.5.

* Wed Feb 26 2003 Matthias Saou <http://freshrpms.net/>
- Update to 1.4.

* Sun Jan 12 2003 Matthias Saou <http://freshrpms.net/>
- Added missing imlib2 dependency.

* Wed Nov 13 2002 Matthias Saou <http://freshrpms.net/>
- Rebuilt against Red Hat Linux 8.0.

* Fri May  3 2002 Matthias Saou <http://freshrpms.net/>
- Initial RPM release.