zlg         15/05/11 10:22:28

  Modified:             spacefm-9999.ebuild ChangeLog metadata.xml
  Log:
  Add 'video-thumbnails' USE flag, fix maintainer information
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.13                 x11-misc/spacefm/spacefm-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/spacefm/spacefm-9999.ebuild?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/spacefm/spacefm-9999.ebuild?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/spacefm/spacefm-9999.ebuild?r1=1.12&r2=1.13

Index: spacefm-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/spacefm/spacefm-9999.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- spacefm-9999.ebuild 14 Jan 2013 17:56:49 -0000      1.12
+++ spacefm-9999.ebuild 11 May 2015 10:22:28 -0000      1.13
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/spacefm/spacefm-9999.ebuild,v 1.12 
2013/01/14 17:56:49 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/spacefm/spacefm-9999.ebuild,v 1.13 
2015/05/11 10:22:28 zlg Exp $
 
 EAPI=4
 
@@ -15,7 +15,7 @@
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
 KEYWORDS=""
-IUSE="+startup-notification"
+IUSE="+startup-notification +video-thumbnails"
 
 RDEPEND="dev-libs/glib:2
        dev-util/desktop-file-utils
@@ -27,6 +27,7 @@
        x11-libs/pango
        x11-libs/libX11
        x11-misc/shared-mime-info
+       video-thumbnails? ( media-video/ffmpegthumbnailer )
        startup-notification? ( x11-libs/startup-notification )"
 DEPEND="${RDEPEND}
        dev-util/intltool
@@ -37,6 +38,7 @@
        econf \
                --htmldir=/usr/share/doc/${PF}/html \
                $(use_enable startup-notification) \
+               $(use_enable video-thumbnails) \
                --disable-hal \
                --enable-inotify \
                --disable-pixmaps \



1.68                 x11-misc/spacefm/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/spacefm/ChangeLog?rev=1.68&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/spacefm/ChangeLog?rev=1.68&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/spacefm/ChangeLog?r1=1.67&r2=1.68

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/spacefm/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog   11 Mar 2015 02:10:02 -0000      1.67
+++ ChangeLog   11 May 2015 10:22:28 -0000      1.68
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/spacefm
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/spacefm/ChangeLog,v 1.67 
2015/03/11 02:10:02 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/spacefm/ChangeLog,v 1.68 
2015/05/11 10:22:28 zlg Exp $
+
+  11 May 2015; <[email protected]> spacefm-9999.ebuild, metadata.xml:
+  Add video-thumbnail USE flag, fix maintainer data
 
   11 Mar 2015; Yixun Lan <[email protected]> -spacefm-0.8.7.ebuild:
   drop old per discuss with maintainer



1.9                  x11-misc/spacefm/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/spacefm/metadata.xml?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/spacefm/metadata.xml?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/spacefm/metadata.xml?r1=1.8&r2=1.9

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/spacefm/metadata.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- metadata.xml        10 Mar 2015 15:08:39 -0000      1.8
+++ metadata.xml        11 May 2015 10:22:28 -0000      1.9
@@ -1,9 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-       <herd>proxy-maintainers</herd>
        <maintainer>
-               <email>[email protected]</email>
+               <email>[email protected]</email>
                <name>Daniel Campbell</name>
        </maintainer>
        <upstream>
@@ -14,6 +13,9 @@
                <doc 
lang="en">https://github.com/IgnorantGuru/spacefm/wiki/</doc>
                
<bugs-to>https://github.com/IgnorantGuru/spacefm/issues</bugs-to>
        </upstream>
+       <use>
+               <flag name="video-thumbnails">Support video thumbnails with 
ffmpegthumbnailer</flag>
+       </use>
        <longdescription lang="en">
                SpaceFM is a file manager with built-in VFS, optional 
udisks-based device 
                manager, customizable menu system, and bash integration. 
SpaceFM is a fork 




Reply via email to