summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorobache <obache>2012-01-08 05:57:47 +0000
committerobache <obache>2012-01-08 05:57:47 +0000
commitc460d9e14f3688b83274a050f4d1264c8b9dd47f (patch)
tree13ea8ff4f1e8f66455e17d31c1f3296d6476c15a /multimedia
parentbd18ea3b795b466df1f0b88038bfd9bb2c81bd80 (diff)
downloadpkgsrc-c460d9e14f3688b83274a050f4d1264c8b9dd47f.tar.gz
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
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gecko-mediaplayer/Makefile14
-rw-r--r--multimedia/gecko-mediaplayer/distinfo10
-rw-r--r--multimedia/gecko-mediaplayer/patches/patch-Makefile.in6
3 files changed, 14 insertions, 16 deletions
diff --git a/multimedia/gecko-mediaplayer/Makefile b/multimedia/gecko-mediaplayer/Makefile
index f2cdc96ee03..a7362e3969c 100644
--- a/multimedia/gecko-mediaplayer/Makefile
+++ b/multimedia/gecko-mediaplayer/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2011/12/30 07:27:58 obache Exp $
+# $NetBSD: Makefile,v 1.8 2012/01/08 05:57:47 obache Exp $
#
-DISTNAME= gecko-mediaplayer-1.0.4
-PKGREVISION= 2
+DISTNAME= gecko-mediaplayer-1.0.5
CATEGORIES= multimedia www
MASTER_SITES= http://gecko-mediaplayer.googlecode.com/files/
@@ -23,18 +22,17 @@ USE_TOOLS+= pkg-config msgfmt
GCONF_SCHEMAS+= gecko-mediaplayer.schemas
-CONFIGURE_ARGS+= --with-gconf
-CONFIGURE_ARGS+= --enable-new-libxul
CONFIGURE_ARGS+= --with-plugin-dir=${PREFIX}/lib/netscape/plugins
CONFIGURE_ARGS+= --with-libcurl
.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/gmtk/buildlink3.mk"
+.include "../../devel/npapi-sdk/buildlink3.mk"
.include "../../devel/nspr/buildlink3.mk"
-BUILDLINK_DEPMETHOD.xulrunner192= build
-.include "../../devel/xulrunner192/buildlink3.mk"
+BUILDLINK_API_DEPENDS.dbus+= dbus>=0.95
.include "../../sysutils/dbus/buildlink3.mk"
+BUILDLINK_API_DEPENDS.dbus-glib+= dbus-glib>=0.70
.include "../../sysutils/dbus-glib/buildlink3.mk"
-.include "../../x11/libX11/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../devel/GConf/schemas.mk"
.include "../../mk/dlopen.buildlink3.mk"
diff --git a/multimedia/gecko-mediaplayer/distinfo b/multimedia/gecko-mediaplayer/distinfo
index 8c58cee5034..20123e16cea 100644
--- a/multimedia/gecko-mediaplayer/distinfo
+++ b/multimedia/gecko-mediaplayer/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2011/12/30 08:59:38 obache Exp $
+$NetBSD: distinfo,v 1.6 2012/01/08 05:57:47 obache Exp $
-SHA1 (gecko-mediaplayer-1.0.4.tar.gz) = 1ad7de0a3ac5a9fa4680228f1b5f58831a8079f9
-RMD160 (gecko-mediaplayer-1.0.4.tar.gz) = 163dd0363a8369c66fa04533791e1977c1fd0d7b
-Size (gecko-mediaplayer-1.0.4.tar.gz) = 275024 bytes
-SHA1 (patch-Makefile.in) = 4decd30aa412333e1c1c2adf8540b51a37201cb2
+SHA1 (gecko-mediaplayer-1.0.5.tar.gz) = 2a8b87805972d7988eb840840dc12343a6edcc5b
+RMD160 (gecko-mediaplayer-1.0.5.tar.gz) = e815f943bce368187f002d935f8a24da74588bcd
+Size (gecko-mediaplayer-1.0.5.tar.gz) = 262377 bytes
+SHA1 (patch-Makefile.in) = 74480fe38a7e4f679871488451ad0630ebc803e0
diff --git a/multimedia/gecko-mediaplayer/patches/patch-Makefile.in b/multimedia/gecko-mediaplayer/patches/patch-Makefile.in
index 092f1af6337..3c7101c3df7 100644
--- a/multimedia/gecko-mediaplayer/patches/patch-Makefile.in
+++ b/multimedia/gecko-mediaplayer/patches/patch-Makefile.in
@@ -1,10 +1,10 @@
-$NetBSD: patch-Makefile.in,v 1.2 2011/04/26 14:41:37 obache Exp $
+$NetBSD: patch-Makefile.in,v 1.3 2012/01/08 05:57:47 obache Exp $
Schema source must be installed even if not do install-schemas.
---- Makefile.in.orig 2011-04-21 14:59:12.000000000 +0000
+--- Makefile.in.orig 2011-12-29 14:32:02.000000000 +0000
+++ Makefile.in
-@@ -281,8 +281,8 @@ gecko_mediaplayerdoc_DATA = \
+@@ -274,8 +274,8 @@ gecko_mediaplayerdoc_DATA = \
NEWS\
DOCS/tech/javascript.txt