summaryrefslogtreecommitdiff
path: root/audio/libvisual
diff options
context:
space:
mode:
authorcvs <cvs@pkgsrc.org>2007-03-23 19:00:19 +0000
committercvs <cvs@pkgsrc.org>2007-03-23 19:00:19 +0000
commitda1b24d6fdfe442753c8272da5432c8fcaa1f43c (patch)
tree8c7c348db30abadfdc6b77822405d9ffe7b79103 /audio/libvisual
parentda5bb3f20f33565c1db65018aabd8cf59023cfef (diff)
downloadpkgsrc-da1b24d6fdfe442753c8272da5432c8fcaa1f43c.tar.gz
Creating branch jlam-pkgviewsjlam-pkgviews
Diffstat (limited to 'audio/libvisual')
-rw-r--r--audio/libvisual/DESCR16
-rw-r--r--audio/libvisual/Makefile28
-rw-r--r--audio/libvisual/PLIST50
-rw-r--r--audio/libvisual/buildlink3.mk19
-rw-r--r--audio/libvisual/distinfo7
-rw-r--r--audio/libvisual/hacks.mk12
-rw-r--r--audio/libvisual/patches/patch-ab54
-rw-r--r--audio/libvisual/patches/patch-ac13
8 files changed, 0 insertions, 199 deletions
diff --git a/audio/libvisual/DESCR b/audio/libvisual/DESCR
deleted file mode 100644
index ec5a5fa21d3..00000000000
--- a/audio/libvisual/DESCR
+++ /dev/null
@@ -1,16 +0,0 @@
-Libvisual is an abstraction library that comes between applications
-and audio visualisation plugins.
-
-Often when it comes to audio visualisation plugins or programs that
-create visuals, they depend on a player or something else; basically,
-there is no general framework that enabled application developers
-to easily access cool audio visualisation plugins. Libvisual wants
-to change this by providing an interface towards plugins and
-applications; through this easy to use interface applications can
-easily access plugins and, since the drawing is done by the
-application, it also enables the developer to draw the visual
-anywhere he wants.
-
-The framework also allows you to morph to different plugins and
-mix two at once; all kinds of neat tricks are possible using this
-method.
diff --git a/audio/libvisual/Makefile b/audio/libvisual/Makefile
deleted file mode 100644
index 75760311b82..00000000000
--- a/audio/libvisual/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# $NetBSD: Makefile,v 1.17 2007/02/22 19:01:14 wiz Exp $
-#
-
-DISTNAME= libvisual-0.4.0
-PKGREVISION= 1
-CATEGORIES= audio graphics
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libvisual/}
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://localhost.nl/~synap/libvisual/
-COMMENT= Abstraction library between applications and audio visualisation plugins
-
-USE_LANGUAGES= c c++
-USE_LIBTOOL= yes
-PKGCONFIG_OVERRIDE+= ${WRKSRC}/libvisual.pc.in
-GNU_CONFIGURE= yes
-USE_TOOLS+= pkg-config
-
-.include "../../mk/bsd.prefs.mk"
-.include "../../mk/compiler.mk"
-
-.if ${MACHINE_ARCH} == "i386"
-. if !empty(CC_VERSION:Mgcc*)
-CPPFLAGS+= -mmmx
-. endif
-.endif
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/audio/libvisual/PLIST b/audio/libvisual/PLIST
deleted file mode 100644
index cf1d135107f..00000000000
--- a/audio/libvisual/PLIST
+++ /dev/null
@@ -1,50 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2006/07/03 23:33:43 wiz Exp $
-include/libvisual-0.4/libvisual/libvisual.h
-include/libvisual-0.4/libvisual/lv_actor.h
-include/libvisual-0.4/libvisual/lv_audio.h
-include/libvisual-0.4/libvisual/lv_bin.h
-include/libvisual-0.4/libvisual/lv_bits.h
-include/libvisual-0.4/libvisual/lv_bmp.h
-include/libvisual-0.4/libvisual/lv_buffer.h
-include/libvisual-0.4/libvisual/lv_cache.h
-include/libvisual-0.4/libvisual/lv_collection.h
-include/libvisual-0.4/libvisual/lv_color.h
-include/libvisual-0.4/libvisual/lv_common.h
-include/libvisual-0.4/libvisual/lv_config.h
-include/libvisual-0.4/libvisual/lv_cpu.h
-include/libvisual-0.4/libvisual/lv_defines.h
-include/libvisual-0.4/libvisual/lv_error.h
-include/libvisual-0.4/libvisual/lv_event.h
-include/libvisual-0.4/libvisual/lv_fourier.h
-include/libvisual-0.4/libvisual/lv_gl.h
-include/libvisual-0.4/libvisual/lv_hashlist.h
-include/libvisual-0.4/libvisual/lv_hashmap.h
-include/libvisual-0.4/libvisual/lv_input.h
-include/libvisual-0.4/libvisual/lv_keysym.h
-include/libvisual-0.4/libvisual/lv_libvisual.h
-include/libvisual-0.4/libvisual/lv_list.h
-include/libvisual-0.4/libvisual/lv_log.h
-include/libvisual-0.4/libvisual/lv_math.h
-include/libvisual-0.4/libvisual/lv_mem.h
-include/libvisual-0.4/libvisual/lv_morph.h
-include/libvisual-0.4/libvisual/lv_object.h
-include/libvisual-0.4/libvisual/lv_os.h
-include/libvisual-0.4/libvisual/lv_palette.h
-include/libvisual-0.4/libvisual/lv_param.h
-include/libvisual-0.4/libvisual/lv_plugin.h
-include/libvisual-0.4/libvisual/lv_random.h
-include/libvisual-0.4/libvisual/lv_rectangle.h
-include/libvisual-0.4/libvisual/lv_ringbuffer.h
-include/libvisual-0.4/libvisual/lv_songinfo.h
-include/libvisual-0.4/libvisual/lv_thread.h
-include/libvisual-0.4/libvisual/lv_time.h
-include/libvisual-0.4/libvisual/lv_transform.h
-include/libvisual-0.4/libvisual/lv_types.h
-include/libvisual-0.4/libvisual/lv_ui.h
-include/libvisual-0.4/libvisual/lv_utils.h
-include/libvisual-0.4/libvisual/lv_video.h
-include/libvisual-0.4/libvisual/lvconfig.h
-lib/libvisual-0.4.la
-lib/pkgconfig/libvisual-0.4.pc
-@dirrm include/libvisual-0.4/libvisual
-@dirrm include/libvisual-0.4
diff --git a/audio/libvisual/buildlink3.mk b/audio/libvisual/buildlink3.mk
deleted file mode 100644
index eac96854e7d..00000000000
--- a/audio/libvisual/buildlink3.mk
+++ /dev/null
@@ -1,19 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.9 2006/07/08 23:10:37 jlam Exp $
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
-LIBVISUAL_BUILDLINK3_MK:= ${LIBVISUAL_BUILDLINK3_MK}+
-
-.if !empty(BUILDLINK_DEPTH:M+)
-BUILDLINK_DEPENDS+= libvisual
-.endif
-
-BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibvisual}
-BUILDLINK_PACKAGES+= libvisual
-BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libvisual
-
-.if !empty(LIBVISUAL_BUILDLINK3_MK:M+)
-BUILDLINK_API_DEPENDS.libvisual+= libvisual>=0.4.0
-BUILDLINK_PKGSRCDIR.libvisual?= ../../audio/libvisual
-.endif # LIBVISUAL_BUILDLINK3_MK
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff --git a/audio/libvisual/distinfo b/audio/libvisual/distinfo
deleted file mode 100644
index d06b208a1c7..00000000000
--- a/audio/libvisual/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.9 2006/10/06 22:04:00 rillig Exp $
-
-SHA1 (libvisual-0.4.0.tar.gz) = bd21d621f1d54134c26138e19eaae46c5aeaec00
-RMD160 (libvisual-0.4.0.tar.gz) = df4fda944e84417def2817f248f587dea5b2d8f1
-Size (libvisual-0.4.0.tar.gz) = 583386 bytes
-SHA1 (patch-ab) = 2493f145d37c6de8dc37beb22e788c628d43342e
-SHA1 (patch-ac) = ad124820a2a20550bf85181be284c1e000114ddd
diff --git a/audio/libvisual/hacks.mk b/audio/libvisual/hacks.mk
deleted file mode 100644
index c11c1b19443..00000000000
--- a/audio/libvisual/hacks.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# $NetBSD: hacks.mk,v 1.1 2006/01/02 12:51:22 jmmv Exp $
-
-.if !defined(LIBVISUAL_HACKS_MK)
-LIBVISUAL_HACKS_MK= # defined
-
-# [ Mon Jan 2 13:49:14 CET 2006 : jmmv ]
-# -funroll-loops breaks the inlined MMX code in libvisual/lv_video_mmx.c.
-# It adds an immediate value to a movd instruction that does not let it
-# compile.
-BUILDLINK_TRANSFORM+= rm:-funroll-loops
-
-.endif
diff --git a/audio/libvisual/patches/patch-ab b/audio/libvisual/patches/patch-ab
deleted file mode 100644
index 31348f20761..00000000000
--- a/audio/libvisual/patches/patch-ab
+++ /dev/null
@@ -1,54 +0,0 @@
-$NetBSD: patch-ab,v 1.7 2006/10/06 22:04:00 rillig Exp $
-
-gcc-2.95 does not know the i386 MMX registers used in the assembler
-statements, do disable them.
-
---- configure.orig 2006-03-20 19:42:25.000000000 +0100
-+++ configure 2006-10-07 00:03:06.000000000 +0200
-@@ -2053,7 +2053,7 @@ case "$host_os" in
- solaris*) lv_solaris=yes;;
- linux*) lv_linux=yes;;
- *sco*) lv_sco=yes;;
-- freebsd*) lv_freebsd=yes;;
-+ freebsd*|dragonfly*) lv_freebsd=yes;;
- netbsd*) lv_netbsd=yes;;
- openbsd*) lv_openbsd=yes;;
- *darwin*) lv_darwin=yes;;
-@@ -24592,13 +24592,13 @@ echo "$as_me: WARNING: $AIX_COMPILE_INFO
- *)
- LV_THREAD_LIBS=error
- lv_save_LIBS="$LIBS"
-- for thread_lib in "" pthread pthread32 pthreads thread dce; do
-+ for thread_lib in "" -lpthread -lpthread32 -lpthreads -lthread -ldce -pthread; do
- if test x"$thread_lib" = x; then
- add_thread_lib=""
- IN=""
- else
-- add_thread_lib="-l$thread_lib"
-- IN=" in -l$thread_lib"
-+ add_thread_lib="$thread_lib"
-+ IN=" in $thread_lib"
- fi
- if test x"$have_threads" = xposix; then
- defattr=0
-@@ -26430,7 +26430,7 @@ build_subdirs="libvisual"
- VISUAL_PKG_CONFIG_DEP=""
-
- VISUAL_CFLAGS=""
--if test x"$LV_THREAD_CFLAGS" == xgthread2; then
-+if test x"$LV_THREAD_CFLAGS" = xgthread2; then
- VISUAL_PKG_CONFIG_DEP="$VISUAL_PKG_CONFIG_DEP gthread-2.0"
- elif test x"$LV_THREAD_CFLAGS" != x; then
- VISUAL_CFLAGS=$LV_THREAD_CFLAGS
-@@ -28326,7 +28326,11 @@ _______EOF
- if test x$lv_ix86 = xyes ; then
- cat >>$outfile <<_______EOF
-
-+#if defined(__GNUC__) && __GNUC__ <= 2
-+#define VISUAL_ARCH_UNKNOWN
-+#else
- #define VISUAL_ARCH_X86
-+#endif
- _______EOF
- fi
-
diff --git a/audio/libvisual/patches/patch-ac b/audio/libvisual/patches/patch-ac
deleted file mode 100644
index 3438af0cde0..00000000000
--- a/audio/libvisual/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.3 2006/07/03 23:33:59 wiz Exp $
-
---- Makefile.in.orig 2006-03-20 18:42:30.000000000 +0000
-+++ Makefile.in
-@@ -623,7 +623,7 @@ uninstall-info: uninstall-info-recursive
-
-
- $(PKG_CONFIG_FILE): libvisual.pc
-- cp -f $< $@
-+ cp -f libvisual.pc $(PKG_CONFIG_FILE)
-
- install-exec-local: libvisual/lvconfig.h
- file=$(DESTDIR)$(LIBVISUAL_INCLUDE_DIR)/libvisual/lvconfig.h; \