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