diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-05-14 23:26:00 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-05-14 23:26:00 -0300 |
commit | a4f85b5a8c5460995c83445460351846cde419f8 (patch) | |
tree | 2c13819f471dca50955bddeadbf940ff3631c1e2 /community/mythtv | |
parent | 6d90f2496f41209ab84d8b61d20b4d79d632ec7d (diff) | |
parent | e69c538fc7af5a9861c7688dd15913082d978180 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/calibre/PKGBUILD
extra/ggz-client-libs/PKGBUILD
extra/libggz/PKGBUILD
Diffstat (limited to 'community/mythtv')
-rw-r--r-- | community/mythtv/PKGBUILD | 13 | ||||
-rw-r--r-- | community/mythtv/mythtv.install | 1 |
2 files changed, 8 insertions, 6 deletions
diff --git a/community/mythtv/PKGBUILD b/community/mythtv/PKGBUILD index c39729125..6628b9001 100644 --- a/community/mythtv/PKGBUILD +++ b/community/mythtv/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 45087 2011-04-16 08:29:05Z jconder $ +# $Id: PKGBUILD 46888 2011-05-13 13:31:23Z jconder $ # Maintainer: Jonathan Conder <jonno.conder@gmail.com> # Contributor: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Juergen Hoetzel <juergen@archlinux.org> @@ -7,15 +7,16 @@ pkgname=mythtv pkgver=0.24 -pkgrel=3 +pkgrel=2 epoch=1 pkgdesc="A Homebrew PVR project" arch=('i686' 'x86_64' 'mips64el') url="http://www.mythtv.org/" license=('GPL') -depends=('lame' 'libavc1394' 'libiec61883' 'libvdpau' 'libxinerama' 'libxvmc' - 'lirc-utils' 'mesa' 'mysql-clients' 'mysql-python' 'perl-dbd-mysql' - 'perl-libwww' 'perl-net-upnp' 'python-lxml' 'qt' 'wget') +depends=('lame' 'libavc1394' 'libiec61883' 'libpulse' 'libvdpau' 'libxinerama' + 'libxvmc' 'lirc-utils' 'mesa' 'mysql-clients' 'mysql-python' + 'perl-dbd-mysql' 'perl-libwww' 'perl-net-upnp' 'python-lxml' 'qt' + 'wget') makedepends=('yasm') optdepends=('xmltv: to download tv listings') backup=('etc/conf.d/mythbackend') @@ -37,7 +38,7 @@ build() { --enable-audio-oss \ --enable-audio-alsa \ --disable-audio-jack \ - --disable-audio-pulse \ + --enable-audio-pulse \ --disable-altivec \ --disable-distcc \ --disable-ccache \ diff --git a/community/mythtv/mythtv.install b/community/mythtv/mythtv.install index d73ba33d2..c29a53454 100644 --- a/community/mythtv/mythtv.install +++ b/community/mythtv/mythtv.install @@ -3,6 +3,7 @@ post_install() { } post_upgrade() { + return } post_remove() { |