Revision: 5560 Author: pebender Date: Sun Sep 27 21:36:21 2009 Log: - Removed the sa3250ch utility as it is not needed.
http://code.google.com/p/minimyth/source/detail?r=5560 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/script/myth-0.22/mythtv/Makefile /trunk/gar-minimyth/script/myth-trunk/mythtv/Makefile ======================================= --- /trunk/gar-minimyth/html/minimyth/document-changelog.txt Sun Sep 27 11:31:32 2009 +++ /trunk/gar-minimyth/html/minimyth/document-changelog.txt Sun Sep 27 21:36:21 2009 @@ -25,7 +25,6 @@ - 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 27 18:10:10 2009 +++ /trunk/gar-minimyth/script/meta/minimyth/files/source/lists/minimyth-bin-list Sun Sep 27 21:36:21 2009 @@ -79,7 +79,6 @@ renice rmmod rxvt -sa3250ch SDL-Test sensors sftp-server ======================================= --- /trunk/gar-minimyth/script/myth-0.21/mythtv/Makefile Fri Sep 25 15:42:58 2009 +++ /trunk/gar-minimyth/script/myth-0.21/mythtv/Makefile Sun Sep 27 21:36:21 2009 @@ -50,8 +50,8 @@ PWD := $(shell pwd) CONFIGURE_SCRIPTS = $(WORKSRC)/configure -BUILD_SCRIPTS = $(WORKSRC)/Makefile sa3250ch -INSTALL_SCRIPTS = $(WORKSRC)/Makefile sa3250ch source +BUILD_SCRIPTS = $(WORKSRC)/Makefile +INSTALL_SCRIPTS = $(WORKSRC)/Makefile source CONFIGURE_ARGS = \ --compile-type=$(if $(filter yes,$(mm_DEBUG)),"debug","release") \ @@ -121,15 +121,6 @@ checksum-$(DISTNAME).tar.bz2: @$(MAKECOOKIE) -build-sa3250ch: - @cd $(WORKSRC)/contrib/channel_changers ; $(CC) $(CFLAGS) -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) ======================================= --- /trunk/gar-minimyth/script/myth-0.22/mythtv/Makefile Fri Sep 25 15:42:58 2009 +++ /trunk/gar-minimyth/script/myth-0.22/mythtv/Makefile Sun Sep 27 21:36:21 2009 @@ -43,8 +43,8 @@ PWD := $(shell pwd) CONFIGURE_SCRIPTS = $(WORKSRC)/configure -BUILD_SCRIPTS = $(WORKSRC)/Makefile sa3250ch -INSTALL_SCRIPTS = $(WORKSRC)/Makefile sa3250ch source +BUILD_SCRIPTS = $(WORKSRC)/Makefile +INSTALL_SCRIPTS = $(WORKSRC)/Makefile source CONFIGURE_ARGS = \ --compile-type=$(if $(filter yes,$(mm_DEBUG)),"debug","release") \ @@ -135,15 +135,6 @@ checksum-$(DISTNAME).tar.bz2: @$(MAKECOOKIE) -build-sa3250ch: - @cd $(WORKSRC)/contrib/channel_changers/sa3250ch ; $(CC) $(CFLAGS) -o sa3250ch sa3250ch.c -lrom1394 -lavc1394 -lraw1394 - @$(MAKECOOKIE) - -install-sa3250ch: - @rm -f $(DESTDIR)$(bindir)/sa3250ch - @cp $(WORKSRC)/contrib/channel_changers/sa3250ch/sa3250ch $(DESTDIR)$(bindir)/sa3250ch - @$(MAKECOOKIE) - install-source: @rm -rf $(DESTDIR)$(MYTHTV_SOURCEDIR) @mkdir -p $(DESTDIR)$(MYTHTV_SOURCEDIR) ======================================= --- /trunk/gar-minimyth/script/myth-trunk/mythtv/Makefile Fri Sep 25 15:42:58 2009 +++ /trunk/gar-minimyth/script/myth-trunk/mythtv/Makefile Sun Sep 27 21:36:21 2009 @@ -42,8 +42,8 @@ PWD := $(shell pwd) CONFIGURE_SCRIPTS = $(WORKSRC)/configure -BUILD_SCRIPTS = $(WORKSRC)/Makefile sa3250ch -INSTALL_SCRIPTS = $(WORKSRC)/Makefile sa3250ch source +BUILD_SCRIPTS = $(WORKSRC)/Makefile +INSTALL_SCRIPTS = $(WORKSRC)/Makefile source CONFIGURE_ARGS = \ --compile-type=$(if $(filter yes,$(mm_DEBUG)),"debug","release") \ @@ -134,15 +134,6 @@ checksum-$(DISTNAME).tar.bz2: @$(MAKECOOKIE) -build-sa3250ch: - @cd $(WORKSRC)/contrib/channel_changers/sa3250ch ; $(CC) $(CFLAGS) -o sa3250ch sa3250ch.c -lrom1394 -lavc1394 -lraw1394 - @$(MAKECOOKIE) - -install-sa3250ch: - @rm -f $(DESTDIR)$(bindir)/sa3250ch - @cp $(WORKSRC)/contrib/channel_changers/sa3250ch/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 -~----------~----~----~----~------~----~------~--~---
