mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
This is the initial import of eXtace - an audio visualisation plugin for the
ESD sound daemon. PR: 18386 Submitted by: sobomax
This commit is contained in:
parent
e1431f7643
commit
d143f7e5ca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28705
31
audio/extace/Makefile
Normal file
31
audio/extace/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# New ports collection makefile for: extace
|
||||
# Date created: 8 April 2000
|
||||
# Whom: Maxim Sobolev
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= extace
|
||||
PORTVERSION= 1.2.23
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://download.sourceforge.net/eXtace/
|
||||
|
||||
MAINTAINER= sobomax@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
|
||||
esd.2:${PORTSDIR}/audio/esound \
|
||||
fftw.2:${PORTSDIR}/math/fftw
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
||||
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
||||
ESD_CONFIG?= ${LOCALBASE}/bin/esd-config
|
||||
|
||||
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \
|
||||
GLIB_CONFIG="${GLIB_CONFIG}" \
|
||||
ESD_CONFIG="${ESD_CONFIG}" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
|
||||
.include <bsd.port.mk>
|
1
audio/extace/distinfo
Normal file
1
audio/extace/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (extace-1.2.23.tar.gz) = 35f5dfa810bc7bd43bb40811a2e5ba77
|
11
audio/extace/files/patch-aa
Normal file
11
audio/extace/files/patch-aa
Normal file
@ -0,0 +1,11 @@
|
||||
--- configure.orig Mon Apr 10 15:41:18 2000
|
||||
+++ configure Mon Apr 10 15:42:04 2000
|
||||
@@ -3619,7 +3619,7 @@
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
ac_save_LIBS="$LIBS"
|
||||
-LIBS="-lgdk_imlib `gtk-config --libs` $LIBS"
|
||||
+LIBS="-lgdk_imlib `$GTK_CONFIG --libs` $LIBS"
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 3625 "configure"
|
||||
#include "confdefs.h"
|
1
audio/extace/pkg-comment
Normal file
1
audio/extace/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
eXtace is a Audio Visualization plugin for the X-Window System
|
7
audio/extace/pkg-descr
Normal file
7
audio/extace/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
eXtace is a Audio Visualization plugin for the X-Window System. It connects to
|
||||
ESD (Enlightened Sound Daemon) and displays the audio data as either a 3D
|
||||
textured landscape, 3d pointed landscape, 16-256 channel graphic EQ, a
|
||||
multi-mode Oscilloscope, or a Spectragram. All modes are fully scalable to
|
||||
nearly ANY resolution!
|
||||
|
||||
WWW: http://eXtace.sourceforge.net/
|
2
audio/extace/pkg-plist
Normal file
2
audio/extace/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
bin/extace
|
||||
share/gnome/apps/Multimedia/extace.desktop
|
Loading…
Reference in New Issue
Block a user