svn commit: r507508 - head/multimedia/tvheadend

Bernhard Froehlich decke at FreeBSD.org
Sun Jul 28 11:09:19 UTC 2019


Author: decke
Date: Sun Jul 28 11:09:18 2019
New Revision: 507508
URL: https://svnweb.freebsd.org/changeset/ports/507508

Log:
  multimedia/tvheadend: Improve pkg-message to describe "-C" flag
  which is needed for setting the admin password.
  Also add a hint for IPTV users which might need a symlink for
  ffmpeg if they use one of the very popular channel lists.

Modified:
  head/multimedia/tvheadend/Makefile
  head/multimedia/tvheadend/pkg-message

Modified: head/multimedia/tvheadend/Makefile
==============================================================================
--- head/multimedia/tvheadend/Makefile	Sun Jul 28 10:26:50 2019	(r507507)
+++ head/multimedia/tvheadend/Makefile	Sun Jul 28 11:09:18 2019	(r507508)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tvheadend
 PORTVERSION=	4.2.8
-PORTREVISION=	1
+PORTREVISION=	2
 DISTVERSIONPREFIX=	v
 CATEGORIES=	multimedia
 

Modified: head/multimedia/tvheadend/pkg-message
==============================================================================
--- head/multimedia/tvheadend/pkg-message	Sun Jul 28 10:26:50 2019	(r507507)
+++ head/multimedia/tvheadend/pkg-message	Sun Jul 28 11:09:18 2019	(r507508)
@@ -2,10 +2,17 @@
 
 For the first start in your /etc/rc.conf:
   tvheadend_enable="YES"
+  tvheadend_flags="-C"
 
+As soon as you have set an admin password the second line is not needed
+anymore and should be removed.
+
 If you plan to use webcamd you need to add tvheadend to the webcamd group.
 
   pw usermod tvheadend -G webcamd
+
+Some IPTV channel lists expect ffmpeg on a static path (/usr/bin/ffmpeg)
+so either fix the m3u file or add an symlink.
 
 Patches, feedback and help are always welcome!
 


More information about the svn-ports-head mailing list