diff options
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/xmms-iris/Makefile | 26 | ||||
-rw-r--r-- | graphics/xmms-iris/distinfo | 1 | ||||
-rw-r--r-- | graphics/xmms-iris/files/patch-ltmain.sh | 16 | ||||
-rw-r--r-- | graphics/xmms-iris/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/xmms-iris/pkg-descr | 6 | ||||
-rw-r--r-- | graphics/xmms-iris/pkg-plist | 1 |
7 files changed, 52 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 130b30a..4ca4add 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -371,6 +371,7 @@ SUBDIR += xmms-gforce SUBDIR += xmms-goom SUBDIR += xmms-infinity + SUBDIR += xmms-iris SUBDIR += xmms-jess SUBDIR += xmms-xvs SUBDIR += xmorph diff --git a/graphics/xmms-iris/Makefile b/graphics/xmms-iris/Makefile new file mode 100644 index 0000000..c484261 --- /dev/null +++ b/graphics/xmms-iris/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: xmms-iris +# Date created: 25 Apr 2002 +# Whom: David Yeske <dyeske@yahoo.com> +# +# $FreeBSD$ +# + +PORTNAME= iris +PORTVERSION= 0.9 +CATEGORIES= graphics +MASTER_SITES= http://cdelfosse.free.fr/xmms-iris/ +PKGNAMEPREFIX= xmms- + +MAINTAINER= dyeske@yahoo.com + +BUILD_DEPENDS= xmms-config:${PORTSDIR}/audio/xmms +RUN_DEPENDS= xmms:${PORTSDIR}/audio/xmms + +GNU_CONFIGURE= yes +USE_GLIB= yes +USE_GTK= yes +USE_GMAKE= yes +USE_MESA= yes +USE_X_PREFIX= yes + +.include <bsd.port.mk> diff --git a/graphics/xmms-iris/distinfo b/graphics/xmms-iris/distinfo new file mode 100644 index 0000000..c4bc822 --- /dev/null +++ b/graphics/xmms-iris/distinfo @@ -0,0 +1 @@ +MD5 (iris-0.9.tar.gz) = 16462c64abd7eb3d5755cb346231f80a diff --git a/graphics/xmms-iris/files/patch-ltmain.sh b/graphics/xmms-iris/files/patch-ltmain.sh new file mode 100644 index 0000000..98fa791 --- /dev/null +++ b/graphics/xmms-iris/files/patch-ltmain.sh @@ -0,0 +1,16 @@ +--- ltmain.sh.orig Thu Apr 25 22:13:38 2002 ++++ ltmain.sh Thu Apr 25 22:13:56 2002 +@@ -4246,11 +4246,13 @@ + IFS="$save_ifs" + fi + ++ if /usr/bin/false; then + # Install the pseudo-library for information purposes. + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/graphics/xmms-iris/pkg-comment b/graphics/xmms-iris/pkg-comment new file mode 100644 index 0000000..7cd454e --- /dev/null +++ b/graphics/xmms-iris/pkg-comment @@ -0,0 +1 @@ +An adaptation of the "OpenGL Spectrum Analyzer" from XMMS diff --git a/graphics/xmms-iris/pkg-descr b/graphics/xmms-iris/pkg-descr new file mode 100644 index 0000000..0b13429 --- /dev/null +++ b/graphics/xmms-iris/pkg-descr @@ -0,0 +1,6 @@ +Really pretty 3D circular spectrum analyzer with beat detection + +WWW: http://cdelfosse.free.fr/xmms-iris/ + +- David +dyeske@yahoo.com diff --git a/graphics/xmms-iris/pkg-plist b/graphics/xmms-iris/pkg-plist new file mode 100644 index 0000000..f885d70 --- /dev/null +++ b/graphics/xmms-iris/pkg-plist @@ -0,0 +1 @@ +lib/xmms/Visualization/libiris.so |