]> git.pld-linux.org Git - packages/vlc.git/commitdiff
- up to 1.1.5 auto/th/vlc-1_1_5-1 auto/ti/vlc-1_1_5-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 14 Nov 2010 22:29:28 +0000 (22:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vlc-upnp.patch -> 1.1
    vlc.spec -> 1.241

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

diff --git a/vlc-upnp.patch b/vlc-upnp.patch
new file mode 100644 (file)
index 0000000..35c86b8
--- /dev/null
@@ -0,0 +1,10 @@
+--- vlc-1.1.5/modules/services_discovery/upnp_intel.cpp~       2010-05-04 21:20:21.000000000 +0200
++++ vlc-1.1.5/modules/services_discovery/upnp_intel.cpp        2010-11-14 23:28:25.885408960 +0100
+@@ -813,7 +813,6 @@
+         input_item_t* p_input_item = input_item_New( _p_sd,
+                                                item->getResource(),
+                                                item->getTitle() );
+-        assert( p_input_item );
+         input_item_node_AppendItem( p_input_node, p_input_item );
+         item->setInputItem( p_input_item );
+     }
index 342292520b09040fa8430218c1a32d0d58b02b0a..24fad3a76c2b8ae378d4b7209574c55d2fdfd487 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.4
-Release:       3
+Version:       1.1.5
+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: b71aacaa242f8050a64c6ffe09d6f067
+# Source0-md5: fdc23693351ed57af9f4c85ea885b536
 Patch0:                %{name}-buildflags.patch
 Patch1:                %{name}-defaultfont.patch
 Patch2:                %{name}-osdmenu_path.patch
 Patch3:                %{name}-system-minizip.patch
+Patch4:                %{name}-upnp.patch
 URL:           http://www.videolan.org/vlc/
 %{?with_directfb:BuildRequires:        DirectFB-devel}
 BuildRequires: OpenGL-devel
@@ -263,6 +264,7 @@ Wtyczka do przeglądarki internetowej Mozilla.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 cp -f /usr/share/automake/config.* .
This page took 1.081592 seconds and 4 git commands to generate.