head	1.22;
access;
symbols
	RELEASE_8_3_0:1.10
	RELEASE_9_0_0:1.10
	RELEASE_7_4_0:1.9
	RELEASE_8_2_0:1.9
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.3;
locks; strict;
comment	@# @;


1.22
date	2013.03.07.13.13.22;	author svnexp;	state Exp;
branches;
next	1.21;

1.21
date	2013.02.22.21.47.15;	author svnexp;	state Exp;
branches;
next	1.20;

1.20
date	2013.02.22.21.42.11;	author svnexp;	state Exp;
branches;
next	1.19;

1.19
date	2013.02.22.20.06.44;	author svnexp;	state Exp;
branches;
next	1.18;

1.18
date	2013.02.22.19.49.18;	author svnexp;	state Exp;
branches;
next	1.17;

1.17
date	2013.02.21.22.22.25;	author svnexp;	state Exp;
branches;
next	1.16;

1.16
date	2013.02.20.18.55.17;	author svnexp;	state Exp;
branches;
next	1.15;

1.15
date	2013.02.20.18.52.02;	author svnexp;	state Exp;
branches;
next	1.14;

1.14
date	2013.02.20.16.45.26;	author svnexp;	state Exp;
branches;
next	1.13;

1.13
date	2012.11.17.06.02.34;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2012.09.10.19.19.32;	author beat;	state Exp;
branches;
next	1.11;

1.11
date	2012.06.01.05.24.53;	author dinoex;	state Exp;
branches;
next	1.10;

1.10
date	2011.09.23.22.26.00;	author amdmi3;	state Exp;
branches;
next	1.9;

1.9
date	2010.12.31.05.43.31;	author avl;	state Exp;
branches;
next	1.8;

1.8
date	2010.08.08.09.16.11;	author beat;	state Exp;
branches;
next	1.7;

1.7
date	2010.05.31.02.01.24;	author ade;	state Exp;
branches;
next	1.6;

1.6
date	2010.03.28.06.44.44;	author dinoex;	state Exp;
branches;
next	1.5;

1.5
date	2010.02.05.11.44.52;	author dinoex;	state Exp;
branches;
next	1.4;

1.4
date	2009.11.27.09.08.22;	author beat;	state Exp;
branches;
next	1.3;

1.3
date	2009.07.31.13.56.26;	author dinoex;	state Exp;
branches;
next	1.2;

1.2
date	2009.05.28.20.44.15;	author avl;	state Exp;
branches;
next	1.1;

1.1
date	2009.04.26.23.34.53;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.22
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313541
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Alexander Logvinov <ports@@logvinov.com>
# $FreeBSD: head/www/gecko-mediaplayer/Makefile 313541 2013-03-06 20:49:41Z jkim $

PORTNAME=	gecko-mediaplayer
PORTVERSION=	1.0.8
CATEGORIES=	www multimedia gnome
MASTER_SITES=	GOOGLE_CODE

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Multimedia browser plugin for Gecko based browsers

LICENSE=	GPLv2

LIB_DEPENDS=	dbus-glib-1:${PORTSDIR}/devel/dbus-glib \
		nspr4:${PORTSDIR}/devel/nspr \
		curl:${PORTSDIR}/ftp/curl \
		gmlib:${PORTSDIR}/multimedia/gmtk
RUN_DEPENDS=	gnome-mplayer:${PORTSDIR}/multimedia/gnome-mplayer

OPTIONS_DEFINE=	CACHE DOCS NLS
OPTIONS_DEFAULT=CACHE
CACHE_DESC=	Enable caching of remote media to local storage

GNU_CONFIGURE=	yes
USE_PKGCONFIG=	build
USE_GNOME=	glib20
USE_GECKO=	libxul libxul19
USE_WEBPLUGINS=	native

WEBPLUGINS_FILES=	${PORTNAME}.so
.for p in dvx rm qt wmp
WEBPLUGINS_FILES+=	${PORTNAME}-${p}.so
.endfor

CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib
CONFIGURE_ARGS+=--with-plugin_dir="${WEBPLUGINS_DIR}"

PORTDOCS=	README COPYING AUTHORS ChangeLog INSTALL NEWS javascript.txt

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MCACHE}
CONFIGURE_ARGS+=	--enable-caching
.else
CONFIGURE_ARGS+=	--disable-caching
.endif

.if ${PORT_OPTIONS:MNLS}
USE_GETTEXT=	yes
PLIST_SUB=	NLS=""
.else
USE_GETTEXT=	build
PLIST_SUB=	NLS="@@comment "
.endif

post-patch:
	@@${REINPLACE_CMD} -e 's|-ldl||' \
		${WRKSRC}/configure \
		${WRKSRC}/src/Makefile.in
.if empty(PORT_OPTIONS:MDOCS)
	@@${REINPLACE_CMD} -e \
		's|install-gecko_mediaplayerdocDATA install-schemaDATA|install-schemaDATA|' \
	    ${WRKSRC}/Makefile.in
.endif
.if empty(PORT_OPTIONS:MNLS)
	@@${REINPLACE_CMD} -e 's/^ALL_LINGUAS=".*"/ALL_LINGUAS=""/' \
	    ${WRKSRC}/configure
.endif

.include "${PORTSDIR}/www/firefox/Makefile.webplugins"
.include <bsd.port.mk>
@


1.21
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/312792
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d2 1
a2 1
# $FreeBSD: head/www/gecko-mediaplayer/Makefile 312792 2013-02-22 21:34:27Z jkim $
d5 1
a5 1
PORTVERSION=	1.0.7
@


1.20
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/312790
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d2 1
a2 1
# $FreeBSD: head/www/gecko-mediaplayer/Makefile 312790 2013-02-22 21:26:17Z jkim $
d43 6
a56 6
.if ${PORT_OPTIONS:MNOCACHE}
CONFIGURE_ARGS+=	--disable-caching
.else
CONFIGURE_ARGS+=	--enable-caching
.endif

@


1.19
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/312787
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d2 1
a2 1
# $FreeBSD: head/www/gecko-mediaplayer/Makefile 312787 2013-02-22 19:18:45Z jkim $
d20 3
a22 2
OPTIONS_DEFINE=	NOCACHE DOCS
NOCACHE_DESC=	Disable caching of remote media to local storage
a24 1
USE_GETTEXT=	yes
d29 6
a34 2
WEBPLUGINS_FILES=	${PORTNAME}-dvx.so ${PORTNAME}-qt.so ${PORTNAME}-rm.so \
				${PORTNAME}-wmp.so ${PORTNAME}.so
d43 8
d53 2
d64 5
a68 1
		${WRKSRC}/Makefile.in
@


1.18
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/312784
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d2 1
a2 1
# $FreeBSD: head/www/gecko-mediaplayer/Makefile 312784 2013-02-22 18:47:13Z jkim $
d12 2
@


1.17
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/312744
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d2 1
a2 1
# $FreeBSD: head/www/gecko-mediaplayer/Makefile 312744 2013-02-21 22:04:04Z jkim $
d5 1
a5 2
PORTVERSION=	1.0.0
PORTREVISION=	2
d12 4
a15 1
LIB_DEPENDS=	dbus-glib-1:${PORTSDIR}/devel/dbus-glib
d18 1
a18 1
OPTIONS_DEFINE=	GCONF NOCACHE DOCS
d25 1
a25 1
USE_GECKO=	libxul19
a36 8
.if ${PORT_OPTIONS:MGCONF}
USE_GNOME+=	gconf2
CONFIGURE_ARGS+=	--with-gconf
GCONF_SCHEMAS=	${PORTNAME}.schemas
.else
CONFIGURE_ARGS+=	--without-gconf --disable-schemas-install
.endif

@


1.16
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/312647
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d2 1
a2 1
# $FreeBSD: head/www/gecko-mediaplayer/Makefile 312647 2013-02-20 18:11:55Z bapt $
d13 1
a13 1
LIB_DEPENDS=	dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
d51 1
a51 1
.if ${PORT_OPTIONS:MDOCS}
@


1.15
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/312646
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d2 1
a2 1
# $FreeBSD: head/www/gecko-mediaplayer/Makefile 312646 2013-02-20 18:10:56Z bapt $
d16 1
a16 1
OPTIONS_DEFINE=	GCONF NOCACHE
@


1.14
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/312628
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 2
a2 6
# New ports collection makefile for:	gecko-mediaplayer
# Date created:				14 March 2009
# Whom:					Alexander Logvinov <ports@@logvinov.com>
#
# $FreeBSD: head/www/gecko-mediaplayer/Makefile 312628 2013-02-20 16:08:58Z fluffy $
#
d16 2
a17 2
OPTIONS=	GCONF	"Use Gconf to store preferences"	off \
		NOCACHE	"Disable caching of remote media to local storage"	off
d21 2
a22 1
USE_GNOME=	glib20 pkgconfig
d33 1
a33 1
.include <bsd.port.pre.mk>
d35 1
a35 1
.if defined(WITH_GCONF)
d43 1
a43 1
.if defined(WITH_NOCACHE)
d51 1
a51 1
.if defined(NOPORTDOCS)
d58 1
a58 1
.include <bsd.port.post.mk>
@


1.13
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/www/gecko-mediaplayer/Makefile 304053 2012-09-10 19:19:32Z beat $
d14 1
a14 1
MAINTAINER=	avl@@FreeBSD.org
@


1.12
log
@SVN rev 304053 on 2012-09-10 19:19:32Z by beat

- Move libxul 1.9.2 to www/libxul19
- Update www/libxul to 10.0.7
- Update all dependent ports to use www/libxul19 (no functional changes)
- Bump PORTREVISION on ports where libxul is a run dependency as the
  resulting package will change.

Submitted by:	Jan Beich <jbeich@@tormail.org>
With hat:	gecko
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.11
log
@- update png to 1.5.10
@
text
@d10 1
a10 1
PORTREVISION=	1
d26 1
a26 1
USE_GECKO=	libxul
@


1.10
log
@- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
@
text
@d10 1
@


1.9
log
@- Update to 1.0.0
@
text
@d29 2
a30 2
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LDFLAGS="-L${LOCALBASE}/lib"
@


1.8
log
@- Update to 0.9.9.2 to fix build with libxul 1.9.2
- Remove obsolete gecko provider

PR:		ports/149044
Submitted by:	decke@@
Expr-run by:	pav@@
Approved by:	portmgr (pav)
@
text
@d9 1
a9 2
PORTVERSION=	0.9.9.2
PORTREVISION=	1
d31 1
a31 3
CONFIGURE_ARGS+=	--enable-new-libxul \
		--with-xulrunner-sdk="${LOCALBASE}/include" \
		--with-plugin_dir="${WEBPLUGINS_DIR}"
@


1.7
log
@Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
@
text
@d9 2
a10 2
PORTVERSION=	0.9.5
PORTREVISION=	5
d25 2
a26 2
USE_GNOME=	glib20
USE_GECKO=	libxul seamonkey
d32 3
d53 2
a54 1
	@@${REINPLACE_CMD} -e 's|$$(libdir)/mozilla/plugins|${WEBPLUGINS_DIR}|' \
@


1.6
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d10 1
a10 1
PORTREVISION=	4
@


1.5
log
@- update to jpeg-8
@
text
@d10 1
a10 1
PORTREVISION=	3
@


1.4
log
@- Remove obsolete gecko providers
- Remove obsolete inclusion of www/mozilla/bsd.gecko.mk
- Bump PORTREVISION

Approved by:	portmgr (miwi)
Exp-run by:	miwi
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.3
log
@- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
@
text
@d10 1
a10 1
PORTREVISION=	1
d26 1
a26 1
USE_GECKO=	firefox mozilla seamonkey libxul
a57 1
.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk"
@


1.2
log
@Change MAINTAINER on my ports to my FreeBSD email address

Approved by:	tabthorpe (mentor)
@
text
@d10 1
@


1.1
log
@Gecko Media Player is a browser plugin that uses GNOME MPlayer
to play media in a browser. It should  work with all browsers
on Unix-ish systems (Linux, BSD, Solaris) and use the NS4 API
(Mozilla, Firefox, Opera, etc.).

WWW: http://kdekorte.googlepages.com/gecko-mediaplayer

PR:		ports/134009
Submitted by:	Alexander Logvinov <ports at logvinov.com>
@
text
@d13 1
a13 1
MAINTAINER=	ports@@logvinov.com
@

