diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2018-09-21 09:41:54 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2018-09-21 09:41:54 +0000 |
commit | fec7912991d26c1787ca4346f24f13959f518759 (patch) | |
tree | eddc7d46dbbfadf512df111cf19f6619f6360fd9 /multimedia/mplayer | |
parent | 870059201dfb6302dea343155ca736d55dc04911 (diff) |
Update to upstream snapshot as of 2018-09-20
Details:
- Update to latest upstream snapshot as of 2018-09-20
- Fix build warnings due to USES for gnome and gl
Notes
Notes:
svn path=/head/; revision=480245
Diffstat (limited to 'multimedia/mplayer')
-rw-r--r-- | multimedia/mplayer/Makefile | 1 | ||||
-rw-r--r-- | multimedia/mplayer/Makefile.common | 2 | ||||
-rw-r--r-- | multimedia/mplayer/Makefile.optvars | 2 | ||||
-rw-r--r-- | multimedia/mplayer/distinfo | 6 |
4 files changed, 6 insertions, 5 deletions
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile index f0e37ad58e35..9aa2b1f97b0a 100644 --- a/multimedia/mplayer/Makefile +++ b/multimedia/mplayer/Makefile @@ -3,7 +3,6 @@ PORTNAME= mplayer PORTVERSION= ${MPLAYER_PORT_VERSION}.${MPLAYER_SNAPSHOT_DATE:S/-//g} -PORTREVISION= 5 CATEGORIES= multimedia audio MAINTAINER= riggs@FreeBSD.org diff --git a/multimedia/mplayer/Makefile.common b/multimedia/mplayer/Makefile.common index 7422d82d0184..357a7ede58f8 100644 --- a/multimedia/mplayer/Makefile.common +++ b/multimedia/mplayer/Makefile.common @@ -5,7 +5,7 @@ # $FreeBSD$ MPLAYER_PORT_VERSION= 1.3.0 -MPLAYER_SNAPSHOT_DATE= 2018-04-13 +MPLAYER_SNAPSHOT_DATE= 2018-09-20 MASTER_SITES= LOCAL/riggs/mplayer DISTNAME= mplayer-${MPLAYER_PORT_VERSION}.${MPLAYER_SNAPSHOT_DATE:S/-//g} WRKSRC= ${WRKDIR}/mplayer-export-${MPLAYER_SNAPSHOT_DATE} diff --git a/multimedia/mplayer/Makefile.optvars b/multimedia/mplayer/Makefile.optvars index f0d622b708a8..a91b853031e7 100644 --- a/multimedia/mplayer/Makefile.optvars +++ b/multimedia/mplayer/Makefile.optvars @@ -54,6 +54,7 @@ GSM_CONFIGURE_OFF= --disable-libgsm GUI_CONFIGURE_ENABLE= gui GUI_USE= GNOME=gtk20 +GUI_USES= gnome GUI_DESKTOP_ENTRIES= "MPlayer" "High performance media player" "mplayer" "gmplayer" "" false GUI_IMPLIES= ASS X11 @@ -82,6 +83,7 @@ OPENAL_USES= openal:soft OPENAL_CONFIGURE_OFF= --disable-openal OPENGL_USE= GL=gl +OPENGL_USES= gl OPENGL_CONFIGURE_OFF= --disable-gl OPENGL_IMPLIES= X11 diff --git a/multimedia/mplayer/distinfo b/multimedia/mplayer/distinfo index f66f4071c065..1e48941a487f 100644 --- a/multimedia/mplayer/distinfo +++ b/multimedia/mplayer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1523710560 -SHA256 (mplayer-1.3.0.20180413.tar.xz) = 542c33d66976e603408b45054c82f8a6ee21d95eee901b941e71bc4261c954a2 -SIZE (mplayer-1.3.0.20180413.tar.xz) = 5184616 +TIMESTAMP = 1537517271 +SHA256 (mplayer-1.3.0.20180920.tar.xz) = da815df780c0d4310df94aa92822f6345115cd331d5c583d9bdc2735d81170ae +SIZE (mplayer-1.3.0.20180920.tar.xz) = 5185544 |