diff options
author | Britney Fransen <brfransen@gmail.com> | 2017-04-28 12:12:58 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2017-04-28 12:12:58 (GMT) |
commit | ce90dcc793820964d9299b51547041814e6701df (patch) | |
tree | a76c9653a4b3961095dc65b6c659be1ee5f04fdb /abs/core/mythtv | |
parent | 3b886177b0f21189145db829efafa70ab78fe5b1 (diff) | |
download | linhes_pkgbuild-ce90dcc793820964d9299b51547041814e6701df.zip linhes_pkgbuild-ce90dcc793820964d9299b51547041814e6701df.tar.gz linhes_pkgbuild-ce90dcc793820964d9299b51547041814e6701df.tar.bz2 |
mythtv & mythplugins: update to latest fixes
mythtv: recording: as of v1.5 Plex Media Scanner outputs on tty instead of stdout
Diffstat (limited to 'abs/core/mythtv')
-rw-r--r-- | abs/core/mythtv/stable-0.28/git_src/git_hash | 2 | ||||
-rw-r--r-- | abs/core/mythtv/stable-0.28/mythplugins/PKGBUILD | 2 | ||||
-rw-r--r-- | abs/core/mythtv/stable-0.28/mythtv/PKGBUILD | 4 | ||||
-rw-r--r-- | abs/core/mythtv/stable-0.28/mythtv/recordings | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/abs/core/mythtv/stable-0.28/git_src/git_hash b/abs/core/mythtv/stable-0.28/git_src/git_hash index 4576c63..a1f3383 100644 --- a/abs/core/mythtv/stable-0.28/git_src/git_hash +++ b/abs/core/mythtv/stable-0.28/git_src/git_hash @@ -1 +1 @@ -70266230d3d3afcf9c356cf503fce210fe67ab07 +e26a33c69af48399b8c52b1d76872d64a944d137 diff --git a/abs/core/mythtv/stable-0.28/mythplugins/PKGBUILD b/abs/core/mythtv/stable-0.28/mythplugins/PKGBUILD index b0aad15..1a038b1 100644 --- a/abs/core/mythtv/stable-0.28/mythplugins/PKGBUILD +++ b/abs/core/mythtv/stable-0.28/mythplugins/PKGBUILD @@ -9,7 +9,7 @@ pkgname=('mytharchive' 'mythweather' 'mythzoneminder') pkgver=0.28.1 -pkgrel=5 +pkgrel=6 arch=('i686' 'x86_64') url="http://www.mythtv.org" license=('GPL') diff --git a/abs/core/mythtv/stable-0.28/mythtv/PKGBUILD b/abs/core/mythtv/stable-0.28/mythtv/PKGBUILD index 4848244..5fdc4ad 100644 --- a/abs/core/mythtv/stable-0.28/mythtv/PKGBUILD +++ b/abs/core/mythtv/stable-0.28/mythtv/PKGBUILD @@ -1,6 +1,6 @@ pkgname=mythtv pkgver=0.28.1 -pkgrel=5 +pkgrel=6 commit_hash=`cat ../git_src/git_hash` pkgdesc="A Homebrew PVR project $commit_hash" arch=('i686' 'x86_64') @@ -123,4 +123,4 @@ md5sums=('e30b482dcd5f3e71c6419fd753bab2b1' '6add9c16bbb988067e82029327e567b2' '6f916ebc2b1d0ca75c9aa6cec62c6fbb' 'decae343fa612feb6609c65d1fc2ad14' - 'e73bb7c5036e44a68b6f6aa2f1bac077') + '633cd853a89aeee5388daaad21ccec28') diff --git a/abs/core/mythtv/stable-0.28/mythtv/recordings b/abs/core/mythtv/stable-0.28/mythtv/recordings index 1c588f3..5dff16f 100644 --- a/abs/core/mythtv/stable-0.28/mythtv/recordings +++ b/abs/core/mythtv/stable-0.28/mythtv/recordings @@ -133,7 +133,7 @@ then if [[ `pidof "Plex Media Server"` ]] then #get plex section and update - /usr/LH/bin/plexmediascanner.sh -l | grep -i myth | cut -d: -f1 | while read -r line + script -q -c '/usr/LH/bin/plexmediascanner.sh -l' | grep -i myth | cut -d: -f1 | while read -r line do /usr/LH/bin/plexmediascanner.sh --scan --refresh --section $line done |