FreeBSD Bugzilla – Attachment 162591 Details for
Bug 204138
multimedia/tvheadend support for hdhomerun
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
hdhomerun support
tvheadend.hdhomerun.patch (text/plain), 1.79 KB, created by
Karsten Schmidt
on 2015-10-30 06:20:36 UTC
(
hide
)
Description:
hdhomerun support
Filename:
MIME Type:
Creator:
Karsten Schmidt
Created:
2015-10-30 06:20:36 UTC
Size:
1.79 KB
patch
obsolete
>diff -ruN tvheadend.orig/Makefile tvheadend/Makefile >--- tvheadend.orig/Makefile 2015-10-22 12:19:42.000000000 +0200 >+++ tvheadend/Makefile 2015-10-29 02:16:54.941134610 +0100 >@@ -45,7 +45,7 @@ > CFLAGS+= -I${LOCALBASE}/include -Wno-conversion -Wno-int-to-pointer-cast > LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo -lssl -lcrypto -lz > >-OPTIONS_DEFINE= AVAHI DVBCSA TRANSCODING XMLTV >+OPTIONS_DEFINE= AVAHI DVBCSA TRANSCODING XMLTV HDHOMERUN > OPTIONS_DEFAULT=DVBCSA > > AVAHI_LIB_DEPENDS= libavahi-client.so:${PORTSDIR}/net/avahi-app >@@ -58,6 +58,9 @@ > TRANSCODING_LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg > TRANSCODING_CONFIGURE_ENABLE= libav > >+HDHOMERUN_DESC= HDHomerun support (libhdhomerun) >+HDHOMERUN_CONFIGURE_ENABLE= dhomerun_client hdhomerun_static >+ > XMLTV_RUN_DEPENDS= p5-xmltv>=0:${PORTSDIR}/textproc/p5-xmltv > > .include <bsd.port.pre.mk> >diff -ruN tvheadend.orig/files/patch-Makefile.hdhomerun tvheadend/files/patch-Makefile.hdhomerun >--- tvheadend.orig/files/patch-Makefile.hdhomerun 1970-01-01 01:00:00.000000000 +0100 >+++ tvheadend/files/patch-Makefile.hdhomerun 2015-10-29 02:14:34.129150384 +0100 >@@ -0,0 +1,20 @@ >+--- Makefile.hdhomerun.org 2015-10-29 01:58:21.948213435 +0100 >++++ Makefile.hdhomerun 2015-10-29 01:58:26.457211375 +0100 >+@@ -31,7 +31,7 @@ >+ cp "$$TVHEADEND_FILE_CACHE/$$(file)" $(2); \ >+ fi >+ @{ \ >+- sum=$$(sha1sum $(2) | cut -d ' ' -f 1); \ >++ sum=$$(sha1 $(2) | cut -d ' ' -f 4); \ >+ printf "SHA1SUM test '$${sum}' == '$(3)': "; \ >+ test "y$${sum}" = "y$(3)"; \ >+ } >+@@ -75,6 +75,8 @@ >+ $(call DOWNLOAD,$(LIBHDHR_URL),$(LIBHDHRDIR)/$(LIBHDHR_TB),$(LIBHDHR_SHA1)) >+ $(call UNTAR,$(LIBHDHR_TB),z) >+ ln -sf libhdhomerun $(LIBHDHRDIR)/$(LIBHDHR) >++ sed -I '' 's|gcc|cc|' $(LIBHDHRDIR)/$(LIBHDHR)/Makefile >++ >+ @touch $@ >+ >+ $(LIBHDHRDIR)/$(LIBHDHR)/.tvh_build: \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 204138
:
162591
|
162710
|
162711
|
165851