Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Bearcat Sandor (7fde5782537004b346ad78db48c29101fb775b74)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bearcat Sandor <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Bearcat Sandor (7fde5782537004b346ad78db48c29101fb775b74)
  • Date: Tue, 25 Jul 2006 23:06:40 -0500

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

video/mythtv/DEPENDS | 4 +++-
video/mythtv/HISTORY | 3 +++
2 files changed, 6 insertions(+), 1 deletion(-)

New commits:
commit 7fde5782537004b346ad78db48c29101fb775b74
Author: Bearcat Sandor <sourcemage AT feline-soul.com>
Commit: Bearcat Sandor <sourcemage AT feline-soul.com>

Mythtv: lirc is a dependancy. According to the config script it is
optional, but i could not get it to compile with out it, even with a
--disable-lirc flag.

diff --git a/video/mythtv/DEPENDS b/video/mythtv/DEPENDS
index 508c446..40354bb 100755
--- a/video/mythtv/DEPENDS
+++ b/video/mythtv/DEPENDS
@@ -6,4 +6,6 @@ depends libmad &&
depends libvorbis &&
depends flac &&
depends cdparanoia &&
-depends xmltv
+depends xmltv &&
+depends lirc
+
\ No newline at end of file
diff --git a/video/mythtv/HISTORY b/video/mythtv/HISTORY
index 031b023..b01379c 100644
--- a/video/mythtv/HISTORY
+++ b/video/mythtv/HISTORY
@@ -1,3 +1,6 @@
+2006-07-25 Bearcat M. Sandor <sourcemage AT feline-soul.com>
+ * DEPENDS: made lirc a depenancy
+
2006-05-23 Arwed v. Merkatz <v.merkatz AT gmx.net>
* BUILD: disable distcc as it breaks, bug #10422





Archive powered by MHonArc 2.6.24.

Top of Page