Date: Friday, December 4, 2009 @ 08:29:23 Author: juergen Revision: 60375
update to 0.22 Modified: mythvideo/trunk/PKGBUILD ----------+ PKGBUILD | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2009-12-04 13:22:32 UTC (rev 60374) +++ PKGBUILD 2009-12-04 13:29:23 UTC (rev 60375) @@ -3,8 +3,8 @@ # Contributor: [email protected] pkgname=mythvideo -pkgver=0.21 -pkgrel=2 +pkgver=0.22 +pkgrel=1 pkgdesc="Video playback and browsing plugin for MythTV" arch=('i686' 'x86_64') url="http://www.mythtv.org" @@ -12,23 +12,19 @@ depends=("mythtv>=${pkgver}" 'mplayer' 'perlxml' 'perl-libwww' 'perl-uri' 'perl-xml-simple' 'ffmpeg') source=("ftp://ftp.osuosl.org/pub/mythtv/mythplugins-$pkgver.tar.bz2" \ mtd) -md5sums=('6c08043227bef1384858deee12b5cdc3' '476c12ba074794ad7f4ae092bdf949d6') +md5sums=('09c8fa1058399a0c5db169a71561e985' '476c12ba074794ad7f4ae092bdf949d6') replaces=('mythdvd') groups=('mythtv-extras') build() { cd $startdir/src/mythplugins-${pkgver} - . /etc/profile.d/qt3.sh + ./configure --prefix=/usr \ + --disable-all \ + \ + --enable-$pkgname - # use QT3 qmake - export PATH=$QTDIR/bin:$PATH - - ./configure --prefix=/usr --disable-all --enable-mythvideo - - qmake mythplugins.pro - make qmake || return 1 - make -j 2 || return 1 - + qmake mythplugins.pro + make qmake make INSTALL_ROOT=$startdir/pkg install install -D -m755 ../mtd $startdir/pkg/etc/rc.d/mtd }
