Index: head/www/gecko-mediaplayer/Makefile =================================================================== --- head/www/gecko-mediaplayer/Makefile (revision 329116) +++ head/www/gecko-mediaplayer/Makefile (revision 329117) @@ -1,74 +1,74 @@ # Created by: Alexander Logvinov # $FreeBSD$ PORTNAME= gecko-mediaplayer -PORTVERSION= 1.0.8 -PORTREVISION= 2 +DISTVERSION= 1.0.9a 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 +LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libnspr4.so:${PORTSDIR}/devel/nspr \ + libcurl.so:${PORTSDIR}/ftp/curl \ + libgmlib.so:${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 USES= pkgconfig USE_GNOME= glib20 USE_GECKO= libxul USE_WEBPLUGINS= native +USE_GCC= 4.6+ 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 NO_STAGE= yes .include .if ${PORT_OPTIONS:MCACHE} CONFIGURE_ARGS+= --enable-caching .else CONFIGURE_ARGS+= --disable-caching .endif .if ${PORT_OPTIONS:MNLS} USES+= gettext PLIST_SUB= NLS="" .else USES+= 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 Index: head/www/gecko-mediaplayer/distinfo =================================================================== --- head/www/gecko-mediaplayer/distinfo (revision 329116) +++ head/www/gecko-mediaplayer/distinfo (revision 329117) @@ -1,2 +1,2 @@ -SHA256 (gecko-mediaplayer-1.0.8.tar.gz) = 25f02dbc1ece6e69ee4af60a4bf61b08b61997b5d4141eb289f3e5212dc85ecd -SIZE (gecko-mediaplayer-1.0.8.tar.gz) = 269970 +SHA256 (gecko-mediaplayer-1.0.9a.tar.gz) = a80ee5c432a0f5884f209c90965d16f0a9b261ddd9d876f6e981020d20a9e2eb +SIZE (gecko-mediaplayer-1.0.9a.tar.gz) = 270183 Property changes on: head/www/gecko-mediaplayer/distinfo ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property