[Lunar-commits] <moonbase> mythtv-themes: updated to version 0.22

Duncan Gibson engelsman at lunar-linux.org
Sun Nov 8 23:29:34 CET 2009


commit 770ac474076091ceb013f7761989299359fd01c8
Author: Duncan Gibson <duncan.gibson at xs4all.nl>
Date:   Sun Nov 8 23:29:34 2009 +0100

    mythtv-themes: updated to version 0.22
    
    updated after previous version failed to download during lget -a sweep.
    switched to use qt4 and simplified dependencies and build script
    
    WARNING: I have no TV card, and can only test the basics - engelsman
---
 video/mythtv-themes/BUILD   |    9 ++++++---
 video/mythtv-themes/DEPENDS |    1 +
 video/mythtv-themes/DETAILS |   10 +++++-----
 3 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/video/mythtv-themes/BUILD b/video/mythtv-themes/BUILD
index aac9307..62aa0b9 100644
--- a/video/mythtv-themes/BUILD
+++ b/video/mythtv-themes/BUILD
@@ -1,8 +1,11 @@
 (
 
-  . /etc/profile.d/qt3.rc &&
-  sedit 's|.*error.*|PREFIX=/usr\nINSTALL_ROOT=/usr|' myththemes.pro &&
-  qmake myththemes.pro    &&
+  . /etc/profile.d/qt4.rc   &&
+
+  ./configure --prefix=/usr  \
+              $OPTS         &&
+
+  qmake myththemes.pro      &&
 
   default_make
 
diff --git a/video/mythtv-themes/DEPENDS b/video/mythtv-themes/DEPENDS
new file mode 100644
index 0000000..09714aa
--- /dev/null
+++ b/video/mythtv-themes/DEPENDS
@@ -0,0 +1 @@
+depends mythtv
diff --git a/video/mythtv-themes/DETAILS b/video/mythtv-themes/DETAILS
index 7748e43..81d7cea 100644
--- a/video/mythtv-themes/DETAILS
+++ b/video/mythtv-themes/DETAILS
@@ -1,12 +1,12 @@
           MODULE=mythtv-themes
-         VERSION=0.21
+         VERSION=0.22
           SOURCE=myththemes-$VERSION.tar.bz2
-      SOURCE_URL=http://www.mythtv.org/mc/
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/myththemes-$VERSION
-      SOURCE_VFY=sha1:be1948850c46c4c36e05ad8b1f67acf203850c86
+      SOURCE_URL=http://www.mythtv.org/download/themes/$VERSION/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/myththemes-$VERSION/
+      SOURCE_VFY=sha1:e5185a82c1203f2aad057482736105011335341d
         WEB_SITE=http://www.mythtv.org
          ENTERED=20040304
-         UPDATED=20081020
+         UPDATED=20091108
            SHORT="Additional MythTV interface and OSD themes"
 cat << EOF
 Provides extra contributed MythTV interface and OSD themes. Adds some themes


More information about the Lunar-commits mailing list