packages: vlc/vlc.spec, vlc/vlc-build.patch - updated to 1.1.6
charles
charles at pld-linux.org
Tue Jan 25 08:31:05 CET 2011
Author: charles Date: Tue Jan 25 07:31:05 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- updated to 1.1.6
---- Files affected:
packages/vlc:
vlc.spec (1.243 -> 1.244) , vlc-build.patch (1.2 -> 1.3)
---- Diffs:
================================================================
Index: packages/vlc/vlc.spec
diff -u packages/vlc/vlc.spec:1.243 packages/vlc/vlc.spec:1.244
--- packages/vlc/vlc.spec:1.243 Mon Jan 24 00:35:23 2011
+++ packages/vlc/vlc.spec Tue Jan 25 08:31:00 2011
@@ -42,18 +42,19 @@
Summary: VLC - a multimedia player and stream server
Summary(pl.UTF-8): VLC - odtwarzacz multimedialny oraz serwer strumieni
Name: vlc
-Version: 1.1.5
-Release: 2
+Version: 1.1.6
+Release: 1
License: GPL v2+
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: fdc23693351ed57af9f4c85ea885b536
+# Source0-md5: c47f3ebc886f2aff8c95b98c564d1759
Patch0: %{name}-buildflags.patch
Patch1: %{name}-defaultfont.patch
Patch2: %{name}-osdmenu_path.patch
Patch3: %{name}-system-minizip.patch
Patch4: %{name}-upnp.patch
+Patch5: %{name}-build.patch
URL: http://www.videolan.org/vlc/
%{?with_directfb:BuildRequires: DirectFB-devel}
BuildRequires: OpenGL-devel
@@ -269,6 +270,7 @@
%patch2 -p1
%patch3 -p1
%patch4 -p1
+%patch5 -p1
%build
cp -f /usr/share/automake/config.* .
@@ -327,6 +329,7 @@
--enable-smb \
--enable-snapshot \
--enable-sout \
+ --enable-sqlite \
--enable-switcher \
%{!?with_speex:--disable-speex} \
%{?with_svg:--enable-svg} \
@@ -810,6 +813,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.244 2011/01/25 07:31:00 charles
+- updated to 1.1.6
+
Revision 1.243 2011/01/23 23:35:23 charles
- enable libva; BR: libva-devel
================================================================
Index: packages/vlc/vlc-build.patch
diff -u /dev/null packages/vlc/vlc-build.patch:1.3
--- /dev/null Tue Jan 25 08:31:05 2011
+++ packages/vlc/vlc-build.patch Tue Jan 25 08:31:00 2011
@@ -0,0 +1,10 @@
+--- vlc-1.1.6/modules/control/lirc.c.orig 2011-01-23 17:05:21.000000000 +0100
++++ vlc-1.1.6/modules/control/lirc.c 2011-01-25 01:04:32.135999499 +0100
+@@ -25,6 +25,7 @@
+ * Preamble
+ *****************************************************************************/
+
++#include <errno.h>
+ #include <fcntl.h>
+
+ #ifdef HAVE_CONFIG_H
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/vlc/vlc.spec?r1=1.243&r2=1.244&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/vlc/vlc-build.patch?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list