From 57d85567cbc5a7aac581642e1d54ccc473f106d8 Mon Sep 17 00:00:00 2001 From: James Meyer Date: Tue, 15 Jan 2013 12:03:21 -0600 Subject: LinHES-system: enable airplay be default. This does not install the airplay key, it only enables myth to look for the key and become an airplay target. --- abs/core/LinHES-system/LinHES-profile.sh | 4 +++- abs/core/LinHES-system/PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/abs/core/LinHES-system/LinHES-profile.sh b/abs/core/LinHES-system/LinHES-profile.sh index 830b819..4035c30 100644 --- a/abs/core/LinHES-system/LinHES-profile.sh +++ b/abs/core/LinHES-system/LinHES-profile.sh @@ -1,3 +1,5 @@ #!/bin/bash export LinHES_ROOT=/usr/LH -export PATH=$PATH:/usr/LH/bin \ No newline at end of file +export PATH=$PATH:/usr/LH/bin +#this enables airplay support +export MYTHTV_AIRPLAY="1" \ No newline at end of file diff --git a/abs/core/LinHES-system/PKGBUILD b/abs/core/LinHES-system/PKGBUILD index e49578e..855090e 100755 --- a/abs/core/LinHES-system/PKGBUILD +++ b/abs/core/LinHES-system/PKGBUILD @@ -1,6 +1,6 @@ pkgname=LinHES-system pkgver=2 -pkgrel=140 +pkgrel=141 arch=('i686' 'x86_64') MVDIR=$startdir/pkg/usr/LH BINDIR=$startdir/pkg/usr/bin @@ -81,7 +81,7 @@ build() { } md5sums=('d1f60851cb319921f3b7ad044d6f6332' - '5881bdb43d578ec3a79d1f77ea58a3db' + 'de32a1c50101265dd7f6ca5037f7a26a' 'a875ee97f86e46f34a741c2bc455f894' '76b2637cac0452b3acdbeeb4e8a5474b' '781c977f8872543f033dad2caaf0458e' -- cgit v0.12