]> git.pld-linux.org Git - packages/vlc.git/blame - vlc.spec
- s/-livedotcom/-live555/
[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
ea253bf4 29Release: 1
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
43Patch7: %{name}-gcc-hack.patch
03bc35bf 44URL: http://www.videolan.org/vlc/
86f0e296 45BuildRequires: OpenGL-devel
46e4d74a 46BuildRequires: SDL_image-devel >= 1.2
dc4e6932 47BuildRequires: a52dec-libs-devel
46e4d74a 48%{?with_aa:BuildRequires: aalib-devel}
bf82b435 49%{?with_alsa:BuildRequires: alsa-lib-devel >= 0.9}
506c552a 50%{?with_arts:BuildRequires: artsc-devel}
bf82b435
JB
51BuildRequires: autoconf
52BuildRequires: automake
33e02718 53BuildRequires: esound-devel
cea85db5 54BuildRequires: faad2-devel
dc4e6932 55BuildRequires: ffmpeg-devel >= 0.4.9
9ade8786 56BuildRequires: flac-devel
57BuildRequires: fribidi-devel
93b30ea8 58BuildRequires: gettext-devel
506c552a 59%{?with_hal:BuildRequires: hal-devel >= 0.2.97}
861d09fc 60%{?with_dv:BuildRequires: libavc1394-devel}
46e4d74a 61%{?with_caca:BuildRequires: libcaca-devel}
03bc35bf 62BuildRequires: libcddb-devel
bf37f156 63BuildRequires: libcdio-devel
bf82b435 64BuildRequires: libdts-devel
46e4d74a 65%{?with_dv:BuildRequires: libdv-devel}
dc4e6932 66BuildRequires: libdvbpsi-devel
bf37f156 67BuildRequires: libdvdcss-devel
3089e686 68BuildRequires: libdvdnav-devel
e0445d5d 69BuildRequires: libdvdread-devel
7908f1d9 70BuildRequires: libebml-devel >= 0.7.6
bf82b435 71%{?with_ggi:BuildRequires: libggi-devel}
3089e686 72BuildRequires: libid3tag-devel
86f0e296 73BuildRequires: libmad-devel
62443979 74BuildRequires: libmatroska-devel >= 0.7.5
cea85db5 75BuildRequires: libmodplug-devel
86f0e296
KK
76BuildRequires: libogg-devel
77BuildRequires: libpng-devel
861d09fc 78%{?with_dv:BuildRequires: libraw1394-devel}
48aebc5b 79BuildRequires: libsmbclient-devel
bf82b435 80BuildRequires: libtheora-devel
861d09fc 81BuildRequires: libtool
9ade8786 82BuildRequires: libvorbis-devel
62c0e374 83%{?with_x264:BuildRequires: libx264-devel}
86f0e296 84BuildRequires: libxml2-devel
46e4d74a 85%{?with_lirc:BuildRequires: lirc-devel}
5b087505 86%{?with_live:BuildRequires: live >= 2005.03.11}
978b73f9 87%{?with_mozilla:BuildRequires: mozilla-devel}
bf37f156 88BuildRequires: mpeg2dec-devel >= 0.3.2
bf82b435 89BuildRequires: ncurses-devel
67d1b2d1 90%{?with_slp:BuildRequires: openslp-devel}
86f0e296 91BuildRequires: pkgconfig
acd3f5c1 92%{?with_speex:BuildRequires: speex-devel > 1:1.1.0}
506c552a 93%{?with_svgalib:BuildRequires: svgalib-devel}
03bc35bf 94BuildRequires: vcdimager-devel
0d34bf6b 95BuildRequires: wxGTK2-unicode-devel >= 2.6.2-2
9ade8786 96BuildRequires: xosd-devel
86f0e296 97BuildRequires: xvid-devel
fd4c8844
JK
98BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
99
8f03f972 100%description
bf37f156 101VLC (initially VideoLAN Client) is a multimedia player for various
c87dd0e6 102audio and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, MP3, Ogg, ...)
bf37f156
ER
103as well as DVDs, VCDs, and various streaming protocols. It can also be
104used as a server to stream in unicast or multicast in IPv4 or IPv6 on
105a high-bandwidth network.
fd4c8844 106
a0f12eaa 107%description -l pl
bf37f156
ER
108