]> git.pld-linux.org Git - packages/NuppelVideo.git/blob - NuppelVideo.spec
- %%ix86 only (asm inlines)
[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:        2
6 License:        GPL
7 Group:          X11/Applications/Multimedia
8 Source0:        http://mars.tuwien.ac.at/~roman/nuppelvideo/%{name}-%{version}.tar.gz
9 Patch0:         %{name}-make.patch
10 URL:            http://mars.tuwien.ac.at/~roman/nuppelvideo/
11 BuildRequires:  XFree86-devel
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13 ExclusiveArch:  %{ix86}
14
15 %define         _prefix         /usr/X11R6
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 i686 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 gzip -9nf README* LICENSE*
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %doc *.gz
57 %attr(755,root,root) %{_bindir}/*
This page took 0.06265 seconds and 3 git commands to generate.