]> git.pld-linux.org Git - packages/fftv.git/blame - fftv.spec
- fix macros in comments
[packages/fftv.git] / fftv.spec
CommitLineData
25c8f140 1# TODO:
e3212c29 2# - %%makeinstall --> %%{__make} install (Makefile need to be patched)
25c8f140
AM
3# - enable support for all possible features
4# - external ffmpeg
5Summary: GNOME TV viewer
00b20c69 6Summary(pl.UTF-8): Program do oglądania TV dla GNOME
25c8f140 7Name: fftv
8b7542e6 8Version: 0.8.2
25c8f140
AM
9Release: 1
10License: GPL
11Group: X11/Applications/Multimedia
ab6f8918 12Source0: http://dl.sourceforge.net/fftv/%{name}-%{version}.tar.bz2
8b7542e6 13# Source0-md5: 07749106e864fcf549e199d5a347f95a
8b7542e6 14#cvs server: nothing known about fftv-pkg.patch
aedb976b 15#Patch0: %{name}-pkg.patch
25c8f140 16URL: http://fftv.sourceforge.net/
25c8f140 17BuildRequires: SDL-devel
8b7542e6 18BuildRequires: faac-devel
25c8f140 19BuildRequires: freetype-devel
30c6c6ae 20BuildRequires: gtk+2-devel
aedb976b 21BuildRequires: lame-libs-devel
30c6c6ae
JB
22BuildRequires: libvorbis-devel
23BuildRequires: zlib-devel
25c8f140
AM
24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
25c8f140
AM
26%description
27fftv is a TV viewer for use with TV cards and Video for Linux. It also
28features a radio user interface. It can support recording of various
29formats and codecs including MPEG, AVI, and Ogg. It supports remote
30control if LIRC is installed.
31
3c3482bc
JR
32%description -l pl.UTF-8
33fftv to program do oglądania telewizji działający z kartami
34telewizyjnymi i systemem Video for Linux. Ma także interfejs
35użytkownika do radia. Obsługuje nagrywanie w różnych formatach i
36kodekach z MPEG, AVI i Ogg włącznie. Obsługuje pilota jeśli
30c6c6ae
JB
37zainstalowany jest LIRC.
38
25c8f140
AM
39%prep
40%setup -q
8b7542e6 41#%patch0 -p1
25c8f140
AM
42
43%build
8b7542e6 44%configure \
45 --enable-mp3lame \
46 --enable-vorbis \
47 --enable-faad \
48 --enable-faadbin \
49 --enable-faac \
50 --enable-a52 \
51 --enable-pp \
52 --enable-gpl
53
25c8f140
AM
54%{__make} \
55 CC="%{__cc}"
56
57%install
58rm -rf $RPM_BUILD_ROOT
59
2dc6e8d2 60%makeinstall
25c8f140 61
25c8f140
AM
62%clean
63rm -rf $RPM_BUILD_ROOT
64
65%files
66%defattr(644,root,root,755)
30c6c6ae 67%attr(755,root,root) %{_bindir}/*
8b7542e6 68%{_iconsdir}/%{name}
69%{_iconsdir}/%{name}.png
70%{_libdir}/%{name}
71%{_libdir}/menu/*
72%{_libdir}/vhook/*.so
9690ea2e 73%{_mandir}/man1/*.1*
This page took 0.076565 seconds and 4 git commands to generate.