mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
rubberband: update to 1.8.0.
This commit is contained in:
parent
9e1a57153e
commit
158b227a4c
3 changed files with 3 additions and 26 deletions
|
@ -1,10 +0,0 @@
|
||||||
--- rubberband/RubberBandStretcher.h
|
|
||||||
+++ rubberband/RubberBandStretcher.h
|
|
||||||
@@ -21,6 +21,7 @@
|
|
||||||
|
|
||||||
#include <vector>
|
|
||||||
#include <map>
|
|
||||||
+#include <cstddef>
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @mainpage RubberBand
|
|
|
@ -1,13 +0,0 @@
|
||||||
--- src/system/VectorOps.h Mon Mar 21 21:51:33 2011 +0000
|
|
||||||
+++ src/system/VectorOps.h Sun Oct 02 21:12:42 2011 +0100
|
|
||||||
@@ -84,8 +84,8 @@
|
|
||||||
}
|
|
||||||
|
|
||||||
template<typename T>
|
|
||||||
-inline void v_move(T *const R__ dst,
|
|
||||||
- const T *const R__ src,
|
|
||||||
+inline void v_move(T *const dst,
|
|
||||||
+ const T *const src,
|
|
||||||
const int count)
|
|
||||||
{
|
|
||||||
memmove(dst, src, count * sizeof(T));
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'rubberband'
|
# Template file for 'rubberband'
|
||||||
pkgname=rubberband
|
pkgname=rubberband
|
||||||
version=1.6.0
|
version=1.8.0
|
||||||
revision=6
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="ladspa-sdk libsamplerate-devel vamp-plugin-sdk-devel fftw-devel"
|
makedepends="ladspa-sdk libsamplerate-devel vamp-plugin-sdk-devel fftw-devel"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://www.breakfastquay.com/rubberband/"
|
homepage="http://www.breakfastquay.com/rubberband/"
|
||||||
distfiles="http://code.breakfastquay.com/attachments/download/16/${pkgname}-${version}.tar.bz2"
|
distfiles="http://code.breakfastquay.com/attachments/download/16/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=5bd339e3a64c7ba428f99d8890cee1de5c7165d963d085edb2e7ad357a39c896
|
checksum=b8a93d4559ce95ed9ccb6e832617c5f240c526d915cdff492c4b5710085086e0
|
||||||
|
|
||||||
librubberband_package() {
|
librubberband_package() {
|
||||||
short_desc+=" - Runtime libraries"
|
short_desc+=" - Runtime libraries"
|
||||||
|
|
Loading…
Add table
Reference in a new issue