]> git.pld-linux.org Git - packages/fftv.git/blame - fftv.spec
- initial (almost raw) pld release
[packages/fftv.git] / fftv.spec
CommitLineData
25c8f140
AM
1# TODO:
2# - enable support for all possible features
3# - external ffmpeg
4Summary: GNOME TV viewer
5Name: fftv
6Version: 0.6.0
7Release: 1
8License: GPL
9Group: X11/Applications/Multimedia
10Source0: http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
11# Source0-md5: 1703c5f37f1512d1c0c81a22b4caffc6
12Patch0: %{name}-pkg.patch
13URL: http://fftv.sourceforge.net/
14BuildRequires: gtk+2-devel
15BuildRequires: zlib-devel
16BuildRequires: libvorbis-devel
17BuildRequires: SDL-devel
18BuildRequires: freetype-devel
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21
22%description
23fftv is a TV viewer for use with TV cards and Video for Linux. It also
24features a radio user interface. It can support recording of various
25formats and codecs including MPEG, AVI, and Ogg. It supports remote
26control if LIRC is installed.
27
28%prep
29%setup -q
30%patch0 -p1
31
32%build
33%configure
34%{__make} \
35 CC="%{__cc}"
36
37%install
38rm -rf $RPM_BUILD_ROOT
39
40%{__make} install \
41 DESTDIR=$RPM_BUILD_ROOT
42
43%post -p /sbin/ldconfig
44%postun -p /sbin/ldconfig
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files
50%defattr(644,root,root,755)
51%attr(0755,root,root) %{_bindir}/*
This page took 0.096188 seconds and 4 git commands to generate.