]> git.pld-linux.org Git - packages/gspy.git/blob - gspy.spec
540ef6504502d65e9d9c006c70b38b4d493eedb2
[packages/gspy.git] / gspy.spec
1 Summary:        A GNOME Security Camera
2 Summary(pl):    Kamera bezpieczeñstwa GNOME
3 Name:           gspy
4 Version:        0.1.8
5 Release:        0.2
6 License:        GPL v2
7 Group:          Applications
8 Source0:        http://gspy.sourceforge.net/%{name}-%{version}-src.tar.gz
9 # Source0-md5:  b8cdf73e0e11f0294bf979e195e66d32
10 Patch0:         %{name}-asm_prog.patch
11 URL:            http://gspy.sourceforge.net/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  gettext-devel
15 BuildRequires:  gtkxmhtml-devel
16 BuildRequires:  intltool
17 BuildRequires:  libtool
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Gspy retrieves images from a video4linux device and processes these
22 into a daily MPEG movie on the disk drive. Each image is recorded with
23 a time stamp. Special motion detection algorithms are used to reduce
24 the size of the daily movies by eliminating pictures with similar
25 content The result is a time lapse video per day with nonlinear time
26 compression using only the images of interest. Recent versions include
27 a user defined command that is executed on each alarm. Typical uses 
28 would be to copy the alarm picture to a remote site using ftp or scp, 
29 email the picture to someone, play a sound annoucement... 
30
31 %description -l pl
32 Gspy pobiera obrazy z urz±dzenia video4linux i przetwarza je na
33 dzienne filmy MPEG archiwizowane na dysku. Ka¿dy obraz jest nagrywany
34 ze znacznikiem czasu. Specjalne algorytmy wykrywania ruchu s±
35 wykorzystywane aby zredukowaæ wielko¶æ filmów przez eliminowanie
36 obrazów z podobn± zawarto¶ci±. Efektem jest spowolniony obraz wideo z
37 nieliniow± kompresj± czasu tylko na podstawie obrazów wartych uwagi.
38 Ostatnie wersje potrafi± uruchamiaæ komendy zdefiniowane przez u¿ytkownika
39 Typowe zastosowania to kopiowanie alarmuj±cego zdjêcia przez ftp/scp, 
40 wys³anie e-mailem czy odtworzenie komunikatu... 
41
42 %prep
43 %setup -q -n %{name}
44 %patch0 -p1
45
46 %build
47 %{__gettextize}
48 %{__intltoolize}
49 %{__libtoolize}
50 %{__aclocal} -I macros
51 %{__autoconf}
52 %{__autoheader}
53 %{__automake}
54 cp -f /usr/share/automake/config.sub .
55 %configure
56 %{__make}
57
58 %install
59 rm -rf $RPM_BUILD_ROOT
60
61 %{__make} install \
62         DESTDIR=$RPM_BUILD_ROOT
63
64 %clean
65 rm -rf $RPM_BUILD_ROOT
66
67 %files
68 %defattr(644,root,root,755)
69 %doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
70 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
71 %attr(755,root,root) %{_bindir}/*
72 %{_datadir}/%{name}
This page took 0.047748 seconds and 3 git commands to generate.