aboutsummaryrefslogtreecommitdiff
path: root/audio/speak_freely
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-06-11 19:01:07 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-06-11 19:01:07 +0000
commit3fdf320aab07b981bca997f8fc532484e9862f4e (patch)
treec1a1b0479bdf2520d35861ecc5ee656c28ffaa57 /audio/speak_freely
parent0c198ec4791e1a4d47d0d8c2577f4c6e6545f503 (diff)
downloadports-3fdf320aab07b981bca997f8fc532484e9862f4e.tar.gz
ports-3fdf320aab07b981bca997f8fc532484e9862f4e.zip
Distfile changed
Notes
Notes: svn path=/head/; revision=6864
Diffstat (limited to 'audio/speak_freely')
-rw-r--r--audio/speak_freely/distinfo2
-rw-r--r--audio/speak_freely/files/patch-aa74
-rw-r--r--audio/speak_freely/files/patch-ae32
3 files changed, 60 insertions, 48 deletions
diff --git a/audio/speak_freely/distinfo b/audio/speak_freely/distinfo
index 32484b10de6a..929bf9950e26 100644
--- a/audio/speak_freely/distinfo
+++ b/audio/speak_freely/distinfo
@@ -1 +1 @@
-MD5 (speak_freely-6.1b.tar.gz) = 366b66297186dc7e02afbb5227a33ec8
+MD5 (speak_freely-6.1b.tar.gz) = ed549a90e45f48c46d8e084e450a6238
diff --git a/audio/speak_freely/files/patch-aa b/audio/speak_freely/files/patch-aa
index 40369b1b9895..d143679815fe 100644
--- a/audio/speak_freely/files/patch-aa
+++ b/audio/speak_freely/files/patch-aa
@@ -1,45 +1,45 @@
-*** Makefile.orig Mon Aug 12 15:52:16 1996
---- Makefile Fri Oct 25 17:50:11 1996
+*** Makefile.bak Thu May 22 15:10:44 1997
+--- Makefile Wed Jun 11 22:36:10 1997
***************
-*** 11,18 ****
- #LFLAGS = -laudio -lcurses -lm
+*** 15,22 ****
+ # will tell you whether these components are present on your system.
+ # If they aren't, you need to install them before building Speak
+ # Freely.
+! CC = cc -float -signed
+! LFLAGS = -laudio -lcurses -lm
# SunOS 4.1.x
-! CC = cc -fsingle -DOLDCC
-! LFLAGS = -lcurses -ltermcap -lm
-
- # Solaris 2.x courtesy of Hans Werner Strube (strube@physik3.gwdg.de)
- # (-fsingle is needed for pre-4.0 compilers and is ignored by 4.0 in
---- 11,18 ----
- #LFLAGS = -laudio -lcurses -lm
+ #CC = cc -fsingle -DOLDCC
+--- 15,22 ----
+ # will tell you whether these components are present on your system.
+ # If they aren't, you need to install them before building Speak
+ # Freely.
+! #CC = cc -float -signed
+! #LFLAGS = -laudio -lcurses -lm
# SunOS 4.1.x
-! #CC = cc -fsingle -DOLDCC
-! #LFLAGS = -lcurses -ltermcap -lm
-
- # Solaris 2.x courtesy of Hans Werner Strube (strube@physik3.gwdg.de)
- # (-fsingle is needed for pre-4.0 compilers and is ignored by 4.0 in
+ #CC = cc -fsingle -DOLDCC
***************
-*** 35,42 ****
+*** 46,53 ****
# Depending on how your driver handles non-blocking I/O,
# you may also have to add -DAUDIO_BLOCKING to the
# CCFLAGS line.
! #CCFLAGS = -DM_LITTLE_ENDIAN
! #LFLAGS = -lcurses -ltermcap -lcompat -lm
- # Linux 1.x, courtesy of KeyJ Phade (phade@powerweb.de)
- #
---- 35,42 ----
+ # ** Linux users please note: many Linux audio drivers are
+ # half-duplex, even through your sound card may actually
+--- 46,53 ----
# Depending on how your driver handles non-blocking I/O,
# you may also have to add -DAUDIO_BLOCKING to the
# CCFLAGS line.
! CCFLAGS = -DM_LITTLE_ENDIAN
! LFLAGS = -lcurses -ltermcap -lcompat -lm
- # Linux 1.x, courtesy of KeyJ Phade (phade@powerweb.de)
- #
+ # ** Linux users please note: many Linux audio drivers are
+ # half-duplex, even through your sound card may actually
***************
-*** 62,73 ****
+*** 76,87 ****
#CCFLAGS = -DHEWLETT_PACKARD -DOLDCC
#LFLAGS = -lAlib -lcurses -ltermcap -lm
@@ -52,7 +52,7 @@
# If your getdomainname() does not return the DNS domainname, define:
#DOMAIN=-DMYDOMAIN=\"somedomain.net\"
---- 62,75 ----
+--- 76,89 ----
#CCFLAGS = -DHEWLETT_PACKARD -DOLDCC
#LFLAGS = -lAlib -lcurses -ltermcap -lm
@@ -68,7 +68,7 @@
# If your getdomainname() does not return the DNS domainname, define:
#DOMAIN=-DMYDOMAIN=\"somedomain.net\"
***************
-*** 96,106 ****
+*** 110,120 ****
CARGS = -DInternet_Port=$(INTERNET_PORT)
#DEBUG = -g -DHEXDUMP
@@ -80,11 +80,11 @@
PROGRAMS = sfspeaker sfmike sflwld sflwl sfecho sfvod
---- 98,116 ----
+--- 112,130 ----
CARGS = -DInternet_Port=$(INTERNET_PORT)
#DEBUG = -g -DHEXDUMP
-! DEBUG =
+! #DEBUG = -O
!
! .if exists(/usr/lib/libdes.a)
! LDES=-ldes
@@ -101,7 +101,7 @@
PROGRAMS = sfspeaker sfmike sflwld sflwl sfecho sfvod
***************
-*** 108,120 ****
+*** 122,134 ****
SPKROBJS = speaker.o codecs.o deskey.o g711.o rate.o rtpacket.o soundbyte.o ulaw.o usleep.o vatpkt.o vox.o hp_audio.o
@@ -115,7 +115,7 @@
LWLDOBJS = lwld.o xdsub.o
---- 118,130 ----
+--- 132,144 ----
SPKROBJS = speaker.o codecs.o deskey.o g711.o rate.o rtpacket.o soundbyte.o ulaw.o usleep.o vatpkt.o vox.o hp_audio.o
@@ -130,7 +130,7 @@
LWLDOBJS = lwld.o xdsub.o
***************
-*** 128,135 ****
+*** 142,149 ****
ECHOOBJS = echo.o codecs.o g711.o rtpacket.o ulaw.o xdsub.o
@@ -139,7 +139,7 @@
sfvod: sfvod.pl
echo \#\! $(PERL) >sfvod
---- 138,145 ----
+--- 152,159 ----
ECHOOBJS = echo.o codecs.o g711.o rtpacket.o ulaw.o xdsub.o
@@ -149,7 +149,7 @@
sfvod: sfvod.pl
echo \#\! $(PERL) >sfvod
***************
-*** 145,155 ****
+*** 159,169 ****
chmod 755 sfvod
adpcmlib.o:
@@ -161,7 +161,7 @@
echo "LIBDES" >libdes.o
lpclib.o:
---- 155,167 ----
+--- 169,181 ----
chmod 755 sfvod
adpcmlib.o:
@@ -176,7 +176,7 @@
lpclib.o:
***************
-*** 161,167 ****
+*** 175,181 ****
echo "LPC" >lpc10lib.o
gsmlib.o:
@@ -184,7 +184,7 @@
echo "GSM" >gsmlib.o
deslib.o:
---- 173,179 ----
+--- 187,193 ----
echo "LPC" >lpc10lib.o
gsmlib.o:
@@ -193,7 +193,7 @@
deslib.o:
***************
-*** 169,179 ****
+*** 183,193 ****
echo "DES" >deslib.o
md5lib.o:
@@ -205,7 +205,7 @@
echo "IDEA" >idealib.o
codecs.o: codecs.c speakfree.h
---- 181,191 ----
+--- 195,205 ----
echo "DES" >deslib.o
md5lib.o:
diff --git a/audio/speak_freely/files/patch-ae b/audio/speak_freely/files/patch-ae
index 63da3ff0d3cb..f1bc0cd6259f 100644
--- a/audio/speak_freely/files/patch-ae
+++ b/audio/speak_freely/files/patch-ae
@@ -1,8 +1,20 @@
-*** soundbyte.c.orig Mon Apr 8 17:39:41 1996
---- soundbyte.c Fri Oct 25 20:36:06 1996
+*** soundbyte.c.orig Wed Mar 5 23:04:49 1997
+--- soundbyte.c Wed Jun 11 22:50:54 1997
+***************
+*** 15,21 ****
+--- 15,23 ----
+ #ifdef Solaris
+ #include <sys/filio.h>
+ #else
++ #ifndef __FreeBSD__
+ #include <sys/dir.h>
++ #endif
+ #include <sys/file.h>
+ #endif
+
***************
*** 96,101 ****
---- 96,106 ----
+--- 98,108 ----
}
#endif
@@ -16,7 +28,7 @@
access. Return TRUE if successful, FALSE
***************
*** 145,150 ****
---- 150,170 ----
+--- 152,172 ----
}
ioctl(Audio_fd, AUDIO_SETINFO, &Audio_info);
#endif
@@ -40,7 +52,7 @@
if (errno != EINTR) {
***************
*** 160,165 ****
---- 180,194 ----
+--- 182,196 ----
void soundterm()
{
if (audiof >= 0) {
@@ -54,7 +66,7 @@
+ #endif
+ #endif
if (close(audiof) < 0) {
- perror("closing audio device");
+ perror("closing audio device");
}
***************
*** 210,219 ****
@@ -62,13 +74,13 @@
arg = (value << 8) | value;
! if (ioctl(Audio_fd, MIXER_WRITE(SOUND_MIXER_PCM), &arg) < 0)
-! perror("SOUND_MIXER_PCM");
+! perror("SOUND_MIXER_PCM");
#endif
}
/* SOUNDRECGAIN -- Set recording gain from 0 (minimum) to 100 (maximum). */
---- 239,268 ----
+--- 241,270 ----
arg = (value << 8) | value;
@@ -87,8 +99,8 @@
+ int arg, v1, v2;
+
+ if (ioctl(Audio_fd, SOUND_MIXER_READ_PCM, &arg) < 0) {
-+ perror("SOUND_MIXER_READ_PCM");
-+ return -1;
++ perror("SOUND_MIXER_READ_PCM");
++ return -1;
+ }
+ v1 = arg & 0xFF;
+ v2 = (arg >> 8) & 0xFF;