]> git.pld-linux.org Git - packages/NuppelVideo.git/blobdiff - NuppelVideo.spec
- updated URLs
[packages/NuppelVideo.git] / NuppelVideo.spec
index 8ad1b2ee5e0b498a549223fdde6ff5c8d9e9d707..ac1716c4fd16b0232ab5358f7ff07bb3bc631543 100644 (file)
@@ -1,43 +1,55 @@
-Summary:       Fast movie recorder and player for linux
+Summary:       Fast movie recorder and player for Linux
+Summary(pl):   Szybka nagrywarka i odtwarzacz filmów pod Linuksa
 Name:          NuppelVideo
 Version:       0.52a
-Release:       1
-License:       GNU
+Release:       3
+License:       GPL
 Group:         X11/Applications/Multimedia
-Group(de):     X11/Applikationen/Multimedia
-Group(pl):     X11/Aplikacje/Multimedia
-Source0:       %{name}-%{version}.tar.gz
+Source0:       http://frost.htu.tuwien.ac.at/~roman/nuppelvideo/%{name}-%{version}.tar.gz
 Patch0:                %{name}-make.patch
+URL:           http://frost.htu.tuwien.ac.at/~roman/nuppelvideo/ 
+BuildRequires: XFree86-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+ExclusiveArch: %{ix86}
 
 %define                _prefix         /usr/X11R6
 
 %description
-NuppelVideo is a simple low consuming and fast capture program
-for bttv-cards (BT8x8) it is based on the RTjpeg2.0 test3* programs
-from Justin Schoemann , who wrote the very fast and fine RTjpeg2.0
-codec (improved by Joerg Walter and Wim Taymans).
+NuppelVideo is a simple low consuming and fast capture program for
+bttv-cards (BT8x8) it is based on the RTjpeg2.0 test3* programs from
+Justin Schoemann, who wrote the very fast and fine RTjpeg2.0 codec
+(improved by Joerg Walter and Wim Taymans).
+
+%description -l pl
+NuppelVideo jest prostym, ma³o zasobo¿ernym i szybkim programem do
+zrzucania obrazu z kart bttv (BT8x8) bazuj±cym na programach RTjpeg2.0
+test3* Justina Schoemanna, który napisa³ bardzo szybki i dobry codec
+RTjpeg2.0 (poprawiony przez Joerga Waltera i Wima Taymansa).
 
 %prep
 %setup  -q
 %patch0 -p1
 
 %build
-%{__make}
+%{__make} \
+       CC=%{__cc} \
+%ifarch athlon
+       COPTS="%{rpmcflags} -DMMX"
+%else
+       COPTS="%{rpmcflags}"
+%endif
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} \
-       DESTDIR=$RPM_BUILD_ROOT \
-       BINDIR=%{_bindir} \
-       install
 
-gzip -9nf README* LICENSE*
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT \
+       BINDIR=%{_bindir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc README* LICENSE*
 %attr(755,root,root) %{_bindir}/*
-%doc *.gz
This page took 0.152758 seconds and 4 git commands to generate.