diff options
| -rw-r--r-- | abs/core/mythtv/stable-0.25/mythtv/PKGBUILD | 43 | ||||
| -rw-r--r-- | abs/core/mythtv/stable-0.25/mythtv/__changelog | 6 | 
2 files changed, 42 insertions, 7 deletions
| diff --git a/abs/core/mythtv/stable-0.25/mythtv/PKGBUILD b/abs/core/mythtv/stable-0.25/mythtv/PKGBUILD index 305b5f6..c797bbf 100644 --- a/abs/core/mythtv/stable-0.25/mythtv/PKGBUILD +++ b/abs/core/mythtv/stable-0.25/mythtv/PKGBUILD @@ -12,12 +12,43 @@ pkgdesc="A Homebrew PVR project $commit_hash"  arch=('i686' 'x86_64')  url="http://www.mythtv.org/"  license=('GPL') -depends=('mysql-clients' 'qt' 'lame' 'lirc-utils' 'ffmpeg-svn' 'libxvmc' -         'fribidi' 'perl-soap-lite' 'perl-date-manip' 'perl-xml-sax' -         'perl-math-round' 'perl-net-upnp' 'perl-dbd-mysql' 'perl-time-hires' -         'libavc1394' 'wget' 'libiec61883' 'mysql-python' 'python-lxml' -         'mesa' 'libxinerama' 'libxrandr' 'faad2' 'libvdpau' 'libcrystalhd-git' -         'urlgrabber' 'python-pycurl' 'avahi' 'libcec') +depends=('mysql-clients'  +         'qt' +         'lame' +         'lirc-utils' +         'ffmpeg-svn' +         'fribidi' +         'perl-soap-lite' +         'perl-date-manip'  +         'perl-xml-sax' +         'perl-math-round' +         'perl-net-upnp' +         'perl-dbd-mysql' +         'perl-time-hires' +         'libavc1394'  +         'wget'  +         'libiec61883' +         'mysql-python' +         'python-lxml' +         'mesa' +         'libxinerama' +         'libxrandr' +         'faad2' +         'libvdpau' +         'libcrystalhd-git' +         'urlgrabber' +         'python-pycurl' +         'avahi' +         'libcec' +         'perl-io-socket-inet6' +         'glew' +         'openssl' +         'libxml2') + +#glew for gpu commerical flagging +#openssl for roap +#lib xml2 for blu-ray +  makedepends=('yasm' 'libgl' 'git' 'rsync')  replaces=() diff --git a/abs/core/mythtv/stable-0.25/mythtv/__changelog b/abs/core/mythtv/stable-0.25/mythtv/__changelog index 940f84b..31cdd16 100644 --- a/abs/core/mythtv/stable-0.25/mythtv/__changelog +++ b/abs/core/mythtv/stable-0.25/mythtv/__changelog @@ -1 +1,5 @@ -update to 0.24-fixes +update to 0.25-fixes +remove xvmc +added perl-io-socket-inet6 for perl bindings +added glew for gpu commerical flagging + | 
