]> git.pld-linux.org Git - packages/NuppelVideo.git/blob - NuppelVideo.spec
- added nonx86 patch; License is GPL v2
[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 v2
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 Patch1:         %{name}-nonx86.patch
12 URL:            http://frost.htu.tuwien.ac.at/~roman/nuppelvideo/
13 BuildRequires:  XFree86-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 NuppelVideo is a simple low consuming and fast capture program for
18 bttv-cards (BT8x8) it is based on the RTjpeg2.0 test3* programs from
19 Justin Schoemann, who wrote the very fast and fine RTjpeg2.0 codec
20 (improved by Joerg Walter and Wim Taymans).
21
22 %description -l pl
23 NuppelVideo jest prostym, ma³o zasobo¿ernym i szybkim programem do
24 zrzucania obrazu z kart bttv (BT8x8) bazuj±cym na programach RTjpeg2.0
25 test3* Justina Schoemanna, który napisa³ bardzo szybki i dobry codec
26 RTjpeg2.0 (poprawiony przez Joerga Waltera i Wima Taymansa).
27
28 %prep
29 %setup -q
30 %patch0 -p1
31 %patch1 -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.078888 seconds and 4 git commands to generate.