[Lunar-commits] CVS: moonbase/video/mythtv BUILD, 1.1, 1.2 DETAILS, 1.1, 1.2

Veerappan watryac04 at lunar-linux.org
Tue Mar 16 05:03:52 GMT 2004


Update of /var/cvs/lunar/moonbase/video/mythtv
In directory dbguin.lunar-linux.org:/tmp/cvs-serv8885

Modified Files:
	BUILD DETAILS 
Log Message:
Fixed up the setup process mostly.  The old one wouldn't create the 
mythconverg database, this one does (if it doesn't exist already). It 
also takes care of various notices to users for the steps that they need 
to perform (configuration) in the post_install script.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/video/mythtv/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD	5 Mar 2004 06:50:17 -0000	1.1
+++ BUILD	16 Mar 2004 05:03:50 -0000	1.2
@@ -1,11 +1,17 @@
 (
 
-	./configure		&&
+	sed -i "s/PREFIX = .*/PREFIX=\/usr/" settings.pro
+	./configure		\
+	--prefix=/usr		&&
 	qmake mythtv.pro	&&
 	make qmake		&&
 	make -C libs		&&
 	make			&&
-	make install
+	make install		&&
+	#copy other installable files to their locations
+	cp setup/setup /usr/share/mythtv/ &&
+	cp $SCRIPT_DIRECTORY/mythfilldatabasecron /usr/bin/	&&
+	(test -d /var/lib/mysql/mythconverg || mysql -p < database/mc.sql)
 
 ) > $C_FIFO 2>&1
 

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/video/mythtv/DETAILS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DETAILS	5 Mar 2004 06:50:17 -0000	1.1
+++ DETAILS	16 Mar 2004 05:03:50 -0000	1.2
@@ -5,8 +5,8 @@
 SOURCE_URL=http://www.mythtv.org/mc/$SOURCE
    SOURCE_VFY=md5:c2ea3e39580d70aaa22c36a35f6afcca
   WEB_SITE=http://www.mythtv.org
-   ENTERED=20040212
-   UPDATED=20040212
+   ENTERED=20040304
+   UPDATED=20040304
      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