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