Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Patrick Laughton
712a8eb7e7 retiring abandonware: videodog 2011-02-22 21:17:16 -06:00
Dennis Gilmore
f993af8b09 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 19:26:17 -06:00
Fedora Release Engineering
e26b3b8017 dist-git conversion 2010-07-29 14:58:23 +00:00
Bill Nottingham
b937bd2bb0 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:43:21 +00:00
5 changed files with 2 additions and 95 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: videodog
# $Id$
NAME := videodog
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

2
dead.package Normal file
View file

@ -0,0 +1,2 @@
Upstream gone since at least 2008-04-23; limped along without build errors
until 2011-02-22.

View file

@ -1 +0,0 @@
0bdc30ad64b5bbb602b351463bc26127 videodog0.31.tar.gz

View file

@ -1,73 +0,0 @@
Name: videodog
Version: 0.31
Release: 8%{?dist}
Summary: Command-line video4linux frame-grabber
Group: Applications/Multimedia
License: LGPLv2+
URL: http://paginas.terra.com.br/informatica/gleicon/video4linux/videodog.html
Source0: http://paginas.terra.com.br/informatica/gleicon/video4linux/videodog%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libjpeg-devel
%description
VideoDog is a command line tool to grab frames from a
Video4linux-compliant device. It can export a file in raw, PNM, or JPG
formats. It can also do loop capture using multiple buffers, or just be
used to set/retrieve device data or scripts.
%prep
%setup -q -n %{name}-%{version}
sed -i -e 's/-O3 -Wall/%{optflags}/' Makefile
%build
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir} $RPM_BUILD_ROOT%{_mandir}/man1 \
$RPM_BUILD_ROOT%{_sysconfdir}
install -m 755 videodog $RPM_BUILD_ROOT%{_bindir}
install videodog.man $RPM_BUILD_ROOT%{_mandir}/man1/videodog.1
install -m 644 vd.conf $RPM_BUILD_ROOT%{_sysconfdir}
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc ALPHABLEND CHANGELOG CONFIG_FILE EFFECTS LICENSE MOTION README TODO USAGE
%config(noreplace) %{_sysconfdir}/vd.conf
%{_bindir}/videodog
%{_mandir}/man1/videodog.1*
%changelog
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.31-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.31-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Wed Feb 13 2008 Patrick "Jima" Laughton <jima@beer.tclug.org> 0.31-6
- Bump-n-build for GCC 4.3
* Tue Aug 21 2007 Patrick "Jima" Laughton <jima@beer.tclug.org> 0.31-5
- Rebuild for BuildID
- License clarification
* Mon Aug 28 2006 Patrick "Jima" Laughton <jima@beer.tclug.org> 0.31-4
- Rebuild for FC6
* Sun May 21 2006 Patrick "Jima" Laughton <jima@beer.tclug.org> 0.31-3
- Fixed bug 192609 (thanks, Ville)
* Mon Apr 24 2006 Jima <jima@auroralinux.org> 0.31-2
- Cleaned up URLs as per Andreas Thienemann's recommendation
* Mon Apr 24 2006 Jima <jima@auroralinux.org> 0.31-1
- Initial Fedora Extras RPM