]> git.pld-linux.org Git - SPECS.git/blob - spcaview.spec
SPECS updated Mon 29 Apr 22:05:02 CEST 2024
[SPECS.git] / spcaview.spec
1 # TODO: 
2 # - add http://mxhaard.free.fr/spca50x/Download/spcagui20060127.tar.gz
3 # - add http://mxhaard.free.fr/spca50x/Download/sp54convert.tar.gz
4
5 %define         _snap 20071224
6
7 Summary:        spcaview - streaming, recording and playing video and sound
8 Summary(pl.UTF-8):      spcaview - tworzenie strumieni, nagrywanie i odtwarzanie obrazu i dźwięku
9 Name:           spcaview
10 Version:        1.1.8
11 Release:        0.%{_snap}.1
12 Epoch:          0
13 License:        GPL v2+
14 Group:          X11/Applications
15 Source0:        http://mxhaard.free.fr/spca50x/Download/spcaview-%{_snap}.tar.gz
16 # Source0-md5:  12e46424844b937dd55eab28f74bcd8d
17 Patch0:         %{name}-Makefile.patch
18 URL:            http://spca50x.sourceforge.net/
19 BuildRequires:  SDL-devel
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 Spcaview is able to stream, record and play video and sound in MJPG
24 I420, RGB16, RGB24 or RGB32 and raw data RAWD Norme PAL, SECAM, NTSC
25 and Channel CBVS or S-VIDEO.
26
27 %description -l pl.UTF-8
28 spcaview potrafi tworzyć strumienie, nagrywać i odtwarzać obraz i
29 dźwięk w formatach MJPG I420, RGB16, RGB24 i RGB32 oraz surowe dane
30 RAWD Norme PAL, SECAM, NTSC oraz Channel CBVS i S-VIDEO.
31
32 %prep
33 %setup -q -n spcaview-%{_snap}
34 %patch0 -p1
35
36 %build
37 %{__make} \
38         CC="%{__cc}" \
39         OPTCFLAGS="%{rpmcflags}" \
40         LDFLAGS="%{rpmldflags}"
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44 install -d $RPM_BUILD_ROOT%{_bindir}
45
46 install spcacat spcaserv spcaview $RPM_BUILD_ROOT%{_bindir}
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc Changelog README
54 %attr(755,root,root) %{_bindir}/spcacat
55 %attr(755,root,root) %{_bindir}/spcaserv
56 %attr(755,root,root) %{_bindir}/spcaview
This page took 0.47614 seconds and 3 git commands to generate.