On Nov 07 02:08:38, [email protected] wrote:
> On 04/10/13 12:52 AM, Brad Smith wrote:
> >Here is an update to libsamplerate 0.1.8.
> >
> >OK?
>
> ping.
This diff does not apply to current audio/libsamplerate for me ...
> >Index: Makefile
> >===================================================================
> >RCS file: /home/cvs/ports/audio/libsamplerate/Makefile,v
> >retrieving revision 1.18
> >diff -u -p -r1.18 Makefile
> >--- Makefile 21 Mar 2013 08:45:12 -0000 1.18
> >+++ Makefile 4 Oct 2013 04:36:24 -0000
> >@@ -2,8 +2,7 @@
> >
> > COMMENT= audio sample rate conversion library
> >
> >-DISTNAME= libsamplerate-0.1.7
> >-REVISION= 1
> >+DISTNAME= libsamplerate-0.1.8
> > SHARED_LIBS= samplerate 2.0 # .1.3
> > CATEGORIES= audio
> >
> >@@ -15,28 +14,24 @@ PERMIT_PACKAGE_CDROM= Yes
> >
> > MASTER_SITES= ${HOMEPAGE}
> >
> >-WANTLIB= c m sndfile>=1 FLAC ogg vorbis vorbisenc
> >+WANTLIB= FLAC c m ogg sndfile>=1 vorbis vorbisenc
> >
> > LIB_DEPENDS= audio/libsndfile
> >
> >-MAKE_FLAGS= CFLAGS="${CFLAGS}"
> >-
> > CONFIGURE_STYLE=gnu
> > CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
> > LDFLAGS="-L${LOCALBASE}/lib"
> > CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
> >- --disable-gcc-opt \
> > --disable-cpu-clip \
> >- --disable-gcc-pipe \
> > --disable-fftw
> >
> > post-install:
> > ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/libsamplerate
> > ${INSTALL_DATA} ${WRKSRC}/doc/*.css \
> >- ${PREFIX}/share/doc/libsamplerate
> >+ ${PREFIX}/share/doc/libsamplerate
> > ${INSTALL_DATA} ${WRKSRC}/doc/*.png \
> >- ${PREFIX}/share/doc/libsamplerate
> >+ ${PREFIX}/share/doc/libsamplerate
> > ${INSTALL_DATA} ${WRKSRC}/doc/*.html \
> >- ${PREFIX}/share/doc/libsamplerate
> >+ ${PREFIX}/share/doc/libsamplerate
> >
> > .include <bsd.port.mk>
> >Index: distinfo
> >===================================================================
> >RCS file: /home/cvs/ports/audio/libsamplerate/distinfo,v
> >retrieving revision 1.7
> >diff -u -p -r1.7 distinfo
> >--- distinfo 26 Oct 2010 08:25:26 -0000 1.7
> >+++ distinfo 5 Apr 2013 23:58:17 -0000
> >@@ -1,5 +1,2 @@
> >-MD5 (libsamplerate-0.1.7.tar.gz) = ZzGoHLDGIsSDsowNf5CGfQ==
> >-RMD160 (libsamplerate-0.1.7.tar.gz) = oA8SVxCY/WxQqLn4hnzcw/NsH2A=
> >-SHA1 (libsamplerate-0.1.7.tar.gz) = 8/gD7F/q5aP9sPo5Nyd2aehUOG4=
> >-SHA256 (libsamplerate-0.1.7.tar.gz) =
> >eO1dn/G/FixKB49qPnQypTfdLyLcWIcrCB+wEVYCf8w=
> >-SIZE (libsamplerate-0.1.7.tar.gz) = 4340619
> >+SHA256 (libsamplerate-0.1.8.tar.gz) =
> >k7VL30bV5tI1S3A0OV/jKcIiqWZ5DeNFIHAruWQvHAY=
> >+SIZE (libsamplerate-0.1.8.tar.gz) = 4303330
> >Index: pkg/PFRAG.shared
> >===================================================================
> >RCS file: pkg/PFRAG.shared
> >diff -N pkg/PFRAG.shared
> >--- pkg/PFRAG.shared 23 Dec 2005 15:29:08 -0000 1.2
> >+++ /dev/null 1 Jan 1970 00:00:00 -0000
> >@@ -1,2 +0,0 @@
> >-@comment $OpenBSD: PFRAG.shared,v 1.2 2005/12/23 15:29:08 espie Exp $
> >-@lib lib/libsamplerate.so.${LIBsamplerate_VERSION}
> >Index: pkg/PLIST
> >===================================================================
> >RCS file: /home/cvs/ports/audio/libsamplerate/pkg/PLIST,v
> >retrieving revision 1.3
> >diff -u -p -r1.3 PLIST
> >--- pkg/PLIST 3 Jul 2008 08:30:01 -0000 1.3
> >+++ pkg/PLIST 4 Oct 2013 04:42:12 -0000
> >@@ -1,9 +1,9 @@
> > @comment $OpenBSD: PLIST,v 1.3 2008/07/03 08:30:01 ajacoutot Exp $
> >-%%SHARED%%
> > @bin bin/sndfile-resample
> > include/samplerate.h
> > lib/libsamplerate.a
> > lib/libsamplerate.la
> >+@lib lib/libsamplerate.so.${LIBsamplerate_VERSION}
> > lib/pkgconfig/
> > lib/pkgconfig/samplerate.pc
> > share/doc/libsamplerate/
> >@@ -22,3 +22,20 @@ share/doc/libsamplerate/license.html
> > share/doc/libsamplerate/lists.html
> > share/doc/libsamplerate/quality.html
> > share/doc/libsamplerate/win32.html
> >+share/doc/libsamplerate0-dev/
> >+share/doc/libsamplerate0-dev/html/
> >+share/doc/libsamplerate0-dev/html/SRC.css
> >+share/doc/libsamplerate0-dev/html/SRC.png
> >+share/doc/libsamplerate0-dev/html/api.html
> >+share/doc/libsamplerate0-dev/html/api_callback.html
> >+share/doc/libsamplerate0-dev/html/api_full.html
> >+share/doc/libsamplerate0-dev/html/api_misc.html
> >+share/doc/libsamplerate0-dev/html/api_simple.html
> >+share/doc/libsamplerate0-dev/html/download.html
> >+share/doc/libsamplerate0-dev/html/faq.html
> >+share/doc/libsamplerate0-dev/html/history.html
> >+share/doc/libsamplerate0-dev/html/index.html
> >+share/doc/libsamplerate0-dev/html/license.html
> >+share/doc/libsamplerate0-dev/html/lists.html
> >+share/doc/libsamplerate0-dev/html/quality.html
> >+share/doc/libsamplerate0-dev/html/win32.html
> >
>
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.