1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Update to 1.3.261

This commit is contained in:
Dmitry Marakasov 2015-01-23 11:26:26 +00:00
parent 53a71be7a7
commit 88fc471dde
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377723
5 changed files with 29 additions and 4 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= clunk
PORTVERSION= 1.3.218
PORTREVISION= 1
PORTVERSION= 1.3.261
CATEGORIES= audio
MASTER_SITES= SF/clunk

View File

@ -1,2 +1,2 @@
SHA256 (clunk-1.3.218.tar.bz2) = 59a68666dd3b7e01e187045049d13b2c01dd2ef8854d0cec5343274b35c07f28
SIZE (clunk-1.3.218.tar.bz2) = 1335435
SHA256 (clunk-1.3.261.tar.bz2) = 1b15ce358b73b165a7d0e1a0d79fc5a8eb1b80595548e64f911e50525e8b24b7
SIZE (clunk-1.3.261.tar.bz2) = 2982593

View File

@ -0,0 +1,11 @@
--- CMakeLists.txt.orig 2014-09-29 10:48:48.000000000 +0400
+++ CMakeLists.txt 2015-01-23 14:17:02.000000000 +0300
@@ -77,7 +77,7 @@
clunk/v3.h
clunk/clunk_c.h
clunk/window_function.h
- ${CMAKE_CURRENT_BINARY_DIR}/config.h
+ ${CMAKE_CURRENT_BINARY_DIR}/clunk/config.h
)
if (SDL_FOUND)

View File

@ -0,0 +1,11 @@
--- clunk/mdct_context.h.orig 2014-09-29 10:48:48.000000000 +0400
+++ clunk/mdct_context.h 2015-01-23 14:14:23.000000000 +0300
@@ -61,7 +61,7 @@
T data[N];
- mdct_context() : sqrt_N((T)sqrt((T)N)), data() {
+ mdct_context() : window_func(), sqrt_N((T)sqrt((T)N)), data() {
for(unsigned t = 0; t < N4; ++t) {
angle_cache[t] = std::polar<T>(1, 2 * T(M_PI) * (t + T(0.125)) / N);
}

View File

@ -3,17 +3,21 @@ include/clunk/buffer.h
include/clunk/clunk.h
include/clunk/clunk_assert.h
include/clunk/clunk_c.h
include/clunk/config.h
include/clunk/context.h
include/clunk/distance_model.h
include/clunk/export_clunk.h
include/clunk/fft_context.h
include/clunk/hrtf.h
include/clunk/locker.h
include/clunk/logger.h
include/clunk/mdct_context.h
include/clunk/object.h
include/clunk/ref_mdct_context.h
include/clunk/sample.h
include/clunk/source.h
include/clunk/sse_fft_context.h
include/clunk/stream.h
include/clunk/v3.h
include/clunk/window_function.h
lib/libclunk.so