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