hd_brummy    15/02/24 22:42:08

  Modified:             vdr-mount-0.0.2.ebuild ChangeLog
  Log:
  compile fix vdr-2.1.2, wrt bug 541018, thx to T.Foerster for reporting this
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
34C2808A)

Revision  Changes    Path
1.6                  media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild?r1=1.5&r2=1.6

Index: vdr-mount-0.0.2.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- vdr-mount-0.0.2.ebuild      23 Feb 2014 20:21:56 -0000      1.5
+++ vdr-mount-0.0.2.ebuild      24 Feb 2015 22:42:08 -0000      1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild,v 1.5 
2014/02/23 20:21:56 hd_brummy Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild,v 1.6 
2015/02/24 22:42:08 hd_brummy Exp $
 
 EAPI=5
 
@@ -18,3 +18,12 @@
 DEPEND=">=media-video/vdr-1.2.6"
 
 PATCHES=("${FILESDIR}/${P}-makefile-fix.diff")
+
+src_prepare() {
+       vdr-plugin-2_src_prepare
+
+       if has_version ">=media-video/vdr-2.1.2"; then
+               sed -e "s#VideoDirectory#cVideoDirectory::Name\(\)#" \
+                       -i MediumItem.C
+       fi
+}



1.6                  media-plugins/vdr-mount/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-mount/ChangeLog?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-mount/ChangeLog?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-mount/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-mount/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   23 Feb 2014 20:21:56 -0000      1.5
+++ ChangeLog   24 Feb 2015 22:42:08 -0000      1.6
@@ -1,6 +1,9 @@
 # ChangeLog for media-plugins/vdr-mount
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-mount/ChangeLog,v 1.5 
2014/02/23 20:21:56 hd_brummy Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-mount/ChangeLog,v 1.6 
2015/02/24 22:42:08 hd_brummy Exp $
+
+  24 Feb 2015; Joerg Bornkessel <hd_bru...@gentoo.org> vdr-mount-0.0.2.ebuild:
+  compile fix vdr-2.1.2, wrt bug 541018, thx to T.Foerster for reporting this
 
   23 Feb 2014; Joerg Bornkessel <hd_bru...@gentoo.org> vdr-mount-0.0.2.ebuild:
   eapi=5; converted to vdr-plugin-2.eclass




Reply via email to