[arch-commits] Commit in mytharchive/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Juergen Hoetzel juergen at archlinux.org
Wed Dec 9 23:49:55 UTC 2009


    Date: Wednesday, December 9, 2009 @ 18:49:55
  Author: juergen
Revision: 60950

Merged revisions 356,25861,27087,59634,60942 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/mytharchive/trunk

........
  r356 | aaron | 2008-04-19 00:56:27 +0200 (Sa, 19 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r25861 | juergen | 2009-01-31 11:02:21 +0100 (Sa, 31 Jan 2009) | 1 line
  
  fix #11224
........
  r27087 | eric | 2009-02-16 06:13:58 +0100 (Mo, 16 Feb 2009) | 1 line
  
  Fixed source url
........
  r59634 | juergen | 2009-11-25 23:26:01 +0100 (Mi, 25 Nov 2009) | 1 line
  
  update to 0.22
........
  r60942 | juergen | 2009-12-09 23:44:08 +0100 (Mi, 09 Dez 2009) | 1 line
  
  update to 0.22
........

Modified:
  mytharchive/repos/extra-x86_64/	(properties)
  mytharchive/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   27 ++++++++++-----------------
 1 file changed, 10 insertions(+), 17 deletions(-)


Property changes on: mytharchive/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /mytharchive/trunk:1
   + /mytharchive/trunk:1-60949

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-12-09 23:39:05 UTC (rev 60949)
+++ extra-x86_64/PKGBUILD	2009-12-09 23:49:55 UTC (rev 60950)
@@ -1,9 +1,9 @@
 # $Id$
 # Maintainer: Juergen Hoetzel <juergen at archlinux.org> 
-# Contributor: kleptophobiac at gmail.com
+# Contributor: kleptophobiac at gmail.com, Robert de Jager
 
 pkgname=mytharchive
-pkgver=0.21
+pkgver=0.22
 pkgrel=1
 pkgdesc="MythTV plugin that lets you create DVDs from or archive your recorded shows."
 arch=('i686' 'x86_64')
@@ -11,25 +11,18 @@
 license=('GPL')
 depends=("mythtv>=${pkgver}" 'libxmu' 'mysql-python' 'pil' 'dvdauthor')
 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
-
-   sed -i 's#kde3#kde#' configure || return 1
-   ./configure --prefix=/usr --enable-opengl --disable-all \
-               --enable-create-archive --enable-create-dvd --enable-mytharchive || return 1
- 
-   qmake mythplugins.pro || return 1
-   make qmake || return 1
-   sed -i 's#kde3#kde#' ./mytharchive/mytharchive/Makefile || return 1
-   make -j 2 || return 1
-
+   ./configure --prefix=/usr \
+     --disable-all \
+     \
+     --enable-$pkgname
+   
+   qmake mythplugins.pro 
+   make qmake 
    make INSTALL_ROOT=$startdir/pkg install
 }
 




More information about the arch-commits mailing list