pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

vlc-git: Workaround a linking bug



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Tue Mar 20 02:07:35 2018 +0100
Changeset:	444ad157528c5e78356dd925fa5ec566d87f128e

Modified Files:
	vlc-git/distinfo
Added Files:
	vlc-git/patches/patch-lib_video.c

Log Message:
vlc-git: Workaround a linking bug

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=444ad157528c5e78356dd925fa5ec566d87f128e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 vlc-git/distinfo                  |  1 +
 vlc-git/patches/patch-lib_video.c | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diffs:
diff --git a/vlc-git/distinfo b/vlc-git/distinfo
index a6469a21e5..f89d63769d 100644
--- a/vlc-git/distinfo
+++ b/vlc-git/distinfo
@@ -6,6 +6,7 @@ SHA512 (vlc-3.0.0.tar.xz) = 9bdc64e16ddd2e8d2693179f2fcac8462d7defff186262a049ba
 Size (vlc-3.0.0.tar.xz) = 25191148 bytes
 SHA1 (patch-compat_Makefile.am) = 9f796bf1bc044527092d4ca35f51087618e14cf0
 SHA1 (patch-lib_core.c) = 7b1b659abdaee1c3f87582d948ec08a87d48faeb
+SHA1 (patch-lib_video.c) = 5931b855faf3ad1c6fa7fea27497e536edab13a4
 SHA1 (patch-m4_dolt.m4) = ff3bd892430ecc856f1a108559245b474f67a9af
 SHA1 (patch-modules_access_http_Makefile.am) = 522b08c778ba967e5c86e25d40914b5f55f2a37a
 SHA1 (patch-modules_codec_x264.c) = 575c0efc3d3cbf17c99cd7dcdbc34b84e9e52191
diff --git a/vlc-git/patches/patch-lib_video.c b/vlc-git/patches/patch-lib_video.c
new file mode 100644
index 0000000000..df7a36dfd7
--- /dev/null
+++ b/vlc-git/patches/patch-lib_video.c
@@ -0,0 +1,22 @@
+$NetBSD$
+
+--- lib/video.c.orig	2018-03-14 06:17:49.000000000 +0000
++++ lib/video.c
+@@ -719,7 +719,7 @@ static int get_filter_str( vlc_object_t 
+     module_t *p_obj = module_find( psz_name );
+     if( !p_obj )
+     {
+-        msg_Err( p_parent, "Unable to find filter module \"%s\".", psz_name );
++//        msg_Err( p_parent, "Unable to find filter module \"%s\".", psz_name );
+         return VLC_EGENERIC;
+     }
+ 
+@@ -737,7 +737,7 @@ static int get_filter_str( vlc_object_t 
+     }
+     else
+     {
+-        msg_Err( p_parent, "Unknown video filter type." );
++//        msg_Err( p_parent, "Unknown video filter type." );
+         return VLC_EGENERIC;
+     }
+ 


Home | Main Index | Thread Index | Old Index