diff options
Diffstat (limited to 'abs/core/mythtv/stable/mythgame')
-rw-r--r-- | abs/core/mythtv/stable/mythgame/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/abs/core/mythtv/stable/mythgame/PKGBUILD b/abs/core/mythtv/stable/mythgame/PKGBUILD index 33fb9a5..aac284a 100644 --- a/abs/core/mythtv/stable/mythgame/PKGBUILD +++ b/abs/core/mythtv/stable/mythgame/PKGBUILD @@ -4,20 +4,21 @@ pkgname=mythgame pkgver=0.21 -pkgrel=1 +pkgrel=4 pkgdesc="Emulation plugin for MythTV" arch=('i686' 'x86_64') url="http://www.mythtv.org" license=('GPL') depends=("mythtv>=${pkgver}" 'zlib') source=("ftp://ftp.knoppmyth.net/R6/sources/mythplugins-$pkgver-fixes.tar.bz2") -md5sums=('af20a78ac66719feddf9a39f1a799ded') +md5sums=('1b3e2a97b7ecf7373e162fe20b6faabe') groups=('mythtv-extras') build() { - cd $startdir/src/mythplugins-$pkgver + cd $startdir/src/mythplugins export QMAKESPEC='linux-g++' source /etc/profile.d/qt3.sh +# svn update ./configure --prefix=/usr --disable-all --enable-opengl --enable-mythgame |