Revision: 5552
Author: pebender
Date: Fri Sep 25 14:54:48 2009
Log: - Added the sa3250ch channel change utility.


http://code.google.com/p/minimyth/source/detail?r=5552

Modified:
  /trunk/gar-minimyth/html/minimyth/document-changelog.txt
   
/trunk/gar-minimyth/script/meta/minimyth/files/source/lists/minimyth-bin-list
  /trunk/gar-minimyth/script/myth-0.21/mythtv/Makefile

=======================================
--- /trunk/gar-minimyth/html/minimyth/document-changelog.txt    Thu Sep 24  
19:14:26 2009
+++ /trunk/gar-minimyth/html/minimyth/document-changelog.txt    Fri Sep 25  
14:54:48 2009
@@ -1,7 +1,7 @@
  MiniMyth Changelog

   
--------------------------------------------------------------------------------
-Changes since 69 (2009-09-24):
+Changes since 69 (2009-09-25):

  Current MythTV versions
      MythTV 0.20-softpad: version 0.20.2.softpad, release-0-20-fixes branch  
svn 16082 and
@@ -24,6 +24,8 @@
      - Added LATM AAC support to MythTV 0.21.
      - Enabled synchronizing using DRM vblank as it is fixed in the 2.6.31
        kernel as well as MiniMyth's patched 2.6.30 kernel.
+    - Enabled firewire support.
+    - Added the sa3250ch channel change utility.

  Improved MythTV slave backend support
      - Added support for devices that use the cx25840 driver.
=======================================
---  
/trunk/gar-minimyth/script/meta/minimyth/files/source/lists/minimyth-bin-list   
 
Sun Sep 20 07:23:49 2009
+++  
/trunk/gar-minimyth/script/meta/minimyth/files/source/lists/minimyth-bin-list   
 
Fri Sep 25 14:54:48 2009
@@ -78,6 +78,7 @@
  renice
  rmmod
  rxvt
+sa3250ch
  SDL-Test
  sensors
  sftp-server
=======================================
--- /trunk/gar-minimyth/script/myth-0.21/mythtv/Makefile        Tue Sep 22  
17:15:13 2009
+++ /trunk/gar-minimyth/script/myth-0.21/mythtv/Makefile        Fri Sep 25  
14:54:48 2009
@@ -50,8 +50,8 @@
  PWD := $(shell pwd)

  CONFIGURE_SCRIPTS = $(WORKSRC)/configure
-BUILD_SCRIPTS     = $(WORKSRC)/Makefile
-INSTALL_SCRIPTS   = $(WORKSRC)/Makefile source
+BUILD_SCRIPTS     = $(WORKSRC)/Makefile sa3250ch
+INSTALL_SCRIPTS   = $(WORKSRC)/Makefile sa3250ch source

  CONFIGURE_ARGS = \
        --compile-type=$(if $(filter yes,$(mm_DEBUG)),"debug","release") \
@@ -121,6 +121,15 @@
  checksum-$(DISTNAME).tar.bz2:
        @$(MAKECOOKIE)

+build-sa3250ch:
+       @cd $(WORKSRC)/contrib/channel_changers ; $(CC) -o sa3250ch sa3250ch.c  
-lrom1394 -lavc1394 -lraw1394
+       @$(MAKECOOKIE)
+
+install-sa3250ch:
+       @rm -f $(DESTDIR)$(bindir)/sa3250ch
+       @cp $(WORKSRC)/contrib/channel_changers/sa3250ch  
$(DESTDIR)$(bindir)/sa3250ch
+       @$(MAKECOOKIE)
+
  install-source:
        @rm -rf $(DESTDIR)$(MYTHTV_SOURCEDIR)
        @mkdir -p $(DESTDIR)$(MYTHTV_SOURCEDIR)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to