[Lunar-commits] CVS: moonbase/video/mythtv BUILD, 1.4, 1.5 DETAILS, 1.4, 1.5

Auke Kok sofar at lunar-linux.org
Mon Mar 28 19:13:39 UTC 2005


Update of /var/cvs/lunar/moonbase/video/mythtv
In directory espresso.foo-projects.org:/tmp/cvs-serv9704

Modified Files:
	BUILD DETAILS 
Log Message:
Bump+psafe fix by scrudge.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/video/mythtv/BUILD,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- BUILD	29 May 2004 22:23:19 -0000	1.4
+++ BUILD	28 Mar 2005 19:13:36 -0000	1.5
@@ -1,5 +1,4 @@
 (
-
 	sedit "s:PREFIX = .*:PREFIX=/usr:" settings.pro
 	#if use alsa
 	sedit "s:#CONFIG += using_alsa:CONFIG += using_alsa:" settings.pro
@@ -10,13 +9,13 @@
 	./configure		\
 	--prefix=/usr		&&
 	qmake mythtv.pro	&&
-	make qmake		&&
+	make 			&&
 	# To enable parallel builds the librarys must be built in this order
-	make -C libs/libavcodec		&&
-	make -C libs/libavformat	&&
-	make -C libs/libmyth		&&
-	make -C libs/libmythtv		&&
-	make			&&
+	#make -C libs/libavcodec		&&
+	#make -C libs/libavformat	&&
+	#make -C libs/libmyth		&&
+	#make -C libs/libmythtv		&&
+	#make			&&
 	prepare_install		&&
 	make install		&&
 	#copy other installable files to their locations

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/video/mythtv/DETAILS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DETAILS	5 Oct 2004 09:30:20 -0000	1.4
+++ DETAILS	28 Mar 2005 19:13:36 -0000	1.5
@@ -1,11 +1,11 @@
           MODULE=mythtv
-         VERSION=0.15
+         VERSION=0.17
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=http://www.mythtv.org/mc/
-      SOURCE_VFY=md5:540f43bb7c071497f75ca4699f030ccc
+      SOURCE_VFY=md5:c996dc690d36e946396fc5cd4b715e3b
         WEB_SITE=http://www.mythtv.org
          ENTERED=20040304
-         UPDATED=20040528
+         UPDATED=20050309
      SHORT="MythTV is a PVR program"
 cat << EOF
 MythTV is a PVR program that records video, pauses live tv, and through 



More information about the Lunar-commits mailing list