[85661] trunk/dports/multimedia/hdhomerun_gui

ecronin at macports.org ecronin at macports.org
Sat Oct 15 08:48:35 PDT 2011


Revision: 85661
          http://trac.macports.org/changeset/85661
Author:   ecronin at macports.org
Date:     2011-10-15 08:48:32 -0700 (Sat, 15 Oct 2011)
Log Message:
-----------
multimedia/hdhomerun_gui: lint nitpick

Modified Paths:
--------------
    trunk/dports/multimedia/hdhomerun_gui/Portfile

Added Paths:
-----------
    trunk/dports/multimedia/hdhomerun_gui/files/patch-firmware_path.diff
    trunk/dports/multimedia/hdhomerun_gui/files/patch-libhdhomerun.diff
    trunk/dports/multimedia/hdhomerun_gui/files/patch-missing_frameworks.diff
    trunk/dports/multimedia/hdhomerun_gui/files/patch-vlc_args.diff

Removed Paths:
-------------
    trunk/dports/multimedia/hdhomerun_gui/files/firmware_path.diff
    trunk/dports/multimedia/hdhomerun_gui/files/libhdhomerun.diff
    trunk/dports/multimedia/hdhomerun_gui/files/missing_frameworks.diff
    trunk/dports/multimedia/hdhomerun_gui/files/vlc_args.diff

Modified: trunk/dports/multimedia/hdhomerun_gui/Portfile
===================================================================
--- trunk/dports/multimedia/hdhomerun_gui/Portfile	2011-10-15 14:46:21 UTC (rev 85660)
+++ trunk/dports/multimedia/hdhomerun_gui/Portfile	2011-10-15 15:48:32 UTC (rev 85661)
@@ -15,11 +15,11 @@
 
 master_sites        http://download.silicondust.com/hdhomerun
 distname            hdhomerun_config_gui_${version}
-patchfiles          libhdhomerun.diff \
-                    firmware_path.diff \
-                    missing_frameworks.diff
+patchfiles          patch-libhdhomerun.diff \
+                    patch-firmware_path.diff \
+                    patch-missing_frameworks.diff
 # Until MacPorts updates VLC to 1.1.x we need this
-patchfiles-append   vlc_args.diff
+patchfiles-append   patch-vlc_args.diff
 patch.args          -p1
 extract.suffix      .tgz
 worksrcdir          hdhomerun_config_gui

Deleted: trunk/dports/multimedia/hdhomerun_gui/files/firmware_path.diff
===================================================================
--- trunk/dports/multimedia/hdhomerun_gui/files/firmware_path.diff	2011-10-15 14:46:21 UTC (rev 85660)
+++ trunk/dports/multimedia/hdhomerun_gui/files/firmware_path.diff	2011-10-15 15:48:32 UTC (rev 85661)
@@ -1,14 +0,0 @@
-diff -ur hdhomerun_config_gui.orig/src/HDHRConfig.cpp hdhomerun_config_gui/src/HDHRConfig.cpp
---- hdhomerun_config_gui.orig/src/HDHRConfig.cpp	2011-04-30 20:22:40.000000000 -0400
-+++ hdhomerun_config_gui/src/HDHRConfig.cpp	2011-04-30 20:27:51.000000000 -0400
-@@ -971,7 +971,9 @@
- 
- 	if (filename[0] != '\0') {
- 		gtk_file_chooser_set_filename(GTK_FILE_CHOOSER(dialog), filename);
--	}
-+	} else {
-+		gtk_file_chooser_set_current_folder(GTK_FILE_CHOOSER(dialog), "@FIRMWARE_DIR@");
-+	}
- 
- 	if (gtk_dialog_run(GTK_DIALOG(dialog)) == GTK_RESPONSE_ACCEPT) {
- 		filename = gtk_file_chooser_get_filename(GTK_FILE_CHOOSER(dialog));

Deleted: trunk/dports/multimedia/hdhomerun_gui/files/libhdhomerun.diff
===================================================================
--- trunk/dports/multimedia/hdhomerun_gui/files/libhdhomerun.diff	2011-10-15 14:46:21 UTC (rev 85660)
+++ trunk/dports/multimedia/hdhomerun_gui/files/libhdhomerun.diff	2011-10-15 15:48:32 UTC (rev 85661)
@@ -1,59 +0,0 @@
-diff -ur hdhomerun_config_gui.orig/Makefile.in hdhomerun_config_gui/Makefile.in
---- hdhomerun_config_gui.orig/Makefile.in	2011-04-30 18:26:07.000000000 -0400
-+++ hdhomerun_config_gui/Makefile.in	2011-04-30 18:29:17.000000000 -0400
-@@ -177,7 +177,7 @@
- target_alias = @target_alias@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
--SUBDIRS = ../libhdhomerun src po
-+SUBDIRS = src po
- EXTRA_DIST = \
- 	autogen.sh \
- 	hdhomerun_config.glade \
-diff -ur hdhomerun_config_gui.orig/src/Makefile.in hdhomerun_config_gui/src/Makefile.in
---- hdhomerun_config_gui.orig/src/Makefile.in	2011-04-30 18:26:07.000000000 -0400
-+++ hdhomerun_config_gui/src/Makefile.in	2011-04-30 18:32:04.000000000 -0400
-@@ -176,7 +176,6 @@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
- INCLUDES = \
--	-I../../libhdhomerun \
- 	-DPACKAGE_DATA_DIR=\""$(datadir)"\" \
- 	-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
- 	@PACKAGE_CFLAGS@
-@@ -192,7 +191,7 @@
- 	HDHRConfig.cpp HDHRConfig.h
- 
- hdhomerun_config_gui_LDADD = \
--	-L../../libhdhomerun -lhdhomerun \
-+	-lhdhomerun \
- 	@PACKAGE_LIBS@ $(INTLLIBS)
- 
- all: all-am
-@@ -412,7 +411,7 @@
- 
- install-dvi: install-dvi-am
- 
--install-exec-am: install-binPROGRAMS install-exec-local
-+install-exec-am: install-binPROGRAMS
- 
- install-html: install-html-am
- 
-@@ -452,7 +451,7 @@
- 	distclean-generic distclean-tags distdir dvi dvi-am html \
- 	html-am info info-am install install-am install-binPROGRAMS \
- 	install-data install-data-am install-dvi install-dvi-am \
--	install-exec install-exec-am install-exec-local install-html \
-+	install-exec install-exec-am install-html \
- 	install-html-am install-info install-info-am install-man \
- 	install-pdf install-pdf-am install-ps install-ps-am \
- 	install-strip installcheck installcheck-am installdirs \
-@@ -461,8 +460,6 @@
- 	tags uninstall uninstall-am uninstall-binPROGRAMS
- 
- 
--install-exec-local:
--	$(INSTALL) ../../libhdhomerun/libhdhomerun.so $(libdir)
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT:

Deleted: trunk/dports/multimedia/hdhomerun_gui/files/missing_frameworks.diff
===================================================================
--- trunk/dports/multimedia/hdhomerun_gui/files/missing_frameworks.diff	2011-10-15 14:46:21 UTC (rev 85660)
+++ trunk/dports/multimedia/hdhomerun_gui/files/missing_frameworks.diff	2011-10-15 15:48:32 UTC (rev 85661)
@@ -1,11 +0,0 @@
-diff -ur hdhomerun_config_gui.orig/src/Makefile.in hdhomerun_config_gui/src/Makefile.in
---- hdhomerun_config_gui.orig/src/Makefile.in	2011-08-09 19:42:56.000000000 -0400
-+++ hdhomerun_config_gui/src/Makefile.in	2011-08-09 19:45:12.000000000 -0400
-@@ -192,6 +192,7 @@
- 
- hdhomerun_config_gui_LDADD = \
- 	-lhdhomerun \
-+	-framework CoreFoundation -framework CoreServices \
- 	@PACKAGE_LIBS@ $(INTLLIBS)
- 
- all: all-am

Copied: trunk/dports/multimedia/hdhomerun_gui/files/patch-firmware_path.diff (from rev 85660, trunk/dports/multimedia/hdhomerun_gui/files/firmware_path.diff)
===================================================================
--- trunk/dports/multimedia/hdhomerun_gui/files/patch-firmware_path.diff	                        (rev 0)
+++ trunk/dports/multimedia/hdhomerun_gui/files/patch-firmware_path.diff	2011-10-15 15:48:32 UTC (rev 85661)
@@ -0,0 +1,14 @@
+diff -ur hdhomerun_config_gui.orig/src/HDHRConfig.cpp hdhomerun_config_gui/src/HDHRConfig.cpp
+--- hdhomerun_config_gui.orig/src/HDHRConfig.cpp	2011-04-30 20:22:40.000000000 -0400
++++ hdhomerun_config_gui/src/HDHRConfig.cpp	2011-04-30 20:27:51.000000000 -0400
+@@ -971,7 +971,9 @@
+ 
+ 	if (filename[0] != '\0') {
+ 		gtk_file_chooser_set_filename(GTK_FILE_CHOOSER(dialog), filename);
+-	}
++	} else {
++		gtk_file_chooser_set_current_folder(GTK_FILE_CHOOSER(dialog), "@FIRMWARE_DIR@");
++	}
+ 
+ 	if (gtk_dialog_run(GTK_DIALOG(dialog)) == GTK_RESPONSE_ACCEPT) {
+ 		filename = gtk_file_chooser_get_filename(GTK_FILE_CHOOSER(dialog));

Copied: trunk/dports/multimedia/hdhomerun_gui/files/patch-libhdhomerun.diff (from rev 85660, trunk/dports/multimedia/hdhomerun_gui/files/libhdhomerun.diff)
===================================================================
--- trunk/dports/multimedia/hdhomerun_gui/files/patch-libhdhomerun.diff	                        (rev 0)
+++ trunk/dports/multimedia/hdhomerun_gui/files/patch-libhdhomerun.diff	2011-10-15 15:48:32 UTC (rev 85661)
@@ -0,0 +1,59 @@
+diff -ur hdhomerun_config_gui.orig/Makefile.in hdhomerun_config_gui/Makefile.in
+--- hdhomerun_config_gui.orig/Makefile.in	2011-04-30 18:26:07.000000000 -0400
++++ hdhomerun_config_gui/Makefile.in	2011-04-30 18:29:17.000000000 -0400
+@@ -177,7 +177,7 @@
+ target_alias = @target_alias@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+-SUBDIRS = ../libhdhomerun src po
++SUBDIRS = src po
+ EXTRA_DIST = \
+ 	autogen.sh \
+ 	hdhomerun_config.glade \
+diff -ur hdhomerun_config_gui.orig/src/Makefile.in hdhomerun_config_gui/src/Makefile.in
+--- hdhomerun_config_gui.orig/src/Makefile.in	2011-04-30 18:26:07.000000000 -0400
++++ hdhomerun_config_gui/src/Makefile.in	2011-04-30 18:32:04.000000000 -0400
+@@ -176,7 +176,6 @@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+ INCLUDES = \
+-	-I../../libhdhomerun \
+ 	-DPACKAGE_DATA_DIR=\""$(datadir)"\" \
+ 	-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
+ 	@PACKAGE_CFLAGS@
+@@ -192,7 +191,7 @@
+ 	HDHRConfig.cpp HDHRConfig.h
+ 
+ hdhomerun_config_gui_LDADD = \
+-	-L../../libhdhomerun -lhdhomerun \
++	-lhdhomerun \
+ 	@PACKAGE_LIBS@ $(INTLLIBS)
+ 
+ all: all-am
+@@ -412,7 +411,7 @@
+ 
+ install-dvi: install-dvi-am
+ 
+-install-exec-am: install-binPROGRAMS install-exec-local
++install-exec-am: install-binPROGRAMS
+ 
+ install-html: install-html-am
+ 
+@@ -452,7 +451,7 @@
+ 	distclean-generic distclean-tags distdir dvi dvi-am html \
+ 	html-am info info-am install install-am install-binPROGRAMS \
+ 	install-data install-data-am install-dvi install-dvi-am \
+-	install-exec install-exec-am install-exec-local install-html \
++	install-exec install-exec-am install-html \
+ 	install-html-am install-info install-info-am install-man \
+ 	install-pdf install-pdf-am install-ps install-ps-am \
+ 	install-strip installcheck installcheck-am installdirs \
+@@ -461,8 +460,6 @@
+ 	tags uninstall uninstall-am uninstall-binPROGRAMS
+ 
+ 
+-install-exec-local:
+-	$(INSTALL) ../../libhdhomerun/libhdhomerun.so $(libdir)
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:

Copied: trunk/dports/multimedia/hdhomerun_gui/files/patch-missing_frameworks.diff (from rev 85660, trunk/dports/multimedia/hdhomerun_gui/files/missing_frameworks.diff)
===================================================================
--- trunk/dports/multimedia/hdhomerun_gui/files/patch-missing_frameworks.diff	                        (rev 0)
+++ trunk/dports/multimedia/hdhomerun_gui/files/patch-missing_frameworks.diff	2011-10-15 15:48:32 UTC (rev 85661)
@@ -0,0 +1,11 @@
+diff -ur hdhomerun_config_gui.orig/src/Makefile.in hdhomerun_config_gui/src/Makefile.in
+--- hdhomerun_config_gui.orig/src/Makefile.in	2011-08-09 19:42:56.000000000 -0400
++++ hdhomerun_config_gui/src/Makefile.in	2011-08-09 19:45:12.000000000 -0400
+@@ -192,6 +192,7 @@
+ 
+ hdhomerun_config_gui_LDADD = \
+ 	-lhdhomerun \
++	-framework CoreFoundation -framework CoreServices \
+ 	@PACKAGE_LIBS@ $(INTLLIBS)
+ 
+ all: all-am

Copied: trunk/dports/multimedia/hdhomerun_gui/files/patch-vlc_args.diff (from rev 85660, trunk/dports/multimedia/hdhomerun_gui/files/vlc_args.diff)
===================================================================
--- trunk/dports/multimedia/hdhomerun_gui/files/patch-vlc_args.diff	                        (rev 0)
+++ trunk/dports/multimedia/hdhomerun_gui/files/patch-vlc_args.diff	2011-10-15 15:48:32 UTC (rev 85661)
@@ -0,0 +1,12 @@
+diff -ur hdhomerun_config_gui.orig/src/Viewer.cpp hdhomerun_config_gui/src/Viewer.cpp
+--- hdhomerun_config_gui.orig/src/Viewer.cpp	2011-04-30 21:30:13.000000000 -0400
++++ hdhomerun_config_gui/src/Viewer.cpp	2011-04-30 21:30:48.000000000 -0400
+@@ -158,7 +158,7 @@
+ #else
+ 	Process = fork();
+ 	if (Process == 0) {
+-		execlp(ExeName.c_str(), ExeName.c_str(), "--vout-filter", "deinterlace", "udp://@127.0.0.1:5000", (char *) NULL);
++		execlp(ExeName.c_str(), ExeName.c_str(), "--vout-filter=deinterlace", "--play-and-exit", "udp://@127.0.0.1:5000", (char *) NULL);
+ 		_exit(0);
+ 	}
+ #endif

Deleted: trunk/dports/multimedia/hdhomerun_gui/files/vlc_args.diff
===================================================================
--- trunk/dports/multimedia/hdhomerun_gui/files/vlc_args.diff	2011-10-15 14:46:21 UTC (rev 85660)
+++ trunk/dports/multimedia/hdhomerun_gui/files/vlc_args.diff	2011-10-15 15:48:32 UTC (rev 85661)
@@ -1,12 +0,0 @@
-diff -ur hdhomerun_config_gui.orig/src/Viewer.cpp hdhomerun_config_gui/src/Viewer.cpp
---- hdhomerun_config_gui.orig/src/Viewer.cpp	2011-04-30 21:30:13.000000000 -0400
-+++ hdhomerun_config_gui/src/Viewer.cpp	2011-04-30 21:30:48.000000000 -0400
-@@ -158,7 +158,7 @@
- #else
- 	Process = fork();
- 	if (Process == 0) {
--		execlp(ExeName.c_str(), ExeName.c_str(), "--vout-filter", "deinterlace", "udp://@127.0.0.1:5000", (char *) NULL);
-+		execlp(ExeName.c_str(), ExeName.c_str(), "--vout-filter=deinterlace", "--play-and-exit", "udp://@127.0.0.1:5000", (char *) NULL);
- 		_exit(0);
- 	}
- #endif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111015/0f4700fb/attachment-0001.html>


More information about the macports-changes mailing list