]> git.pld-linux.org Git - packages/vlc.git/blobdiff - vlc.spec
- builds, -matroska-shared.patch dropped as links without it too; rel 1
[packages/vlc.git] / vlc.spec
index 2aa9770ca67f4c7eb38b8c23459d80be44b83c18..4315005ba3eea54b095f9a8597f74c86f44b7740 100644 (file)
--- a/vlc.spec
+++ b/vlc.spec
@@ -1,6 +1,6 @@
 #
 # TODO:
-# - check the altivec patch 
+# - check the altivec patch
 # - add proper package descriptions/translations
 # - bcondize this damn spec! (it should be automated too)
 # - go through the configure --help and add all options with proper
 Summary:       VLC - a multimedia player and stream server
 Summary(pl):   VLC - odtwarzacz multimedialny oraz serwer strumieni
 Name:          vlc
-Version:       0.8.5
-Release:       2
+Version:       0.8.6
+Release:       1
 License:       GPL
 Group:         X11/Applications/Multimedia
 # use the bz2 src, its a 4mb difference
 Source0:       http://download.videolan.org/pub/videolan/vlc/%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5: 16bb5bf87ed94879a8eb7b0ff9b4f16f
+# Source0-md5: 77a275f3408c4c9feae451d4eae47f89
 Source1:       %{name}.desktop
 Patch0:                %{name}-altivec.patch
 Patch1:                %{name}-buildflags.patch
 Patch2:                %{name}-defaultfont.patch
 Patch3:                %{name}-live.patch
 Patch4:                %{name}-pic-mmx.patch
-Patch5:                %{name}-matroska-shared.patch
-Patch6:                %{name}-real_codecs_path.patch
-Patch7:                %{name}-osdmenu_path.patch
+Patch5:                %{name}-real_codecs_path.patch
+Patch6:                %{name}-osdmenu_path.patch
+Patch7:                %{name}-gcc-hack.patch
 URL:           http://www.videolan.org/vlc/
 BuildRequires: OpenGL-devel
 BuildRequires: SDL_image-devel >= 1.2
@@ -59,14 +59,14 @@ BuildRequires:      gettext-devel
 %{?with_hal:BuildRequires:     hal-devel >= 0.2.97}
 %{?with_dv:BuildRequires:      libavc1394-devel}
 %{?with_caca:BuildRequires:    libcaca-devel}
-BuildRequires: libcdio-devel
 BuildRequires: libcddb-devel
+BuildRequires: libcdio-devel
 BuildRequires: libdts-devel
 %{?with_dv:BuildRequires:      libdv-devel}
 BuildRequires: libdvbpsi-devel
+BuildRequires: libdvdcss-devel
 BuildRequires: libdvdnav-devel
 BuildRequires: libdvdread-devel
-BuildRequires: libdvdcss-devel
 BuildRequires: libebml-devel >= 0.7.6
 %{?with_ggi:BuildRequires:     libggi-devel}
 BuildRequires: libid3tag-devel
@@ -84,8 +84,8 @@ BuildRequires:        libvorbis-devel
 BuildRequires: libxml2-devel
 %{?with_lirc:BuildRequires:    lirc-devel}
 %{?with_live:BuildRequires:    live >= 2005.03.11}
-BuildRequires: mpeg2dec-devel >= 0.3.2
 %{?with_mozilla:BuildRequires: mozilla-devel}
+BuildRequires: mpeg2dec-devel >= 0.3.2
 BuildRequires: ncurses-devel
 %{?with_slp:BuildRequires:     openslp-devel}
 BuildRequires: pkgconfig
@@ -98,19 +98,19 @@ BuildRequires:      xvid-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-VLC (initially VideoLAN Client) is a multimedia player for various 
+VLC (initially VideoLAN Client) is a multimedia player for various
 audio and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, MP3, Ogg, ...)
-as well as DVDs, VCDs, and various streaming protocols. It can also 
-be used as a server to stream in unicast or multicast in IPv4 
-or IPv6 on a high-bandwidth network.
+as well as DVDs, VCDs, and various streaming protocols. It can also be
+used as a server to stream in unicast or multicast in IPv4 or IPv6 on
+a high-bandwidth network.
 
 %description -l pl
-VLC (wcze¶niej znany pod nazw± VideoLAN Client) jest odtwarzaczem 
-multimedialnym dla wielu formatów wideo i d¼wiêku (MPEG-1, MPEG-2, 
-MPEG-4, DivX, MP3, Ogg, ...), p³yt DVD, VCD oraz ró¿nych protoko³ów 
-strumieniowych. Mo¿e byæ wykorzystany jako serwer do wysy³ania 
-strumieni unicast lub multicast w protoko³ach IPv4 lub IPv6 
-w wysokoprzepustowych sieciach.
+VLC (wcze¶niej znany pod nazw± VideoLAN Client) jest odtwarzaczem
+multimedialnym dla wielu formatów wideo i d¼wiêku (MPEG-1, MPEG-2,
+MPEG-4, DivX, MP3, Ogg, ...), p³yt DVD, VCD oraz ró¿nych protoko³ów
+strumieniowych. Mo¿e byæ wykorzystany jako serwer do wysy³ania
+strumieni unicast lub multicast w protoko³ach IPv4 lub IPv6 w
+wysokoprzepustowych sieciach.
 
 %package devel
 Summary:       VLC header files
@@ -148,8 +148,8 @@ Obsoletes:  vlc-gtk
 X11 output plugin for VLC. Contains GUI image/icon resources.
 
 %description X11 -l pl
-Wtyczka wyj¶cia X11 dla klienta VLC. Zawiera zasoby interfejsu 
-GUI (obrazy/ikony).
+Wtyczka wyj¶cia X11 dla klienta VLC. Zawiera zasoby interfejsu GUI
+(obrazy/ikony).
 
 %package GGI
 Summary:       VLC - GGI output plugin
@@ -379,13 +379,13 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/%{name}/pda*.xpm
 %{_datadir}/%{name}/vlc*.png
 %{_datadir}/%{name}/vlc*.ico
-%{_desktopdir}/*
+%{_desktopdir}/*.desktop
 
 %if %{with ggi}
 %files GGI
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/%{name}/video_output/libggi_plugin.so
-%endif 
+%endif
 
 %files SDL
 %defattr(644,root,root,755)
This page took 0.045416 seconds and 4 git commands to generate.