diff options
author | lioux <lioux@FreeBSD.org> | 2002-08-21 10:56:07 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-08-21 10:56:07 +0800 |
commit | 72ccf4b99dbcca0d48dd637ad3e7db5d04419c3d (patch) | |
tree | c08575c3e5ee113740a6944f1f854330b978db0b /graphics | |
parent | d807df6cfaf5be28e732899e19fe5458de82d9e4 (diff) | |
download | freebsd-ports-gnome-72ccf4b99dbcca0d48dd637ad3e7db5d04419c3d.tar.gz freebsd-ports-gnome-72ccf4b99dbcca0d48dd637ad3e7db5d04419c3d.tar.zst freebsd-ports-gnome-72ccf4b99dbcca0d48dd637ad3e7db5d04419c3d.zip |
New port xmms-blursk version 1.3: A XMMS plugin inspired by "Blur
Scope"
Submitted by: David Yeske <dyeske@yahoo.com>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/xmms-blursk/Makefile | 33 | ||||
-rw-r--r-- | graphics/xmms-blursk/distinfo | 1 | ||||
-rw-r--r-- | graphics/xmms-blursk/files/patch-ltmain.sh | 16 | ||||
-rw-r--r-- | graphics/xmms-blursk/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/xmms-blursk/pkg-descr | 9 | ||||
-rw-r--r-- | graphics/xmms-blursk/pkg-plist | 1 |
7 files changed, 62 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 2d5b7ddae80d..44619b7ad06c 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -402,6 +402,7 @@ SUBDIR += xmandel SUBDIR += xmfract SUBDIR += xmms-avi + SUBDIR += xmms-blursk SUBDIR += xmms-fishmatic SUBDIR += xmms-gforce SUBDIR += xmms-goom diff --git a/graphics/xmms-blursk/Makefile b/graphics/xmms-blursk/Makefile new file mode 100644 index 000000000000..2499120afe89 --- /dev/null +++ b/graphics/xmms-blursk/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: xmms-blursk +# Date created: 19 Aug 2002 +# Whom: David Yeske <dyeske@yahoo.com> +# +# $FreeBSD$ +# + +PORTNAME= blursk +PORTVERSION= 1.3 +CATEGORIES= graphics +MASTER_SITES= http://www.cs.pdx.edu/~kirkenda/blursk/ +PKGNAMEPREFIX= xmms- +DISTNAME= Blursk-${PORTVERSION} + +MAINTAINER= dyeske@yahoo.com + +BUILD_DEPENDS= xmms-config:${PORTSDIR}/audio/xmms +RUN_DEPENDS= xmms:${PORTSDIR}/audio/xmms + +USE_X_PREFIX= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 +USE_REINPLACE= yes +GNU_CONFIGURE= yes + +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} ${CFLAGS} ${PTHREAD_CFLAGS}" + +post-patch: + @${REINPLACE_CMD} -e 's|-O2||' \ + ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} \ + ${BUILD_WRKSRC}/Makefile.in + +.include <bsd.port.mk> diff --git a/graphics/xmms-blursk/distinfo b/graphics/xmms-blursk/distinfo new file mode 100644 index 000000000000..a6ba537d478d --- /dev/null +++ b/graphics/xmms-blursk/distinfo @@ -0,0 +1 @@ +MD5 (Blursk-1.3.tar.gz) = d5f3b2785ba5148b23ffe335f4560b7e diff --git a/graphics/xmms-blursk/files/patch-ltmain.sh b/graphics/xmms-blursk/files/patch-ltmain.sh new file mode 100644 index 000000000000..98fa791679a0 --- /dev/null +++ b/graphics/xmms-blursk/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-blursk/pkg-comment b/graphics/xmms-blursk/pkg-comment new file mode 100644 index 000000000000..407f5ef4b052 --- /dev/null +++ b/graphics/xmms-blursk/pkg-comment @@ -0,0 +1 @@ +A XMMS plugin inspired by "Blur Scope" diff --git a/graphics/xmms-blursk/pkg-descr b/graphics/xmms-blursk/pkg-descr new file mode 100644 index 000000000000..5bc30edadc1f --- /dev/null +++ b/graphics/xmms-blursk/pkg-descr @@ -0,0 +1,9 @@ +Blursk is a visualization plugin for the XMMS MP3 player. It was +inspired by the "Blur Scope" plugin, but Blursk goes far beyond +that. It supports a wide variety of colormaps, blur patterns, +plotting styles, and other options + +WWW: http://www.cs.pdx.edu/~kirkenda/blursk/ + +- David +dyeske@yahoo.com diff --git a/graphics/xmms-blursk/pkg-plist b/graphics/xmms-blursk/pkg-plist new file mode 100644 index 000000000000..d8d3480bf60e --- /dev/null +++ b/graphics/xmms-blursk/pkg-plist @@ -0,0 +1 @@ +lib/xmms/Visualization/libblursk.so |