ports/142522: [patch] audio/libsndfile upgrade 1.0.20 to 1.0.21

Aragon Gouveia aragon at phat.za.net
Sat Jan 9 14:30:07 UTC 2010


>Number:         142522
>Category:       ports
>Synopsis:       [patch] audio/libsndfile upgrade 1.0.20 to 1.0.21
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 09 14:30:06 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Aragon Gouveia
>Release:        8.0-STABLE
>Organization:
>Environment:
FreeBSD igor.geek.sh 8.0-STABLE FreeBSD 8.0-STABLE #4: Fri Dec  4 23:23:17 SAST 2009     root at igor.geek.sh:/usr/obj/usr/src/sys/IGOR  amd64
>Description:
Attached patch upgrades audio/libsndfile to latest 1.0.21 version and makes some minor tweaks to the port.  Please could you commit this.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ur libsndfile.orig/Makefile libsndfile/Makefile
--- libsndfile.orig/Makefile	2010-01-09 16:18:14.000000000 +0200
+++ libsndfile/Makefile	2010-01-09 16:15:39.000000000 +0200
@@ -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 at FreeBSD.org
 COMMENT=	Reading and writing files containing sampled sound (like WAV or AIFF)
@@ -24,16 +23,15 @@
 		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-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}
diff -ur libsndfile.orig/distinfo libsndfile/distinfo
--- libsndfile.orig/distinfo	2010-01-09 15:58:45.000000000 +0200
+++ libsndfile/distinfo	2010-01-09 16:00:24.000000000 +0200
@@ -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
diff -ur libsndfile.orig/pkg-plist libsndfile/pkg-plist
--- libsndfile.orig/pkg-plist	2010-01-09 15:58:45.000000000 +0200
+++ libsndfile/pkg-plist	2010-01-09 16:16:02.000000000 +0200
@@ -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


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list