summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2017-02-07 19:04:04 (GMT)
committerBritney Fransen <brfransen@gmail.com>2017-02-07 19:04:04 (GMT)
commit93e2f0be0259611502845bc0fb0afe18765a5d67 (patch)
tree139f121ec5c94cb829016dd9be7f72dc23b6a531
parentbd767fb27543c6fe52337acf3c2b095027a3308e (diff)
downloadlinhes_pkgbuild-93e2f0be0259611502845bc0fb0afe18765a5d67.zip
linhes_pkgbuild-93e2f0be0259611502845bc0fb0afe18765a5d67.tar.gz
linhes_pkgbuild-93e2f0be0259611502845bc0fb0afe18765a5d67.tar.bz2
mythtv, mythplugins, mythweb: update to latest -fixes 0.28.1
-rw-r--r--abs/core/mythtv/stable-0.28/git_src/git_hash2
-rw-r--r--abs/core/mythtv/stable-0.28/mythplugins/PKGBUILD4
-rw-r--r--abs/core/mythtv/stable-0.28/mythtv/PKGBUILD6
-rw-r--r--abs/core/mythtv/stable-0.28/mythtv/add_categorytype_Program.pm.patch20
-rw-r--r--abs/core/mythtv/stable-0.28/mythweb/PKGBUILD4
5 files changed, 7 insertions, 29 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 8b657e3..24d10f9 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 @@
-98021027d382963203c7f3fdda24bc29d12fe5be
+46bd4f402425e778ca88321f6cedc76681fe9cd9
diff --git a/abs/core/mythtv/stable-0.28/mythplugins/PKGBUILD b/abs/core/mythtv/stable-0.28/mythplugins/PKGBUILD
index 1bdd32a..c79b39e 100644
--- a/abs/core/mythtv/stable-0.28/mythplugins/PKGBUILD
+++ b/abs/core/mythtv/stable-0.28/mythplugins/PKGBUILD
@@ -8,8 +8,8 @@ pkgname=('mytharchive'
'mythnews'
'mythweather'
'mythzoneminder')
-pkgver=0.28
-pkgrel=32
+pkgver=0.28.1
+pkgrel=1
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 ff4ed67..0393aeb 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
-pkgrel=32
+pkgver=0.28.1
+pkgrel=1
commit_hash=`cat ../git_src/git_hash`
pkgdesc="A Homebrew PVR project $commit_hash"
arch=('i686' 'x86_64')
@@ -29,7 +29,6 @@ patches=(
'disable_mythnotification_tuner_failure.patch'
'disable_subtitle_cutdown_in_recording_options.patch'
'tv.cpp_fix_caps.patch'
- 'add_categorytype_Program.pm.patch'
'searchMetatdataSelectedGrabber.patch'
'addDamagedToProgDetails.patch'
'defaultThemeLinHES.patch'
@@ -116,7 +115,6 @@ md5sums=('e30b482dcd5f3e71c6419fd753bab2b1'
'1cd668136deea20efb79cf3e6310effc'
'3420d15014274b5bf8083355af71304b'
'62c42b1043ebf65959fa9eced9ca3ed8'
- 'fa836371ebeb3be5b9855be8dd016f82'
'0f674b9cad031ba1e03aaf6b5ee1499f'
'6add9c16bbb988067e82029327e567b2'
'6f916ebc2b1d0ca75c9aa6cec62c6fbb'
diff --git a/abs/core/mythtv/stable-0.28/mythtv/add_categorytype_Program.pm.patch b/abs/core/mythtv/stable-0.28/mythtv/add_categorytype_Program.pm.patch
deleted file mode 100644
index d84420d..0000000
--- a/abs/core/mythtv/stable-0.28/mythtv/add_categorytype_Program.pm.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/mythtv/bindings/perl/MythTV/Program.pm.orig 2016-04-28 20:31:49.230576243 +0000
-+++ src/mythtv/bindings/perl/MythTV/Program.pm 2016-04-28 20:28:29.779523866 +0000
-@@ -346,6 +346,7 @@
- ($fields{'S'} = ($self->{'subtitle'} or '')) =~ s/%/%%/g;
- ($fields{'R'} = ($self->{'description'} or '')) =~ s/%/%%/g;
- ($fields{'C'} = ($self->{'category'} or '')) =~ s/%/%%/g;
-+ ($fields{'Ct'} = ($self->{'categorytype'} or '')) =~ s/%/%%/g;
- ($fields{'U'} = ($self->{'recgroup'} or '')) =~ s/%/%%/g;
- # Misc
- ($fields{'hn'} = ($self->{'hostname'} or '')) =~ s/%/%%/g;
---- src/mythtv/contrib/user_jobs/mythlink.pl.orig
-+++ src/mythtv/contrib/user_jobs/mythlink.pl
-@@ -114,6 +114,7 @@ options:
- \%ep = Episode (leading zero)
- \%in = Internet reference number
- \%C = Category
-+ \%Ct = Category Type
- \%U = RecGroup
- \%hn = Hostname of the machine where the file resides
- \%c = Channel: MythTV chanid
diff --git a/abs/core/mythtv/stable-0.28/mythweb/PKGBUILD b/abs/core/mythtv/stable-0.28/mythweb/PKGBUILD
index 62fbf57..4ea78e6 100644
--- a/abs/core/mythtv/stable-0.28/mythweb/PKGBUILD
+++ b/abs/core/mythtv/stable-0.28/mythweb/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mythweb
-pkgver=0.28
-pkgrel=9
+pkgver=0.28.1
+pkgrel=1
commit_hash=`cat ../git_src/git_hash_web`
pkgdesc="Web interface for MythTV's backend, $commit_hash"
arch=('i686' 'x86_64')