pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/libvisual-nebulus Initial import of libvisual-ne...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ad9d1f0c6d98
branches:  trunk
changeset: 483001:ad9d1f0c6d98
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Nov 05 22:48:15 2004 +0000

description:
Initial import of libvisual-nebulus-0.1.4:

Libvisual-nebula is a port of the xmms nebula visualisation plugin
to the libvisual audio visualisation framework.

diffstat:

 audio/libvisual-nebulus/DESCR            |   2 +
 audio/libvisual-nebulus/Makefile         |  21 ++++++++++++++++
 audio/libvisual-nebulus/PLIST            |   9 +++++++
 audio/libvisual-nebulus/distinfo         |   5 ++++
 audio/libvisual-nebulus/patches/patch-aa |  40 ++++++++++++++++++++++++++++++++
 5 files changed, 77 insertions(+), 0 deletions(-)

diffs (97 lines):

diff -r 6a595398ccff -r ad9d1f0c6d98 audio/libvisual-nebulus/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libvisual-nebulus/DESCR     Fri Nov 05 22:48:15 2004 +0000
@@ -0,0 +1,2 @@
+Libvisual-nebula is a port of the xmms nebula visualisation plugin
+to the libvisual audio visualisation framework.
diff -r 6a595398ccff -r ad9d1f0c6d98 audio/libvisual-nebulus/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libvisual-nebulus/Makefile  Fri Nov 05 22:48:15 2004 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/11/05 22:48:15 wiz Exp $
+#
+
+DISTNAME=              libvisual-nebulus-0.1.4
+CATEGORIES=            audio
+MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=libvisual/}
+
+MAINTAINER=            tech-pkg%NetBSD.org@localhost
+HOMEPAGE=              http://libvisual.sourceforge.net/
+COMMENT=               Nebulus plugin for libvisual
+
+USE_BUILDLINK3=                yes
+USE_LIBTOOL=           yes
+USE_X11=               yes
+GNU_CONFIGURE=         yes
+
+.include "../../audio/libvisual/buildlink3.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../graphics/glu/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6a595398ccff -r ad9d1f0c6d98 audio/libvisual-nebulus/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libvisual-nebulus/PLIST     Fri Nov 05 22:48:15 2004 +0000
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/05 22:48:15 wiz Exp $
+lib/libvisual/actor/actor_nebulus.la
+share/libvisual/actor/actor_nebulus/background_texture.bmp
+share/libvisual/actor/actor_nebulus/child_texture.bmp
+share/libvisual/actor/actor_nebulus/energy_texture.bmp
+share/libvisual/actor/actor_nebulus/tentacle_texture.bmp
+share/libvisual/actor/actor_nebulus/tunnel_texture.bmp
+share/libvisual/actor/actor_nebulus/twist_texture.bmp
+@dirrm share/libvisual/actor/actor_nebulus
diff -r 6a595398ccff -r ad9d1f0c6d98 audio/libvisual-nebulus/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libvisual-nebulus/distinfo  Fri Nov 05 22:48:15 2004 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/11/05 22:48:15 wiz Exp $
+
+SHA1 (libvisual-nebulus-0.1.4.tar.gz) = 01bf022b7d57e6b8785862019392ec7cf0977b16
+Size (libvisual-nebulus-0.1.4.tar.gz) = 548918 bytes
+SHA1 (patch-aa) = d4f64d5d23c65c8147b2259f590c4ac9d2cd8794
diff -r 6a595398ccff -r ad9d1f0c6d98 audio/libvisual-nebulus/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libvisual-nebulus/patches/patch-aa  Fri Nov 05 22:48:15 2004 +0000
@@ -0,0 +1,40 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/11/05 22:48:16 wiz Exp $
+
+--- configure.orig     2004-09-10 22:55:44.000000000 +0200
++++ configure
+@@ -19420,7 +19420,7 @@ if test "${ac_cv_lib_GL_main+set}" = set
+   echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+   ac_check_lib_save_LIBS=$LIBS
+-LIBS="-lGL  $LIBS"
++LIBS="-lGL -lXext -lm  $LIBS"
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h.  */
+ _ACEOF
+@@ -19476,7 +19476,7 @@ if test $ac_cv_lib_GL_main = yes; then
+ #define HAVE_LIBGL 1
+ _ACEOF
+ 
+-  LIBS="-lGL $LIBS"
++  LIBS="-lGL -lXext -lm $LIBS"
+ 
+ fi
+ 
+@@ -19488,7 +19488,7 @@ if test "${ac_cv_lib_GLU_main+set}" = se
+   echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+   ac_check_lib_save_LIBS=$LIBS
+-LIBS="-lGLU  $LIBS"
++LIBS="-lGLU -lGL -lXext -lm  $LIBS"
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h.  */
+ _ACEOF
+@@ -19544,7 +19544,7 @@ if test $ac_cv_lib_GLU_main = yes; then
+ #define HAVE_LIBGLU 1
+ _ACEOF
+ 
+-  LIBS="-lGLU $LIBS"
++  LIBS="-lGLU -lGL -lXext -lm $LIBS"
+ 
+ fi
+ 



Home | Main Index | Thread Index | Old Index