diff options
author | James Meyer <james.meyer@operamail.com> | 2009-09-08 14:30:08 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-09-08 14:30:08 (GMT) |
commit | fc7e1cd23de947c5ef6fcbb06561038f610b055f (patch) | |
tree | c548e96db39ed2048c65b8565181b628d3239370 /abs/core-testing/LinHES-config | |
parent | 8beb20649824b0bc50d953e11a6d49f01a76cace (diff) | |
parent | ba38d110a556bc739c6306b4ecdb0c2765d15deb (diff) | |
download | linhes_pkgbuild-fc7e1cd23de947c5ef6fcbb06561038f610b055f.zip linhes_pkgbuild-fc7e1cd23de947c5ef6fcbb06561038f610b055f.tar.gz linhes_pkgbuild-fc7e1cd23de947c5ef6fcbb06561038f610b055f.tar.bz2 |
Merge branch 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD
* 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD:
Fuppes:bumped to compile latest.
mytharchive:bumped to compile latest.
fuppes:Added logrotation.
udev:modified usb-storage rule to cleanly unmount.
Local-website:Added zoneminder.
ZoneMinder:Further enhancements to run on LinHES.
zoneminder:bumped to recompile for ffmpeg-svn.
LinHES-config:Added mythzoneminder.
MythInstall:Added MythZoneMinder to list of installable software.
Zoneminder:Changes needed to run on LinHES.
PHP: Updated md5sum for php.ini.
PHP:Changes to php.ini for Zoneminder.
scanfw scte65scan: initial inclusion
MythAppleTrailers:Fixes the URL change.
Diffstat (limited to 'abs/core-testing/LinHES-config')
-rw-r--r-- | abs/core-testing/LinHES-config/PKGBUILD | 2 | ||||
-rwxr-xr-x | abs/core-testing/LinHES-config/mv_software.py | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/abs/core-testing/LinHES-config/PKGBUILD b/abs/core-testing/LinHES-config/PKGBUILD index de4e94b..4d01bbe 100644 --- a/abs/core-testing/LinHES-config/PKGBUILD +++ b/abs/core-testing/LinHES-config/PKGBUILD @@ -1,6 +1,6 @@ pkgname=LinHES-config pkgver=2.0 -pkgrel=90 +pkgrel=91 conflicts=(MythVantage-config MythVantage-config-dev LinHES-config-dev ) pkgdesc="Install and configure your system" depends=(bc libstatgrab mysql-python expect curl dnsutils parted diff --git a/abs/core-testing/LinHES-config/mv_software.py b/abs/core-testing/LinHES-config/mv_software.py index 0a96bb3..55711da 100755 --- a/abs/core-testing/LinHES-config/mv_software.py +++ b/abs/core-testing/LinHES-config/mv_software.py @@ -15,7 +15,8 @@ def setup_software(systemconfig, data_config): postfix = "-svn" default_disabled = ("mythphone", "mytharchive", "mythbrowser", "mythnews", - "mythgame", "mythflix", "mythweather" ) + "mythgame", "mythflix", "mythweather", + "mythzoneminder" ) default_installed=("mythcontrols", "mythgallery", "mythmovies", "mythmusic", "mythsmolt", "mythvideo") @@ -23,7 +24,8 @@ def setup_software(systemconfig, data_config): else: default_disabled = ("mythphone", "mytharchive", "mythbrowser", "mythnews", "mythgame", "mythflix", "mythweather", - "mythappletrailers", "mythstream", "mythvodka") + "mythappletrailers", "mythstream", "mythvodka", + "mythzoneminder" ) default_installed=("mythcontrols", "mythgallery", "mythmovies", "mythmusic", "mythsmolt", "mythvideo") |