mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/mythtv to 0.27-8
This commit is contained in:
parent
c83ecf4a5d
commit
b075862e4f
1 changed files with 6 additions and 3 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
pkgname=mythtv
|
||||
pkgver=0.27
|
||||
pkgrel=7.1
|
||||
pkgrel=8
|
||||
epoch=1
|
||||
pkgdesc="A Homebrew PVR project"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -35,16 +35,19 @@ install='mythtv.install'
|
|||
source=("$pkgname-$pkgver.tar.gz::https://github.com/MythTV/$pkgname/archive/v$pkgver.tar.gz"
|
||||
'mythbackend.service'
|
||||
'http://code.mythtv.org/trac/raw-attachment/ticket/11338/libcec-2-support.2.patch'
|
||||
'https://github.com/FFmpeg/FFmpeg/commit/8067f55edf3719182aed6e5b57b7863889f80218.patch')
|
||||
'https://github.com/FFmpeg/FFmpeg/commit/8067f55edf3719182aed6e5b57b7863889f80218.patch'
|
||||
'http://code.mythtv.org/trac/raw-attachment/ticket/12098/ticket12098-dont-load-lib-when-opengles-disabled.diff')
|
||||
sha256sums=('494ebd7ee384e751c05ee0a1b3dcd3618caf72f1e94810381c09c2b5d1c799f0'
|
||||
'ecfde779ded8332cc62c86fac6b432b09cbf5d254135798287ada688af9a1302'
|
||||
'8270407c2074b305e0c32151f89c84f6bf980a32665a2da8e4727405fa3911f3'
|
||||
'1816a37cf5e92f52fdce32a733eb0fa296e9107f975fc67cc9d556c3e4ac0f01')
|
||||
'1816a37cf5e92f52fdce32a733eb0fa296e9107f975fc67cc9d556c3e4ac0f01'
|
||||
'55e9827ea8f5c685801c110f879825d1fb3006070e0318188a2fd55921b95bdf')
|
||||
|
||||
prepare() {
|
||||
cd "$srcdir/$pkgname-$pkgver/$pkgname"
|
||||
find 'bindings/python' 'contrib' -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
|
||||
patch -Np2 -i "$srcdir/libcec-2-support.2.patch"
|
||||
patch -Np2 -i "$srcdir/ticket12098-dont-load-lib-when-opengles-disabled.diff"
|
||||
|
||||
# ffmpeg backport
|
||||
cd external/FFmpeg
|
||||
|
|
Loading…
Reference in a new issue