- Update to 1.0.21

PR:		ports/142522
Submitted by:	Aragon Gouveia <aragon@phat.za.net>
Approved by:	itetcu (mentor, implicit)
This commit is contained in:
Sylvio Cesar Teixeira 2010-04-10 13:28:52 +00:00
parent abc1f46879
commit 429773287d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252523
3 changed files with 10 additions and 13 deletions

View file

@ -6,10 +6,9 @@
#
PORTNAME= libsndfile
PORTVERSION= 1.0.20
PORTREVISION= 1
PORTVERSION= 1.0.21
CATEGORIES= audio
MASTER_SITES= http://www.mega-nerd.com/libsndfile/
MASTER_SITES= http://www.mega-nerd.com/libsndfile/files/
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Reading and writing files containing sampled sound (like WAV or AIFF)
@ -24,16 +23,15 @@ CONFIGURE_ENV= CPPFLAGS="-isystem /usr/include -isystem ${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_LDCONFIG= yes
MAN1= sndfile-convert.1 sndfile-info.1 sndfile-play.1
MAN1= sndfile-concat.1 sndfile-cmp.1 sndfile-convert.1 sndfile-info.1 sndfile-metadata-get.1 sndfile-metadata-set.1 sndfile-play.1
OPTIONS= EXTERNAL "Enable FLAC and Ogg Vorbis support" on
.include <bsd.port.pre.mk>
.if defined(WITHOUT_EXTERNAL) || defined(WITH_FLAC)
.if defined(WITHOUT_EXTERNAL)
CONFIGURE_ARGS+=--disable-external-libs
.else
CONFIGURE_ARGS+=--disable-flac
LIB_DEPENDS+= FLAC.10:${PORTSDIR}/audio/flac \
vorbis.4:${PORTSDIR}/audio/libvorbis
.endif
@ -44,9 +42,6 @@ post-patch:
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in AUTHORS ChangeLog NEWS README
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
${TAR} -C ${WRKSRC}/doc --exclude "*Makefile*" --exclude "*.in" \
-cf - . | ${TAR} -C ${DOCSDIR} --unlink -xf -
@${CHOWN} ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}

View file

@ -1,3 +1,3 @@
MD5 (libsndfile-1.0.20.tar.gz) = e0553e12c7a467af44693e95e2eac668
SHA256 (libsndfile-1.0.20.tar.gz) = 7517eb966579f8814b5efe307cb919c5b4e7b5c6729209ba1da95f31e8368dc7
SIZE (libsndfile-1.0.20.tar.gz) = 927422
MD5 (libsndfile-1.0.21.tar.gz) = 880a40ec636ab2185b97f8927299b292
SHA256 (libsndfile-1.0.21.tar.gz) = 7e9083a2551ff347276d82cdb61f2b4f9cd137c0b76433800e991583ded8ea67
SIZE (libsndfile-1.0.21.tar.gz) = 1014722

View file

@ -1,7 +1,9 @@
bin/sndfile-cmp
bin/sndfile-concat
bin/sndfile-convert
bin/sndfile-deinterleave
bin/sndfile-info
bin/sndfile-jackplay
bin/sndfile-interleave
bin/sndfile-metadata-get
bin/sndfile-metadata-set
bin/sndfile-play