mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 2.0.20130428
- Remove joystick option, due to dependency on expired devel/linux-js Approved by: crees, tabthorpe (mentors, implicit)
This commit is contained in:
parent
6187264709
commit
66f14f6684
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325023
2 changed files with 5 additions and 15 deletions
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
PORTNAME= mplayer2
|
PORTNAME= mplayer2
|
||||||
PORTVERSION= ${MPLAYER2_PORT_VERSION}
|
PORTVERSION= ${MPLAYER2_PORT_VERSION}
|
||||||
PORTREVISION= 2
|
|
||||||
CATEGORIES= multimedia audio
|
CATEGORIES= multimedia audio
|
||||||
MASTER_SITES= LOCAL/gblach/
|
MASTER_SITES= LOCAL/gblach/
|
||||||
|
|
||||||
|
@ -15,7 +14,7 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \
|
||||||
freetype:${PORTSDIR}/print/freetype2 \
|
freetype:${PORTSDIR}/print/freetype2 \
|
||||||
dvdread:${PORTSDIR}/multimedia/libdvdread
|
dvdread:${PORTSDIR}/multimedia/libdvdread
|
||||||
BUILD_DEPENDS= ffmpeg1:${PORTSDIR}/multimedia/ffmpeg1 \
|
BUILD_DEPENDS= ffmpeg1:${PORTSDIR}/multimedia/ffmpeg1 \
|
||||||
python3:${PORTSDIR}/lang/python33 \
|
python3:${PORTSDIR}/lang/python3 \
|
||||||
rst2man:${PORTSDIR}/textproc/py-docutils
|
rst2man:${PORTSDIR}/textproc/py-docutils
|
||||||
RUN_DEPENDS= ffmpeg1:${PORTSDIR}/multimedia/ffmpeg1
|
RUN_DEPENDS= ffmpeg1:${PORTSDIR}/multimedia/ffmpeg1
|
||||||
|
|
||||||
|
@ -44,12 +43,11 @@ CONFIGURE_ARGS= --cc=${CC} \
|
||||||
MAKE_ARGS+= BINDIR=${PREFIX}/bin \
|
MAKE_ARGS+= BINDIR=${PREFIX}/bin \
|
||||||
CONFDIR=${PREFIX}/etc/mplayer
|
CONFDIR=${PREFIX}/etc/mplayer
|
||||||
|
|
||||||
MPLAYER2_SNAPSHOT_DATE= 2013-01-26
|
MPLAYER2_SNAPSHOT_DATE= 2013-04-28
|
||||||
MPLAYER2_PORT_VERSION= 2.0.${MPLAYER2_SNAPSHOT_DATE:S/-//g}
|
MPLAYER2_PORT_VERSION= 2.0.${MPLAYER2_SNAPSHOT_DATE:S/-//g}
|
||||||
|
|
||||||
|
|
||||||
OPTIONS_DEFINE= DEBUG RTC IPV6 SMB JOYSTICK \
|
OPTIONS_DEFINE= DEBUG RTC IPV6 SMB LIBBLURAY V4L DV THEORA \
|
||||||
LIBBLURAY V4L DV THEORA \
|
|
||||||
X11 XINERAMA OPENGL SDL VDPAU GIF CACA \
|
X11 XINERAMA OPENGL SDL VDPAU GIF CACA \
|
||||||
MAD SPEEX LIBCDIO LADSPA REALPLAYER \
|
MAD SPEEX LIBCDIO LADSPA REALPLAYER \
|
||||||
JACK PULSE PORTAUDIO ASS LIRC
|
JACK PULSE PORTAUDIO ASS LIRC
|
||||||
|
@ -68,7 +66,6 @@ WIN32_DESC= Enable win32 codec set on the IA32 arch
|
||||||
REALPLAYER_DESC=Enable realplayer plugin
|
REALPLAYER_DESC=Enable realplayer plugin
|
||||||
LIRC_DESC= Enable lirc support
|
LIRC_DESC= Enable lirc support
|
||||||
LIBCDIO_DESC= Enable libcdio support
|
LIBCDIO_DESC= Enable libcdio support
|
||||||
JOYSTICK_DESC= Enable joystick support
|
|
||||||
V4L_DESC= Enable Video4Linux TV support
|
V4L_DESC= Enable Video4Linux TV support
|
||||||
|
|
||||||
MAN1= mplayer.1
|
MAN1= mplayer.1
|
||||||
|
@ -275,13 +272,6 @@ DEFAULT_KERN_HZ=${WITH_KERN_HZ}
|
||||||
DEFAULT_KERN_HZ=1024
|
DEFAULT_KERN_HZ=1024
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MJOYSTICK}
|
|
||||||
BUILD_DEPENDS+= ${LOCALBASE}/include/linux/joystick.h:${PORTSDIR}/devel/linux-js
|
|
||||||
CONFIGURE_ARGS+= --enable-joystick
|
|
||||||
.else
|
|
||||||
CONFIGURE_ARGS+= --disable-joystick
|
|
||||||
.endif
|
|
||||||
|
|
||||||
pre-everything::
|
pre-everything::
|
||||||
@${ECHO_MSG} "N - O - T - E"
|
@${ECHO_MSG} "N - O - T - E"
|
||||||
@${ECHO_MSG} ""
|
@${ECHO_MSG} ""
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (mplayer2-2.0.20130126.tar.xz) = 2dc6f852d8fe09e90cc4d816fe91537b571132b91582b291bdaa072a67470f73
|
SHA256 (mplayer2-2.0.20130428.tar.xz) = 03629270254ef8e06b7be8d25d532400a71cad07e5bdac1dd4cd64b33dbe69c9
|
||||||
SIZE (mplayer2-2.0.20130126.tar.xz) = 1918172
|
SIZE (mplayer2-2.0.20130428.tar.xz) = 1918584
|
||||||
|
|
Loading…
Add table
Reference in a new issue