Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Oct 2013 18:11:39 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331170 - in head/net/serviio: . files
Message-ID:  <201310211811.r9LIBd5d060872@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Mon Oct 21 18:11:39 2013
New Revision: 331170
URL: http://svnweb.freebsd.org/changeset/ports/331170

Log:
  net/serviio: adjust to use ffmpeg binary
  
  - Adjust to use ffmpeg binary
  
  Approved by:	portmgr (bapt, implicit)

Modified:
  head/net/serviio/Makefile
  head/net/serviio/files/serviiod.in

Modified: head/net/serviio/Makefile
==============================================================================
--- head/net/serviio/Makefile	Mon Oct 21 18:07:53 2013	(r331169)
+++ head/net/serviio/Makefile	Mon Oct 21 18:11:39 2013	(r331170)
@@ -3,7 +3,7 @@
 
 PORTNAME=	serviio
 PORTVERSION=	1.3.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net multimedia java www
 MASTER_SITES=	http://download.serviio.org/releases/
 EXTRACT_SUFX=	-linux.tar.gz
@@ -11,7 +11,7 @@ EXTRACT_SUFX=	-linux.tar.gz
 MAINTAINER=	netchild@FreeBSD.org
 COMMENT=	Transcoding DLNA-server implemented in Java
 
-RUN_DEPENDS=	ffmpeg1:${PORTSDIR}/multimedia/ffmpeg1
+RUN_DEPENDS=	ffmpeg:${PORTSDIR}/multimedia/ffmpeg
 
 NO_BUILD=	yes
 USE_JAVA=	yes

Modified: head/net/serviio/files/serviiod.in
==============================================================================
--- head/net/serviio/files/serviiod.in	Mon Oct 21 18:07:53 2013	(r331169)
+++ head/net/serviio/files/serviiod.in	Mon Oct 21 18:11:39 2013	(r331170)
@@ -17,7 +17,7 @@ done
 SERVIIO_CLASS_PATH="$SERVIIO_CLASS_PATH:%%ETCDIR%%"
 
 # Setup Serviio specific properties
-JAVA_OPTS="-Djava.net.preferIPv4Stack=true -Djava.awt.headless=true -Dderby.system.home=/var/db/serviio -Dserviio.home=$HOME -Dffmpeg.location=%%LOCALBASE%%/bin/ffmpeg1"
+JAVA_OPTS="-Djava.net.preferIPv4Stack=true -Djava.awt.headless=true -Dderby.system.home=/var/db/serviio -Dserviio.home=$HOME -Dffmpeg.location=%%LOCALBASE%%/bin/ffmpeg"
 JAVA_OPTS="${JAVA_OPTS} -Djcs.auxiliary.DC.attributes.DiskPath=/var/db/serviio"
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310211811.r9LIBd5d060872>