summaryrefslogtreecommitdiff
path: root/multimedia/gmplayer/Makefile
blob: 8db85249954f6a8cbde2a4e8ac226f5ad5220952 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# $NetBSD: Makefile,v 1.43 2006/02/05 23:10:15 joerg Exp $

#
# NOTE: if you are updating both mplayer and gmplayer, you must ensure
# that *both* distinfo files contain the correct, up-to-date files and
# checksums.
#
# NOTE: patches are shared between mplayer and gmplayer!
#

PKGNAME=	gmplayer-${MPLAYER_PKG_VERSION}
PKGREVISION=	5

SKIN_SITES=	http://www1.mplayerhq.hu/MPlayer/Skin/		\
		ftp://ftp1.mplayerhq.hu/MPlayer/Skin/		\
		http://ftp5.mplayerhq.hu/mplayer/Skin/		\
		ftp://ftp5.mplayerhq.hu/mplayer/Skin/		\
		ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/mplayer/ \
		${MASTER_SITE_LOCAL:=mplayer}

.include "../../multimedia/mplayer-share/Makefile.common"

COMMENT=	Software only MPEG-1/2/4 video decoder with a GTK+ interface

SKINS +=	AlienMind-1.2${EXTRACT_SUFX}			\
		Blue-1.4${EXTRACT_SUFX}				\
		BlueHeart-1.5${EXTRACT_SUFX}			\
		CornerMP-1.2${EXTRACT_SUFX}			\
		CornerMP-aqua-1.4${EXTRACT_SUFX}		\
		Cyrus-1.2${EXTRACT_SUFX}			\
		MidnightLove-1.6${EXTRACT_SUFX}			\
		WMP6-2.2${EXTRACT_SUFX}				\
		avifile-1.6${EXTRACT_SUFX}			\
		gnome-1.1${EXTRACT_SUFX}			\
		hayraphon-1.0${EXTRACT_SUFX}			\
		hwswskin-1.1${EXTRACT_SUFX}			\
		mentalic-1.2${EXTRACT_SUFX}			\
		neutron-1.5${EXTRACT_SUFX}			\
		phony-1.1${EXTRACT_SUFX}			\
		plastic-1.2${EXTRACT_SUFX}			\
		proton-1.2${EXTRACT_SUFX}			\
		slim-1.2${EXTRACT_SUFX}				\
		xanim-1.6${EXTRACT_SUFX}			\
		xine-lcd-1.2${EXTRACT_SUFX}

.if !defined(SITES_AlienMind-1.2.tar.bz2)
.  for skin in ${SKINS}
SITES_${skin}= ${SKIN_SITES}
.  endfor
.endif

DISTFILES+=	${DISTNAME}${EXTRACT_SUFX}
DISTFILES+=	${SKINS}
DISTINFO_FILE=	${.CURDIR}/distinfo
DIST_SUBDIR=	${PKGNAME_NOREV}-20060123

USE_TOOLS+=		gtar
CONFIGURE_ARGS+=	--enable-gui --disable-mencoder \
			--confdir=${PREFIX}/share/mplayer

INSTALLATION_DIRS=	bin

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/mplayer ${PREFIX}/bin/gmplayer
	${INSTALL_DATA_DIR} ${PREFIX}/share/mplayer/Skin
.for SKIN in ${SKINS}
	@${ECHO_MSG} "Installing skin ${SKIN}..."
	@${BZCAT} ${DISTDIR}/${DIST_SUBDIR}/${SKIN} |	\
	  ${GTAR} xCmf ${PREFIX}/share/mplayer/Skin -
.endfor
	@${CHMOD} -R a+r ${PREFIX}/share/mplayer/Skin
	@${CHMOD} a+rx ${PREFIX}/share/mplayer/Skin/*
	@${RM} -f ${PREFIX}/share/mplayer/Skin/default
	${LN} -s Blue ${PREFIX}/share/mplayer/Skin/default

.include "../../multimedia/mplayer-share/Makefile.depends"

.include "../../x11/gtk/buildlink3.mk"

.include "../../mk/bsd.pkg.mk"
.include "../../multimedia/mplayer-share/Makefile.cflags"