summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-04-17 00:12:58 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-04-17 00:12:58 -0300
commit048b7287473507b76146e58378f4bfcfacf1060b (patch)
tree16e2da6843a14b79a1392c5e385504f799b4f788 /community
parentb3d851540186419305a4b89ba8e5320f4e7fa56d (diff)
parentec549f64c923643d4b13dd7d364e080840ae3e29 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Diffstat (limited to 'community')
-rw-r--r--community/grass/PKGBUILD6
-rw-r--r--community/mythtv/PKGBUILD15
2 files changed, 11 insertions, 10 deletions
diff --git a/community/grass/PKGBUILD b/community/grass/PKGBUILD
index 2457e1814..1122ec6a2 100644
--- a/community/grass/PKGBUILD
+++ b/community/grass/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
pkgname=grass
-pkgver=6.4.1RC2
-pkgrel=2
+pkgver=6.4.1
+pkgrel=1
pkgdesc='Geographic Information System (GIS) used for geospatial data management and analysis, image processing, graphics/maps production, spatial modeling, and visualization.'
arch=('i686' 'x86_64' 'mips64el')
url='http://grass.itc.it/index.php'
@@ -22,7 +22,7 @@ install='grass.install'
source=("http://grass.itc.it/grass64/source/grass-${pkgver}.tar.gz"
"grass.sh"
"grass.conf")
-md5sums=('e994fab74279cf19a9d7cff6440535c3'
+md5sums=('d8ca83d416b5b0cf2aa9d36c81a77b23'
'a0e0ac6275e09a272f8ec38d3c0b4b3a'
'6103480c2a1adc19a50b9e925e5e6d4c')
diff --git a/community/mythtv/PKGBUILD b/community/mythtv/PKGBUILD
index 75bf914c4..79aba00e0 100644
--- a/community/mythtv/PKGBUILD
+++ b/community/mythtv/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 32152 2010-11-11 01:53:51Z jconder $
+# $Id: PKGBUILD 45080 2011-04-16 01:55:08Z jconder $
# Maintainer: Jonathan Conder <jonno.conder@gmail.com>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Juergen Hoetzel <juergen@archlinux.org>
@@ -7,18 +7,19 @@
pkgname=mythtv
pkgver=0.24
-pkgrel=1
+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'
+ 'udev' 'wget')
makedepends=('yasm')
optdepends=('xmltv: to download tv listings')
backup=('etc/conf.d/mythbackend')
-options=('force')
install='mythtv.install'
source=("ftp://ftp.osuosl.org/pub/$pkgname/$pkgname-$pkgver.tar.bz2"
'mythbackend.rc'
@@ -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 \