summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-config/mv_software.py
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/LinHES-config/mv_software.py')
-rwxr-xr-xabs/core/LinHES-config/mv_software.py33
1 files changed, 25 insertions, 8 deletions
diff --git a/abs/core/LinHES-config/mv_software.py b/abs/core/LinHES-config/mv_software.py
index c803a14..20b355e 100755
--- a/abs/core/LinHES-config/mv_software.py
+++ b/abs/core/LinHES-config/mv_software.py
@@ -17,21 +17,38 @@ def setup_software(systemconfig, data_config):
postfix = "-release-fixes"
else:
postfix = "-svn"
-#This section is for MythVantage OS, not LINHES
+ #This section is for MythVantage OS, not LINHES
default_disabled = ("mytharchive", "mythbrowser", "mythnews",
"mythgame", "mythweather", "mythzoneminder","mythnetvision" )
default_installed=("mythgallery", "mythmusic")
other_pkg=("miro", "mednafen", "romdb", "xine", "dvdcss", "webmin" , "fuppes", "foldingathome", "mythappletrailers", "mythstream", "mupen64")
else:
- default_disabled = ("mytharchive", "mythbrowser", "mythnews",
- "mythgame", "mythweather",
- "mythappletrailers", "mythstream", "mythzoneminder","mythnetvision" )
+ default_disabled = ("mytharchive",
+ "mythbrowser",
+ "mythnews",
+ "mythgame",
+ "mythweather",
+ "mythzoneminder",
+ "mythnetvision" )
+
+ default_installed=("mythgallery",
+ "mythmusic")
+ other_pkg=("romdb",
+ "snes9x",
+ "fceux",
+ "mame",
+ "mednafen",
+ "mupen64",
+ "dolphinemu",
+ "xe",
+ "mythappletrailers",
+ "miro",
+ "webonlinhes",
+ "huludesktop",
+ "dvdcss",
+ "foldingathome")
- default_installed=("mythgallery", "mythmovies", "mythmusic")
- other_pkg=("miro", "mednafen", "romdb", "xine", "dvdcss", "webmin",
- "fuppes", "foldingathome","mupen64","dolphinemu",
- "webonlinhes","huludesktop")
for pkg in default_disabled:
pkgname=pkg+postfix