summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorobache <obache>2008-03-16 12:35:05 +0000
committerobache <obache>2008-03-16 12:35:05 +0000
commit725cb3f9f2acfbc0ec63dc3c3b5133ba98891a38 (patch)
treeece4108da38c927b6440e375fd4f9bddfed6d15a /audio
parent9bdc652bb759829e6a124383cedaee5575d24c0f (diff)
downloadpkgsrc-725cb3f9f2acfbc0ec63dc3c3b5133ba98891a38.tar.gz
Update xmms-nebulus to 0.8.0.
Based on patch provided by Zafer Aydogan via private mail. pkgsrc changes: * Marked as DESTDIR ready. ChangeLog: Jan 08 2007 Pascal Brochart <pbrochart@tuxfamily.org> * v 0.8.0: Rewriting of the glthreads effects. Use mutex when really created (fix deadlock). Fix memory leak with SDL_ttf. New translation (pt). Pause and unpause display works again. Aug 18 2004 Pascal Brochart <pbrochart@tuxfamily.org> * v 0.7.0: Bug fixes. Add sinus wave to spectrum analyzer. Use GL_TRIANGLES instead of GL_LINE_STRIP in glthreads. New translations (fr fr_FR).
Diffstat (limited to 'audio')
-rw-r--r--audio/xmms-nebulus/Makefile14
-rw-r--r--audio/xmms-nebulus/PLIST5
-rw-r--r--audio/xmms-nebulus/distinfo10
-rw-r--r--audio/xmms-nebulus/patches/patch-aa17
-rw-r--r--audio/xmms-nebulus/patches/patch-ab16
5 files changed, 52 insertions, 10 deletions
diff --git a/audio/xmms-nebulus/Makefile b/audio/xmms-nebulus/Makefile
index d016791a31f..364fd212dac 100644
--- a/audio/xmms-nebulus/Makefile
+++ b/audio/xmms-nebulus/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2006/06/12 16:28:05 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2008/03/16 12:35:05 obache Exp $
#
-DISTNAME= xmms-nebulus-0.6.0
-PKGREVISION= 5
+DISTNAME= xmms-nebulus-0.8.0
CATEGORIES= xmms audio
MASTER_SITES= http://nebulus.tuxfamily.org/
EXTRACT_SUFX= .tar.bz2
@@ -11,9 +10,14 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://nebulus.tuxfamily.org/
COMMENT= Xmms plugin that uses OpenGL
-USE_LIBTOOL= YES
-GNU_CONFIGURE= YES
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LIBTOOL= YES
+USE_PKGLOCALEDIR= YES
+USE_TOOLS+= msgfmt
+GNU_CONFIGURE= YES
.include "../../audio/xmms/buildlink3.mk"
.include "../../devel/SDL/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/audio/xmms-nebulus/PLIST b/audio/xmms-nebulus/PLIST
index 3a0188af4c2..90003f51adf 100644
--- a/audio/xmms-nebulus/PLIST
+++ b/audio/xmms-nebulus/PLIST
@@ -1,2 +1,5 @@
-@comment $NetBSD: PLIST,v 1.3 2004/09/22 08:09:19 jlam Exp $
+@comment $NetBSD: PLIST,v 1.4 2008/03/16 12:35:05 obache Exp $
lib/xmms/Visualization/libnebulus.la
+share/locale/fr/LC_MESSAGES/xmms-nebulus.mo
+share/locale/fr_FR/LC_MESSAGES/xmms-nebulus.mo
+share/locale/pt/LC_MESSAGES/xmms-nebulus.mo
diff --git a/audio/xmms-nebulus/distinfo b/audio/xmms-nebulus/distinfo
index 853a16546e6..cf3aec559b5 100644
--- a/audio/xmms-nebulus/distinfo
+++ b/audio/xmms-nebulus/distinfo
@@ -1,5 +1,7 @@
-$NetBSD: distinfo,v 1.3 2005/02/23 20:39:55 agc Exp $
+$NetBSD: distinfo,v 1.4 2008/03/16 12:35:05 obache Exp $
-SHA1 (xmms-nebulus-0.6.0.tar.bz2) = 8f156d3e36ee6e970d8fd2130a54ca74e34c6b6b
-RMD160 (xmms-nebulus-0.6.0.tar.bz2) = 5074a3bd905026a121aed3ca172913181301e810
-Size (xmms-nebulus-0.6.0.tar.bz2) = 437870 bytes
+SHA1 (xmms-nebulus-0.8.0.tar.bz2) = 341bd75b9f38727c2891102815f1608852b81fdc
+RMD160 (xmms-nebulus-0.8.0.tar.bz2) = 2f5f4e20919ca757bd96e3388b39fc21d6fd8ada
+Size (xmms-nebulus-0.8.0.tar.bz2) = 532050 bytes
+SHA1 (patch-aa) = 57462f08d0a7ae5ac4c86d1458a47576c2502463
+SHA1 (patch-ab) = 0333ccdf8d7b9580c195f6ff1d3be2ddf2302234
diff --git a/audio/xmms-nebulus/patches/patch-aa b/audio/xmms-nebulus/patches/patch-aa
new file mode 100644
index 00000000000..099cc8bc000
--- /dev/null
+++ b/audio/xmms-nebulus/patches/patch-aa
@@ -0,0 +1,17 @@
+$NetBSD: patch-aa,v 1.1 2008/03/16 12:35:05 obache Exp $
+
+Pull in locale.h for setlocale
+
+--- src/config.c.orig 2007-01-02 12:32:01.000000000 +0000
++++ src/config.c
+@@ -6,7 +6,9 @@
+ #include <string.h>
+ #include <libintl.h>
+ #include <nebulus.h>
+-
++#ifdef HAVE_LOCALE_H
++#include <locale.h>
++#endif
+
+ void
+ priority_value_changed (GtkWidget *w, int *changed_value)
diff --git a/audio/xmms-nebulus/patches/patch-ab b/audio/xmms-nebulus/patches/patch-ab
new file mode 100644
index 00000000000..c3932c9b763
--- /dev/null
+++ b/audio/xmms-nebulus/patches/patch-ab
@@ -0,0 +1,16 @@
+$NetBSD: patch-ab,v 1.1 2008/03/16 12:35:05 obache Exp $
+
+Pull in locale.h for setlocale
+
+--- src/nebulus.c.orig 2007-01-07 14:11:09.000000000 +0000
++++ src/nebulus.c
+@@ -37,6 +37,9 @@
+ #include <xmms/configfile.h>
+ #include <xmms/util.h>
+ #include "nebulus.h"
++#ifdef HAVE_LOCALE_H
++#include <locale.h>
++#endif
+
+ gint32 loudness = 0, too_long;
+ gint beat = 0, beat_compteur = 0;