summaryrefslogtreecommitdiffstats
path: root/abs
AgeCommit message (Collapse)AuthorFilesLines
2012-11-07LinHES-config: add support for selecting the lang/country during install.James Meyer5-7/+105
The lang is then translated to a locale which is then applied to the system by mv_locale. The lang->locale lookup is done inside mv_locale with a static dict. refs #738 refs #100 refs #680
2012-11-07mythdb-initial: recompile..no changeJames Meyer2-3/+1
2012-11-07runit-scripts: if /service/mysql is present make the frontend wait on it ↵James Meyer2-1/+5
for 2 seconds. This ensures that the database will be ready by the time the FE starts. This only affects Master backends that run the FE
2012-11-06runit-scripts: added ldm run scriptJames Meyer2-1/+7
refs #866
2012-11-06LinHES-config: added ldm to the hostype configuration.James Meyer2-11/+11
refs #866
2012-11-06ldm: used to automount usb devices:James Meyer2-0/+39
refs #866
2012-11-06runit-scripts: add avahi to mythbackend, mythexpress, remythJames Meyer4-1/+5
2012-11-06mythdb-initial: added defaults for filesystem types for installJames Meyer2-5/+49
- remove some duplicate entries resulting from an insert before delete.
2012-11-05supplemental-web: changed the header to include mythexpress and remythJames Meyer7-10/+102
I hope to add something to catch the error page and wrap them like the rest of the links. However it's considered cross domain because of the port change. refs #865 refs #863
2012-11-05mythexpress: adding itJames Meyer1-0/+44
refs #865
2012-11-05runit-scripts: added mythexpress and remythJames Meyer11-1/+20
refs #865 refs #863
2012-11-05mythtv: added patches for mythexpressJames Meyer4-7/+129
refs #865
2012-11-05nodejs and v8: adding them for remyth will also be needed for mythexpressJames Meyer2-0/+112
refs #868
2012-11-05remyth: adding itJames Meyer2-0/+69
refs #863 closes #863
2012-11-05runit-scripts: Add remyth serviceJames Meyer3-1/+16
refs #863
2012-11-04various perl modules that needed updateing for mythexportJames Meyer3-17/+24
perl-html-template perl-log-dispatch perl-xml-rss
2012-11-04atomicparsely: won't compile so switch to the forked version that offered ↵James Meyer1-10/+20
static binaries.
2012-11-03LinHES-config: mv_vnc.py vncsvc/.mythtv is now a symlink to mythtv/.vncsvcJames Meyer2-6/+16
refs #860 closes #860
2012-11-03supplemental-web: modified links pageJames Meyer1-1/+2
removed list file shares, as it's now in the header added link to wiki page for 3rd party apps.
2012-11-03mythweb, mythexport,zoneminder, web_auth: convert packages to use ↵James Meyer13-77/+51
gen_light_include.conf refs #864 closes #864
2012-11-03LinHES-system: add gen_light_include.pyJames Meyer3-3/+63
refs #864
2012-11-03lighttpd: enable server side include in the main configJames Meyer2-3/+5
2012-11-02Redo supplemental-web navigation css. Now it includes drop up menus so the ↵James Meyer6-33/+161
header isn't so crowded. Moved some links out of links.html and into the nav bar refs #857
2012-11-02supplemental-web: added unique zoneminder 404 pageJames Meyer2-5/+11
refs #857
2012-11-02move mythweb bits out of lighttpd.conf.James Meyer2-95/+2
The mythweb package now includes it's own include files and will add/remove as required to the lighttpd configuration refs #862 refs #861
2012-11-02mythtv: applied mythweb and php bindings patch to allow mythweb to work ↵James Meyer9-23/+132
with php 5.4 refs #861 closes #861
2012-11-01zoneminder 1.25: made it easier for end users to get this product up and ↵James Meyer18-1688/+475
running. It will not integrate itself with lighttpd and install the database. runit-scripts holds the run file. All that should be needed for this package to work is add_service zoneminder Then access the console at http://localhost/zm Unfortunatly only mythzoneminder on the backend will be able to use zoneminder. This is a shortcoming of the integration with myth and zoneminder.
2012-11-01lighttpd: adjusted conf file to account for cgi-bin and added an initial ↵James Meyer2-87/+92
alias, so that all other include files can use alias +=
2012-11-01Added perl_modules for zoneminder:James Meyer6-34/+936
perl-device-serialport perl-expect perl-io-tty per-net-sftp-foreign perl-time-modules refs#857
2012-11-01php: updated to 5.4.8James Meyer8-1480/+399
see __changelog for details on php.ini refs #857
2012-11-01runit-scripts: added zoneminderJames Meyer10-10/+43
Added some svwait mysql for mythbackend and zoneminder added myth_run_status=1 for all other scripts that use /etc/profile refs #857
2012-11-01ca-certificates-java: added for rhino, which is needed for zoneminderJames Meyer4-0/+78
refs #857
2012-11-01perl-net-smtp-ssl: recompiled for 64 bitsJames Meyer1-6/+5
ref #857
2012-11-01ethtool: recompile for 64 bitsJames Meyer1-15/+17
2012-11-01rhino: recompile for zoneminderJames Meyer7-11/+306
refs #857
2012-10-31mythdb-initial: set local video dir to ''James Meyer2-9/+27
closes #859
2012-10-31LinHES-config: change location of config for installs. The new location is ↵James Meyer2-5/+10
/etc/install_layout Fix bug with new installs, where backendIP was being set to 127.0.01 after restoring distro defaults. We still want defaults restored, but after restoring run hostype to set the backendserver ip again refs #858 refs #790
2012-10-30LinHES-config: For FE only systems set BackendIP to NULL.James Meyer4-10/+28
By setting it to null it will autoselect which private IP to accept connections on for remote control. refs #858 closes #858
2012-10-29runit-scripts: make mythbackend wait on mysql. mysql must be up for at ↵James Meyer3-2/+10
least 5 seconds. mysql add a bash signal trap so that mysql will shut down correctly. Without this mysql ignores the term signal which makes it unique in the unix world.
2012-10-29mythtv: add back qtwebkit as a dep. Seems to have gotten lost during a merge.James Meyer1-0/+1
2012-10-29perl-mysql,python,mysql, qt: recompile for new mysql 5.5James Meyer3-6/+6
2012-10-29mythtv: update to latest fixes, and change PKGBUILD to use python2-lxml ↵James Meyer2-5/+5
which was a regression during a merge.
2012-10-29runit-scripts: update mysql startup script for 5.5James Meyer1-1/+1
2012-10-29mythtdb-initial: load mysql timezones, which is needed for mythtv .26James Meyer2-1/+3
2012-10-29mysq: update to 5.5James Meyer9-120/+147
2012-10-28system-templates: updated lcdd files for new lcdprocJames Meyer8-1490/+4811
2012-10-28lcdproc: .5.6.-pre1 needed for the moncaso driverJames Meyer1-7/+7
2012-10-28LinHES-session: remove .configure even for FE only machinesJames Meyer2-2/+14
2012-10-28enlightenment: minor reformating to the startup patchJames Meyer2-8/+14
2012-10-27recompile perl-error python-gitdbJames Meyer2-14/+13