svn commit: r329117 - head/www/gecko-mediaplayer
Florian Smeets
flo at FreeBSD.org
Wed Oct 2 22:21:52 UTC 2013
Author: flo
Date: Wed Oct 2 22:21:51 2013
New Revision: 329117
URL: http://svnweb.freebsd.org/changeset/ports/329117
Log:
- update to 1.0.9a
- convert to new LIB_DEPENDS format
- unbreak by setting USE_GCC=4.6+ as the software refuses to compile with
older versions of gcc. This is a candidate for the upcoming compiler.mk.
Modified:
head/www/gecko-mediaplayer/Makefile
head/www/gecko-mediaplayer/distinfo (contents, props changed)
Modified: head/www/gecko-mediaplayer/Makefile
==============================================================================
--- head/www/gecko-mediaplayer/Makefile Wed Oct 2 22:14:16 2013 (r329116)
+++ head/www/gecko-mediaplayer/Makefile Wed Oct 2 22:21:51 2013 (r329117)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= gecko-mediaplayer
-PORTVERSION= 1.0.8
-PORTREVISION= 2
+DISTVERSION= 1.0.9a
CATEGORIES= www multimedia gnome
MASTER_SITES= GOOGLE_CODE
@@ -12,10 +11,10 @@ COMMENT= Multimedia browser plugin for G
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
@@ -27,6 +26,7 @@ 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
Modified: head/www/gecko-mediaplayer/distinfo
==============================================================================
--- head/www/gecko-mediaplayer/distinfo Wed Oct 2 22:14:16 2013 (r329116)
+++ head/www/gecko-mediaplayer/distinfo Wed Oct 2 22:21:51 2013 (r329117)
@@ -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
More information about the svn-ports-all
mailing list