[Lunar-commits] <moonbase> mythtv-plugins: updated to version 0.22
Duncan Gibson
engelsman at lunar-linux.org
Sun Nov 8 23:29:15 CET 2009
commit 658996f69129b385249f2db12389aabee0b37b4a
Author: Duncan Gibson <duncan.gibson at xs4all.nl>
Date: Sun Nov 8 23:29:15 2009 +0100
mythtv-plugins: updated to version 0.22
updated after previous version failed to download during lget -a sweep.
switched to use qt4 and simplified dependencies
WARNING: I have no TV card, and can only test the basics - engelsman
---
video/mythtv-plugins/BUILD | 6 ++++--
video/mythtv-plugins/DEPENDS | 3 +--
video/mythtv-plugins/DETAILS | 8 ++++----
3 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/video/mythtv-plugins/BUILD b/video/mythtv-plugins/BUILD
index 5163f88..ff47388 100644
--- a/video/mythtv-plugins/BUILD
+++ b/video/mythtv-plugins/BUILD
@@ -1,7 +1,9 @@
(
- . /etc/profile.d/qt3.rc &&
- ./configure --prefix=/usr &&
+ . /etc/profile.d/qt4.rc &&
+
+ ./configure --prefix=/usr \
+ $OPTS &&
qmake mythplugins.pro &&
diff --git a/video/mythtv-plugins/DEPENDS b/video/mythtv-plugins/DEPENDS
index 90d4074..8b622ec 100644
--- a/video/mythtv-plugins/DEPENDS
+++ b/video/mythtv-plugins/DEPENDS
@@ -1,7 +1,6 @@
# Base
-depends qt3
+depends mythtv
depends mysql
-depends freetype2
# MythBrowser
optional_depends "kdelibs3" "--enable-mythbrowser" "--disable-mythbrowser" "Enable MythBrowser Plugin"
diff --git a/video/mythtv-plugins/DETAILS b/video/mythtv-plugins/DETAILS
index 450bee2..ac501fd 100644
--- a/video/mythtv-plugins/DETAILS
+++ b/video/mythtv-plugins/DETAILS
@@ -1,12 +1,12 @@
MODULE=mythtv-plugins
- VERSION=0.21
+ VERSION=0.22
SOURCE=mythplugins-$VERSION.tar.bz2
- SOURCE_URL=http://www.mythtv.org/mc/
+ SOURCE_URL=http://www.mythtv.org/download/plugins/$VERSION/
SOURCE_DIRECTORY=$BUILD_DIRECTORY/mythplugins-$VERSION
- SOURCE_VFY=sha1:58e763a614a7a44d028b4b00050cb479dd7bfc0e
+ SOURCE_VFY=sha1:dc60550ba57173e3a6616d6041042d844d5b638a
WEB_SITE=http://www.mythtv.org
ENTERED=20040304
- UPDATED=20081021
+ UPDATED=20091108
SHORT="Additional MythTV Plugins"
cat << EOF
Several MythTV plugins providing extra functionality.
More information about the Lunar-commits
mailing list