[arch-commits] Commit in mythgallery/trunk (PKGBUILD)

Juergen Hoetzel juergen at archlinux.org
Sat Dec 5 14:38:01 UTC 2009


    Date: Saturday, December 5, 2009 @ 09:38:00
  Author: juergen
Revision: 60603

update to 0.22

Modified:
  mythgallery/trunk/PKGBUILD

----------+
 PKGBUILD |   23 +++++++++++------------
 1 file changed, 11 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-12-05 13:53:04 UTC (rev 60602)
+++ PKGBUILD	2009-12-05 14:38:00 UTC (rev 60603)
@@ -3,7 +3,7 @@
 # Contributor: kleptophobiac at gmail.com
 
 pkgname=mythgallery
-pkgver=0.21
+pkgver=0.22
 pkgrel=1
 pkgdesc="Image gallery plugin for MythTV"
 arch=('i686' 'x86_64')
@@ -11,21 +11,20 @@
 license=('GPL')
 depends=("mythtv>=${pkgver}" 'libexif' 'libtiff')
 source=("ftp://ftp.osuosl.org/pub/mythtv/mythplugins-$pkgver.tar.bz2")
-md5sums=('6c08043227bef1384858deee12b5cdc3')
+md5sums=('09c8fa1058399a0c5db169a71561e985')
 groups=('mythtv-extras')
 
 build() {
    cd $startdir/src/mythplugins-${pkgver}
-   . /etc/profile.d/qt3.sh
-
-   # use QT3 qmake
-   export PATH=$QTDIR/bin:$PATH
-   ./configure --prefix=/usr --disable-all --enable-opengl --enable-mythgallery --enable-exif
-
-   qmake mythplugins.pro
-   make qmake || return 1
-   make -j 2 || return 1
-
+   ./configure --prefix=/usr \
+			 --disable-all \
+			 \
+			 --enable-$pkgname \
+			 --enable-opengl \
+			 --enable-exif 
+   
+   qmake mythplugins.pro 
+   make qmake 
    make INSTALL_ROOT=$startdir/pkg install
 }
 




More information about the arch-commits mailing list