Update to -rc3

el8
Nicolas Chauvet 16 years ago
parent d39c22c3e1
commit dfc669d1cf

4
.gitignore vendored

@ -1,3 +1,3 @@
vlc-1.0.0-rc2.tar.bz2
shine.c
vlc-1.0.0-rc3.tar.bz2
enc_base.h
shine.c

@ -1,3 +1,3 @@
c0fe6fff896c165abb5bf949616a1eee vlc-1.0.0-rc2.tar.bz2
c64e9e104b1eeba838a6c87435c6533c shine.c
a55dbd94856b922c29743b2980b0c672 vlc-1.0.0-rc3.tar.bz2
a897e4f24fb3fb993db7daf5a5f4d551 enc_base.h
c64e9e104b1eeba838a6c87435c6533c shine.c

File diff suppressed because it is too large Load Diff

@ -4,7 +4,7 @@
%define with_internal_live555 0
%define live555_date 2008.07.25
%define vlc_git 0
%define vlc_rc -rc2
%define vlc_rc -rc3
%define with_mozilla 1
%define with_dc1394 0
%define with_directfb 1
@ -13,7 +13,7 @@
Summary: Multi-platform MPEG, DVD, and DivX player
Name: vlc
Version: 1.0.0
Release: 0.10rc2%{?dist}
Release: 0.11rc3%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.videolan.org
@ -30,9 +30,8 @@ Patch2: 0002-Default-aout-for-pulse.patch
Patch3: 300_all_pic.patch
Patch4: 310_all_mmx_pic.patch
Patch5: vlc-1.0.0-pre1-xulrunner-191_support.patch
Patch6: vlc-1.0-bugfix-20090602.patch
Patch6: 0005-Improve-compatibility-with-PA-when-the-vlc-alsa-outp.patch
Patch7: vlc-revert-b8f23ea716693d8d07dd8bd0cb4c9ba8ed05f568.patch
Patch9: 0001-QT4-menus-remove-previous-signal-slot-connection-s.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: desktop-file-utils
@ -259,9 +258,8 @@ sed -i.dmo_pic -e 's/fno-PIC/fPIC/' libs/loader/Makefile.in
%if 0%{?fedora} >= 11
%patch5 -p1 -b .xul191
%endif
%patch6 -p1 -b .bugfix
%patch6 -p1 -b .alsa_pa
%patch7 -p1 -b .revert
%patch9 -p1 -b .disconnect
rm modules/access/videodev2.h
ln -sf %{_includedir}/videodev2.h modules/access/
@ -568,6 +566,9 @@ fi || :
%changelog
* Sun Jun 7 2009 kwizart < kwizart at gmail.com > - 1.0.0-0.11rc3
- Update to 1.0.0-rc3
* Fri Jun 5 2009 kwizart < kwizart at gmail.com > - 1.0.0-0.10rc2
- Move some module to avoid dependency
- Remove previous signal-slot connection(s) if any - vlc trac #2818

Loading…
Cancel
Save