]> git.pld-linux.org Git - packages/vlc.git/blame_incremental - vlc.spec
- skin2/wxWigets interface moved to vlc-X11 package
[packages/vlc.git] / vlc.spec
... / ...
CommitLineData
1#
2# TODO:
3# - return to gettextize/aclocal/autoconf
4# - check the altivec patch
5# - check the po patch
6# - add proper package descriptions/translations
7# - check files/packages (can we keep png/xpm/bmp/ico in X11 package)
8# - shorten the files section
9# - check this no->nb locale stuff
10# - check find_lang macro
11# - change group for vlc and framebuffer video out (it's not the X11)
12#
13# Conditional build:
14%bcond_without alsa # don't build alsa plugin
15%bcond_without ggi # don't build ggi plugin
16%bcond_without kde # don't build kde plugin
17%bcond_without qt # don't build qt plugin
18%bcond_with mozilla # build mozilla plugin
19%bcond_with gnome1 # build mozilla plugin
20#
21Summary: VLC - a multimedia player and stream server
22Summary(pl): VLC - odtwarzacz multimedialny oraz serwer strumieni
23Name: vlc
24Version: 0.8.1
25Release: 1
26License: GPL
27Group: X11/Applications/Multimedia
28Source0: http://download.videolan.org/pub/videolan/vlc/%{version}/%{name}-%{version}.tar.gz
29# Source0-md5: 3fb3ac4ed456f092d51a00d50159790f
30Source1: %{name}.desktop
31Patch0: %{name}-altivec.patch
32Patch1: %{name}-po.patch
33Patch2: %{name}-buildflags.patch
34Patch3: %{name}-wxgtk2.patch
35Patch4: %{name}-defaultfont.patch
36URL: http://www.videolan.org/vlc/
37BuildRequires: SDL-devel >= 1.2
38%{?with_alsa:BuildRequires: alsa-lib-devel >= 0.9}
39BuildRequires: autoconf
40BuildRequires: automake
41BuildRequires: a52dec-libs-devel
42BuildRequires: aalib-devel
43BuildRequires: arts-devel
44BuildRequires: esound-devel
45BuildRequires: faad2-devel
46BuildRequires: ffmpeg-devel >= 0.4.9
47BuildRequires: flac-devel
48BuildRequires: fribidi-devel
49BuildRequires: gettext-devel
50%{?with_gnome1:BuildRequires: gnome-libs-devel}
51BuildRequires: gtk+-devel
52%{?with_kde:BuildRequires: kdelibs-devel}
53BuildRequires: libdvdcss-devel
54BuildRequires: libdts-devel
55BuildRequires: libebml-devel
56%{?with_ggi:BuildRequires: libggi-devel}
57BuildRequires: libcaca-devel
58BuildRequires: libcdio-devel
59BuildRequires: libcddb-devel
60BuildRequires: libdv-devel
61BuildRequires: libdvbpsi-devel
62BuildRequires: libdvdnav-devel
63BuildRequires: libdvdread-devel
64BuildRequires: libid3tag-devel
65Buildrequires: libmad-devel
66BuildRequires: libmatroska-devel
67BuildRequires: libmodplug-devel
68Buildrequires: libogg-devel
69BuildRequires: libvorbis-devel
70BuildRequires: lirc-devel
71BuildRequires: libtheora-devel
72BuildRequires: mpeg2dec-devel
73BuildRequires: ncurses-devel
74%{!?with_mozilla:BuildRequires: mozilla-devel}
75%{?with_qt:BuildRequires: qt-devel}
76BuildRequires: speex-devel
77BuildRequires: svgalib-devel
78BuildRequires: vcdimager-devel
79BuildRequires: wxGTK2-devel
80BuildRequires: xosd-devel
81Buildrequires: xvid-devel
82BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
83
84%description
85VLC (initially VideoLAN Client) is a multimedia player for various
86audio and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, MP3, Ogg, ...)
87as well as DVDs, VCDs, and various streaming protocols. It can also
88be used as a server to stream in unicast or multicast in IPv4
89or IPv6 on a high-bandwidth network.
90
91%description -l pl
92