summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-0.28
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2017-02-15 21:32:05 (GMT)
committerBritney Fransen <brfransen@gmail.com>2017-02-15 21:32:05 (GMT)
commitad0b917485532584dfcb65a1aa059ce1e627a17a (patch)
tree1e2f100c42ab0aea56eb9c983df9ab5a0e82a6a8 /abs/core/mythtv/stable-0.28
parent6d8692bba331b7a24205e4f9bb1b91dfa6d4d6d4 (diff)
parent4d4d8d4d6e947e7c765d9fa49a73ace87da10784 (diff)
downloadlinhes_pkgbuild-ad0b917485532584dfcb65a1aa059ce1e627a17a.zip
linhes_pkgbuild-ad0b917485532584dfcb65a1aa059ce1e627a17a.tar.gz
linhes_pkgbuild-ad0b917485532584dfcb65a1aa059ce1e627a17a.tar.bz2
Merge branch 'testing'
Diffstat (limited to 'abs/core/mythtv/stable-0.28')
-rw-r--r--abs/core/mythtv/stable-0.28/git_src/git_hash2
-rw-r--r--abs/core/mythtv/stable-0.28/mythplugins/PKGBUILD7
-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, 9 insertions, 30 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 7a99331..d5f2f62 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 @@
-5a7b3c8d418f52b02f971469e230fb016f1f0e16
+299dbaee22795d09503f028670f8bbc891c42c5b
diff --git a/abs/core/mythtv/stable-0.28/mythplugins/PKGBUILD b/abs/core/mythtv/stable-0.28/mythplugins/PKGBUILD
index e2baa8b..f6d8e73 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=31
+pkgver=0.28.1
+pkgrel=2
arch=('i686' 'x86_64')
url="http://www.mythtv.org"
license=('GPL')
@@ -50,7 +50,8 @@ build() {
package_mytharchive() {
pkgdesc="Create DVDs or archive recorded shows in MythTV"
depends=('cdrkit' 'dvdauthor' 'dvd+rw-tools' 'ffmpeg' "mythtv>=${pkgver}"
- 'mjpegtools' 'python2-pillow')
+ 'm2vrequantiser' 'mjpegtools' 'python2-pillow')
+ optdepends=('projectx: for subtitle support')
cd "${srcdir}/${_gitname}/${pkgbase}/mytharchive"
patch mythburn/scripts/mythburn.py < $srcdir/mythburn.py-aspectratio.patch || return 1
patch theme/menus/archivemenu.xml < $srcdir/archivemenu.xml.patch || return 1
diff --git a/abs/core/mythtv/stable-0.28/mythtv/PKGBUILD b/abs/core/mythtv/stable-0.28/mythtv/PKGBUILD
index 0b04f72..77ce196 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=31
+pkgver=0.28.1
+pkgrel=2
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')