]> git.pld-linux.org Git - packages/NuppelVideo.git/blob - NuppelVideo.spec
- massive attack: adding Source-md5
[packages/NuppelVideo.git] / NuppelVideo.spec
1 Summary:        Fast movie recorder and player for Linux
2 Summary(pl):    Szybka nagrywarka i odtwarzacz filmów pod Linuksa
3 Name:           NuppelVideo
4 Version:        0.52a
5 Release:        3
6 License:        GPL
7 Group:          X11/Applications/Multimedia
8 Source0:        http://frost.htu.tuwien.ac.at/~roman/nuppelvideo/%{name}-%{version}.tar.gz
9 # Source0-md5:  320fa43a19c71778ea0d403528125c1e
10 Patch0:         %{name}-make.patch
11 URL:            http://frost.htu.tuwien.ac.at/~roman/nuppelvideo/ 
12 BuildRequires:  XFree86-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14 ExclusiveArch:  %{ix86}
15
16
17 %description
18 NuppelVideo is a simple low consuming and fast capture program for
19 bttv-cards (BT8x8) it is based on the RTjpeg2.0 test3* programs from
20 Justin Schoemann, who wrote the very fast and fine RTjpeg2.0 codec
21 (improved by Joerg Walter and Wim Taymans).
22
23 %description -l pl
24 NuppelVideo jest prostym, ma³o zasobo¿ernym i szybkim programem do
25 zrzucania obrazu z kart bttv (BT8x8) bazuj±cym na programach RTjpeg2.0
26 test3* Justina Schoemanna, który napisa³ bardzo szybki i dobry codec
27 RTjpeg2.0 (poprawiony przez Joerga Waltera i Wima Taymansa).
28
29 %prep
30 %setup  -q
31 %patch0 -p1
32
33 %build
34 %{__make} \
35         CC=%{__cc} \
36 %ifarch athlon
37         COPTS="%{rpmcflags} -DMMX"
38 %else
39         COPTS="%{rpmcflags}"
40 %endif
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 %{__make} install \
46         DESTDIR=$RPM_BUILD_ROOT \
47         BINDIR=%{_bindir}
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc README* LICENSE*
55 %attr(755,root,root) %{_bindir}/*
This page took 0.157246 seconds and 3 git commands to generate.