[SM-Commit] GIT changes to master grimoire by Bearcat Sandor (b1e9fa3d3ccf0045bba33a347c20edda0f1384b4)

Bearcat Sandor scm at sourcemage.org
Fri Sep 7 12:38:00 EDT 2007


GIT changes to master grimoire by Bearcat Sandor <sourcemage at feline-soul.com>:

 video/mythtv/BUILD     |    2 ++
 video/mythtv/CONFIGURE |    2 ++
 video/mythtv/DETAILS   |    4 ++--
 video/mythtv/HISTORY   |    7 +++++++
 4 files changed, 13 insertions(+), 2 deletions(-)

New commits:
commit c3bc2fdf3dc7f2a9422222f72e23981ec53ceda7
Author: Bearcat Sandor <sourcemage at feline-soul.com>
Commit: Bearcat Sandor <sourcemage at feline-soul.com>

    Updated to version .20.2. This will allow use of the Schedules Direct grabber which replaces DataDirect.

commit 386baa12c32125da23db3337299e819509059ff1
Author: Bearcat Sandor <sourcemage at feline-soul.com>
Commit: Bearcat Sandor <sourcemage at feline-soul.com>

    MythTV: Updated CONFIGURE and BUILD to add DVB functionality

diff --git a/video/mythtv/BUILD b/video/mythtv/BUILD
index 0122390..eabf8d1 100755
--- a/video/mythtv/BUILD
+++ b/video/mythtv/BUILD
@@ -1,4 +1,6 @@
 QTDIR=${QTDIR:-$INSTALL_ROOT/usr}                       &&
+OPTS="$ENABLE_DVB \
+      $OPTS"				                          &&
 ./configure  --prefix=/usr  --disable-distcc  $OPTS     &&
 qmake  mythtv.pro                                       &&
 make
diff --git a/video/mythtv/CONFIGURE b/video/mythtv/CONFIGURE
new file mode 100755
index 0000000..0ef74ce
--- /dev/null
+++ b/video/mythtv/CONFIGURE
@@ -0,0 +1,2 @@
+config_query_option ENABLE_DVB "Enable DVB capture card functionality" y  "--enable-dvb --dvb-path=/usr/include/linux/dvb" ""
+
diff --git a/video/mythtv/DETAILS b/video/mythtv/DETAILS
index 155c575..63eae12 100755
--- a/video/mythtv/DETAILS
+++ b/video/mythtv/DETAILS
@@ -1,9 +1,9 @@
            SPELL=mythtv
-         VERSION=0.20
+         VERSION=0.20.2
           SOURCE=$SPELL-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
    SOURCE_URL[0]=http://www.mythtv.org/mc/$SOURCE
-     SOURCE_HASH=sha512:665f30de53b3a080786129470f1f126f41ab5f3f1a465aca718388021a55cfe33253647ad2aa551161bc2efd9b89fa42195413c2817360ce565a4686d828b535
+     SOURCE_HASH=sha512:55de59d74a1ea3688210e9045f9c3405533e4b955267febaf578ce42fd2a3f2f1da875eddd87de67554cc2a1c35fc4ac2a16cf12dd0eb66791722f6ed6221767
         WEB_SITE=http://www.mythtv.org
          ENTERED=20040727
          UPDATED=20050430
diff --git a/video/mythtv/HISTORY b/video/mythtv/HISTORY
index a79208b..b431972 100644
--- a/video/mythtv/HISTORY
+++ b/video/mythtv/HISTORY
@@ -1,3 +1,10 @@
+2007-09-07 Bearcat M. Sandor <sourcemage at feline-soul.com>
+	*DETAIS: Updated to version 0.20.2
+
+2007-08-11 Bearcat M. Sandor <sourcemage at feline-soul.com>
+	*CONFIGURE: new file, added option to compile DVB functionality
+	*BUILD: added option variable for DVB functionality
+	 
 2006-12-16 David Kowis <dkowis at shlrm.org>
 	* DEPENDS: Fixed lirc dependency. Also moved xmltv to optional
 	* DETAILS: version bumped to 0.20 using sha512sum now, becuase I'm not in the gurus.gpg



More information about the SM-Commit mailing list