summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/LinHES-config/mv_software.py
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-02-01 02:53:59 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-02-01 02:53:59 (GMT)
commit9e540eace91dfd8da305ba816e40be3d9eb4e306 (patch)
treeadccba6259f71e6f4c278bb2fa8122857ab40827 /abs/core-testing/LinHES-config/mv_software.py
parent7534ebc7f8f0ef58b403242d98a7c4746a0d79c7 (diff)
downloadlinhes_pkgbuild-9e540eace91dfd8da305ba816e40be3d9eb4e306.zip
linhes_pkgbuild-9e540eace91dfd8da305ba816e40be3d9eb4e306.tar.gz
linhes_pkgbuild-9e540eace91dfd8da305ba816e40be3d9eb4e306.tar.bz2
linhes-config: addsupport for mupen and remove vodka
Diffstat (limited to 'abs/core-testing/LinHES-config/mv_software.py')
-rwxr-xr-xabs/core-testing/LinHES-config/mv_software.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/abs/core-testing/LinHES-config/mv_software.py b/abs/core-testing/LinHES-config/mv_software.py
index aabcf89..4ee2e4d 100755
--- a/abs/core-testing/LinHES-config/mv_software.py
+++ b/abs/core-testing/LinHES-config/mv_software.py
@@ -13,23 +13,23 @@ def setup_software(systemconfig, data_config):
postfix = "-release-fixes"
else:
postfix = "-svn"
-
+#This section is for MythVantage OS, not LINHES
default_disabled = ("mythphone", "mytharchive", "mythbrowser", "mythnews",
"mythgame", "mythflix", "mythweather",
- "mythzoneminder" )
+ "mythzoneminder","mythnetvision" )
default_installed=("mythcontrols", "mythgallery", "mythmovies",
"mythmusic", "mythsmolt", "mythvideo")
- other_pkg=("miro", "mednafen", "romdb", "xine", "dvdcss", "webmin" , "fuppes", "foldingathome", "mythappletrailers", "mythstream", "mythvodka")
+ other_pkg=("miro", "mednafen", "romdb", "xine", "dvdcss", "webmin" , "fuppes", "foldingathome", "mythappletrailers", "mythstream", "mupen64")
else:
default_disabled = ("mythphone", "mytharchive", "mythbrowser", "mythnews",
"mythgame", "mythflix", "mythweather",
"mythappletrailers", "mythstream", "mythvodka",
- "mythzoneminder" )
+ "mythzoneminder","mythnetvision" )
default_installed=("mythcontrols", "mythgallery", "mythmovies",
"mythmusic", "mythsmolt", "mythvideo")
- other_pkg=("miro", "mednafen", "romdb", "xine", "dvdcss", "webmin" , "fuppes", "foldingathome")
+ other_pkg=("miro", "mednafen", "romdb", "xine", "dvdcss", "webmin" , "fuppes", "foldingathome","mupen64")
for pkg in default_disabled:
pkgname=pkg+postfix