Date: Tue, 9 Aug 2016 02:12:32 +0000 (UTC) From: "Carlos J. Puga Medina" <cpm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419898 - head/multimedia/mplayer2 Message-ID: <201608090212.u792CWlY077332@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cpm Date: Tue Aug 9 02:12:32 2016 New Revision: 419898 URL: https://svnweb.freebsd.org/changeset/ports/419898 Log: - Drop support for expired multimedia/linux-realplayer - Bump PORTREVISION PR: 211676 Submitted by: rene Approved by: junovitch (mentor) Modified: head/multimedia/mplayer2/Makefile Modified: head/multimedia/mplayer2/Makefile ============================================================================== --- head/multimedia/mplayer2/Makefile Tue Aug 9 02:05:47 2016 (r419897) +++ head/multimedia/mplayer2/Makefile Tue Aug 9 02:12:32 2016 (r419898) @@ -2,7 +2,7 @@ PORTNAME= mplayer2 PORTVERSION= ${MPLAYER2_PORT_VERSION} -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= multimedia audio MASTER_SITES= LOCAL/gblach/ @@ -37,7 +37,7 @@ MPLAYER2_SNAPSHOT_DATE= 2013-04-28 MPLAYER2_PORT_VERSION= 2.0.${MPLAYER2_SNAPSHOT_DATE:S/-//g} OPTIONS_DEFINE= A52 ASS CACA CDIO DEBUG DV DVDREAD DVDNAV GIF IPV6 JACK LADSPA \ - LIBBLURAY LIRC MAD OPENGL PORTAUDIO PULSEAUDIO REALPLAYER \ + LIBBLURAY LIRC MAD OPENGL PORTAUDIO PULSEAUDIO \ RTC SDL SMB SPEEX THEORA V4L VDPAU X11 XINERAMA OPTIONS_DEFAULT=A52 ASS ENCA DVDREAD DVDNAV VDPAU X11 OPTIONS_SUB= yes @@ -126,10 +126,6 @@ PORTAUDIO_CONFIGURE_OFF=--disable-portau PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio PULSEAUDIO_CONFIGURE_OFF=--disable-pulse -REALPLAYER_BUILD_DEPENDS=realplay:multimedia/linux-realplayer -REALPLAYER_RUN_DEPENDS= realplay:multimedia/linux-realplayer -REALPLAYER_CONFIGURE_OFF=--disable-real - RTC_BUILD_DEPENDS= ${LOCALBASE}/modules/rtc.ko:emulators/rtc RTC_RUN_DEPENDS= ${LOCALBASE}/modules/rtc.ko:emulators/rtc RTC_CONFIGURE_OFF= --disable-rtc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608090212.u792CWlY077332>