]> git.pld-linux.org Git - packages/vlc.git/commitdiff
- updated to 1.1.6 auto/th/vlc-1_1_6-1
authorKarol Krenski <charles@pld-linux.org>
Tue, 25 Jan 2011 07:31:00 +0000 (07:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vlc-build.patch -> 1.3
    vlc.spec -> 1.244

vlc-build.patch [new file with mode: 0644]
vlc.spec

diff --git a/vlc-build.patch b/vlc-build.patch
new file mode 100644 (file)
index 0000000..0213572
--- /dev/null
@@ -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
index 22d4527b00eee226ae5309a6b3e5facb9630cd9c..c46bd5f60e978ae59018e16af41b0a4a4fb5d251 100644 (file)
--- a/vlc.spec
+++ b/vlc.spec
 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
@@ -268,6 +269,7 @@ Wtyczka do przeglÄ…darki internetowej Mozilla.
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 cp -f /usr/share/automake/config.* .
@@ -326,6 +328,7 @@ cp -f /usr/share/automake/config.* .
        --enable-smb \
        --enable-snapshot \
        --enable-sout \
+       --enable-sqlite \
        --enable-switcher \
        %{!?with_speex:--disable-speex} \
        %{?with_svg:--enable-svg} \
This page took 0.040854 seconds and 4 git commands to generate.