pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/libsndfile Changes 1.0.8:
details: https://anonhg.NetBSD.org/pkgsrc/rev/d32942333a1d
branches: trunk
changeset: 471575:d32942333a1d
user: adam <adam%pkgsrc.org@localhost>
date: Mon Mar 29 08:08:13 2004 +0000
description:
Changes 1.0.8:
* Minor bug fixes
diffstat:
audio/libsndfile/Makefile | 4 ++--
audio/libsndfile/PLIST | 4 ++--
audio/libsndfile/distinfo | 10 +++++-----
audio/libsndfile/patches/patch-aa | 16 ++++++++--------
audio/libsndfile/patches/patch-ac | 16 ++++++++--------
5 files changed, 25 insertions(+), 25 deletions(-)
diffs (136 lines):
diff -r 784f2cc2e0e6 -r d32942333a1d audio/libsndfile/Makefile
--- a/audio/libsndfile/Makefile Mon Mar 29 08:00:04 2004 +0000
+++ b/audio/libsndfile/Makefile Mon Mar 29 08:08:13 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2004/03/20 04:30:55 snj Exp $
+# $NetBSD: Makefile,v 1.16 2004/03/29 08:08:13 adam Exp $
#
-DISTNAME= libsndfile-1.0.7
+DISTNAME= libsndfile-1.0.8
CATEGORIES= audio
MASTER_SITES= http://www.mega-nerd.com/libsndfile/
diff -r 784f2cc2e0e6 -r d32942333a1d audio/libsndfile/PLIST
--- a/audio/libsndfile/PLIST Mon Mar 29 08:00:04 2004 +0000
+++ b/audio/libsndfile/PLIST Mon Mar 29 08:08:13 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2004/02/26 15:41:50 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2004/03/29 08:08:13 adam Exp $
bin/sndfile-convert
bin/sndfile-info
bin/sndfile-play
@@ -7,7 +7,7 @@
lib/libsndfile.la
lib/libsndfile.so
lib/libsndfile.so.1
-lib/libsndfile.so.1.7
+lib/libsndfile.so.1.8
lib/pkgconfig/sndfile.pc
man/man1/sndfile-convert.1
man/man1/sndfile-info.1
diff -r 784f2cc2e0e6 -r d32942333a1d audio/libsndfile/distinfo
--- a/audio/libsndfile/distinfo Mon Mar 29 08:00:04 2004 +0000
+++ b/audio/libsndfile/distinfo Mon Mar 29 08:08:13 2004 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.9 2004/02/26 15:41:50 adam Exp $
+$NetBSD: distinfo,v 1.10 2004/03/29 08:08:13 adam Exp $
-SHA1 (libsndfile-1.0.7.tar.gz) = 4ff3c064fa30557d02ede4d18ed9c90c3559b4bd
-Size (libsndfile-1.0.7.tar.gz) = 725690 bytes
-SHA1 (patch-aa) = 5e35f4d933d7723a9cc6bbab7d019f1c6d044b79
-SHA1 (patch-ac) = 72dbeb8d5877d5032338d782af34606606bb79ed
+SHA1 (libsndfile-1.0.8.tar.gz) = d2bfeb1b1303ace8e1de0498ed825b3b2f124cb2
+Size (libsndfile-1.0.8.tar.gz) = 767873 bytes
+SHA1 (patch-aa) = 711c997c6ebc449a7b602bd6d82156c637d7b8f3
+SHA1 (patch-ac) = a88ee2a08da33ff1b775d56e073ea9193e2c9c7f
SHA1 (patch-ad) = 64b70719fa944eb241c88e77beaf67e017568da1
diff -r 784f2cc2e0e6 -r d32942333a1d audio/libsndfile/patches/patch-aa
--- a/audio/libsndfile/patches/patch-aa Mon Mar 29 08:00:04 2004 +0000
+++ b/audio/libsndfile/patches/patch-aa Mon Mar 29 08:08:13 2004 +0000
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.4 2004/02/26 15:41:50 adam Exp $
+$NetBSD: patch-aa,v 1.5 2004/03/29 08:08:13 adam Exp $
---- src/Makefile.in.orig 2004-02-25 09:08:59.000000000 +0000
+--- src/Makefile.in.orig 2004-03-14 08:43:56.000000000 +0000
+++ src/Makefile.in
-@@ -850,7 +850,7 @@ Symbols: create_symbols_file.sh
+@@ -859,7 +859,7 @@ libsndfile.def: create_symbols_file.py
+ ./create_symbols_file.py win32 $(VERSION) > libsndfile.def
+
+ # Fake dependancy to force the creation of these files.
+-sndfile.c : Symbols.linux Symbols.darwin libsndfile.def
++sndfile.c:
# Dependancies.
--sndfile.c : Symbols
-+sndfile.c:
-
- aiff.c au.c au_g72x.c ircam.c mat4.c mat5.c nist.c paf.c pvf.c : sndfile.h common.h
- raw.c svx.c voc.c w64.c wav.c wav_w64.c htk.c sd2.c rx2.c txw.c : sndfile.h common.h
diff -r 784f2cc2e0e6 -r d32942333a1d audio/libsndfile/patches/patch-ac
--- a/audio/libsndfile/patches/patch-ac Mon Mar 29 08:00:04 2004 +0000
+++ b/audio/libsndfile/patches/patch-ac Mon Mar 29 08:08:13 2004 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-ac,v 1.2 2004/02/13 14:57:20 adam Exp $
+$NetBSD: patch-ac,v 1.3 2004/03/29 08:08:13 adam Exp $
---- examples/sndfile-play.c.orig 2004-02-05 09:35:42.000000000 +0000
+--- examples/sndfile-play.c.orig 2004-03-14 08:34:32.000000000 +0000
+++ examples/sndfile-play.c
@@ -27,16 +27,21 @@
#include <unistd.h>
@@ -26,7 +26,7 @@
#include <fcntl.h>
#include <sys/ioctl.h>
#include <sys/audioio.h>
-@@ -57,7 +62,7 @@
+@@ -58,7 +63,7 @@
** Linux/OSS functions for playing a sound.
*/
@@ -35,7 +35,7 @@
static int linux_open_dsp_device (int channels, int srate) ;
-@@ -120,7 +125,7 @@ static int
+@@ -121,7 +126,7 @@ static int
linux_open_dsp_device (int channels, int srate)
{ int fd, stereo, temp, error ;
@@ -44,7 +44,7 @@
(fd = open ("/dev/sound/dsp", O_WRONLY, 0)) == -1)
{ perror("linux_open_dsp_device : open ") ;
exit (1) ;
-@@ -486,7 +491,8 @@ win32_play (int argc, char *argv [])
+@@ -487,7 +492,8 @@ win32_play (int argc, char *argv [])
** Solaris.
*/
@@ -54,7 +54,7 @@
static void
solaris_play (int argc, char *argv [])
-@@ -593,7 +599,7 @@ main (int argc, char *argv [])
+@@ -594,7 +600,7 @@ main (int argc, char *argv [])
return 1 ;
} ;
@@ -63,7 +63,7 @@
#if (defined (HAVE_ALSA) && HAVE_ALSA)
if (access ("/proc/asound/cards", R_OK) == 0)
alsa_play (argc, argv) ;
-@@ -602,7 +608,8 @@ main (int argc, char *argv [])
+@@ -603,7 +609,8 @@ main (int argc, char *argv [])
#endif
#elif (defined (__MACH__) && defined (__APPLE__))
macosx_play (argc, argv) ;
@@ -71,5 +71,5 @@
+#elif (defined (sun) && defined (unix)) || \
+ (defined (__NetBSD__) && !defined(USE_OSS))
solaris_play (argc, argv) ;
- #elif (defined (_WIN32) || defined (WIN32))
+ #elif WIN32_WITH_MMREG_H
win32_play (argc, argv) ;
Home |
Main Index |
Thread Index |
Old Index