Author: kwizart
Update of /cvs/free/rpms/vlc/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv8677
Modified Files:
vlc.spec
Removed Files:
vlc-1.1-bugfix-20110920.patch
0001-port-to-FFmpeg-0.8-API.patch
Log Message:
UPdate to 1.1.12
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/vlc.spec,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -r1.129 -r1.130
--- vlc.spec 20 Sep 2011 08:53:06 -0000 1.129
+++ vlc.spec 7 Oct 2011 08:09:24 -0000 1.130
@@ -1,7 +1,7 @@
#global live555_date 2009.07.28
#global vlc_rc -rc3
%global vlc_bootstrap 1
-%global tarball_version 1.1.11
+%global tarball_version 1.1.12
%global _with_workaround_circle_deps 1
%global _with_freeworld 1
%if 0%{?_with_freeworld:1}
@@ -25,8 +25,8 @@
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
-Version: 1.1.11
-Release: 2%{?dist}
+Version: 1.1.12
+Release: 1%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL:
http://www.videolan.org
@@ -38,8 +38,6 @@
Patch3: vlc-1.1.6-hardode_font_patch.patch
Patch4: vlc-1.1.4-tls_path.patch
Patch5: vlc-1.1.8-bugfix.opencv22.patch
-Patch6: vlc-1.1-bugfix-20110920.patch
-Patch7: 0001-port-to-FFmpeg-0.8-API.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: desktop-file-utils
@@ -253,8 +251,6 @@
%patch5 -p1 -b .opencv22
%endif
sed -i.dmo_pic -e 's/fno-PIC/fPIC/' libs/loader/Makefile.in
-%patch6 -p1
-%patch7 -p1 -b .ff08
rm modules/access/videodev2.h
ln -sf %{_includedir}/linux/videodev2.h modules/access/videodev2.h
@@ -565,6 +561,9 @@
%changelog
+* Fri Oct 07 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.12-1
+- Update to 1.1.12
+
* Tue Sep 20 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.11-2
- Update to current bugfix
- Add patch for FFmpeg-0.8
--- vlc-1.1-bugfix-20110920.patch DELETED ---
--- 0001-port-to-FFmpeg-0.8-API.patch DELETED ---