]> git.pld-linux.org Git - packages/NuppelVideo.git/blame - NuppelVideo.spec
- added BuildRequires rules,
[packages/NuppelVideo.git] / NuppelVideo.spec
CommitLineData
c10d0263 1Summary: Fast movie recorder and player for linux
2Name: NuppelVideo
3Version: 0.52a
4Release: 1
767f0847 5License: GPL
c10d0263 6Group: X11/Applications/Multimedia
7Group(de): X11/Applikationen/Multimedia
8Group(pl): X11/Aplikacje/Multimedia
767f0847 9Source0: http://mars.tuwien.ac.at/~roman/nuppelvideo/%{name}-%{version}.tar.gz
c10d0263 10Patch0: %{name}-make.patch
767f0847 11URL: http://mars.tuwien.ac.at/~roman/nuppelvideo/
12BUildRequires: XFree86-devel
c10d0263 13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%define _prefix /usr/X11R6
16
17%description
767f0847 18NuppelVideo is a simple low consuming and fast capture program for
19bttv-cards (BT8x8) it is based on the RTjpeg2.0 test3* programs from
20Justin Schoemann , who wrote the very fast and fine RTjpeg2.0 codec
21(improved by Joerg Walter and Wim Taymans).
c10d0263 22
23%prep
24%setup -q
25%patch0 -p1
26
27%build
767f0847 28%{__make} \
29 CC=%{__cc} \
30%ifarch i686
31 COPTS="%{rpmcflags} -DMMX"
32%else
33 COPTS="%{rpmcflags}"
34%endif
c10d0263 35
36%install
37rm -rf $RPM_BUILD_ROOT
767f0847 38
39%{__make} install \
c10d0263 40 DESTDIR=$RPM_BUILD_ROOT \
767f0847 41 BINDIR=%{_bindir}
c10d0263 42
43gzip -9nf README* LICENSE*
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%files
49%defattr(644,root,root,755)
c10d0263 50%doc *.gz
767f0847 51%attr(755,root,root) %{_bindir}/*
This page took 0.070378 seconds and 4 git commands to generate.