2016-03-05 12:27:40 +01:00
|
|
|
# $NetBSD: Makefile,v 1.41 2016/03/05 11:28:59 jperkin Exp $
|
2011-04-10 10:54:08 +02:00
|
|
|
#
|
|
|
|
|
2014-09-13 04:46:11 +02:00
|
|
|
DISTNAME= gecko-mediaplayer-1.0.9
|
2016-03-05 12:27:40 +01:00
|
|
|
PKGREVISION= 3
|
2011-04-10 10:54:08 +02:00
|
|
|
CATEGORIES= multimedia www
|
2014-09-13 04:46:11 +02:00
|
|
|
MASTER_SITES= http://gecko-mediaplayer.googlecode.com/svn/packages/
|
2011-04-10 10:54:08 +02:00
|
|
|
|
2015-03-15 18:41:58 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2011-04-10 10:54:08 +02:00
|
|
|
HOMEPAGE= http://code.google.com/p/gecko-mediaplayer/
|
|
|
|
COMMENT= Multimedia browser plugin for Gecko based browsers
|
|
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
|
2012-04-13 15:09:05 +02:00
|
|
|
DEPENDS+= gnome-mplayer>=${PKGVERSION_NOREV}:../../multimedia/gnome-mplayer
|
2011-04-10 10:54:08 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
USE_TOOLS+= pkg-config msgfmt
|
|
|
|
|
|
|
|
GCONF_SCHEMAS+= gecko-mediaplayer.schemas
|
|
|
|
|
|
|
|
CONFIGURE_ARGS+= --with-plugin-dir=${PREFIX}/lib/netscape/plugins
|
2011-04-26 16:41:37 +02:00
|
|
|
CONFIGURE_ARGS+= --with-libcurl
|
2011-04-10 10:54:08 +02:00
|
|
|
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
Updage gecko-mediaplayer to 1.0.5.
Development
1.0.5
Disable playing of partially cached apple.com files, mplayer seems to crash on these files
Use the right schema file, can't believe this one has slipped by so long.
Use better const check from Issue #161, patch from i.stakenvicius
1.0.5b2
Simpifying const check until something better comes along Issue #162
Fix Issue #161, improvements over last patch because NPAPI not properly bumped
Fix support for older xulrunners, Issue #160, issue caused by patch from
Issue #158
Support nsapi-sdk, based on patch from Issue #159
Fix up some const casting so that compilers do not complain Issue #158
Updated Japanese translation
Updated Italian translation
1.0.5b1
When uri is a file:// uri, just play it directly
Switch from AM_MAINTAINER_MODE to AM_MAINTAINER_MODE([enable]) in configure.in
Fix Issue #150, return value for function that says it will
Updated Dutch translation
Conversion to using libgmtk as separate library
Improvements to the apple.com/trailers fix, caching now works properly
Fix regression at apple.com/trailers, side effect of fully caching the file for now
2012-01-08 06:57:47 +01:00
|
|
|
.include "../../devel/gmtk/buildlink3.mk"
|
|
|
|
.include "../../devel/npapi-sdk/buildlink3.mk"
|
2011-04-10 10:54:08 +02:00
|
|
|
.include "../../devel/nspr/buildlink3.mk"
|
Updage gecko-mediaplayer to 1.0.5.
Development
1.0.5
Disable playing of partially cached apple.com files, mplayer seems to crash on these files
Use the right schema file, can't believe this one has slipped by so long.
Use better const check from Issue #161, patch from i.stakenvicius
1.0.5b2
Simpifying const check until something better comes along Issue #162
Fix Issue #161, improvements over last patch because NPAPI not properly bumped
Fix support for older xulrunners, Issue #160, issue caused by patch from
Issue #158
Support nsapi-sdk, based on patch from Issue #159
Fix up some const casting so that compilers do not complain Issue #158
Updated Japanese translation
Updated Italian translation
1.0.5b1
When uri is a file:// uri, just play it directly
Switch from AM_MAINTAINER_MODE to AM_MAINTAINER_MODE([enable]) in configure.in
Fix Issue #150, return value for function that says it will
Updated Dutch translation
Conversion to using libgmtk as separate library
Improvements to the apple.com/trailers fix, caching now works properly
Fix regression at apple.com/trailers, side effect of fully caching the file for now
2012-01-08 06:57:47 +01:00
|
|
|
BUILDLINK_API_DEPENDS.dbus+= dbus>=0.95
|
2011-04-10 10:54:08 +02:00
|
|
|
.include "../../sysutils/dbus/buildlink3.mk"
|
Updage gecko-mediaplayer to 1.0.5.
Development
1.0.5
Disable playing of partially cached apple.com files, mplayer seems to crash on these files
Use the right schema file, can't believe this one has slipped by so long.
Use better const check from Issue #161, patch from i.stakenvicius
1.0.5b2
Simpifying const check until something better comes along Issue #162
Fix Issue #161, improvements over last patch because NPAPI not properly bumped
Fix support for older xulrunners, Issue #160, issue caused by patch from
Issue #158
Support nsapi-sdk, based on patch from Issue #159
Fix up some const casting so that compilers do not complain Issue #158
Updated Japanese translation
Updated Italian translation
1.0.5b1
When uri is a file:// uri, just play it directly
Switch from AM_MAINTAINER_MODE to AM_MAINTAINER_MODE([enable]) in configure.in
Fix Issue #150, return value for function that says it will
Updated Dutch translation
Conversion to using libgmtk as separate library
Improvements to the apple.com/trailers fix, caching now works properly
Fix regression at apple.com/trailers, side effect of fully caching the file for now
2012-01-08 06:57:47 +01:00
|
|
|
BUILDLINK_API_DEPENDS.dbus-glib+= dbus-glib>=0.70
|
2011-04-10 10:54:08 +02:00
|
|
|
.include "../../sysutils/dbus-glib/buildlink3.mk"
|
2011-04-26 16:41:37 +02:00
|
|
|
.include "../../www/curl/buildlink3.mk"
|
2011-04-10 10:54:08 +02:00
|
|
|
.include "../../devel/GConf/schemas.mk"
|
|
|
|
.include "../../mk/dlopen.buildlink3.mk"
|
|
|
|
.if empty(BUILDLINK_LDADD.ldl)
|
|
|
|
BUILDLINK_TRANSFORM+= rm:-ldl
|
|
|
|
.endif
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|