mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/mythtv to 0.27.3.1-1
This commit is contained in:
parent
2f56be8cb3
commit
55da08d133
1 changed files with 7 additions and 10 deletions
|
@ -11,37 +11,34 @@
|
||||||
# - ffmpeg backport to fix building on GCC 4.8
|
# - ffmpeg backport to fix building on GCC 4.8
|
||||||
|
|
||||||
pkgname=mythtv
|
pkgname=mythtv
|
||||||
pkgver=0.27
|
pkgver=0.27.3
|
||||||
pkgrel=8
|
pkgrel=1
|
||||||
epoch=1
|
epoch=1
|
||||||
pkgdesc="A Homebrew PVR project"
|
pkgdesc="A Homebrew PVR project"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.mythtv.org/"
|
url="http://www.mythtv.org/"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('avahi' 'fftw' 'lame' 'libass' 'libavc1394' 'libcdio' 'libiec61883'
|
depends=('avahi' 'fftw' 'lame' 'libass' 'libavc1394' 'libcdio' 'libiec61883' 'libgl'
|
||||||
'libpulse' 'libva' 'libvpx' 'libxinerama' 'lirc-utils' 'mariadb-clients'
|
'libpulse' 'libva' 'libvpx' 'libxinerama' 'lirc-utils' 'mariadb-clients'
|
||||||
'mysql-python' 'perl-dbd-mysql' 'perl-io-socket-inet6' 'perl-libwww'
|
'mysql-python' 'perl-dbd-mysql' 'perl-io-socket-inet6' 'perl-libwww'
|
||||||
'perl-net-upnp' 'python2-lxml' 'qtwebkit' 'taglib' 'urlgrabber' 'x264')
|
'perl-net-upnp' 'python2-lxml' 'qtwebkit' 'taglib' 'urlgrabber' 'x264')
|
||||||
makedepends=('glew' 'libcec' 'libxml2' 'mesa' 'mesa-libgl' 'openssl' 'yasm')
|
makedepends=('glew' 'libcec' 'libxml2' 'mesa' 'mesa-libgl' 'openssl' 'yasm' 'x264-dev' 'gdb')
|
||||||
optdepends=('glew: for GPU commercial flagging'
|
optdepends=('glew: for GPU commercial flagging'
|
||||||
'libcec: for consumer electronics control capabilities'
|
'libcec: for consumer electronics control capabilities'
|
||||||
'libxml2: to read blu-ray metadata'
|
'libxml2: to read blu-ray metadata'
|
||||||
'openssl: for AirTunes (RAOP) support'
|
'openssl: for AirTunes (RAOP) support'
|
||||||
'udisks: detect changes to removable media'
|
'udisks: detect changes to removable media'
|
||||||
'xmltv: to download tv listings')
|
'xmltv: to download tv listings')
|
||||||
conflicts=('myththemes' 'mythplugins-mythvideo')
|
conflicts=('myththemes' 'mythplugins-mythvideo')replaces=('myththemes' 'mythplugins-mythvideo')
|
||||||
replaces=('myththemes' 'mythplugins-mythvideo')
|
|
||||||
install='mythtv.install'
|
install='mythtv.install'
|
||||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/MythTV/$pkgname/archive/v$pkgver.tar.gz"
|
source=("$pkgname-$pkgver.tar.gz::https://github.com/MythTV/$pkgname/archive/v$pkgver.tar.gz"
|
||||||
'mythbackend.service'
|
'mythbackend.service'
|
||||||
'http://code.mythtv.org/trac/raw-attachment/ticket/11338/libcec-2-support.2.patch'
|
'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=('8eaaf8c6e42ca6eb81f180467de90d597dbeabb1bb14b7085da353d2980db8f4'
|
||||||
sha256sums=('494ebd7ee384e751c05ee0a1b3dcd3618caf72f1e94810381c09c2b5d1c799f0'
|
|
||||||
'ecfde779ded8332cc62c86fac6b432b09cbf5d254135798287ada688af9a1302'
|
'ecfde779ded8332cc62c86fac6b432b09cbf5d254135798287ada688af9a1302'
|
||||||
'8270407c2074b305e0c32151f89c84f6bf980a32665a2da8e4727405fa3911f3'
|
'8270407c2074b305e0c32151f89c84f6bf980a32665a2da8e4727405fa3911f3'
|
||||||
'1816a37cf5e92f52fdce32a733eb0fa296e9107f975fc67cc9d556c3e4ac0f01'
|
'1816a37cf5e92f52fdce32a733eb0fa296e9107f975fc67cc9d556c3e4ac0f01')
|
||||||
'55e9827ea8f5c685801c110f879825d1fb3006070e0318188a2fd55921b95bdf')
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "$srcdir/$pkgname-$pkgver/$pkgname"
|
cd "$srcdir/$pkgname-$pkgver/$pkgname"
|
||||||
|
|
Loading…
Reference in a new issue