Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37552479
en ru br
Репозитории ALT
S:4.5.1-alt1
5.1: 3.2.11-alt1.svn20090216.1
4.1: 3.2.10-alt1.svn20080126.1
4.0: 3.2.10-alt0.svn20080126.M40.1
3.0: 3.1.19-alt1
www.altlinux.org/Changes

Группа :: Видео
Пакет: motion

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

# -*- rpm-spec -*-
# $Id: motion,v 1.18 2005/04/25 05:07:36 grigory Exp $
%define version 3.2.10
%define svnversion svn20080126

%define branch_point alt0.%svnversion
%define branch M40
%define revision 1

Name: motion
Version: %version
Release: %branch_point.%branch.%revision

Summary: %name - Detect motion using a video4linux device
License: GPL
Group: Video
Url: http://motion.sourceforge.net/

Source0: %url%name-%version-%svnversion.tar.bz2
#Patch0: %name-3.2.9-config.patch
Patch1: %name-3.2.10-configure.patch
Patch2: %name-3.2.10-docdir.patch


BuildPreReq: libMySQL-devel libavformat-devel libjpeg-devel postgresql-devel zlib-devel
BuildPreReq: ffmpeg-devel libmjpegtools-devel

# Automatically added by buildreq on Thu Jan 31 2008

BuildRequires: libMySQL-devel libavformat-devel libjpeg-devel libmjpegtools-devel postgresql-devel zlib-devel

%description
With motion you can use a video4linux device as a motion detector.
It will make snapshots if motion is detected.

%prep
%setup -q
%__subst 's|<postgresql[/]libpq-fe.h>|<pgsql/libpq-fe.h>|' %name.h
%__subst 's|\(if [\\(]cnt->conf\.mysql_db && sqltype[\)]\)|//\1|' event.c
%__subst 's|\(put_mysql[\(]&cnt->conf, cnt->database, filename, tm, sqltype[\)]\)|//\1|' event.c
%__subst 's|\(motion\.conf\)\(\*\)|\1.\2|' Makefile.in
%__subst 's|\(^.*c->quality\).*|//\1|' ffmpeg.c
%__subst 's|\(avformat.h\)|ffmpeg/\1|' ffmpeg.h

#patch -p1

%patch1 -p1
%patch2 -p1

%build
%__autoreconf
%configure --sysconfdir=%_sysconfdir/%name \
--without-optimizecpu \
--without-libjpeg-mmx \
--without-libavcodec

%make_build %{?_smp_mflags}

%install
%makeinstall

install -d -m 755 %buildroot%_sysconfdir/%name
install -m 644 %buildroot%_sysconfdir/%name-dist.conf %buildroot%_sysconfdir/%name/%name.conf


%files
%doc %attr(0644,root,root) %_defaultdocdir/%name-%version
%config %attr(0644,root,root) %_sysconfdir/%name/%name.conf
%exclude %_sysconfdir/%name-dist.conf
%_bindir/%name
%_man1dir/*

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin