Skip site navigation (1)Skip section navigation (2)
Date:      23 Mar 2005 23:26:52 -0000
From:      David Thiel <lx@redundancy.redundancy.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/79175: Maintainer Update: audio/listener 0.9 -> 1.6.5
Message-ID:  <20050323232652.40518.qmail@redundancy.redundancy.org>
Resent-Message-ID: <200503232330.j2NNU2Al035847@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         79175
>Category:       ports
>Synopsis:       Maintainer Update: audio/listener 0.9 -> 1.6.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 23 23:30:01 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     David Thiel
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD redundancy.redundancy.org 5.3-STABLE FreeBSD 5.3-STABLE #0: Sun Jan 9 21:41:16 PST 2005 root@redundancy.redundancy.org:/usr/obj/usr/src/sys/REDUNDANCY i386


>Description:

Updating the listener audio monitor to 1.6.5. From the Changelog:

Version 1.6.5: 'setlistener' stopped working, fixed.
Version 1.6.4: output filename can be defined with a template, audio can be automatically amplified, audio recorded *before* the sound starts can be stored to disk, recording from stereo sources now works

>How-To-Repeat:
>Fix:

diff -ruN listener.old/Makefile listener/Makefile
--- listener.old/Makefile	Wed Mar 23 15:17:23 2005
+++ listener/Makefile	Wed Mar 23 15:17:45 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	listener
-PORTVERSION=	0.9
+PORTVERSION=	1.6.5
 CATEGORIES=	audio security
 MASTER_SITES=	http://www.vanheusden.com/listener/
 EXTRACT_SUFX=	.tgz
diff -ruN listener.old/distinfo listener/distinfo
--- listener.old/distinfo	Wed Mar 23 15:17:23 2005
+++ listener/distinfo	Wed Mar 23 15:17:56 2005
@@ -1,2 +1,2 @@
-MD5 (listener-0.9.tgz) = 37096153263209cd0170c44454441ae9
-SIZE (listener-0.9.tgz) = 16066
+MD5 (listener-1.6.5.tgz) = 3f8ad976534d06d7a2a48c3e5d3829d0
+SIZE (listener-1.6.5.tgz) = 18249
diff -ruN listener.old/files/patch-Makefile listener/files/patch-Makefile
--- listener.old/files/patch-Makefile	Wed Mar 23 15:17:23 2005
+++ listener/files/patch-Makefile	Wed Mar 23 15:22:33 2005
@@ -1,17 +1,17 @@
---- Makefile.old	Wed Jan 19 09:19:02 2005
-+++ Makefile	Wed Jan 19 09:21:43 2005
+--- Makefile.old	Wed Mar 23 15:19:35 2005
++++ Makefile	Wed Mar 23 15:22:21 2005
 @@ -1,8 +1,8 @@
- VERSION=0.8
+ VERSION=1.6.5
  
 -INSTALL_PREFIX=/usr/local
 +INSTALL_PREFIX=${PREFIX}
  
--CFLAGS=-O2 -Wall -DVERSION=\"$(VERSION)\"
+-CFLAGS+=-g -O2 -Wall -DVERSION=\"$(VERSION)\"
 +CFLAGS+=-L${LOCALBASE}/lib -I${LOCALBASE}/include -Wall -DVERSION=\"$(VERSION)\"
  
  OBJSsl=sl.o snd_dev.o error.o utils.o
  OBJSli=listener.o snd_dev.o error.o utils.o lib.o
-@@ -11,10 +11,10 @@
+@@ -11,19 +11,19 @@
  all: setlistener listener listenersoundpipe
  
  setlistener: $(OBJSsl)
@@ -19,12 +19,14 @@
 +	$(CC) $(CFLAGS) -g -Wall -W $(OBJSsl) -lncurses -o setlistener
  
  listener: $(OBJSli)
--	$(CC) -g -Wall -W $(OBJSli) -ldl -lsndfile -o listener -DCONFIGFILE=$(INSTALL_PREFIX)/etc/listener.conf
+-	$(CC) -g -Wall -W $(OBJSli) -ldl -lm -lsndfile -o listener -DCONFIGFILE=$(INSTALL_PREFIX)/etc/listener.conf
 +	$(CC) $(CFLAGS) -g -Wall -W $(OBJSli) -lsndfile -o listener -DCONFIGFILE=$(INSTALL_PREFIX)/etc/listener.conf
  
  listenersoundpipe: $(OBJSsp)
- 	$(CC) -g -Wall -W $(OBJSsp) -o listenersoundpipe
-@@ -23,7 +23,7 @@
+-	$(CC) -g -Wall -W $(OBJSsp) -o listenersoundpipe
++	$(CC) $(CFLAGS) -g -Wall -W $(OBJSsp) -o listenersoundpipe
+ 
+ install: setlistener listener listenersoundpipe
  	cp setlistener $(INSTALL_PREFIX)/bin
  	cp listenersoundpipe $(INSTALL_PREFIX)/bin
  	cp listener $(INSTALL_PREFIX)/bin
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050323232652.40518.qmail>