summaryrefslogtreecommitdiff
path: root/graphics/gxine
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2003-04-06 11:08:14 +0000
committerrh <rh@pkgsrc.org>2003-04-06 11:08:14 +0000
commitea4a4919e672d1401aac4b8f774a9f8337e71d56 (patch)
tree48fd84f5e682f37852bc7ad462f5d197fe7868d0 /graphics/gxine
parentd7585c0731ebf344715d69801b371bcf9f02b6d0 (diff)
downloadpkgsrc-ea4a4919e672d1401aac4b8f774a9f8337e71d56.tar.gz
Initial import of gxine-0.3.2, a gtk2-based media player.
Diffstat (limited to 'graphics/gxine')
-rw-r--r--graphics/gxine/DESCR2
-rw-r--r--graphics/gxine/Makefile22
-rw-r--r--graphics/gxine/PLIST19
-rw-r--r--graphics/gxine/distinfo10
-rw-r--r--graphics/gxine/patches/patch-aa12
-rw-r--r--graphics/gxine/patches/patch-ab12
-rw-r--r--graphics/gxine/patches/patch-ac14
-rw-r--r--graphics/gxine/patches/patch-ad12
-rw-r--r--graphics/gxine/patches/patch-ae12
-rw-r--r--graphics/gxine/patches/patch-af13
10 files changed, 128 insertions, 0 deletions
diff --git a/graphics/gxine/DESCR b/graphics/gxine/DESCR
new file mode 100644
index 00000000000..82f45c4f957
--- /dev/null
+++ b/graphics/gxine/DESCR
@@ -0,0 +1,2 @@
+ Gxine is a gtk2 multimedia player that uses xine-lib to decode
+multimedia streams.
diff --git a/graphics/gxine/Makefile b/graphics/gxine/Makefile
new file mode 100644
index 00000000000..4388d935588
--- /dev/null
+++ b/graphics/gxine/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/04/06 11:08:14 rh Exp $
+#
+
+DISTNAME= gxine-0.3.2
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xine/}
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://xinehq.de/
+COMMENT= gtk-based media player
+
+USE_BUILDLINK2= YES
+USE_X11= YES
+USE_LIBTOOL= YES
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+GNU_CONFIGURE= YES
+
+.include "../../graphics/xine-lib/buildlink2.mk"
+.include "../../devel/glib2/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
new file mode 100644
index 00000000000..c1402702cca
--- /dev/null
+++ b/graphics/gxine/PLIST
@@ -0,0 +1,19 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/04/06 11:08:15 rh Exp $
+bin/gxine
+bin/gxine_client
+lib/gxine/gxineplugin.a
+lib/gxine/gxineplugin.la
+lib/gxine/gxineplugin.so
+man/man1/gxine.1
+share/gnome/apps/Multimedia/gxine.desktop
+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
+@dirrm share/gxine
+@dirrm lib/gxine
diff --git a/graphics/gxine/distinfo b/graphics/gxine/distinfo
new file mode 100644
index 00000000000..c02004e190d
--- /dev/null
+++ b/graphics/gxine/distinfo
@@ -0,0 +1,10 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/04/06 11:08:15 rh Exp $
+
+SHA1 (gxine-0.3.2.tar.gz) = 2d9db935f42a9ceee90f3d4d13dabfd3074afa8c
+Size (gxine-0.3.2.tar.gz) = 1062304 bytes
+SHA1 (patch-aa) = f44ea3e755465d1b2a52f254782eb8c9e28e9ee1
+SHA1 (patch-ab) = 581122a87dd3ea1a61b434ba721866efd3455ab6
+SHA1 (patch-ac) = da2834d8d5b5f1994d000203864f9e20ee3a51e0
+SHA1 (patch-ad) = 8084ae91ef7b6bb3cf4ab1e87e6efad32eb20ade
+SHA1 (patch-ae) = b9396a73eff4a4c1591af1095d015cce396a9c67
+SHA1 (patch-af) = 0bf58de7d5d3a50731d30623bc76732e8d2f771f
diff --git a/graphics/gxine/patches/patch-aa b/graphics/gxine/patches/patch-aa
new file mode 100644
index 00000000000..b270dcf16c0
--- /dev/null
+++ b/graphics/gxine/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1.1.1 2003/04/06 11:08:15 rh Exp $
+
+--- src/globals.h.orig Fri Mar 7 02:51:04 2003
++++ src/globals.h
+@@ -28,6 +28,7 @@
+ #include <gtk/gtk.h>
+ #include <gdk/gdk.h>
+ #include <glib.h>
++#include <pthread.h>
+
+ #include "infobar.h"
+
diff --git a/graphics/gxine/patches/patch-ab b/graphics/gxine/patches/patch-ab
new file mode 100644
index 00000000000..397e3d8d6ce
--- /dev/null
+++ b/graphics/gxine/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1.1.1 2003/04/06 11:08:15 rh Exp $
+
+--- src/http.c.orig Wed Mar 19 09:22:55 2003
++++ src/http.c
+@@ -29,6 +29,7 @@
+ #include <sys/types.h>
+ #include <sys/socket.h>
+ #include <netdb.h>
++#include <netinet/in.h>
+ #include <unistd.h>
+ #include <fcntl.h>
+ #include <string.h>
diff --git a/graphics/gxine/patches/patch-ac b/graphics/gxine/patches/patch-ac
new file mode 100644
index 00000000000..421b33605ee
--- /dev/null
+++ b/graphics/gxine/patches/patch-ac
@@ -0,0 +1,14 @@
+$NetBSD: patch-ac,v 1.1.1.1 2003/04/06 11:08:15 rh Exp $
+
+--- src/desktop_integration.c.orig Mon Nov 25 22:19:27 2002
++++ src/desktop_integration.c
+@@ -30,7 +30,9 @@
+ #include <stdlib.h>
+ #include <stdio.h>
+ #include <dlfcn.h>
++#ifndef __NetBSD__
+ #include <alloca.h>
++#endif
+ #include <string.h>
+
+ #include "globals.h"
diff --git a/graphics/gxine/patches/patch-ad b/graphics/gxine/patches/patch-ad
new file mode 100644
index 00000000000..3c0605a09bb
--- /dev/null
+++ b/graphics/gxine/patches/patch-ad
@@ -0,0 +1,12 @@
+$NetBSD: patch-ad,v 1.1.1.1 2003/04/06 11:08:15 rh Exp $
+
+--- src/gtkxine.h.orig Sun Mar 9 09:27:27 2003
++++ src/gtkxine.h
+@@ -26,6 +26,7 @@
+ #include <X11/X.h>
+ #include <X11/Xlib.h>
+ #include <X11/extensions/XShm.h>
++#include <pthread.h>
+ #include <xine.h>
+
+ #ifdef __cplusplus
diff --git a/graphics/gxine/patches/patch-ae b/graphics/gxine/patches/patch-ae
new file mode 100644
index 00000000000..2eb03ccb94a
--- /dev/null
+++ b/graphics/gxine/patches/patch-ae
@@ -0,0 +1,12 @@
+$NetBSD: patch-ae,v 1.1.1.1 2003/04/06 11:08:15 rh Exp $
+
+--- browser-plugin/plugin.c.orig Sun Mar 23 04:37:39 2003
++++ browser-plugin/plugin.c
+@@ -37,6 +37,7 @@
+ #include <X11/Xatom.h>
+
+ #include <stdio.h>
++#include <signal.h>
+ #include <math.h>
+
+ #include <glib.h>
diff --git a/graphics/gxine/patches/patch-af b/graphics/gxine/patches/patch-af
new file mode 100644
index 00000000000..3cefdeaed07
--- /dev/null
+++ b/graphics/gxine/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1.1.1 2003/04/06 11:08:15 rh Exp $
+
+--- doc/man/Makefile.in.orig Sat Apr 5 18:50:43 2003
++++ doc/man/Makefile.in
+@@ -108,7 +108,7 @@ X_PRE_LIBS = @X_PRE_LIBS@
+ am__include = @am__include@
+ am__quote = @am__quote@
+ install_sh = @install_sh@
+-SUBDIRS = en de
++SUBDIRS = en
+ subdir = doc/man
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+ CONFIG_HEADER = $(top_builddir)/include/config.h