diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2006-11-17 01:18:44 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2006-11-17 01:18:44 +0000 |
| commit | f8374320671c6a39b6d2935b5b3e21b5824e4407 (patch) | |
| tree | e8f1280d7479efefe71879ca2d9e78fbe327b405 /graphics/libvisual04 | |
| parent | 088b4fa7df37b5bea6880adfa83fcc36d9e7dc6a (diff) | |
Diffstat (limited to 'graphics/libvisual04')
| -rw-r--r-- | graphics/libvisual04/Makefile | 40 | ||||
| -rw-r--r-- | graphics/libvisual04/distinfo | 3 | ||||
| -rw-r--r-- | graphics/libvisual04/files/extra-patch-libvisual_lv_cpu.c | 12 | ||||
| -rw-r--r-- | graphics/libvisual04/files/patch-configure | 14 | ||||
| -rw-r--r-- | graphics/libvisual04/pkg-descr | 16 | ||||
| -rw-r--r-- | graphics/libvisual04/pkg-plist | 38 |
6 files changed, 0 insertions, 123 deletions
diff --git a/graphics/libvisual04/Makefile b/graphics/libvisual04/Makefile deleted file mode 100644 index c084542506ea..000000000000 --- a/graphics/libvisual04/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: libvisual -# Date created: 23 oktober 2004 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# - -# WARNING: when updating this port check if the ports that use libvisual -# can work with it. Backwards compatiblity is known to be broken in the past. - -PORTNAME= libvisual -PORTVERSION= 0.2.0 -PORTREVISION= 1 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Abstraction library that sits between apps and visual plugin - -USE_XLIBS= yes -USE_GNOME= gnomehack pkgconfig -USE_AUTOTOOLS= libtool:15 -CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ - LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}" -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_LDCONFIG= yes - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500001 -EXTRA_PATCHES= ${PATCHDIR}/extra-patch-libvisual_lv_cpu.c -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|-Wno-unused-variable||g' \ - -e 's|-O3|${CFLAGS}|g' \ - ${WRKSRC}/libvisual/Makefile.in - -.include <bsd.port.post.mk> diff --git a/graphics/libvisual04/distinfo b/graphics/libvisual04/distinfo deleted file mode 100644 index c24b65087968..000000000000 --- a/graphics/libvisual04/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libvisual-0.2.0.tar.gz) = 668236dcbd252c70f1beff551f36b8b3 -SHA256 (libvisual-0.2.0.tar.gz) = a440254208bd4bd13e0e77789ff5fc07cd64f4c9022ff43c6c64ec29a2aa03aa -SIZE (libvisual-0.2.0.tar.gz) = 431141 diff --git a/graphics/libvisual04/files/extra-patch-libvisual_lv_cpu.c b/graphics/libvisual04/files/extra-patch-libvisual_lv_cpu.c deleted file mode 100644 index 8e6d1cd03574..000000000000 --- a/graphics/libvisual04/files/extra-patch-libvisual_lv_cpu.c +++ /dev/null @@ -1,12 +0,0 @@ ---- libvisual/lv_cpu.c.orig Sun Mar 20 20:17:51 2005 -+++ libvisual/lv_cpu.c Sun Mar 20 20:18:19 2005 -@@ -65,6 +65,9 @@ - #include "lv_log.h" - #include "lv_cpu.h" - -+/* stolen from 5.3-stable's unistd.h */ -+#define _SC_NPROCESSORS_ONLN 58 -+ - static VisCPU _lv_cpu_caps; - static int _lv_cpu_initialized = FALSE; - diff --git a/graphics/libvisual04/files/patch-configure b/graphics/libvisual04/files/patch-configure deleted file mode 100644 index d8f1678d1cd4..000000000000 --- a/graphics/libvisual04/files/patch-configure +++ /dev/null @@ -1,14 +0,0 @@ ---- configure.orig Thu Jun 23 13:09:46 2005 -+++ configure Thu Jun 23 13:10:48 2005 -@@ -25450,7 +25450,11 @@ - 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/graphics/libvisual04/pkg-descr b/graphics/libvisual04/pkg-descr deleted file mode 100644 index 1d300ce40a3b..000000000000 --- a/graphics/libvisual04/pkg-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. - -WWW: http://libvisual.sourceforge.net diff --git a/graphics/libvisual04/pkg-plist b/graphics/libvisual04/pkg-plist deleted file mode 100644 index 7f6eec26a91e..000000000000 --- a/graphics/libvisual04/pkg-plist +++ /dev/null @@ -1,38 +0,0 @@ -include/libvisual/libvisual.h -include/libvisual/lv_actor.h -include/libvisual/lv_audio.h -include/libvisual/lv_bin.h -include/libvisual/lv_bmp.h -include/libvisual/lv_color.h -include/libvisual/lv_common.h -include/libvisual/lv_cpu.h -include/libvisual/lv_endianess.h -include/libvisual/lv_error.h -include/libvisual/lv_event.h -include/libvisual/lv_fft.h -include/libvisual/lv_input.h -include/libvisual/lv_keysym.h -include/libvisual/lv_libvisual.h -include/libvisual/lv_list.h -include/libvisual/lv_log.h -include/libvisual/lv_mem.h -include/libvisual/lv_morph.h -include/libvisual/lv_object.h -include/libvisual/lv_palette.h -include/libvisual/lv_param.h -include/libvisual/lv_plugin.h -include/libvisual/lv_random.h -include/libvisual/lv_songinfo.h -include/libvisual/lv_thread.h -include/libvisual/lv_time.h -include/libvisual/lv_transform.h -include/libvisual/lv_types.h -include/libvisual/lv_ui.h -include/libvisual/lv_video.h -include/libvisual/lvconfig.h -lib/libvisual.a -lib/libvisual.la -lib/libvisual.so -lib/libvisual.so.0 -libdata/pkgconfig/libvisual.pc -@dirrm include/libvisual |
