]> git.pld-linux.org Git - packages/mythtv.git/blame - mythtv.spec
- fixed desktop files
[packages/mythtv.git] / mythtv.spec
CommitLineData
aa6db6e7 1# TODO
4cd4742b 2# - bconds: altivec joystick lcd unichrome xrandr
cb059bf8 3# - lcd? ( app-misc/lcdproc )
8afae0cb
ER
4#
5# Specfile for MythTV
6#
7# MythTV now uses a fairly intelligent cpu-detection script, so if you are
8# building an rpm by hand on the machine it will be used on, I encourage you
9# to use "--with cpu_autodetect" to let mythtv decide for you.
10#
ed630fed 11# Conditional build:
ed630fed 12%bcond_with cpu_autodetect # enable CPU autodetection at compile time
cb059bf8
ER
13%bcond_without lirc # lirc support
14%bcond_without alsa # alsa support
15%bcond_without oss # oss support
16%bcond_without arts # arts support
17%bcond_without jack # jack audio connection kit
18%bcond_without oggvorbis # ogg vorbis
19%bcond_without opengl # opengl vsync
20%bcond_without nvidia # MPEG accel.
21%bcond_without dvb # DVB
22%bcond_with firewire # ieee1394 (NFY)
23
24%if %{with nvidia}
25%define with_opengl 1
26%endif
ed630fed 27#
b2c9e730
JB
28Summary: A personal video recorder (PVR) application
29Summary(pl): Osobista aplikacja do nagrywania obrazu (PVR)
910a00e3 30Name: mythtv
749f7f9f 31Version: 0.18.1
2aaa3ce4 32Release: 0.17
910a00e3 33License: GPL v2
b2c9e730 34Group: Applications/Multimedia
910a00e3 35Source0: http://www.mythtv.org/mc/%{name}-%{version}.tar.bz2
749f7f9f 36# Source0-md5: e6cabf88feeaf6ae8f830d3fdf7b113d
eceeddea
ER
37Source1: mythbackend.sysconfig
38Source2: mythbackend.init
39Source3: mythbackend.logrotate
4cd4742b
ER
40Source4: mythepg.desktop
41Source5: mythfrontend.desktop
42Source6: mythprofind.desktop
43Source7: %{name}.desktop
c79fdf07
ER
44Patch0: %{name}-lib64.patch
45Patch1: %{name}-x86_64-configure.patch
46Patch2: %{name}-x11.patch
b2c9e730 47URL: http://www.mythtv.org/
910a00e3 48BuildRequires: XFree86-devel
5eccad13 49#BuildRequires: DirectFB-devel
ed630fed
JB
50%{?with_alsa:BuildRequires: alsa-lib-devel}
51%{?with_arts:BuildRequires: arts-devel >= 13:0.9.5}
cb059bf8
ER
52%{?with_dvb:BuildRequires: libdvb-devel}
53%{?with_jack:BuildRequires: jack-audio-connection-kit-devel}
54%{?with_oggvorbis:BuildRequires: libvorbis-devel}
55%if %{with firewire}
56BuildRequires: libraw1394-devel
57BuildRequires: libavc1394-devel
58BuildRequires: libiec61883-devel # missing in PLD?
59%endif
910a00e3 60BuildRequires: freetype-devel >= 1:2.0.0
ed630fed 61BuildRequires: gcc-c++
910a00e3 62BuildRequires: lame-libs-devel
a3ec4ed6 63BuildRequires: linux-libc-headers >= 7:2.6.10
f3707f19 64%{?with_lirc:BuildRequires: lirc-devel}
ed630fed 65BuildRequires: mysql-devel
cb059bf8
ER
66%{?with_nvidia:BuildRequires: X11-driver-nvidia-devel}
67%{?with_opengl:BuildRequires: X11-driver-nvidia-devel}
ed630fed
JB
68BuildRequires: qmake >= 6:3.2.1-4
69BuildRequires: qt-devel >= 6:3.2.1-4
4cd4742b 70BuildRequires: rpmbuild(macros) >= 1.228
ed630fed 71BuildRequires: sed >= 4.0
cb059bf8 72ExclusiveArch: %{ix86} %{x8664}
910a00e3 73BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
8afae0cb
ER
74
75%description
910a00e3
ER
76MythTV implements the following PVR features, and more, with a unified
77graphical interface:
5eccad13
ER
78- Basic 'live-tv' functionality. Pause/Fast Forward/Rewind "live" TV.
79- Video compression using RTjpeg or MPEG-4
80- Program listing retrieval using XMLTV
81- Themable, semi-transparent on-screen display
82- Electronic program guide
83- Scheduled recording of TV programs
84- Resolution of conflicts between scheduled recordings
85- Basic video editing
8afae0cb 86
ed630fed
JB
87%description -l pl
88