Author: dmeyer
Date: Fri Jan 19 21:15:38 2007
New Revision: 9006

Added:
   portage/media-tv/freevo-ui/files/remove-plugins-1.99.1_pre20070119.patch
Modified:
   portage/media-tv/freevo-ui/Manifest
   portage/media-tv/freevo-ui/freevo-ui-1.99.1_pre20070119.ebuild

Log:
add svn revision and remove bad plugins

Modified: portage/media-tv/freevo-ui/Manifest
==============================================================================
--- portage/media-tv/freevo-ui/Manifest (original)
+++ portage/media-tv/freevo-ui/Manifest Fri Jan 19 21:15:38 2007
@@ -1,7 +1,11 @@
-EBUILD freevo-ui-1.99.1_pre20070119.ebuild 1031 RMD160 
d5b87028a4c600a9d5f52ddb06965af5ef83d829 SHA1 
f3b6a5a25c6408681248092c8c88f3b4223f6886 SHA256 
87a7f95fe1eea11ae3ecc286eb604fca29c51e8c9aa09798d1b1f6cfc885c100
-MD5 eea6f26b493c385c9cd1ef10d64edbca freevo-ui-1.99.1_pre20070119.ebuild 1031
-RMD160 d5b87028a4c600a9d5f52ddb06965af5ef83d829 
freevo-ui-1.99.1_pre20070119.ebuild 1031
-SHA256 87a7f95fe1eea11ae3ecc286eb604fca29c51e8c9aa09798d1b1f6cfc885c100 
freevo-ui-1.99.1_pre20070119.ebuild 1031
+AUX remove-plugins-1.99.1_pre20070119.patch 1350 RMD160 
19409fc040c9dd1b354d9977a98a5ae34ccc283a SHA1 
bf8171c9b436212f13a1a896d26c72e7d273673a SHA256 
0712ab4f4c62dfee71f552a09dfa81d9cc3261fdcc016dc1d6118a41b7d3ab6f
+MD5 1d43f352e9d6cb224417fb42f4d5c5e4 
files/remove-plugins-1.99.1_pre20070119.patch 1350
+RMD160 19409fc040c9dd1b354d9977a98a5ae34ccc283a 
files/remove-plugins-1.99.1_pre20070119.patch 1350
+SHA256 0712ab4f4c62dfee71f552a09dfa81d9cc3261fdcc016dc1d6118a41b7d3ab6f 
files/remove-plugins-1.99.1_pre20070119.patch 1350
+EBUILD freevo-ui-1.99.1_pre20070119.ebuild 1137 RMD160 
d116f822a28aed787b8f9c531eb6c01e482f1d2f SHA1 
b80b77a23501739c1d15c99b7927e3fcf7c1da40 SHA256 
02580668968bcdcbe93155ddf1bc1ea876d49ec2eaf77dd0800b6e63a30025b4
+MD5 9ad60c890b7cc49b3b4d11098d7d4bd6 freevo-ui-1.99.1_pre20070119.ebuild 1137
+RMD160 d116f822a28aed787b8f9c531eb6c01e482f1d2f 
freevo-ui-1.99.1_pre20070119.ebuild 1137
+SHA256 02580668968bcdcbe93155ddf1bc1ea876d49ec2eaf77dd0800b6e63a30025b4 
freevo-ui-1.99.1_pre20070119.ebuild 1137
 MD5 68b329da9893e34099c7d8ad5cb9c940 files/digest-freevo-ui-1.99.1_pre20070119 
1
 RMD160 c0da025038ed83c687ddc430da9846ecb97f3998 
files/digest-freevo-ui-1.99.1_pre20070119 1
 SHA256 01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b 
files/digest-freevo-ui-1.99.1_pre20070119 1

Added: portage/media-tv/freevo-ui/files/remove-plugins-1.99.1_pre20070119.patch
==============================================================================
--- (empty file)
+++ portage/media-tv/freevo-ui/files/remove-plugins-1.99.1_pre20070119.patch    
Fri Jan 19 21:15:38 2007
@@ -0,0 +1,41 @@
+*** ui/share/freevo_config.py  2007-01-03 14:29:21.904749580 +0100
+--- ui.patched/share/freevo_config.py  2007-01-19 22:06:09.972799470 +0100
+***************
+*** 219,234 ****
+  # Remove undesired plugins by setting plugin.remove(code). 
+  # You can also use the name to remove a plugin. But if you do that, 
+  # all instances of this plugin will be removed.
+- #
+- # Examples:
+- # plugin.remove(plugin_tv) or
+- # plugin.remove('tv') will remove the tv module from the main menu
+  
+  # basic input
+  plugin.activate('input')
+  
+  # Items in the main menu.
+- plugin.activate('tv', level=10)
+  plugin.activate('video', level=20)
+  plugin.activate('audio', level=30)
+  plugin.activate('image', level=40)
+--- 219,229 ----
+***************
+*** 251,267 ****
+  # use mplayer for video playpack
+  plugin.activate('video.mplayer')
+  
+- # make it possible to detach the player
+- #  argument tells the plugin to show the 
+- #  detachbar
+- plugin.activate('audio.detach', level=20, args=(True,))
+- 
+- # use mplayer for tv
+- # to use tvtime, put the following two lines in your local_conf.py:
+- # plugin.remove('tv.mplayer')
+- # plugin.activate('tv.tvtime')
+- plugin.activate('tv.xine')
+- 
+  # support for settings bookmarks (key RECORD) while playing. Also
+  # auto bookmarking when playback is stopped
+  plugin.activate('video.bookmarker', level=0)
+--- 246,251 ----

Modified: portage/media-tv/freevo-ui/freevo-ui-1.99.1_pre20070119.ebuild
==============================================================================
--- portage/media-tv/freevo-ui/freevo-ui-1.99.1_pre20070119.ebuild      
(original)
+++ portage/media-tv/freevo-ui/freevo-ui-1.99.1_pre20070119.ebuild      Fri Jan 
19 21:15:38 2007
@@ -6,7 +6,7 @@
 IUSE="matrox dvd encode lirc X nls sdl"
 DESCRIPTION="Digital video jukebox (PVR, DVR)."
 HOMEPAGE="http://www.freevo.org/";
-RESTRICT="nomirror"
+SVN_REVISION=9003
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -29,3 +29,8 @@
     matrox? ( >=media-video/matroxset-0.3 )
     lirc? ( app-misc/lirc >=dev-python/pylirc-0.0.3 )
     X? ( virtual/x11 )"
+
+src_unpack() {
+        subversion_src_unpack
+       epatch ${FILESDIR}/remove-plugins-1.99.1_pre20070119.patch
+}

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to