svn commit: r359559 - in head/audio/rubberband: . files

Martin Wilke miwi at FreeBSD.org
Fri Jun 27 16:05:26 UTC 2014


Author: miwi
Date: Fri Jun 27 16:05:24 2014
New Revision: 359559
URL: http://svnweb.freebsd.org/changeset/ports/359559
QAT: https://qat.redports.org/buildarchive/r359559/

Log:
  - Update to 1.8.1
  
  PR:		190890

Modified:
  head/audio/rubberband/Makefile
  head/audio/rubberband/distinfo
  head/audio/rubberband/files/patch-system-sysutils.h
  head/audio/rubberband/pkg-descr
  head/audio/rubberband/pkg-plist

Modified: head/audio/rubberband/Makefile
==============================================================================
--- head/audio/rubberband/Makefile	Fri Jun 27 16:04:46 2014	(r359558)
+++ head/audio/rubberband/Makefile	Fri Jun 27 16:05:24 2014	(r359559)
@@ -2,15 +2,14 @@
 # $FreeBSD$
 
 PORTNAME=	rubberband
-PORTVERSION=	1.7.0
+PORTVERSION=	1.8.1
 CATEGORIES=	audio
-MASTER_SITES=	http://code.breakfastquay.com/attachments/download/23/
+MASTER_SITES=	http://breakfastquay.com/files/releases/23/
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Vamp audio analysis plugin SDK
 
 LICENSE=	GPLv2
-LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
 LIB_DEPENDS=	libsndfile.so:${PORTSDIR}/audio/libsndfile \
@@ -27,4 +26,10 @@ CFLAGS+=	-I${LOCALBASE}/include
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
+post-install:
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/rubberband
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librubberband.so.[0-9].*
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ladspa/*.so
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/vamp/*.so
+
 .include <bsd.port.mk>

Modified: head/audio/rubberband/distinfo
==============================================================================
--- head/audio/rubberband/distinfo	Fri Jun 27 16:04:46 2014	(r359558)
+++ head/audio/rubberband/distinfo	Fri Jun 27 16:05:24 2014	(r359559)
@@ -1,2 +1,2 @@
-SHA256 (rubberband-1.7.0.tar.bz2) = 8037fe0e435a756f74b524b47943a8db0a4915c8437a8a4f88cb681ed577f682
-SIZE (rubberband-1.7.0.tar.bz2) = 129328
+SHA256 (rubberband-1.8.1.tar.bz2) = ff0c63b0b5ce41f937a8a3bc560f27918c5fe0b90c6bc1cb70829b86ada82b75
+SIZE (rubberband-1.8.1.tar.bz2) = 177501

Modified: head/audio/rubberband/files/patch-system-sysutils.h
==============================================================================
--- head/audio/rubberband/files/patch-system-sysutils.h	Fri Jun 27 16:04:46 2014	(r359558)
+++ head/audio/rubberband/files/patch-system-sysutils.h	Fri Jun 27 16:05:24 2014	(r359559)
@@ -1,12 +1,12 @@
 --- src/system/sysutils.h-dist	2012-01-08 17:15:39.369149714 +0100
 +++ src/system/sysutils.h	2012-01-08 17:19:42.384145925 +0100
-@@ -27,7 +27,8 @@
- #ifdef __MINGW32__
+@@ -41,7 +41,8 @@
  #include <malloc.h>
  #else
+ #ifndef __MSVC__
 -#include <alloca.h>
 +/* linux stdlib also includes alloca.h */
 +#include <stdlib.h>
  #endif
- 
+ #endif
  

Modified: head/audio/rubberband/pkg-descr
==============================================================================
--- head/audio/rubberband/pkg-descr	Fri Jun 27 16:04:46 2014	(r359558)
+++ head/audio/rubberband/pkg-descr	Fri Jun 27 16:05:24 2014	(r359559)
@@ -1,5 +1,6 @@
-Rubber Band Library is a high quality software library for audio time-stretching
-and pitch-shifting. It permits you to change the tempo and pitch of an audio
-stream or recording dynamically and independently of one another.
+Rubber Band Library is a high quality software library for audio
+time-stretching and pitch-shifting. It permits you to change the tempo
+and pitch of an audio stream or recording dynamically and independently
+of one another.
 
 WWW: http://breakfastquay.com/rubberband/

Modified: head/audio/rubberband/pkg-plist
==============================================================================
--- head/audio/rubberband/pkg-plist	Fri Jun 27 16:04:46 2014	(r359558)
+++ head/audio/rubberband/pkg-plist	Fri Jun 27 16:05:24 2014	(r359559)
@@ -11,8 +11,8 @@ lib/vamp/vamp-rubberband.cat
 lib/vamp/vamp-rubberband.so
 libdata/pkgconfig/rubberband.pc
 share/ladspa/rdf/ladspa-rubberband.rdf
- at dirrm share/ladspa/rdf
- at dirrm share/ladspa
- at dirrm lib/vamp
- at dirrm lib/ladspa
+ at dirrmtry share/ladspa/rdf
+ at dirrmtry share/ladspa
+ at dirrmtry lib/vamp
+ at dirrmtry lib/ladspa
 @dirrm include/rubberband


More information about the svn-ports-head mailing list