Update to 1.1.10

el8
Nicolas Chauvet 14 years ago
parent e2827235de
commit da49a357e1

@ -1,7 +1,7 @@
#global live555_date 2009.07.28 #global live555_date 2009.07.28
#global vlc_rc -rc3 #global vlc_rc -rc3
%global vlc_bootstrap 1 %global vlc_bootstrap 1
%global tarball_version 1.1.9 %global tarball_version 1.1.10
%global _with_workaround_circle_deps 1 %global _with_workaround_circle_deps 1
%global _with_freeworld 1 %global _with_freeworld 1
%if 0%{?_with_freeworld:1} %if 0%{?_with_freeworld:1}
@ -19,17 +19,14 @@
%global _with_live555 --with-live555 %global _with_live555 --with-live555
%global _with_vaapi --with-vaapi %global _with_vaapi --with-vaapi
%endif %endif
%if 0%{?fedora} > 14 %if 0%{?fedora} < 15
# Those need works in Rawhide
%global _without_mozilla 1
%else
%global _with_gnomevfs 1 %global _with_gnomevfs 1
%endif %endif
Summary: The cross-platform open-source multimedia framework, player and server Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc Name: vlc
Version: 1.1.9 Version: 1.1.10
Release: 2%{?dist} Release: 1%{?dist}
License: GPLv2+ License: GPLv2+
Group: Applications/Multimedia Group: Applications/Multimedia
URL: http://www.videolan.org URL: http://www.videolan.org
@ -41,6 +38,7 @@ Patch0: vlc-1.1.0-vlc-cache-gen_noerror.patch
Patch3: vlc-1.1.6-hardode_font_patch.patch Patch3: vlc-1.1.6-hardode_font_patch.patch
Patch4: vlc-1.1.4-tls_path.patch Patch4: vlc-1.1.4-tls_path.patch
Patch5: vlc-1.1.8-bugfix.opencv22.patch Patch5: vlc-1.1.8-bugfix.opencv22.patch
Patch6: vlc-1.1-backport_20110607.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
@ -253,6 +251,7 @@ JACK audio plugin for the VLC media player.
%if 0%{?fedora} >= 15 %if 0%{?fedora} >= 15
%patch5 -p1 -b .opencv22 %patch5 -p1 -b .opencv22
%endif %endif
%patch6 -p1
sed -i.dmo_pic -e 's/fno-PIC/fPIC/' libs/loader/Makefile.in sed -i.dmo_pic -e 's/fno-PIC/fPIC/' libs/loader/Makefile.in
rm modules/access/videodev2.h rm modules/access/videodev2.h
@ -564,6 +563,11 @@ fi || :
%changelog %changelog
* Mon Jun 06 2011 Nicolas Chauvet <kwizart@gmail.com> - 1.1.10-1
- Update to 1.1.10
- backport from 1.1-bugfix
- Re-add mozilla-vlc for f15
* Tue May 10 2011 Nicolas Chauvet <kwizart@gmail.com> - 1.1.9-2 * Tue May 10 2011 Nicolas Chauvet <kwizart@gmail.com> - 1.1.9-2
- Rebuilt for libdvbpsi - Rebuilt for libdvbpsi

Loading…
Cancel
Save