Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Mar 2013 11:21:26 +0000 (UTC)
From:      Grzegorz Blach <gblach@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r313342 - head/multimedia/mplayer2
Message-ID:  <201303031121.r23BLQvu007480@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gblach
Date: Sun Mar  3 11:21:26 2013
New Revision: 313342
URL: http://svnweb.freebsd.org/changeset/ports/313342

Log:
  - Always enable dvdread
  
  PR:		ports/176604
  Approved by:	crees (mentor)

Modified:
  head/multimedia/mplayer2/Makefile

Modified: head/multimedia/mplayer2/Makefile
==============================================================================
--- head/multimedia/mplayer2/Makefile	Sun Mar  3 10:58:48 2013	(r313341)
+++ head/multimedia/mplayer2/Makefile	Sun Mar  3 11:21:26 2013	(r313342)
@@ -11,7 +11,8 @@ COMMENT=	Advanced general-purpose video 
 LICENSE=	GPLv2
 
 LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png \
-		freetype:${PORTSDIR}/print/freetype2
+		freetype:${PORTSDIR}/print/freetype2 \
+		dvdread:${PORTSDIR}/multimedia/libdvdread
 BUILD_DEPENDS=	ffmpeg1:${PORTSDIR}/multimedia/ffmpeg1 \
 		rst2man:${PORTSDIR}/textproc/py-docutils
 RUN_DEPENDS=	ffmpeg1:${PORTSDIR}/multimedia/ffmpeg1
@@ -49,18 +50,17 @@ MPLAYER2_PORT_VERSION=	2.0.${MPLAYER2_SN
 MAKE_JOBS_SAFE=	yes
 
 OPTIONS_DEFINE=	DEBUG RTC IPV6 SMB JOYSTICK \
-		DVDREAD LIBBLURAY V4L DV THEORA \
+		LIBBLURAY V4L DV THEORA \
 		X11 XINERAMA OPENGL SDL VDPAU GIF CACA \
 		MAD SPEEX LIBCDIO LADSPA REALPLAYER \
 		JACK PULSE PORTAUDIO ASS LIRC
-OPTIONS_DEFAULT=DVDREAD X11 ASS
+OPTIONS_DEFAULT=X11 ASS
 
 .if !defined(PACKAGE_BUILDING)
 OPTIONS_DEFINE+=	WIN32
 OPTIONS_DEFAULT+=	WIN32
 .endif
 
-DVDREAD_DESC=	Enable dvdread support
 RTC_DESC=	Enable kernel realtime clock timing
 PULSE_DESC=	Enable PulseAudio support
 THEORA_DESC=	Enable ogg theora video support
@@ -166,13 +166,6 @@ LIB_DEPENDS+=		bluray:${PORTSDIR}/multim
 CONFIGURE_ARGS+=	--disable-bluray
 .endif
 
-.if ${PORT_OPTIONS:MDVDREAD}
-LIB_DEPENDS+=		dvdread:${PORTSDIR}/multimedia/libdvdread
-CONFIGURE_ARGS+=	--enable-dvdread
-.else
-CONFIGURE_ARGS+=	--disable-dvdread
-.endif
-
 .if ${PORT_OPTIONS:MSMB}
 LIB_DEPENDS+=		smbclient:${PORTSDIR}/net/samba-libsmbclient
 .else



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