[Lunar-commits] <moonbase> mythtv: updated to version 0.22
Duncan Gibson
engelsman at lunar-linux.org
Sun Nov 8 23:28:48 CET 2009
commit 0fca47ba5cca04d29019637cd16d02c5eb721dd3
Author: Duncan Gibson <duncan.gibson at xs4all.nl>
Date: Sun Nov 8 23:28:48 2009 +0100
mythtv: updated to version 0.22
updated after previous version failed to download during lget -a sweep.
switched to use qt4 and simplified options passed in BUILD script.
WARNING: I have no TV card, and can only test the basics - engelsman
---
video/mythtv/BUILD | 15 ++++++---------
video/mythtv/DEPENDS | 4 +---
video/mythtv/DETAILS | 10 ++++++----
3 files changed, 13 insertions(+), 16 deletions(-)
diff --git a/video/mythtv/BUILD b/video/mythtv/BUILD
index b732fc2..04f051f 100644
--- a/video/mythtv/BUILD
+++ b/video/mythtv/BUILD
@@ -1,16 +1,13 @@
(
- LIBAV_INCLUDES="-I$SOURCE_DIRECTORY/libs/libavcodec -I$SOURCE_DIRECTORY/libs/libavformat -I$SOURCE_DIRECTORY/libs/libavutil"
- ./configure --prefix=/usr \
- --extra-cflags="$CFLAGS $LIBAV_INCLUDES" \
- --extra-cxxflags="$CXXFLAGS $LIBAV_INCLUDES" \
- --extra-ldflags="$LDFLAGS" \
- $OPTS &&
+ . /etc/profile.d/qt4.rc &&
- . /etc/profile.d/qt3.rc &&
- qmake mythtv.pro &&
+ ./configure --prefix=/usr \
+ $OPTS &&
- default_make &&
+ qmake mythtv.pro &&
+
+ default_make &&
install database/mc.sql /usr/share/mythtv/
diff --git a/video/mythtv/DEPENDS b/video/mythtv/DEPENDS
index ef86dba..f30f248 100644
--- a/video/mythtv/DEPENDS
+++ b/video/mythtv/DEPENDS
@@ -2,7 +2,5 @@ depends lame
depends mysql
depends freetype2
depends xmltv
-depends qt3
-optional_depends "mythtv-themes" "" "" "Additional interface and OSD themes"
-optional_depends "mythtv-plugins" "" "" "Additional functions and features"
+depends qt4
diff --git a/video/mythtv/DETAILS b/video/mythtv/DETAILS
index c034329..7cef3e3 100644
--- a/video/mythtv/DETAILS
+++ b/video/mythtv/DETAILS
@@ -1,12 +1,14 @@
MODULE=mythtv
- VERSION=0.21
+ VERSION=0.22
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=http://www.mythtv.org/mc/
- SOURCE_VFY=sha1:676a42fb31833baf7617148bdc8ef8ce5e352f84
+ SOURCE_URL=http://www.mythtv.org/download/$MODULE/$VERSION/
+ SOURCE_VFY=sha1:519ca3de5570e93acdd896f2d0a31b11c71c1d9a
WEB_SITE=http://www.mythtv.org
ENTERED=20040304
- UPDATED=20081020
+ UPDATED=20091107
+ PSAFE="no"
SHORT="PVR suite"
+
cat << EOF
MythTV is a PVR program that records video, pauses live tv, and through
the various add-ons, it can have:
More information about the Lunar-commits
mailing list