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

(-)Makefile (-3 / +5 lines)
Lines 270-276 Link Here
270
270
271
PORTNAME=	mplayer
271
PORTNAME=	mplayer
272
PORTVERSION=	0.99.7
272
PORTVERSION=	0.99.7
273
PORTREVISION=	9
273
PORTREVISION=	10
274
CATEGORIES=	multimedia audio ipv6
274
CATEGORIES=	multimedia audio ipv6
275
MASTER_SITES=	http://www1.mplayerhq.hu/MPlayer/releases/ \
275
MASTER_SITES=	http://www1.mplayerhq.hu/MPlayer/releases/ \
276
		http://www2.mplayerhq.hu/MPlayer/releases/ \
276
		http://www2.mplayerhq.hu/MPlayer/releases/ \
Lines 291-296 Link Here
291
		http://www.rrr.de/~riggs/mplayer/
291
		http://www.rrr.de/~riggs/mplayer/
292
PATCH_DIST_STRIP=	-p1
292
PATCH_DIST_STRIP=	-p1
293
293
294
SUB_FILES+=	pkg-message
295
SUB_LIST+=	PORTSDIR=${PORTSDIR} PKGORIGIN=${PKGORIGIN}
296
294
LIB_DEPENDS=	png.5:${PORTSDIR}/graphics/png
297
LIB_DEPENDS=	png.5:${PORTSDIR}/graphics/png
295
298
296
USE_BZIP2=	yes
299
USE_BZIP2=	yes
Lines 332-338 Link Here
332
335
333
WANT_GNOME=	yes
336
WANT_GNOME=	yes
334
WANT_SDL=	yes
337
WANT_SDL=	yes
335
USE_REINPLACE=	yes
336
MAN1=		mplayer.1
338
MAN1=		mplayer.1
337
MANCOMPRESSED=	no
339
MANCOMPRESSED=	no
338
340
Lines 928-934 Link Here
928
.if !defined(WITHOUT_GUI)
930
.if !defined(WITHOUT_GUI)
929
	@${LN} -sf ${PREFIX}/bin/mplayer ${PREFIX}/bin/gmplayer
931
	@${LN} -sf ${PREFIX}/bin/mplayer ${PREFIX}/bin/gmplayer
930
.endif
932
.endif
931
	@${CAT} ${.CURDIR}/pkg-message
933
	@${CAT} ${PKGMESSAGE}
932
934
933
install-user:
935
install-user:
934
	@${PERL} ${FILESDIR}/install-user
936
	@${PERL} ${FILESDIR}/install-user
(-)pkg-message (-15 lines)
Removed Link Here
1
This port provides a simple and easy to use
2
tool to provide fonts in OSD.
3
Just cd to the ports directory and type
4
5
make install-user
6
7
Note: This is only for the bitmap fonts! If you've compiled
8
mplayer with truetype support, this won't work.
9
10
Please take a look at docs in
11
/usr/local/share/doc/mplayer
12
13
If you encounter strange problems, please have a look at
14
http://www.rrr.de/~riggs/mplayer/faq_en.html
15
before throwing stones at me :-)
(-)files/pkg-message.in (+17 lines)
Added Link Here
1
===============================================================================
2
This port provides a simple and easy to use tool to provide fonts in OSD.
3
Just 
4
 cd %%PORTSDIR%%/%%PKGORIGIN%%
5
and type
6
 make install-user
7
8
Note: This is only for the bitmap fonts! If you've compiled
9
mplayer with truetype support, this won't work.
10
11
Please take a look at docs in
12
%%DOCSDIR%%
13
14
If you encounter strange problems, please have a look at 
15
http://www.rrr.de/~riggs/mplayer/faq_en.html
16
before throwing stones at me :-)
17
===============================================================================

Return to bug 93959