]> git.pld-linux.org Git - packages/NuppelVideo.git/blob - NuppelVideo.spec
f859732ab1275a535ff77e31be3833b97b3e7722
[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 Patch0:         %{name}-make.patch
10 URL:            http://frost.htu.tuwien.ac.at/~roman/nuppelvideo/ 
11 BuildRequires:  XFree86-devel
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13 ExclusiveArch:  %{ix86}
14
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
32 %build
33 %{__make} \
34         CC=%{__cc} \
35 %ifarch athlon
36         COPTS="%{rpmcflags} -DMMX"
37 %else
38         COPTS="%{rpmcflags}"
39 %endif
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT \
46         BINDIR=%{_bindir}
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc README* LICENSE*
54 %attr(755,root,root) %{_bindir}/*
This page took 0.04323 seconds and 2 git commands to generate.