]> git.pld-linux.org Git - packages/vlc.git/blame - vlc.spec
- gcc-hack fixed properly
[packages/vlc.git] / vlc.spec
CommitLineData
849ab139 1#
03bc35bf 2# TODO:
bf37f156 3# - check the altivec patch
03bc35bf 4# - add proper package descriptions/translations
46e4d74a
KK
5# - bcondize this damn spec! (it should be automated too)
6# - go through the configure --help and add all options with proper
7# reqs and bconds
194c6717 8#
849ab139 9# Conditional build:
194c6717
JB
10%bcond_without aa # build without aalib support
11%bcond_without caca # build without caca support
12%bcond_without dv # build without dv support
13%bcond_without lirc # build without lirc support
14%bcond_without x264 # build without x264 support
849ab139 15%bcond_without alsa # don't build alsa plugin
506c552a 16%bcond_without arts # don't build arts plugin
dc4e6932 17%bcond_without ggi # don't build ggi plugin
0d045b15 18%bcond_without live # build without live.com support
36872a2b 19%bcond_without speex # don't build speex plugin
9ade8786 20%bcond_with mozilla # build mozilla plugin
67d1b2d1 21%bcond_with slp # build with slp, broken
506c552a 22%bcond_with svgalib # build with svgalib video_output
23%bcond_with hal # build with hal support
849ab139 24#
bf82b435 25Summary: VLC - a multimedia player and stream server
03bc35bf 26Summary(pl): VLC - odtwarzacz multimedialny oraz serwer strumieni
fd4c8844 27Name: vlc
bf37f156 28Version: 0.8.6
f7d040bf 29Release: 2
fd4c8844 30License: GPL
be8ed508 31Group: X11/Applications/Multimedia
46e4d74a
KK
32# use the bz2 src, its a 4mb difference
33Source0: http://download.videolan.org/pub/videolan/vlc/%{version}/%{name}-%{version}.tar.bz2
bf37f156 34# Source0-md5: 77a275f3408c4c9feae451d4eae47f89
ff2adfa1 35Source1: %{name}.desktop
22f3d640 36Patch0: %{name}-altivec.patch
74faec91 37Patch1: %{name}-buildflags.patch
38Patch2: %{name}-defaultfont.patch
39Patch3: %{name}-live.patch
7908f1d9 40Patch4: %{name}-pic-mmx.patch
ea253bf4
ER
41Patch5: %{name}-real_codecs_path.patch
42Patch6: %{name}-osdmenu_path.patch
03bc35bf 43URL: http://www.videolan.org/vlc/
86f0e296 44BuildRequires: OpenGL-devel
46e4d74a 45BuildRequires: SDL_image-devel >= 1.2
dc4e6932 46BuildRequires: a52dec-libs-devel
46e4d74a 47%{?with_aa:BuildRequires: aalib-devel}
bf82b435 48%{?with_alsa:BuildRequires: alsa-lib-devel >= 0.9}
506c552a 49%{?with_arts:BuildRequires: artsc-devel}
bf82b435
JB
50BuildRequires: autoconf
51BuildRequires: automake
33e02718 52BuildRequires: esound-devel
f7d040bf 53BuildRequires: faad2-devel >= 2.5
dc4e6932 54BuildRequires: ffmpeg-devel >= 0.4.9
9ade8786 55BuildRequires: flac-devel
56BuildRequires: fribidi-devel
93b30ea8 57BuildRequires: gettext-devel
506c552a 58%{?with_hal:BuildRequires: hal-devel >= 0.2.97}
861d09fc 59%{?with_dv:BuildRequires: libavc1394-devel}
46e4d74a 60%{?with_caca:BuildRequires: libcaca-devel}
03bc35bf 61BuildRequires: libcddb-devel
bf37f156 62BuildRequires: libcdio-devel
bf82b435 63BuildRequires: libdts-devel
46e4d74a 64%{?with_dv:BuildRequires: libdv-devel}
dc4e6932 65BuildRequires: libdvbpsi-devel
bf37f156 66BuildRequires: libdvdcss-devel
3089e686 67BuildRequires: libdvdnav-devel
e0445d5d 68BuildRequires: libdvdread-devel
7908f1d9 69BuildRequires: libebml-devel >= 0.7.6
bf82b435 70%{?with_ggi:BuildRequires: libggi-devel}
3089e686 71BuildRequires: libid3tag-devel
86f0e296 72BuildRequires: libmad-devel
62443979 73BuildRequires: libmatroska-devel >= 0.7.5
cea85db5 74BuildRequires: libmodplug-devel
86f0e296
KK
75BuildRequires: libogg-devel
76BuildRequires: libpng-devel
861d09fc 77%{?with_dv:BuildRequires: libraw1394-devel}
48aebc5b 78BuildRequires: libsmbclient-devel
bf82b435 79BuildRequires: libtheora-devel
861d09fc 80BuildRequires: libtool
9ade8786 81BuildRequires: libvorbis-devel
62c0e374 82%{?with_x264:BuildRequires: libx264-devel}
86f0e296 83BuildRequires: libxml2-devel
46e4d74a 84%{?with_lirc:BuildRequires: lirc-devel}
5b087505 85%{?with_live:BuildRequires: live >= 2005.03.11}
978b73f9 86%{?with_mozilla:BuildRequires: mozilla-devel}
bf37f156 87BuildRequires: mpeg2dec-devel >= 0.3.2
bf82b435 88BuildRequires: ncurses-devel
67d1b2d1 89%{?with_slp:BuildRequires: openslp-devel}
86f0e296 90BuildRequires: pkgconfig
acd3f5c1 91%{?with_speex:BuildRequires: speex-devel > 1:1.1.0}
506c552a 92%{?with_svgalib:BuildRequires: svgalib-devel}
03bc35bf 93BuildRequires: vcdimager-devel
0d34bf6b 94BuildRequires: wxGTK2-unicode-devel >= 2.6.2-2
9ade8786 95BuildRequires: xosd-devel
86f0e296 96BuildRequires: xvid-devel
fd4c8844
JK
97BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
98
8f03f972 99%description
bf37f156 100VLC (initially VideoLAN Client) is a multimedia player for various
c87dd0e6 101audio and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, MP3, Ogg, ...)
bf37f156
ER
102as well as DVDs, VCDs, and various streaming protocols. It can also be
103used as a server to stream in unicast or multicast in IPv4 or IPv6 on
104a high-bandwidth network.
fd4c8844 105
a0f12eaa 106%description -l pl
bf37f156
ER
107