diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-08-29 19:45:10 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-08-29 19:45:10 +0000 |
commit | 738534a4c0bc2ed421b1a0620342a388c0f489eb (patch) | |
tree | 1e3aceffe3319568edfee20f57a11ffa61427502 /audio | |
parent | 0ac2e2a51b1850b5423e9e42307a331ce8508369 (diff) | |
download | ports-738534a4c0bc2ed421b1a0620342a388c0f489eb.tar.gz ports-738534a4c0bc2ed421b1a0620342a388c0f489eb.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/xmms-volnorm/Makefile | 26 | ||||
-rw-r--r-- | audio/xmms-volnorm/distinfo | 1 | ||||
-rw-r--r-- | audio/xmms-volnorm/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | audio/xmms-volnorm/files/patch-ltmain.sh | 16 | ||||
-rw-r--r-- | audio/xmms-volnorm/files/patch-src::Makefile.in | 17 | ||||
-rw-r--r-- | audio/xmms-volnorm/pkg-comment | 1 | ||||
-rw-r--r-- | audio/xmms-volnorm/pkg-descr | 8 | ||||
-rw-r--r-- | audio/xmms-volnorm/pkg-plist | 1 |
9 files changed, 82 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 564633050915..b87fc99028a1 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -231,6 +231,7 @@ SUBDIR += xmms-quix3dn SUBDIR += xmms-shn SUBDIR += xmms-tfmx + SUBDIR += xmms-volnorm SUBDIR += xmp SUBDIR += xmpeg3 SUBDIR += xmradio diff --git a/audio/xmms-volnorm/Makefile b/audio/xmms-volnorm/Makefile new file mode 100644 index 000000000000..400b3e1a2f19 --- /dev/null +++ b/audio/xmms-volnorm/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: xmms-volnorm +# Date created: Fri Aug 17 12:17:23 EDT 2001 +# Whom: Patrick Li <pat@databits.net> +# +# $FreeBSD$ +# + +PORTNAME= volnorm +PORTVERSION= 0.8.1 +CATEGORIES= audio +MASTER_SITES= http://volnorm.sourceforge.net/ \ + ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +PKGNAMEPREFIX= xmms- + +MAINTAINER= pat@databits.net + +LIB_DEPENDS= xmms.2:${PORTSDIR}/audio/xmms + +USE_X_PREFIX= yes +USE_GTK= yes +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} +INSTALLS_SHLIB= yes + +.include <bsd.port.mk> diff --git a/audio/xmms-volnorm/distinfo b/audio/xmms-volnorm/distinfo new file mode 100644 index 000000000000..7012c52d8134 --- /dev/null +++ b/audio/xmms-volnorm/distinfo @@ -0,0 +1 @@ +MD5 (volnorm-0.8.1.tar.gz) = f5d08347e7ff3e23ccdbf664e5f6f901 diff --git a/audio/xmms-volnorm/files/patch-Makefile.in b/audio/xmms-volnorm/files/patch-Makefile.in new file mode 100644 index 000000000000..d28c11ae1405 --- /dev/null +++ b/audio/xmms-volnorm/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Fri Aug 17 13:47:34 2001 ++++ Makefile.in Fri Aug 17 13:47:50 2001 +@@ -87,7 +87,7 @@ + XMMS_PATH = @XMMS_PATH@ + plugindir = @plugindir@ + +-SUBDIRS = src tests ++SUBDIRS = src + + DISTCLEANFILES = *.orig *.rej *~ *.bak core + diff --git a/audio/xmms-volnorm/files/patch-ltmain.sh b/audio/xmms-volnorm/files/patch-ltmain.sh new file mode 100644 index 000000000000..eb3cd0ed8fd5 --- /dev/null +++ b/audio/xmms-volnorm/files/patch-ltmain.sh @@ -0,0 +1,16 @@ +--- ltmain.sh.orig Fri Aug 17 13:42:17 2001 ++++ ltmain.sh Fri Aug 17 13:42:52 2001 +@@ -4672,11 +4672,13 @@ + IFS="$save_ifs" + fi + ++ if 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/audio/xmms-volnorm/files/patch-src::Makefile.in b/audio/xmms-volnorm/files/patch-src::Makefile.in new file mode 100644 index 000000000000..914b49357d77 --- /dev/null +++ b/audio/xmms-volnorm/files/patch-src::Makefile.in @@ -0,0 +1,17 @@ +--- src/Makefile.in.orig Sun Aug 5 14:11:52 2001 ++++ src/Makefile.in Fri Aug 17 13:24:06 2001 +@@ -95,12 +95,12 @@ + libnormvol_la_LDFLAGS = -module -avoid-version + libnormvol_la_LIBS = @GTK_LIBS@ @PTHREAD_LIBS@ @INTLLIBS@ + +-COMMON_CFLAGS = -O2 -Wall -W -I$(top_builddir) -I$(top_srcdir) -D_REENTRANT @GTK_CFLAGS@ ++COMMON_CFLAGS = -Wall -I$(top_builddir) -I$(top_srcdir) -D_REENTRANT @GTK_CFLAGS@ + + COMMON_SRC = normvol.c normvol.h smooth.c smooth.h cfg.c cfg.h about.c about.h config.h monitor.c monitor.h support.c support.h interface.c interface.h callbacks.c callbacks.h + + +-CFLAGS = $(COMMON_CFLAGS) ++CFLAGS += $(COMMON_CFLAGS) + libnormvol_la_SOURCES = $(COMMON_SRC) + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = config.h diff --git a/audio/xmms-volnorm/pkg-comment b/audio/xmms-volnorm/pkg-comment new file mode 100644 index 000000000000..af4f09f23c8b --- /dev/null +++ b/audio/xmms-volnorm/pkg-comment @@ -0,0 +1 @@ +Volume Normalizer plugin for XMMS diff --git a/audio/xmms-volnorm/pkg-descr b/audio/xmms-volnorm/pkg-descr new file mode 100644 index 000000000000..21b93f6059fd --- /dev/null +++ b/audio/xmms-volnorm/pkg-descr @@ -0,0 +1,8 @@ +The volume normalizer plugin is intended to change the volume of +playing songs to some level such that they all will basically sound +pretty much the same in terms of volume. + +WWW: http://volnorm.sourceforge.net/ +Author: Baruch Even <baruch.even@writeme.com> + +- Patrick Li <pat@databits.net> diff --git a/audio/xmms-volnorm/pkg-plist b/audio/xmms-volnorm/pkg-plist new file mode 100644 index 000000000000..87b88377f208 --- /dev/null +++ b/audio/xmms-volnorm/pkg-plist @@ -0,0 +1 @@ +lib/xmms/Effect/libnormvol.so |