patrick     15/06/18 02:29:37

  Modified:             freevo-1.9.0-r1.ebuild freevo-1.9.0.ebuild
                        ChangeLog
  Log:
  Drop directfb useflag as dependencies for it are unsatisfiable #545246
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.7                  media-tv/freevo/freevo-1.9.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/freevo/freevo-1.9.0-r1.ebuild?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/freevo/freevo-1.9.0-r1.ebuild?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/freevo/freevo-1.9.0-r1.ebuild?r1=1.6&r2=1.7

Index: freevo-1.9.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/freevo/freevo-1.9.0-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- freevo-1.9.0-r1.ebuild      21 Mar 2015 18:45:40 -0000      1.6
+++ freevo-1.9.0-r1.ebuild      18 Jun 2015 02:29:37 -0000      1.7
@@ -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-tv/freevo/freevo-1.9.0-r1.ebuild,v 
1.6 2015/03/21 18:45:40 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/freevo/freevo-1.9.0-r1.ebuild,v 
1.7 2015/06/18 02:29:37 patrick Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="directfb cdparanoia doc dvd encode fbcon flac gphoto2 jpeg lame lirc 
matrox mixer nls tv vorbis xine X"
+IUSE="cdparanoia doc dvd encode fbcon flac gphoto2 jpeg lame lirc matrox mixer 
nls tv vorbis xine X"
 
 RDEPEND="
        dev-python/beautifulsoup:python-2[${PYTHON_USEDEP}]
@@ -32,15 +32,14 @@
        >=dev-python/kaa-imlib2-0.2.3[${PYTHON_USEDEP}]
        dev-python/kaa-display[${PYTHON_USEDEP}]
 
-       media-video/mplayer[directfb?,fbcon?]
-       >=media-libs/libsdl-1.2.5[directfb?,fbcon?]
+       media-video/mplayer[fbcon?]
+       >=media-libs/libsdl-1.2.5[fbcon?]
        media-libs/sdl-image[jpeg,png]
        x11-apps/xset
 
        cdparanoia? ( media-sound/cdparanoia )
        dvd? (
                >=media-video/lsdvd-0.10
-               directfb? ( media-libs/xine-lib[directfb] )
                fbcon? ( media-libs/xine-lib[fbcon] )
                encode? ( media-video/dvdbackup )
        )
@@ -58,11 +57,11 @@
 PATCHES=( "${FILESDIR}"/${P}-{PIL,distutils-r1}.patch )
 
 pkg_setup() {
-       if ! { use X || use directfb || use fbcon || use matrox ; } ; then
+       if ! { use X || use fbcon || use matrox ; } ; then
                echo
                ewarn "WARNING - no video support specified in USE flags."
                ewarn "Please be sure that media-libs/libsdl supports whatever 
video"
-               ewarn "support (X11, fbcon, directfb, etc) you plan on using."
+               ewarn "support (X11, fbcon, etc.) you plan on using."
                echo
        fi
 
@@ -119,12 +118,8 @@
        cd "${S}/src" || die
        if [ "${PROFILE_ARCH}" == "xbox" ]; then
                myconf="${myconf} --geometry=640x480 --display=x11"
-       elif use matrox && use directfb; then
-               myconf="${myconf} --geometry=768x576 --display=dfbmga"
        elif use matrox ; then
                myconf="${myconf} --geometry=768x576 --display=mga"
-       elif use directfb; then
-               myconf="${myconf} --geometry=768x576 --display=directfb"
        elif use X ; then
                myconf="${myconf} --geometry=800x600 --display=x11"
        else



1.22                 media-tv/freevo/freevo-1.9.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/freevo/freevo-1.9.0.ebuild?rev=1.22&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/freevo/freevo-1.9.0.ebuild?rev=1.22&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/freevo/freevo-1.9.0.ebuild?r1=1.21&r2=1.22

Index: freevo-1.9.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/freevo/freevo-1.9.0.ebuild,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- freevo-1.9.0.ebuild 21 Mar 2015 18:45:40 -0000      1.21
+++ freevo-1.9.0.ebuild 18 Jun 2015 02:29:37 -0000      1.22
@@ -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-tv/freevo/freevo-1.9.0.ebuild,v 1.21 
2015/03/21 18:45:40 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/freevo/freevo-1.9.0.ebuild,v 1.22 
2015/06/18 02:29:37 patrick Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2:2.5"
@@ -15,7 +15,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
-IUSE="directfb cdparanoia doc dvd encode fbcon flac gphoto2 jpeg lame lirc 
matrox mixer nls tv vorbis xine X"
+IUSE="cdparanoia doc dvd encode fbcon flac gphoto2 jpeg lame lirc matrox mixer 
nls tv vorbis xine X"
 
 RDEPEND="dev-python/beautifulsoup:python-2
        virtual/python-imaging
@@ -29,15 +29,14 @@
        >=dev-python/kaa-imlib2-0.2.3
        dev-python/kaa-display
 
-       media-video/mplayer[directfb?,fbcon?]
-       >=media-libs/libsdl-1.2.5[directfb?,fbcon?]
+       media-video/mplayer[fbcon?]
+       >=media-libs/libsdl-1.2.5[fbcon?]
        media-libs/sdl-image[jpeg,png]
        x11-apps/xset
 
        cdparanoia? ( media-sound/cdparanoia )
        dvd? (
                >=media-video/lsdvd-0.10
-               directfb? ( media-libs/xine-lib[directfb] )
                fbcon? ( media-libs/xine-lib[fbcon] )
                encode? ( media-video/dvdbackup )
        )
@@ -53,11 +52,11 @@
        vorbis? ( media-sound/vorbis-tools )"
 
 pkg_setup() {
-       if ! { use X || use directfb || use fbcon || use matrox ; } ; then
+       if ! { use X || use fbcon || use matrox ; } ; then
                echo
                ewarn "WARNING - no video support specified in USE flags."
                ewarn "Please be sure that media-libs/libsdl supports whatever 
video"
-               ewarn "support (X11, fbcon, directfb, etc) you plan on using."
+               ewarn "support (X11, fbcon, etc.) you plan on using."
                echo
        fi
 
@@ -112,12 +111,8 @@
        cd "${S}/src"
        if [ "${PROFILE_ARCH}" == "xbox" ]; then
                myconf="${myconf} --geometry=640x480 --display=x11"
-       elif use matrox && use directfb; then
-               myconf="${myconf} --geometry=768x576 --display=dfbmga"
        elif use matrox ; then
                myconf="${myconf} --geometry=768x576 --display=mga"
-       elif use directfb; then
-               myconf="${myconf} --geometry=768x576 --display=directfb"
        elif use X ; then
                myconf="${myconf} --geometry=800x600 --display=x11"
        else



1.89                 media-tv/freevo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/freevo/ChangeLog?rev=1.89&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/freevo/ChangeLog?rev=1.89&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/freevo/ChangeLog?r1=1.88&r2=1.89

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/freevo/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog   21 Mar 2015 18:45:40 -0000      1.88
+++ ChangeLog   18 Jun 2015 02:29:37 -0000      1.89
@@ -1,6 +1,10 @@
 # ChangeLog for media-tv/freevo
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/freevo/ChangeLog,v 1.88 2015/03/21 
18:45:40 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/freevo/ChangeLog,v 1.89 2015/06/18 
02:29:37 patrick Exp $
+
+  18 Jun 2015; Patrick Lauer <[email protected]> freevo-1.9.0-r1.ebuild,
+  freevo-1.9.0.ebuild:
+  Drop directfb useflag as dependencies for it are unsatisfiable #545246
 
   21 Mar 2015; Justin Lecher <[email protected]> freevo-1.9.0-r1.ebuild,
   freevo-1.9.0.ebuild:




Reply via email to