FreeBSD Bugzilla – Attachment 143633 Details for
Bug 190890
audio/rubberband: Update to version 1.8.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
audio_rubberband.diff
audio_rubberband.diff (text/plain), 3.51 KB, created by
tkato432
on 2014-06-10 18:46:34 UTC
(
hide
)
Description:
audio_rubberband.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2014-06-10 18:46:34 UTC
Size:
3.51 KB
patch
obsolete
>diff -urN /usr/ports/audio/rubberband/Makefile audio/rubberband/Makefile >--- /usr/ports/audio/rubberband/Makefile 2014-05-25 20:30:51.000000000 +0900 >+++ audio/rubberband/Makefile 2014-06-11 00:00:00.000000000 +0900 >@@ -2,15 +2,14 @@ > # $FreeBSD: head/audio/rubberband/Makefile 355147 2014-05-25 09:01:30Z miwi $ > > 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@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 @@ > 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> >diff -urN /usr/ports/audio/rubberband/distinfo audio/rubberband/distinfo >--- /usr/ports/audio/rubberband/distinfo 2014-01-23 03:57:00.000000000 +0900 >+++ audio/rubberband/distinfo 2014-06-11 00:00:00.000000000 +0900 >@@ -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 >diff -urN /usr/ports/audio/rubberband/files/patch-system-sysutils.h audio/rubberband/files/patch-system-sysutils.h >--- /usr/ports/audio/rubberband/files/patch-system-sysutils.h 2014-01-23 03:57:00.000000000 +0900 >+++ audio/rubberband/files/patch-system-sysutils.h 2014-06-11 00:00:00.000000000 +0900 >@@ -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 > >diff -urN /usr/ports/audio/rubberband/pkg-descr audio/rubberband/pkg-descr >--- /usr/ports/audio/rubberband/pkg-descr 2014-01-23 03:57:00.000000000 +0900 >+++ audio/rubberband/pkg-descr 2014-06-11 00:00:00.000000000 +0900 >@@ -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/ >diff -urN /usr/ports/audio/rubberband/pkg-plist audio/rubberband/pkg-plist >--- /usr/ports/audio/rubberband/pkg-plist 2014-01-23 03:57:00.000000000 +0900 >+++ audio/rubberband/pkg-plist 2014-06-11 00:00:00.000000000 +0900 >@@ -11,8 +11,8 @@ > lib/vamp/vamp-rubberband.so > libdata/pkgconfig/rubberband.pc > share/ladspa/rdf/ladspa-rubberband.rdf >-@dirrm share/ladspa/rdf >-@dirrm share/ladspa >-@dirrm lib/vamp >-@dirrm lib/ladspa >+@dirrmtry share/ladspa/rdf >+@dirrmtry share/ladspa >+@dirrmtry lib/vamp >+@dirrmtry lib/ladspa > @dirrm include/rubberband
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 190890
: 143633