View | Details | Raw Unified | Return to bug 151206
Collapse All | Expand All

(-)Makefile (-3 / +2 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	libsndfile
8
PORTNAME=	libsndfile
9
PORTVERSION=	1.0.21
9
PORTVERSION=	1.0.22
10
PORTREVISION=	2
11
CATEGORIES=	audio
10
CATEGORIES=	audio
12
MASTER_SITES=	http://www.mega-nerd.com/libsndfile/files/
11
MASTER_SITES=	http://www.mega-nerd.com/libsndfile/files/
13
12
Lines 24-30 Link Here
24
		LDFLAGS="-L${LOCALBASE}/lib"
23
		LDFLAGS="-L${LOCALBASE}/lib"
25
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
26
25
27
MAN1=		sndfile-concat.1 sndfile-cmp.1 sndfile-convert.1 sndfile-info.1 sndfile-metadata-get.1 sndfile-metadata-set.1 sndfile-play.1
26
MAN1=		sndfile-concat.1 sndfile-cmp.1 sndfile-convert.1 sndfile-info.1 sndfile-metadata-get.1 sndfile-metadata-set.1 sndfile-play.1 sndfile-deinterleave.1 sndfile-interleave.1
28
27
29
OPTIONS=	EXTERNAL "Enable FLAC and Ogg Vorbis support" on
28
OPTIONS=	EXTERNAL "Enable FLAC and Ogg Vorbis support" on
30
29
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (libsndfile-1.0.21.tar.gz) = 880a40ec636ab2185b97f8927299b292
1
MD5 (libsndfile-1.0.22.tar.gz) = 79b6ee2c33c878448c67698e1bf85378
2
SHA256 (libsndfile-1.0.21.tar.gz) = 7e9083a2551ff347276d82cdb61f2b4f9cd137c0b76433800e991583ded8ea67
2
SHA256 (libsndfile-1.0.22.tar.gz) = 1c85fa5bd32a6304811397f2d366aecc335278ce6430a008dd4982113de83883
3
SIZE (libsndfile-1.0.21.tar.gz) = 1014722
3
SIZE (libsndfile-1.0.22.tar.gz) = 1030467
(-)pkg-plist (+1 lines)
Lines 8-13 Link Here
8
bin/sndfile-metadata-set
8
bin/sndfile-metadata-set
9
bin/sndfile-play
9
bin/sndfile-play
10
bin/sndfile-regtest
10
bin/sndfile-regtest
11
bin/sndfile-salvage
11
include/sndfile.h
12
include/sndfile.h
12
include/sndfile.hh
13
include/sndfile.hh
13
lib/libsndfile.a
14
lib/libsndfile.a
(-)files/patch-src-sndfile.h.in (-11 lines)
Removed Link Here
1
--- src/sndfile.h.in.orig	2009-12-10 21:49:31.000000000 +0300
2
+++ src/sndfile.h.in	2010-04-11 15:10:53.000000000 +0400
3
@@ -294,7 +294,7 @@
4
 	SF_CHANNEL_MAP_AMBISONIC_B_Y,
5
 	SF_CHANNEL_MAP_AMBISONIC_B_Z,
6
 
7
-	SF_CHANNEL_MAP_MAX,
8
+	SF_CHANNEL_MAP_MAX
9
 } ;
10
 
11
 

Return to bug 151206