]> git.pld-linux.org Git - packages/NuppelVideo.git/blame - NuppelVideo.spec
- converted to UTF-8
[packages/NuppelVideo.git] / NuppelVideo.spec
CommitLineData
13aab9e5
JB
1#
2# Conditional build:
3%bcond_with mmx # use MMX (makes sense on i586/i686)
4#
5%ifarch athlon pentium3 pentium4
6%define with_mmx 1
7%endif
aade3149 8Summary: Fast movie recorder and player for Linux
e566a2d2 9Summary(pl.UTF-8): Szybka nagrywarka i odtwarzacz filmów pod Linuksa
c10d0263 10Name: NuppelVideo
11Version: 0.52a
13aab9e5 12Release: 5
ab3186da 13License: GPL v2
c10d0263 14Group: X11/Applications/Multimedia
e1f12672 15Source0: http://frost.htu.tuwien.ac.at/~roman/nuppelvideo/%{name}-%{version}.tar.gz
45e5c672 16# Source0-md5: 320fa43a19c71778ea0d403528125c1e
c10d0263 17Patch0: %{name}-make.patch
ab3186da 18Patch1: %{name}-nonx86.patch
25b7b0e9 19URL: http://frost.htu.tuwien.ac.at/~roman/nuppelvideo/
e1234849 20BuildRequires: XFree86-devel
13aab9e5 21BuildRequires: sed >= 4.0
c10d0263 22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
c10d0263 23
24%description
767f0847 25NuppelVideo is a simple low consuming and fast capture program for
26bttv-cards (BT8x8) it is based on the RTjpeg2.0 test3* programs from
aade3149 27Justin Schoemann, who wrote the very fast and fine RTjpeg2.0 codec
767f0847 28(improved by Joerg Walter and Wim Taymans).
c10d0263 29
e566a2d2
JR
30%description -l pl.UTF-8
31NuppelVideo jest prostym, mało zasobożernym i szybkim programem do
32zrzucania obrazu z kart bttv (BT8x8) bazującym na programach RTjpeg2.0
33test3* Justina Schoemanna, który napisał bardzo szybki i dobry codec
aade3149
JB
34RTjpeg2.0 (poprawiony przez Joerga Waltera i Wima Taymansa).
35
c10d0263 36%prep
ab3186da 37%setup -q
c10d0263 38%patch0 -p1
ab3186da 39%patch1 -p1
c10d0263 40
13aab9e5
JB
41sed -i -e 's@-L/usr/X11R6/lib@-L/usr/X11R6/%{_lib}@' Makefile
42
c10d0263 43%build
767f0847 44%{__make} \
2dd4d0b6 45 CC="%{__cc}" \
13aab9e5 46 COPTS="%{rpmcflags}%{?with_mmx: -DMMX}"
c10d0263 47
48%install
49rm -rf $RPM_BUILD_ROOT
767f0847 50
51%{__make} install \
c10d0263 52 DESTDIR=$RPM_BUILD_ROOT \
767f0847 53 BINDIR=%{_bindir}
c10d0263 54
c10d0263 55%clean
56rm -rf $RPM_BUILD_ROOT
57
58%files
59%defattr(644,root,root,755)
3017c1bd 60%doc README* LICENSE*
767f0847 61%attr(755,root,root) %{_bindir}/*
This page took 0.067748 seconds and 4 git commands to generate.