Remove useless patches, sync WANTLIB and bump.
This commit is contained in:
parent
0d13795c70
commit
2d8e0d0172
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.73 2011/06/08 17:31:33 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.74 2011/06/15 09:33:02 ajacoutot Exp $
|
||||
|
||||
# coherence plugin is installed but not activated by default so we don't
|
||||
# enforce dependency on multimedia/coherence to lower requirements
|
||||
@ -8,7 +8,7 @@ COMMENT= music management application for GNOME
|
||||
GNOME_PROJECT= rhythmbox
|
||||
GNOME_VERSION= 0.12.8
|
||||
|
||||
REVISION = 13
|
||||
REVISION = 14
|
||||
|
||||
SHARED_LIBS += rhythmbox-core 0.0 # .0.0
|
||||
|
||||
@ -37,7 +37,7 @@ WANTLIB += gthread-2.0 gtk-x11-2.0 m notify pango-1.0 pangocairo-1.0
|
||||
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs
|
||||
WANTLIB += soup-2.4 soup-gnome-2.4 sqlite3 totem-plparser
|
||||
WANTLIB += util xcb xcb-render xcb-shm xml2 z
|
||||
WANTLIB += ${MODPY_WANTLIB}
|
||||
WANTLIB += ${MODPY_WANTLIB} archive bz2 lzma
|
||||
|
||||
MODULES= devel/gettext \
|
||||
x11/gnome \
|
||||
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-metadata_rb-metadata-dbus-client_c,v 1.2 2009/03/19 13:50:28 ajacoutot Exp $
|
||||
--- metadata/rb-metadata-dbus-client.c.orig Thu Mar 12 03:26:12 2009
|
||||
+++ metadata/rb-metadata-dbus-client.c Thu Mar 19 13:09:48 2009
|
||||
@@ -67,8 +67,7 @@
|
||||
#include <glib/gi18n.h>
|
||||
|
||||
#include <unistd.h>
|
||||
-#include <sys/types.h>
|
||||
-#include <sys/signal.h>
|
||||
+#include <signal.h>
|
||||
#include <sys/wait.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
@ -1,14 +0,0 @@
|
||||
$OpenBSD: patch-plugins_daap_rb-daap-src_h,v 1.2 2009/03/19 13:50:28 ajacoutot Exp $
|
||||
--- plugins/daap/rb-daap-src.h.orig Thu Mar 12 03:26:13 2009
|
||||
+++ plugins/daap/rb-daap-src.h Thu Mar 19 13:09:49 2009
|
||||
@@ -33,6 +33,10 @@
|
||||
#include <glib.h>
|
||||
#include <gst/gstelement.h>
|
||||
|
||||
+#ifndef MSG_NOSIGNAL
|
||||
+#define MSG_NOSIGNAL 0
|
||||
+#endif
|
||||
+
|
||||
G_BEGIN_DECLS
|
||||
|
||||
GType rb_daap_src_get_type (void);
|
@ -1,11 +0,0 @@
|
||||
$OpenBSD: patch-podcast_rb-podcast-parse_h,v 1.3 2010/03/21 10:10:56 ajacoutot Exp $
|
||||
--- podcast/rb-podcast-parse.h.orig Sun Feb 28 14:35:23 2010
|
||||
+++ podcast/rb-podcast-parse.h Wed Mar 3 11:24:33 2010
|
||||
@@ -29,6 +29,7 @@
|
||||
#define RB_PODCAST_PARSE_H
|
||||
|
||||
#include <glib.h>
|
||||
+#include <inttypes.h>
|
||||
|
||||
typedef enum
|
||||
{
|
Loading…
Reference in New Issue
Block a user