View | Details | Raw Unified | Return to bug 185142
Collapse All | Expand All

(-)b/mencoder/Makefile (-1 / +1 lines)
Lines 23-29 Link Here
23
OPUS_DESC?=	Opus decoding with libopus
23
OPUS_DESC?=	Opus decoding with libopus
24
OTCHAIN_DESC?=	Use gcc 4.6+ toolchain on legacy systems
24
OTCHAIN_DESC?=	Use gcc 4.6+ toolchain on legacy systems
25
REAL_DESC?=	Enable realplayer plugin
25
REAL_DESC?=	Enable realplayer plugin
26
RTCPU_DESC?=	Use runtime CPU detection
26
RTCPU_DESC?=	Use runtime CPU detection on supported archs
27
WIN32_DESC?=	Install win32 binary codecs
27
WIN32_DESC?=	Install win32 binary codecs
28
28
29
RESTRICTED=	Port has restricted dependencies
29
RESTRICTED=	Port has restricted dependencies
(-)b/mencoder/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (mplayer-1.1.20131109.tar.xz) = 5647919b61f01396af20273419d5fc74f8b3523177c40e7d1ca063ad45eb13eb
1
SHA256 (mplayer-1.1.20131223.tar.xz) = 925401be982510bf1a04da771aa7cbaca27c1acefc70d23100cf2120ba42c7ab
2
SIZE (mplayer-1.1.20131109.tar.xz) = 10738036
2
SIZE (mplayer-1.1.20131223.tar.xz) = 10922300
(-)b/mplayer/Makefile (-3 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	mplayer
4
PORTNAME=	mplayer
5
PORTVERSION=	${MPLAYER_PORT_VERSION}
5
PORTVERSION=	${MPLAYER_PORT_VERSION}
6
PORTREVISION=	1
6
PORTREVISION=	0
7
7
8
COMMENT=	High performance media player supporting many formats
8
COMMENT=	High performance media player supporting many formats
9
9
Lines 31-37 Link Here
31
OTCHAIN_DESC?=	Use gcc 4.6+ toolchain on legacy systems
31
OTCHAIN_DESC?=	Use gcc 4.6+ toolchain on legacy systems
32
REAL_DESC?=	Enable realplayer plugin
32
REAL_DESC?=	Enable realplayer plugin
33
RTC_DESC?=	Add support for kernel real time clock
33
RTC_DESC?=	Add support for kernel real time clock
34
RTCPU_DESC?=	Use runtime CPU detection
34
RTCPU_DESC?=	Use runtime CPU detection on supported archs
35
SKINS_DESC?=	Install skins for GUI
35
SKINS_DESC?=	Install skins for GUI
36
WIN32_DESC?=	Install win32 binary codecs
36
WIN32_DESC?=	Install win32 binary codecs
37
X11DGA_DESC?=	X11 DGA video driver support
37
X11DGA_DESC?=	X11 DGA video driver support
Lines 180-185 Link Here
180
	@(cd ${STAGEDIR}${MAN1PREFIX}/man/man1 && ${LN} -sf mplayer.1.gz gmplayer.1.gz)
180
	@(cd ${STAGEDIR}${MAN1PREFIX}/man/man1 && ${LN} -sf mplayer.1.gz gmplayer.1.gz)
181
	${CP} -f ${WRKSRC}/etc/mplayer256x256.png ${STAGEDIR}${LOCALBASE}/share/pixmaps/mplayer.png
181
	${CP} -f ${WRKSRC}/etc/mplayer256x256.png ${STAGEDIR}${LOCALBASE}/share/pixmaps/mplayer.png
182
.endif
182
.endif
183
	@${CAT} ${PKGMESSAGE}
184
183
185
.include <bsd.port.post.mk>
184
.include <bsd.port.post.mk>
(-)b/mplayer/Makefile.options (-6 / +10 lines)
Lines 112-119 Link Here
112
#On i386, gcc runs out of general purpose registers when
112
#On i386, gcc runs out of general purpose registers when
113
#trying to compile a debug version with the default flags.
113
#trying to compile a debug version with the default flags.
114
.if ${PORT_OPTIONS:MDEBUG}
114
.if ${PORT_OPTIONS:MDEBUG}
115
WITH_DEBUG=	yes
116
CONFIGURE_ARGS=+	--enable-debug
115
.if ${ARCH} == "i386"
117
.if ${ARCH} == "i386"
116
DEBUG_FLAGS=	-g -O -fomit-frame-pointer
118
DEBUG_FLAGS=	-g -fomit-frame-pointer
117
.endif
119
.endif
118
.else
120
.else
119
.if ${PORT_OPTIONS:MOCFLAGS}
121
.if ${PORT_OPTIONS:MOCFLAGS}
Lines 128-133 Link Here
128
MPLAYER_CLANG_SUPPORTED_ARCH=	yes
130
MPLAYER_CLANG_SUPPORTED_ARCH=	yes
129
.endif
131
.endif
130
132
133
# Supported architectures for runtime CPU detection
134
.if ${ARCH} == "amd64" || ${ARCH} == "i386" || ${ARCH} == "ppc"
135
MPLAYER_RTCPU_SUPPORTED_ARCH=	yes
136
.endif
137
131
# Unsupported architectures for inline assembly
138
# Unsupported architectures for inline assembly
132
.if ${ARCH} == "ppc"
139
.if ${ARCH} == "ppc"
133
CONFIGURE_ARGS+=	--disable-asm
140
CONFIGURE_ARGS+=	--disable-asm
Lines 137-148 Link Here
137
.if ${ARCH} == "sparc64"
144
.if ${ARCH} == "sparc64"
138
BROKEN=		Does not compile on sparc64
145
BROKEN=		Does not compile on sparc64
139
.endif
146
.endif
140
.if ${ARCH} == "ia64"
141
BROKEN=		Does not detect CPU correctly on ia64
142
.endif
143
147
144
148
.if ${PORT_OPTIONS:MRTCPU} \
145
.if ${PORT_OPTIONS:MRTCPU}
149
	&& defined(MPLAYER_RTCPU_SUPPORTED_ARCH)
146
CONFIGURE_ARGS+=--enable-runtime-cpudetection
150
CONFIGURE_ARGS+=--enable-runtime-cpudetection
147
.endif
151
.endif
148
152
(-)b/mplayer/Makefile.shared (-1 / +1 lines)
Lines 4-10 Link Here
4
#
4
#
5
# $FreeBSD: head/multimedia/mplayer/Makefile.shared 336566 2013-12-15 18:50:51Z thierry $
5
# $FreeBSD: head/multimedia/mplayer/Makefile.shared 336566 2013-12-15 18:50:51Z thierry $
6
6
7
MPLAYER_SNAPSHOT_DATE=	2013-11-09
7
MPLAYER_SNAPSHOT_DATE=	2013-12-23
8
MPLAYER_PORT_VERSION=	1.1.r${MPLAYER_SNAPSHOT_DATE:S/-//g}
8
MPLAYER_PORT_VERSION=	1.1.r${MPLAYER_SNAPSHOT_DATE:S/-//g}
9
CATEGORIES?=	multimedia audio
9
CATEGORIES?=	multimedia audio
10
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
10
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
(-)b/mplayer/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (mplayer-1.1.20131109.tar.xz) = 5647919b61f01396af20273419d5fc74f8b3523177c40e7d1ca063ad45eb13eb
1
SHA256 (mplayer-1.1.20131223.tar.xz) = 925401be982510bf1a04da771aa7cbaca27c1acefc70d23100cf2120ba42c7ab
2
SIZE (mplayer-1.1.20131109.tar.xz) = 10738036
2
SIZE (mplayer-1.1.20131223.tar.xz) = 10922300

Return to bug 185142