|
|
@ -4,7 +4,7 @@
|
|
|
|
%define with_internal_live555 0
|
|
|
|
%define with_internal_live555 0
|
|
|
|
%define live555_date 2008.07.25
|
|
|
|
%define live555_date 2008.07.25
|
|
|
|
%define vlc_git 0
|
|
|
|
%define vlc_git 0
|
|
|
|
%define vlc_rc -rc2
|
|
|
|
%define vlc_rc -rc3
|
|
|
|
%define with_mozilla 1
|
|
|
|
%define with_mozilla 1
|
|
|
|
%define with_dc1394 0
|
|
|
|
%define with_dc1394 0
|
|
|
|
%define with_directfb 1
|
|
|
|
%define with_directfb 1
|
|
|
@ -13,7 +13,7 @@
|
|
|
|
Summary: Multi-platform MPEG, DVD, and DivX player
|
|
|
|
Summary: Multi-platform MPEG, DVD, and DivX player
|
|
|
|
Name: vlc
|
|
|
|
Name: vlc
|
|
|
|
Version: 1.0.0
|
|
|
|
Version: 1.0.0
|
|
|
|
Release: 0.10rc2%{?dist}
|
|
|
|
Release: 0.11rc3%{?dist}
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
URL: http://www.videolan.org
|
|
|
|
URL: http://www.videolan.org
|
|
|
@ -30,9 +30,8 @@ Patch2: 0002-Default-aout-for-pulse.patch
|
|
|
|
Patch3: 300_all_pic.patch
|
|
|
|
Patch3: 300_all_pic.patch
|
|
|
|
Patch4: 310_all_mmx_pic.patch
|
|
|
|
Patch4: 310_all_mmx_pic.patch
|
|
|
|
Patch5: vlc-1.0.0-pre1-xulrunner-191_support.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
|
|
|
|
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)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
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
|
|
|
|
%if 0%{?fedora} >= 11
|
|
|
|
%patch5 -p1 -b .xul191
|
|
|
|
%patch5 -p1 -b .xul191
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
%patch6 -p1 -b .bugfix
|
|
|
|
%patch6 -p1 -b .alsa_pa
|
|
|
|
%patch7 -p1 -b .revert
|
|
|
|
%patch7 -p1 -b .revert
|
|
|
|
%patch9 -p1 -b .disconnect
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
rm modules/access/videodev2.h
|
|
|
|
rm modules/access/videodev2.h
|
|
|
|
ln -sf %{_includedir}/videodev2.h modules/access/
|
|
|
|
ln -sf %{_includedir}/videodev2.h modules/access/
|
|
|
@ -568,6 +566,9 @@ fi || :
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%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
|
|
|
|
* Fri Jun 5 2009 kwizart < kwizart at gmail.com > - 1.0.0-0.10rc2
|
|
|
|
- Move some module to avoid dependency
|
|
|
|
- Move some module to avoid dependency
|
|
|
|
- Remove previous signal-slot connection(s) if any - vlc trac #2818
|
|
|
|
- Remove previous signal-slot connection(s) if any - vlc trac #2818
|
|
|
|