]> git.pld-linux.org Git - packages/NuppelVideo.git/blob - NuppelVideo.spec
- added BuildRequires rules,
[packages/NuppelVideo.git] / NuppelVideo.spec
1 Summary:        Fast movie recorder and player for linux
2 Name:           NuppelVideo
3 Version:        0.52a
4 Release:        1
5 License:        GPL
6 Group:          X11/Applications/Multimedia
7 Group(de):      X11/Applikationen/Multimedia
8 Group(pl):      X11/Aplikacje/Multimedia
9 Source0:        http://mars.tuwien.ac.at/~roman/nuppelvideo/%{name}-%{version}.tar.gz
10 Patch0:         %{name}-make.patch
11 URL:            http://mars.tuwien.ac.at/~roman/nuppelvideo/
12 BUildRequires:  XFree86-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
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 %prep
24 %setup  -q
25 %patch0 -p1
26
27 %build
28 %{__make} \
29         CC=%{__cc} \
30 %ifarch i686
31         COPTS="%{rpmcflags} -DMMX"
32 %else
33         COPTS="%{rpmcflags}"
34 %endif
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT \
41         BINDIR=%{_bindir}
42
43 gzip -9nf README* LICENSE*
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc *.gz
51 %attr(755,root,root) %{_bindir}/*
This page took 0.067855 seconds and 3 git commands to generate.