summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-0.27/mythtv/PKGBUILD
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2015-08-20 18:05:14 (GMT)
committerBritney Fransen <brfransen@gmail.com>2015-08-20 18:05:14 (GMT)
commit14cd3a87e04b5b75e586b62a63153c09e593c71e (patch)
treebb1a15f69d2dd1863545f365ae1712d149af1648 /abs/core/mythtv/stable-0.27/mythtv/PKGBUILD
parentb7d9c78187115141ea8c5c04a3ff6bde962623ec (diff)
downloadlinhes_pkgbuild-14cd3a87e04b5b75e586b62a63153c09e593c71e.zip
linhes_pkgbuild-14cd3a87e04b5b75e586b62a63153c09e593c71e.tar.gz
linhes_pkgbuild-14cd3a87e04b5b75e586b62a63153c09e593c71e.tar.bz2
mythtv: fix QT virtual keyboard patch
Diffstat (limited to 'abs/core/mythtv/stable-0.27/mythtv/PKGBUILD')
-rw-r--r--abs/core/mythtv/stable-0.27/mythtv/PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/abs/core/mythtv/stable-0.27/mythtv/PKGBUILD b/abs/core/mythtv/stable-0.27/mythtv/PKGBUILD
index ef238a4..a629cb5 100644
--- a/abs/core/mythtv/stable-0.27/mythtv/PKGBUILD
+++ b/abs/core/mythtv/stable-0.27/mythtv/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mythtv
pkgver=0.27.5
-pkgrel=3
+pkgrel=4
commit_hash=`cat ../git_src/git_hash`
pkgdesc="A Homebrew PVR project $commit_hash"
arch=('i686' 'x86_64')
@@ -21,8 +21,10 @@ install='mythtv.install'
patches=('myth_settings.patch'
'videoAlwaysUseBookmark.patch'
+ 'fixQTvirtualkeyboard.patch'
'suggestedstarttime.patch.v1')
- #http://code.mythtv.org/trac/ticket/11562 next mythfilldatabase run in mythweb
+ #fixQTvirtualkeyboard.patch: https://code.mythtv.org/trac/ticket/12347
+ #suggestedstarttime.patch.v1: http://code.mythtv.org/trac/ticket/11562 next mythfilldatabase run in mythweb
optdepends=()
replaces=('mythvideo' 'myththemes')
@@ -103,5 +105,6 @@ package() {
md5sums=('5f3e43567e62afe17bad39f5a9b604cf'
'41098e898361a5a3cde3eaae358482a8'
+ 'a853dff0f5c92ca58fcc1e389cd16266'
'35a7fd3e3057691e3b1bf355bb9e8b16'
- 'c56731fa55f1d24b7229942561c2aafe')
+ '928de4b070d9f3b784d55c0db415eaf3')