Codebase list faudio / debian/22.02-1
New upstream release Stephen Kitt 2 years ago
8 changed file(s) with 14 addition(s) and 13 deletion(s). Raw diff Collapse all Expand all
0 faudio (22.02-1) unstable; urgency=medium
1
2 * New upstream release, dropping gstreamer support.
3
4 -- Stephen Kitt <skitt@debian.org> Tue, 01 Feb 2022 17:39:01 +0100
5
06 faudio (22.01-1) unstable; urgency=medium
17
28 * New upstream release.
1010 cmake,
1111 libstb-dev,
1212 libsdl2-dev,
13 libgstreamer1.0-dev,
14 libgstreamer-plugins-base1.0-dev,
1513 debhelper-compat (= 13),
1614 Standards-Version: 4.6.0
1715 Rules-Requires-Root: no
2321 Depends:
2422 ${misc:Depends},
2523 ${shlibs:Depends},
26 Recommends: gstreamer1.0-libav
2724 Description: XAudio sound processing reimplementation - library
2825 FAudio is a sound processing library that aims to support fully accurate
2926 DirectX audio capabilities including XAudio2, X3DAudio, XAPO, and XACT3.
1313 Files: *
1414 License: Zlib
1515 Copyright:
16 2011-2018 Ethan Lee <flibitijibibo@flibitijibibo.com>
16 2011-2021 Ethan Lee <flibitijibibo@flibitijibibo.com>
1717 2011-2018 Luigi Auriemma
1818 2011-2018 MonoGame Team
1919
3232 License: Zlib
3333 Copyright:
3434 2019 Michael Gilbert <mgilbert@debian.org>
35 2020-2022 Stephen Kitt <skitt@debian.org>
3536
3637 License: Zlib
3738 This software is provided 'as-is', without any express or implied warranty.
234234 FAudio_StopEngine@Base 19.02
235235 FAudio_UTF8_To_UTF16@Base 19.02
236236 FAudio_UnregisterForCallbacks@Base 19.02
237 FAudio_WMADEC_end_buffer@Base 21.07
238 FAudio_WMADEC_free@Base 21.07
239 FAudio_WMADEC_init@Base 21.07
240237 FAudio_close@Base 19.02
241238 FAudio_fopen@Base 19.02
242239 FAudio_memopen@Base 19.02
22
33 --- a/CMakeLists.txt
44 +++ b/CMakeLists.txt
5 @@ -344,12 +344,3 @@
5 @@ -311,12 +311,3 @@
66 ${CMAKE_CURRENT_BINARY_DIR}/generated/${PROJECT_NAME}Config.cmake
77 INSTALL_DESTINATION ${FAudio_INSTALL_LIBDIR}/cmake/${PROJECT_NAME}
88 )
22
33 --- a/CMakeLists.txt
44 +++ b/CMakeLists.txt
5 @@ -103,6 +103,7 @@
5 @@ -101,6 +101,7 @@
6 # Optional source files
67 src/XNA_Song.c
7 src/FAudio_gstreamer.c
88 )
99 +target_link_libraries(FAudio PRIVATE m)
1010
22
33 --- a/CMakeLists.txt
44 +++ b/CMakeLists.txt
5 @@ -78,7 +78,6 @@
5 @@ -77,7 +77,6 @@
66 # Internal Headers
77 src/FACT_internal.h
88 src/FAudio_internal.h
1010 src/stb_vorbis.h
1111 # Source Files
1212 src/F3DAudio.c
13 @@ -116,6 +115,9 @@
13 @@ -113,6 +112,9 @@
1414 set(PLATFORM_CFLAGS)
1515 endif()
1616
22
33 --- a/CMakeLists.txt
44 +++ b/CMakeLists.txt
5 @@ -305,6 +305,7 @@
5 @@ -272,6 +272,7 @@
66 if(BUILD_TESTS)
77 add_executable(faudio_tests tests/xaudio2.c)
88 target_link_libraries(faudio_tests PRIVATE FAudio)