]> git.pld-linux.org Git - packages/vlc.git/blame_incremental - vlc.spec
- remove x8664 cpu detection, "it's gcc bug, upgrade your gcc"
[packages/vlc.git] / vlc.spec
... / ...
CommitLineData
1#
2# TODO:
3# - check the altivec patch
4# - add proper package descriptions/translations
5#
6# Conditional build:
7%bcond_without alsa # don't build alsa plugin
8%bcond_without arts # don't build arts plugin
9%bcond_without ggi # don't build ggi plugin
10%bcond_without live # build without live.com support
11%bcond_with mozilla # build mozilla plugin
12%bcond_with slp # build with slp, broken
13%bcond_with svgalib # build with svgalib video_output
14%bcond_with hal # build with hal support
15#
16Summary: VLC - a multimedia player and stream server
17Summary(pl): VLC - odtwarzacz multimedialny oraz serwer strumieni
18Name: vlc
19Version: 0.8.2
20Release: 0.1
21License: GPL
22Group: X11/Applications/Multimedia
23Source0: http://download.videolan.org/pub/videolan/vlc/%{version}/%{name}-%{version}.tar.gz
24# Source0-md5: 0e56141a54055686c28e3de4dbed5990
25Source1: %{name}.desktop
26Patch0: %{name}-altivec.patch
27Patch1: %{name}-buildflags.patch
28Patch2: %{name}-defaultfont.patch
29Patch3: %{name}-live.patch
30Patch4: %{name}-types.patch
31URL: http://www.videolan.org/vlc/
32BuildRequires: OpenGL-devel
33BuildRequires: SDL-devel >= 1.2
34BuildRequires: a52dec-libs-devel
35BuildRequires: aalib-devel
36%{?with_alsa:BuildRequires: alsa-lib-devel >= 0.9}
37%{?with_arts:BuildRequires: artsc-devel}
38BuildRequires: autoconf
39BuildRequires: automake
40BuildRequires: esound-devel
41BuildRequires: faad2-devel
42BuildRequires: ffmpeg-devel >= 0.4.9
43BuildRequires: flac-devel
44BuildRequires: fribidi-devel
45BuildRequires: gettext-devel
46%{?with_hal:BuildRequires: hal-devel >= 0.2.97}
47BuildRequires: libcaca-devel
48BuildRequires: libcdio-devel
49BuildRequires: libcddb-devel
50BuildRequires: libdts-devel
51BuildRequires: libdv-devel
52BuildRequires: libdvbpsi-devel
53BuildRequires: libdvdnav-devel
54BuildRequires: libdvdread-devel
55BuildRequires: libdvdcss-devel
56BuildRequires: libebml-devel >= 0.7.3
57%{?with_ggi:BuildRequires: libggi-devel}
58BuildRequires: libid3tag-devel
59BuildRequires: libmad-devel
60BuildRequires: libmatroska-devel >= 0.7.5
61BuildRequires: libmodplug-devel
62BuildRequires: libogg-devel
63BuildRequires: libpng-devel
64BuildRequires: libtheora-devel
65BuildRequires: libvorbis-devel
66BuildRequires: libxml2-devel
67BuildRequires: lirc-devel
68%{?with_live:BuildRequires: live >= 2005.03.11}
69BuildRequires: mpeg2dec-devel
70%{?with_mozilla:BuildRequires: mozilla-devel}
71BuildRequires: ncurses-devel
72%{?with_slp:BuildRequires: openslp-devel}
73BuildRequires: pkgconfig
74BuildRequires: speex-devel > 1.1.0
75%{?with_svgalib:BuildRequires: svgalib-devel}
76BuildRequires: vcdimager-devel
77BuildRequires: wxGTK2-devel >= 2.5.5
78BuildRequires: xosd-devel
79BuildRequires: xvid-devel
80BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
81
82%description
83VLC (initially VideoLAN Client) is a multimedia player for various
84audio and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, MP3, Ogg, ...)
85as well as DVDs, VCDs, and various streaming protocols. It can also
86be used as a server to stream in unicast or multicast in IPv4
87or IPv6 on a high-bandwidth network.
88
89%description -l pl
90