summaryrefslogtreecommitdiffstats
path: root/abs/core
AgeCommit message (Collapse)AuthorFilesLines
2014-10-21LinHES-config: xconfig.sh: update libgl to mesa-libglBritney Fransen2-3/+3
2014-10-21mythinstall & LinHES-config: remove miroBritney Fransen7-134/+31
add webmin
2014-10-21LinHES-config: mv_software.py: remove miroBritney Fransen2-3/+5
2014-10-20update81-82.sh: add warning if R8.2 pkgs are not found in repoBritney Fransen1-18/+37
check /sbin and /usr/sbin if symlinks
2014-10-20LinHES-config: mv_network.py: blank mtu set to default of 1500Britney Fransen2-2/+4
2014-10-19system-templates: recompile to fix permissions on remotes dirJames Meyer1-1/+1
2014-10-19runit-scripts: change frontend, evrouter, vnc to use sudo instead of su. ↵James Meyer5-7/+8
This allows runit to start/stop the service as needed.
2014-10-19LinHES-config: fix remotes starting when it shouldn't. This was due to not ↵James Meyer3-18/+28
checking all the correct values for the blaster type Fix upgrades for the new system images
2014-10-17linhes-theme: update for upstream and patch osd.xml browse_info windowBritney Fransen2-38/+102
2014-10-17supplemental-web: add MythWeb sub menuBritney Fransen2-2/+13
2014-10-17mythinstall: recompileBritney Fransen1-1/+1
2014-10-16mythtv mythplugins & mythinstall: update to latest -fixes tag 0.27.4Britney Fransen4-6/+6
2014-10-13LinHES-config: updates for 8.2 iso installJames Meyer3-68/+92
2014-10-13dhcpcd: recompile hooksJames Meyer1-1/+1
2014-10-09xymon: hbnotes.py: edit alert textsBritney Fransen2-11/+9
2014-10-09supplemental-web: process.py: dont' run the loader for some actions.Britney Fransen2-42/+66
2014-10-09mfdb-json-git: initial commitBritney Fransen1-0/+32
2014-10-08supplemental-web: fe_status: a few tweaks to redirectBritney Fransen3-3/+7
2014-10-08supplemental-web: process.py: add loading indicator for all operations.Britney Fransen2-16/+49
2014-10-07LinHES-config: mv_fileshare.py: fix typoBritney Fransen2-3/+3
2014-10-07system-templates: smb.conf.template: set guest account to mythtvBritney Fransen2-3/+3
2014-10-07LinHES-config: mv_fileshare.py: create samba user mythtvBritney Fransen2-3/+5
2014-10-07tdb: udpate to 1.3.0Britney Fransen2-4/+38
2014-10-06mythtv & mythplugins: update to latest -fixesBritney Fransen4-3/+27
add videoAlwaysUseBookmark.patch to use a bookmark if it exists and not show the dialog asking to start at bookmark or beginning.
2014-10-04Merge branch 'testing' of linhes.org:linhes_pkgbuild into testingBritney Fransen2-2/+7
2014-10-04hal & hal-info: rebuild for R8. refs #970Britney Fransen10-0/+25122
2014-10-03dhcpcd: moved lib dir to /usr/lib because /lib conflicts with the ↵James Meyer2-2/+7
filesystem pkg.
2014-10-03supplemental-web: fe_status: add some more disable cache lines and set 60 ↵Britney Fransen3-7/+15
refresh.
2014-10-03lighttpd: update to 1.4.35Britney Fransen3-17/+9
2014-10-02supplemental-web: fe_status: add a loading screenBritney Fransen7-10/+53
move to main menu and a few other tweaks
2014-10-02mythtv: remove old stable-0.25Britney Fransen50-4971/+0
2014-10-02mythtv & mythplugins: update to latest -fixes.Britney Fransen3-5/+5
2014-10-02python-imaging: replaced by python-pillowBritney Fransen2-42/+0
2014-10-01python-pillow: initial inclusion. dep of xbmc 13.2Britney Fransen2-0/+77
2014-10-01lzo: replaces lzo2Britney Fransen1-8/+15
2014-10-01update81-82.sh: use curl instead of wget as some systems don't have wget ↵Britney Fransen1-2/+2
installed
2014-10-01bash: update to 4.3.027Britney Fransen5-115/+186
closes #977
2014-10-01readline: update to 6.3.006Britney Fransen1-31/+40
2014-10-01update81-82.sh: initial commitBritney Fransen1-0/+107
2014-10-01mythinstall: check pacman to see if db agrees with installed programsBritney Fransen2-4/+90
closes #976
2014-09-26LinHES-system: myth_mtc.py: remove items from inuseprograms that are older ↵Britney Fransen2-4/+14
than 4 hours mythtv housekeeper does this daily, but sometimes that isn't often enough for the mtc script
2014-09-23linhes-theme: change all corner radius to macth selected buttonsBritney Fransen3-8/+105
show channel icon when there is no coverart.
2014-09-23ca-certificates-cacert: dep of ca-certificatesBritney Fransen3-0/+71
2014-09-23p11-kit: update to 20.7Britney Fransen1-10/+16
2014-09-23ca-certificates: updateBritney Fransen3-54/+74
2014-09-22systemd: recompileBritney Fransen1-1/+1
2014-09-22dvb-firmware: disable xc5000 no_poweroffBritney Fransen2-9/+8
not needed with the drivers in the kernel
2014-09-21patch: remove old patchBritney Fransen1-12/+0
2014-09-21patch: update to 2.7.1Britney Fransen2-21/+108
2014-09-21runit-scripts: mythbackend run, mythexpress run, remyth run - don't use su ↵Britney Fransen4-6/+4
in exec At some point after su was updated runit can no longer manage process started with su and gives runsv not running errors when starting/stoping services. chpst is bundled with runit and is used as a replacement. However mythbackend gives tuner permissions errors when run with chpst on my systems. Using sudo to start mythbackend doesn't give the tuner errors and runit can manage the process. frontend alos uses su but I am not sure of a solution there.