1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

net/serviio: adjust to use ffmpeg binary

- Adjust to use ffmpeg binary

Approved by:	portmgr (bapt, implicit)
This commit is contained in:
William Grzybowski 2013-10-21 18:11:39 +00:00
parent cd13c7fb2b
commit 198835b050
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331170
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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"