]> git.pld-linux.org Git - packages/fftv.git/blob - fftv.spec
- gpm-friendly Source0 URL
[packages/fftv.git] / fftv.spec
1 # TODO:
2 #       - enable support for all possible features
3 #       - external ffmpeg
4 Summary:        GNOME TV viewer
5 Summary(pl):    Program do ogl±dania TV dla GNOME
6 Name:           fftv
7 Version:        0.6.0
8 Release:        1
9 License:        GPL
10 Group:          X11/Applications/Multimedia
11 Source0:        http://dl.sourceforge.net/fftv/%{name}-%{version}.tar.bz2
12 # Source0-md5:  1703c5f37f1512d1c0c81a22b4caffc6
13 Patch0:         %{name}-pkg.patch
14 URL:            http://fftv.sourceforge.net/
15 BuildRequires:  SDL-devel
16 BuildRequires:  freetype-devel
17 BuildRequires:  gtk+2-devel
18 BuildRequires:  libvorbis-devel
19 BuildRequires:  zlib-devel
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 fftv is a TV viewer for use with TV cards and Video for Linux. It also
24 features a radio user interface. It can support recording of various
25 formats and codecs including MPEG, AVI, and Ogg. It supports remote
26 control if LIRC is installed.
27
28 %description -l pl
29 fftv to program do ogl±dania telewizji dzia³aj±cy z kartami
30 telewizyjnymi i systemem Video for Linux. Ma tak¿e interfejs
31 u¿ytkownika do radia. Obs³uguje nagrywanie w ró¿nych formatach i
32 kodekach z MPEG, AVI i Ogg w³±cznie. Obs³uguje pilota je¶li
33 zainstalowany jest LIRC.
34
35 %prep
36 %setup -q
37 %patch0 -p1
38
39 %build
40 %configure
41 %{__make} \
42         CC="%{__cc}"
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %attr(755,root,root) %{_bindir}/*
This page took 0.1026 seconds and 3 git commands to generate.