Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
13 Feb 2022 19:43:32 2.0.2
|
Daniel Engberg (diizzy)  |
audio/rubberband: Update to 2.0.2
Changelog: https://github.com/breakfastquay/rubberband/blob/default/CHANGELOG
PR: 261424
Reviewed by: acm (maintainer) |
08 Dec 2021 10:48:51 2.0.0
|
Daniel Engberg (diizzy)  |
audio/rubberband: Update to 2.0.0
Changelog: https://github.com/breakfastquay/rubberband/blob/default/CHANGELOG
Approved by: lbartoletti (mentor), maintainer timeout (3+ weeks)
Differential Revision: https://reviews.freebsd.org/D32989 |
25 Jun 2021 14:59:36 1.9.2
|
Joseph Mingrone (jrm)  Author: Daniel Engberg |
audio/rubberband: Update to 1.9.2
PR: 256525
Approved by: acm (maintainer, timeout) |
06 Jun 2021 13:07:54 1.9.1
|
Joseph Mingrone (jrm)  Author: Daniel Engberg |
audio/rubberband: Update to 1.9.1
Changes in Rubber Band v1.9.1
* Switch build system from Makefiles and Visual Studio project to
Meson/Ninja for all platforms. There are still Makefiles and VS
projects included in otherbuilds/ for those who wish to use them to
build the static library directly
* Make various fixes to improve sound quality when pitch-shifting
dynamically in real-time (requires libsamplerate)
* Fix floating-point exception when a very very long stretch factor
is presented
(Only the first 15 lines of the commit message are shown above ) |
06 Apr 2021 14:31:07 1.9.0
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
15 Mar 2021 23:17:21
1.9.0
|
nc  |
audio/rubberband: Update to 1.9.0
PR: 251861
Approved by: maintainer timeout (3 months) |
14 Nov 2018 21:19:37
1.8.2_1
|
acm  |
- Bump PORTREVISION
- audio/rubberband : Take maintainership |
17 Jul 2018 06:35:36
1.8.2
|
yuri  |
audio/rubberband: Update 1.8.1 -> 1.8.2
Port changes:
* Change to DISTVERSION
* Update MASTER_SITES
* Add LICENSE_FILE
* Update COMMENT
* Add lv2 to BUILD_DEPENDS
* Remove RUN_DEPENDS
* Remove CFLAGS/CPPFLAGS/LDFLAGS
* Remove post-install - now it strips by itself
* Submitted patches as a pull request, ass PATCH_SITES/PATCHFILES
* Update WWW |
21 Oct 2016 15:21:13
1.8.1_2
|
mat  |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093 |
26 Jul 2016 16:51:16
1.8.1_2
|
mat  |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
01 Apr 2016 13:29:17
1.8.1_2
|
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
08 Dec 2014 16:48:41
1.8.1_2
|
tijl  |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
20 Oct 2014 06:36:00
1.8.1_1
|
bapt  |
Cleanup plist |
31 Aug 2014 16:36:23
1.8.1_1
|
tijl  |
math/fftw3:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD |
27 Jun 2014 16:05:24
1.8.1
|
miwi  |
- Update to 1.8.1
PR: 190890 |
25 May 2014 09:01:30
1.7.0
|
miwi  |
- Convert to tar:bzip2
- Drop maintainership |
30 Jan 2014 15:58:10
1.7.0
|
miwi  |
- Stage support |
11 Dec 2013 14:35:37

|
bapt  |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio
With hat: portmgr |
20 Sep 2013 14:36:37
1.7.0
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
30 Aug 2013 23:01:06

|
bapt  |
Convert audio from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some USE_GNOME=pkgconfig to USES=pkgconfig
- Add some missing pkgconf dependencies
- Convert some USE_GNOME=gnomehack to USES=pathfix |
22 Apr 2013 23:19:09
1.7.0
|
bapt  |
Convert USE_PKGCONFIG -> USES=pkgconf for audio category |
17 Mar 2013 16:44:03
1.7.0
|
eadler  |
Fix minor nit: use the canconical FreeBSD.org form for email addresses.
This was causing me issues when attempting to gather certain statistics.
While here trim header
Approved by: miwi, adrian, tj
No objection from: db, bjk, cperciva, scheidell, osa |
06 Oct 2012 11:06:49
1.7.0
|
bapt  |
convert libcddb and libsamplerate to only build depend on pkgconf, track
dependency impact |
07 Feb 2012 06:37:50
1.7.0
|
miwi  |
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/
PR: ports/164641
Submitted by: mathias.picker@gmx.de |