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
This commit is contained in:
parent
870059201d
commit
fec7912991
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480245
6 changed files with 9 additions and 9 deletions
|
@ -3,7 +3,6 @@
|
|||
|
||||
PORTNAME= mencoder
|
||||
PORTVERSION= ${MPLAYER_PORT_VERSION}.${MPLAYER_SNAPSHOT_DATE:S/-//g}
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= multimedia audio
|
||||
|
||||
MAINTAINER= riggs@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1523776583
|
||||
SHA256 (mplayer-1.3.0.20180413.tar.xz) = 542c33d66976e603408b45054c82f8a6ee21d95eee901b941e71bc4261c954a2
|
||||
SIZE (mplayer-1.3.0.20180413.tar.xz) = 5184616
|
||||
TIMESTAMP = 1537521352
|
||||
SHA256 (mplayer-1.3.0.20180920.tar.xz) = da815df780c0d4310df94aa92822f6345115cd331d5c583d9bdc2735d81170ae
|
||||
SIZE (mplayer-1.3.0.20180920.tar.xz) = 5185544
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
PORTNAME= mplayer
|
||||
PORTVERSION= ${MPLAYER_PORT_VERSION}.${MPLAYER_SNAPSHOT_DATE:S/-//g}
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= multimedia audio
|
||||
|
||||
MAINTAINER= riggs@FreeBSD.org
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue