Changes 1.0.23:
* Minor bug fixes.
This commit is contained in:
parent
c1d255a005
commit
2ebad9109c
4 changed files with 12 additions and 15 deletions
|
@ -1,6 +1,6 @@
|
||||||
# $NetBSD: Makefile,v 1.58 2010/02/06 14:38:27 tnn Exp $
|
# $NetBSD: Makefile,v 1.59 2010/10/16 08:23:04 adam Exp $
|
||||||
|
|
||||||
DISTNAME= libsndfile-1.0.21
|
DISTNAME= libsndfile-1.0.23
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= http://www.mega-nerd.com/libsndfile/files/
|
MASTER_SITES= http://www.mega-nerd.com/libsndfile/files/
|
||||||
|
|
||||||
|
@ -18,12 +18,6 @@ USE_TOOLS+= gmake pkg-config
|
||||||
PKGCONFIG_OVERRIDE= sndfile.pc.in
|
PKGCONFIG_OVERRIDE= sndfile.pc.in
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
SUBST_CLASSES+= vorbis
|
|
||||||
SUBST_FILES.vorbis= configure
|
|
||||||
SUBST_SED.vorbis= -e "s/1\.2\.1/1.2.0/g"
|
|
||||||
SUBST_STAGE.vorbis= pre-configure
|
|
||||||
SUBST_MESSAGE.vorbis= Allowing libvorbis-1.2.0.
|
|
||||||
|
|
||||||
# This package compiles with gcc2, but its configure script doesn't know that
|
# This package compiles with gcc2, but its configure script doesn't know that
|
||||||
CONFIGURE_ENV+= ac_cv_c_struct_hack=yes
|
CONFIGURE_ENV+= ac_cv_c_struct_hack=yes
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
@comment $NetBSD: PLIST,v 1.17 2009/12/15 11:08:38 wiz Exp $
|
@comment $NetBSD: PLIST,v 1.18 2010/10/16 08:23:04 adam Exp $
|
||||||
bin/sndfile-cmp
|
bin/sndfile-cmp
|
||||||
bin/sndfile-concat
|
bin/sndfile-concat
|
||||||
bin/sndfile-convert
|
bin/sndfile-convert
|
||||||
|
@ -9,6 +9,7 @@ bin/sndfile-metadata-get
|
||||||
bin/sndfile-metadata-set
|
bin/sndfile-metadata-set
|
||||||
bin/sndfile-play
|
bin/sndfile-play
|
||||||
bin/sndfile-regtest
|
bin/sndfile-regtest
|
||||||
|
bin/sndfile-salvage
|
||||||
include/sndfile.h
|
include/sndfile.h
|
||||||
include/sndfile.hh
|
include/sndfile.hh
|
||||||
lib/libsndfile.la
|
lib/libsndfile.la
|
||||||
|
@ -16,7 +17,9 @@ lib/pkgconfig/sndfile.pc
|
||||||
man/man1/sndfile-cmp.1
|
man/man1/sndfile-cmp.1
|
||||||
man/man1/sndfile-concat.1
|
man/man1/sndfile-concat.1
|
||||||
man/man1/sndfile-convert.1
|
man/man1/sndfile-convert.1
|
||||||
|
man/man1/sndfile-deinterleave.1
|
||||||
man/man1/sndfile-info.1
|
man/man1/sndfile-info.1
|
||||||
|
man/man1/sndfile-interleave.1
|
||||||
man/man1/sndfile-metadata-get.1
|
man/man1/sndfile-metadata-get.1
|
||||||
man/man1/sndfile-metadata-set.1
|
man/man1/sndfile-metadata-set.1
|
||||||
man/man1/sndfile-play.1
|
man/man1/sndfile-play.1
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
$NetBSD: distinfo,v 1.30 2009/12/15 11:08:38 wiz Exp $
|
$NetBSD: distinfo,v 1.31 2010/10/16 08:23:04 adam Exp $
|
||||||
|
|
||||||
SHA1 (libsndfile-1.0.21.tar.gz) = 136845a8bb5679e033f8f53fb98ddeb5ee8f1d97
|
SHA1 (libsndfile-1.0.23.tar.gz) = dee36861b503fe7754f0131364523f45720a0914
|
||||||
RMD160 (libsndfile-1.0.21.tar.gz) = 3f4d3472aebf24b02c2ce3f370023f50096c1fbd
|
RMD160 (libsndfile-1.0.23.tar.gz) = 8ed192b1779738af820af7661b4aaaf6af65bb07
|
||||||
Size (libsndfile-1.0.21.tar.gz) = 1014722 bytes
|
Size (libsndfile-1.0.23.tar.gz) = 1037078 bytes
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: options.mk,v 1.8 2010/07/30 10:36:22 asau Exp $
|
# $NetBSD: options.mk,v 1.9 2010/10/16 08:23:04 adam Exp $
|
||||||
|
|
||||||
PKG_OPTIONS_VAR= PKG_OPTIONS.libsndfile
|
PKG_OPTIONS_VAR= PKG_OPTIONS.libsndfile
|
||||||
PKG_SUPPORTED_OPTIONS= octave
|
PKG_SUPPORTED_OPTIONS= octave
|
||||||
|
@ -25,7 +25,7 @@ PKG_SUGGESTED_OPTIONS= ${SNDFILE_OUTPUT.${OPSYS}}
|
||||||
.include "../../mk/bsd.options.mk"
|
.include "../../mk/bsd.options.mk"
|
||||||
|
|
||||||
.if !empty(PKG_OPTIONS:Moctave)
|
.if !empty(PKG_OPTIONS:Moctave)
|
||||||
USE_LANGUAGES= c c++ fortran77
|
USE_LANGUAGES= c c++ fortran
|
||||||
USE_TOOLS+= gmake
|
USE_TOOLS+= gmake
|
||||||
.include "../../math/octave/buildlink3.mk"
|
.include "../../math/octave/buildlink3.mk"
|
||||||
.else
|
.else
|
||||||
|
|
Loading…
Reference in a new issue