Index: head/audio/clunk/Makefile =================================================================== --- head/audio/clunk/Makefile (revision 377722) +++ head/audio/clunk/Makefile (revision 377723) @@ -1,21 +1,20 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= clunk -PORTVERSION= 1.3.218 -PORTREVISION= 1 +PORTVERSION= 1.3.261 CATEGORIES= audio MASTER_SITES= SF/clunk MAINTAINER= amdmi3@FreeBSD.org COMMENT= Real-time 3D sound generation library USES= tar:bzip2 cmake USE_SDL= sdl USE_LDCONFIG= yes OPTIONS_DEFINE= SSE OPTIONS_DEFAULT_amd64=SSE SSE_CMAKE_ON= -DWITH_SSE:BOOL=TRUE .include Index: head/audio/clunk/distinfo =================================================================== --- head/audio/clunk/distinfo (revision 377722) +++ head/audio/clunk/distinfo (revision 377723) @@ -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 Index: head/audio/clunk/files/patch-CMakeLists.txt =================================================================== --- head/audio/clunk/files/patch-CMakeLists.txt (nonexistent) +++ head/audio/clunk/files/patch-CMakeLists.txt (revision 377723) @@ -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) Property changes on: head/audio/clunk/files/patch-CMakeLists.txt ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/clunk/files/patch-clunk__mdct_context.h =================================================================== --- head/audio/clunk/files/patch-clunk__mdct_context.h (nonexistent) +++ head/audio/clunk/files/patch-clunk__mdct_context.h (revision 377723) @@ -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(1, 2 * T(M_PI) * (t + T(0.125)) / N); + } Property changes on: head/audio/clunk/files/patch-clunk__mdct_context.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/clunk/pkg-plist =================================================================== --- head/audio/clunk/pkg-plist (revision 377722) +++ head/audio/clunk/pkg-plist (revision 377723) @@ -1,19 +1,23 @@ include/clunk/backend.h 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