mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
net/serviio: adjust to use ffmpeg binary
- Adjust to use ffmpeg binary Approved by: portmgr (bapt, implicit)
This commit is contained in:
parent
cd13c7fb2b
commit
198835b050
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331170
@ -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
|
||||
|
@ -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"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user