public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-video/vlc: vlc-2.1.5-r1.ebuild vlc-2.2.1.ebuild ChangeLog
@ 2015-07-29  9:54 Ian Delaney (idella4)
  0 siblings, 0 replies; only message in thread
From: Ian Delaney (idella4) @ 2015-07-29  9:54 UTC (permalink / raw
  To: gentoo-commits

idella4     15/07/29 09:54:11

  Modified:             vlc-2.1.5-r1.ebuild vlc-2.2.1.ebuild ChangeLog
  Log:
  patch to address missed header file in opencv, patch from upstream instigated by maintainer submitted via bug #554562
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.10                 media-video/vlc/vlc-2.1.5-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.1.5-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.1.5-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.1.5-r1.ebuild?r1=1.9&r2=1.10

Index: vlc-2.1.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.1.5-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- vlc-2.1.5-r1.ebuild	1 Mar 2015 09:31:47 -0000	1.9
+++ vlc-2.1.5-r1.ebuild	29 Jul 2015 09:54:11 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.1.5-r1.ebuild,v 1.9 2015/03/01 09:31:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.1.5-r1.ebuild,v 1.10 2015/07/29 09:54:11 idella4 Exp $
 
 EAPI="5"
 
@@ -249,6 +249,9 @@
 	# Fix bug #541654
 	epatch "${FILESDIR}"/${PN}-2.1-mem_undefined_functions.patch
 
+	# Add missed header imgproc_c.h, imgproc.hpp, bug #554562
+	epatch "${FILESDIR}"/opencv-3.0.0.patch
+
 	# Disable avcodec checks when avcodec is not used.
 	if ! use avcodec; then
 		sed -i 's/^#if LIBAVCODEC_VERSION_CHECK(.*)$/#if 0/' modules/codec/avcodec/fourcc.c || die



1.13                 media-video/vlc/vlc-2.2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.2.1.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.2.1.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.2.1.ebuild?r1=1.12&r2=1.13

Index: vlc-2.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.2.1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- vlc-2.2.1.ebuild	24 Jul 2015 15:53:07 -0000	1.12
+++ vlc-2.2.1.ebuild	29 Jul 2015 09:54:11 -0000	1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.2.1.ebuild,v 1.12 2015/07/24 15:53:07 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.2.1.ebuild,v 1.13 2015/07/29 09:54:11 idella4 Exp $
 
 EAPI="5"
 
@@ -268,6 +268,9 @@
 	# Bug #541678
 	epatch "${FILESDIR}"/qt4-select.patch
 
+	# Add missed header imgproc_c.h, imgproc.hpp, bug #554562
+	epatch "${FILESDIR}"/opencv-3.0.0.patch
+
 	# Don't use --started-from-file when not using dbus.
 	if ! use dbus ; then
 		sed -i 's/ --started-from-file//' share/vlc.desktop.in || die



1.963                media-video/vlc/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/ChangeLog?rev=1.963&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/ChangeLog?rev=1.963&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/ChangeLog?r1=1.962&r2=1.963

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v
retrieving revision 1.962
retrieving revision 1.963
diff -u -r1.962 -r1.963
--- ChangeLog	24 Jul 2015 15:53:07 -0000	1.962
+++ ChangeLog	29 Jul 2015 09:54:11 -0000	1.963
@@ -1,6 +1,11 @@
 # ChangeLog for media-video/vlc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.962 2015/07/24 15:53:07 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.963 2015/07/29 09:54:11 idella4 Exp $
+
+  29 Jul 2015; Ian Delaney <idella4@gentoo.org> +files/opencv-3.0.0.patch,
+  vlc-2.1.5-r1.ebuild, vlc-2.2.1.ebuild:
+  patch to address missed header file in opencv, patch from upstream instigated
+  by maintainer submitted via bug #554562
 
   24 Jul 2015; Anthony G. Basile <blueness@gentoo.org> vlc-2.2.1.ebuild:
   Keyword ~ppc.  Bug #548966.





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-07-29  9:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-29  9:54 [gentoo-commits] gentoo-x86 commit in media-video/vlc: vlc-2.1.5-r1.ebuild vlc-2.2.1.ebuild ChangeLog Ian Delaney (idella4)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox