diff options
author | rh <rh> | 2003-04-11 09:24:23 +0000 |
---|---|---|
committer | rh <rh> | 2003-04-11 09:24:23 +0000 |
commit | 93e20b92f1c43b2a8f8901f3ecdbe10955751c41 (patch) | |
tree | 0e383e21e4af80bbb89b0af6755e6ceb6d14ee3c | |
parent | 5e22bc641b4d078e35e500f746bcbf685851f955 (diff) | |
download | pkgsrc-93e20b92f1c43b2a8f8901f3ecdbe10955751c41.tar.gz |
Update gxine to 0.3.3. Changes are bugfixes and a switch from GTK to
Athena widgets for the browser plugin.
-rw-r--r-- | graphics/gxine/Makefile | 6 | ||||
-rw-r--r-- | graphics/gxine/PLIST | 4 | ||||
-rw-r--r-- | graphics/gxine/distinfo | 8 | ||||
-rw-r--r-- | graphics/gxine/patches/patch-ae | 18 |
4 files changed, 17 insertions, 19 deletions
diff --git a/graphics/gxine/Makefile b/graphics/gxine/Makefile index 4388d935588..4bac75c91c8 100644 --- a/graphics/gxine/Makefile +++ b/graphics/gxine/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/04/06 11:08:14 rh Exp $ +# $NetBSD: Makefile,v 1.2 2003/04/11 09:24:23 rh Exp $ # -DISTNAME= gxine-0.3.2 +DISTNAME= gxine-0.3.3 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xine/} @@ -15,8 +15,8 @@ USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool GNU_CONFIGURE= YES -.include "../../graphics/xine-lib/buildlink2.mk" .include "../../devel/glib2/buildlink2.mk" +.include "../../graphics/xine-lib/buildlink2.mk" .include "../../x11/gtk2/buildlink2.mk" .include "../../mk/pthread.buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/gxine/PLIST b/graphics/gxine/PLIST index c1402702cca..62d3a69a217 100644 --- a/graphics/gxine/PLIST +++ b/graphics/gxine/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/04/06 11:08:15 rh Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/04/11 09:24:23 rh Exp $ bin/gxine bin/gxine_client lib/gxine/gxineplugin.a @@ -10,8 +10,6 @@ share/gxine/logo.mpv share/gxine/mediamarks share/gxine/pixmaps/gxine-icon.xpm share/gxine/pixmaps/gxine-logo.png -share/gxine/pixmaps/plugin_logo.png -share/gxine/pixmaps/plugin_play.png share/gxine/pixmaps/splash.png share/gxine/pixmaps/wizards.png @dirrm share/gxine/pixmaps diff --git a/graphics/gxine/distinfo b/graphics/gxine/distinfo index c02004e190d..58ef5d13468 100644 --- a/graphics/gxine/distinfo +++ b/graphics/gxine/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/04/06 11:08:15 rh Exp $ +$NetBSD: distinfo,v 1.2 2003/04/11 09:24:23 rh Exp $ -SHA1 (gxine-0.3.2.tar.gz) = 2d9db935f42a9ceee90f3d4d13dabfd3074afa8c -Size (gxine-0.3.2.tar.gz) = 1062304 bytes +SHA1 (gxine-0.3.3.tar.gz) = 15408d790a3860226e5967153469bc82c886ce1e +Size (gxine-0.3.3.tar.gz) = 1038778 bytes SHA1 (patch-aa) = f44ea3e755465d1b2a52f254782eb8c9e28e9ee1 SHA1 (patch-ab) = 581122a87dd3ea1a61b434ba721866efd3455ab6 SHA1 (patch-ac) = da2834d8d5b5f1994d000203864f9e20ee3a51e0 SHA1 (patch-ad) = 8084ae91ef7b6bb3cf4ab1e87e6efad32eb20ade -SHA1 (patch-ae) = b9396a73eff4a4c1591af1095d015cce396a9c67 +SHA1 (patch-ae) = 583066425c63cff4d42fa953398ae417e798eb07 SHA1 (patch-af) = 0bf58de7d5d3a50731d30623bc76732e8d2f771f diff --git a/graphics/gxine/patches/patch-ae b/graphics/gxine/patches/patch-ae index 2eb03ccb94a..6f131612cc6 100644 --- a/graphics/gxine/patches/patch-ae +++ b/graphics/gxine/patches/patch-ae @@ -1,12 +1,12 @@ -$NetBSD: patch-ae,v 1.1.1.1 2003/04/06 11:08:15 rh Exp $ +$NetBSD: patch-ae,v 1.2 2003/04/11 09:24:24 rh Exp $ ---- browser-plugin/plugin.c.orig Sun Mar 23 04:37:39 2003 +--- browser-plugin/plugin.c.orig 2003-04-11 17:31:44.000000000 +1000 +++ browser-plugin/plugin.c -@@ -37,6 +37,7 @@ - #include <X11/Xatom.h> - - #include <stdio.h> +@@ -28,6 +28,7 @@ + #include <unistd.h> + #include <string.h> + #include <stdlib.h> +#include <signal.h> - #include <math.h> - - #include <glib.h> + #include <dlfcn.h> + #include <errno.h> + #include <X11/X.h> |