diff options
author | wiz <wiz> | 2004-11-05 22:48:15 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-11-05 22:48:15 +0000 |
commit | 738b8748431c410c54820aea0abdc8d97bd51805 (patch) | |
tree | 8d2c3ffa910efaa083184068da05faccfa0be5fd /audio | |
parent | 2b9c60a19e08c85df629e7530d1c77057ba63fea (diff) | |
download | pkgsrc-738b8748431c410c54820aea0abdc8d97bd51805.tar.gz |
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 (limited to 'audio')
-rw-r--r-- | audio/libvisual-nebulus/DESCR | 2 | ||||
-rw-r--r-- | audio/libvisual-nebulus/Makefile | 21 | ||||
-rw-r--r-- | audio/libvisual-nebulus/PLIST | 9 | ||||
-rw-r--r-- | audio/libvisual-nebulus/distinfo | 5 | ||||
-rw-r--r-- | audio/libvisual-nebulus/patches/patch-aa | 40 |
5 files changed, 77 insertions, 0 deletions
diff --git a/audio/libvisual-nebulus/DESCR b/audio/libvisual-nebulus/DESCR new file mode 100644 index 00000000000..b49940bce32 --- /dev/null +++ b/audio/libvisual-nebulus/DESCR @@ -0,0 +1,2 @@ +Libvisual-nebula is a port of the xmms nebula visualisation plugin +to the libvisual audio visualisation framework. diff --git a/audio/libvisual-nebulus/Makefile b/audio/libvisual-nebulus/Makefile new file mode 100644 index 00000000000..f26d08d39f8 --- /dev/null +++ b/audio/libvisual-nebulus/Makefile @@ -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 +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 --git a/audio/libvisual-nebulus/PLIST b/audio/libvisual-nebulus/PLIST new file mode 100644 index 00000000000..75915892944 --- /dev/null +++ b/audio/libvisual-nebulus/PLIST @@ -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 --git a/audio/libvisual-nebulus/distinfo b/audio/libvisual-nebulus/distinfo new file mode 100644 index 00000000000..6ee18950b71 --- /dev/null +++ b/audio/libvisual-nebulus/distinfo @@ -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 --git a/audio/libvisual-nebulus/patches/patch-aa b/audio/libvisual-nebulus/patches/patch-aa new file mode 100644 index 00000000000..1a19f522a34 --- /dev/null +++ b/audio/libvisual-nebulus/patches/patch-aa @@ -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 + |