1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Update default OPTIONS.

Enable WEBSERVER and RTMP by default since they are "popular" options and are enabled by default in official XBMC builds.

PR:		ports/166717
Submitted by:	flz
Approved by:	maintainer
Feature safe:	yes
This commit is contained in:
Florent Thoumie 2012-04-11 15:16:18 +00:00
parent 19425757a8
commit 8fb9b2b1af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294649

View File

@ -7,6 +7,7 @@
PORTNAME= xbmc
PORTVERSION= 11.0
PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= http://mirrors.xbmc.org/releases/source/
@ -78,10 +79,10 @@ OPTIONS= AVAHI "Enable Avahi support" on \
NONFREE "Enable non-free components (rar, ccx, ffmpeg)" off \
OSS "Enable experimental OSS support" off \
PULSE "Enable PulseAudio support" off \
RTMP "RTMP support via librtmp" off \
RTMP "RTMP support via librtmp" on \
VAAPI "Enable VAAPI support" off \
VDPAU "Enable VDPAU support" off \
WEBSERVER "Build Internal Webserver" off
WEBSERVER "Build Internal Webserver" on
DESKTOP_ENTRIES="XBMC" \
"${COMMENT}" \