]> git.pld-linux.org Git - packages/SDLcam.git/blob - SDLcam.spec
15ede98d64c523292bf6dbe770172c291604c578
[packages/SDLcam.git] / SDLcam.spec
1 Summary:        Simple V4L program designed to view and process video streams
2 Summary(pl):    Narzêdzie do ogl±dania i przetwarzania strumieni video z urz±dzeñ v4l
3 Name:           SDLcam
4 Version:        0.7.3
5 Release:        1
6 License:        GPL
7 Source0:        http://raph.darktech.org/SDLcam/%{name}-%{version}.tar.gz
8 Patch0:         %{name}-path.patch
9 URL:            http://raph.darktech.org/SDLcam/
10 Group:          X11/Applications/Multimedia
11 BuildRequires:  SDL-devel >= 1.2.4
12 BuildRequires:  SDL_image-devel >= 1.2.2
13 BuildRequires:  SDL_ttf-devel >= 2.0.5
14 BuildRequires:  avifile-devel >= 0.7.15
15 BuildRequires:  divx4linux
16 BuildRequires:  libfame-devel >= 0.8.10-2
17 BuildRequires:  libxml2-devel >= 2.4.24
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %define         _prefix         /usr/X11R6 
21
22 %description
23 SDLcam is a simple Video4Linux program, that was designed to view
24 video streams coming from a Philips USB Webcam. It uses SDL, and has a
25 simple user interface. SDLcam can save snapshots in Jpeg, PNG or BMP
26 formats. It also has a lot of video filters that can be combined and
27 applied in real time to the video stream.
28
29 %description -l pl
30 Program SDLcam przeznaczony jest do ogl±dania i przetwarzania
31 strumienia video pochodz±cego ze ¼ród³a kompatybilnego z v4l - w
32 szczególno¶ci kamer USB firmy Philips. Posiada prosty interfejs
33 u¿ytkownika, potrafi zapisywaæ zrzuty w formacie JPEG, PNG i BMP.
34 Posiada wiele filtrów, które mo¿na ³±czyæ i przetwarzaæ nimi w czasie
35 rzeczywistym obraz.
36
37 %prep
38 %setup -q
39 %patch0 -p1
40
41 %build
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46 install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/SDLcam,%{_libdir}/SDLcam/{filters,capture,sources}}
47
48 install SDLcam $RPM_BUILD_ROOT%{_bindir}
49 install LucidaSansRegular.ttf LucidaTypewriterRegular.ttf $RPM_BUILD_ROOT%{_datadir}/SDLcam
50 install filter/*.so $RPM_BUILD_ROOT%{_libdir}/SDLcam/filters
51 install capture/*.so $RPM_BUILD_ROOT%{_libdir}/SDLcam/capture
52 install sources/*.so $RPM_BUILD_ROOT%{_libdir}/SDLcam/sources
53 install SDLcam.xml $RPM_BUILD_ROOT%{_datadir}/SDLcam
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %files
59 %defattr(644,root,root,755)
60 %doc CHANGELOG LICENSE README TODO
61 %attr(755,root,root) %{_bindir}/SDLcam
62 %{_datadir}/SDLcam
63 %attr(755,root,root) %{_libdir}/SDLcam
This page took 0.069362 seconds and 3 git commands to generate.