]> git.pld-linux.org Git - packages/mythtv.git/blame - mythtv.spec
- get it going on amd64
[packages/mythtv.git] / mythtv.spec
CommitLineData
aa6db6e7 1# TODO
5eccad13 2# - bconds broken? (???)
eff64648 3# - what about Patch0?
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
JB
11# Conditional build:
12%bcond_with lirc # lirc support
13%bcond_without alsa # alsa support
14%bcond_without oss # oss
15%bcond_with opengl_vsync # opengl vsync
16%bcond_with arts # arts support
17%bcond_with xvmc # xvmc support
18%bcond_with cpu_autodetect # enable CPU autodetection at compile time
19#
b2c9e730
JB
20Summary: A personal video recorder (PVR) application
21Summary(pl): Osobista aplikacja do nagrywania obrazu (PVR)
910a00e3 22Name: mythtv
749f7f9f 23Version: 0.18.1
910a00e3 24#define _snap 20050326
749f7f9f 25Release: 0.1
910a00e3 26License: GPL v2
b2c9e730 27Group: Applications/Multimedia
910a00e3 28Source0: http://www.mythtv.org/mc/%{name}-%{version}.tar.bz2
749f7f9f 29# Source0-md5: e6cabf88feeaf6ae8f830d3fdf7b113d
eceeddea
ER
30Source1: mythbackend.sysconfig
31Source2: mythbackend.init
32Source3: mythbackend.logrotate
eceeddea 33Patch0: %{name}-configure.patch
86b7888f 34Patch1: %{name}-lib64.patch
b2c9e730 35URL: http://www.mythtv.org/
910a00e3 36BuildRequires: XFree86-devel
5eccad13 37#BuildRequires: DirectFB-devel
ed630fed
JB
38%{?with_alsa:BuildRequires: alsa-lib-devel}
39%{?with_arts:BuildRequires: arts-devel >= 13:0.9.5}
5eccad13 40#BuildRequires: desktop-file-utils
910a00e3 41BuildRequires: freetype-devel >= 1:2.0.0
ed630fed 42BuildRequires: gcc-c++
910a00e3 43BuildRequires: lame-libs-devel
a3ec4ed6 44BuildRequires: linux-libc-headers >= 7:2.6.10
f3707f19 45%{?with_lirc:BuildRequires: lirc-devel}
ed630fed 46BuildRequires: mysql-devel
f3707f19
ER
47%{?with_xvmc:BuildRequires: nvidia-graphics-devel}
48%{?with_opengl_vsync:BuildRequires: nvidia-graphics-devel}
ed630fed
JB
49BuildRequires: qmake >= 6:3.2.1-4
50BuildRequires: qt-devel >= 6:3.2.1-4
b2c9e730 51BuildRequires: rpmbuild(macros) >= 1.213
ed630fed
JB
52BuildRequires: sed >= 4.0
53# ???
b2c9e730 54ExclusiveArch: i386 i686 athlon %{x8664}
910a00e3 55BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
8afae0cb
ER
56
57%description
910a00e3
ER
58MythTV implements the following PVR features, and more, with a unified
59graphical interface:
5eccad13
ER
60- Basic 'live-tv' functionality. Pause/Fast Forward/Rewind "live" TV.
61- Video compression using RTjpeg or MPEG-4
62- Program listing retrieval using XMLTV
63- Themable, semi-transparent on-screen display
64- Electronic program guide
65- Scheduled recording of TV programs
66- Resolution of conflicts between scheduled recordings
67- Basic video editing
8afae0cb 68
ed630fed
JB
69%description -l pl
70