Fails to build in phase configure:
CMake Error at cmake-proxies/cmake-modules/dependencies/rapidjson.cmake:6 (add_library):
add_library cannot create ALIAS target "rapidjson::rapidjson" because
target "rapidjson" is itself an ALIAS.
Call Stack (most recent call first):
cmake-proxies/cmake-modules/AudacityDependencies.cmake:230 (include)
CMakeLists.txt:592 (include)
After upstream commit: https://github.com/Tencent/rapidjson/pull/2193
PR: 288442
Approved by: Jack <xxjack12xx@gmail.com> (maintainer)
from e2fsprogs to util-linux, to complete the bump of all users
of either library that started with Alexander's commit titled
'*/*: Switch to misc/libuuid and misc/libblkid'
PR: 251489
Audacity 3.6.1 was released on 19 Jul 2024
This is a hotfix release. It fixes the following bugs:
* #6889 Fixed a crash when exporting multichannel audio.
* #6882 Fixed a crash when pasting mono clips into stereo tracks.
* #4763 (Accessibility) Made more values available when using the
plain UI of plugins. (Thanks, David Bailes!)
* #6855 Prevented incompatible versions from opening projects created
in 3.6.x.
* #6892 Fixed the dark theme sometimes having white corners in buttons.
Changelog:
https://github.com/audacity/audacity/releases/tag/Audacity-3.6.1
PR: 280411
Thanks again to jbeich for noticing various things I overlooked.
Reviewed by: acm, ashish, eduardo, ehaupt, eugen, jbeich, martymac, mat, nobukata, sunpoet, tagattie, yuri, arrowd, kde
Differential Revision: https://reviews.freebsd.org/D45141
pkg-message was created more than 8 years ago for the then current version 2.1.
Now this information is of no value.
PR: 278807
Approved by: xxjack12xx@gmail.com (maintainer)
* Linked with libharfbuzz.so:print/harfbuzz if installed - make it
mandatory
* Used libavformat.so:multimedia/ffmpeg instead of libavcodec.so and
load it at runtime, not linked with it
* Sort records in LIB_DEPENDS
PR: 278585
Approved by: xxjack12xx@gmail.com (maintainer)
Convert post-patch commands to real patches. This way there are errors
when the underlying code changes.
*/*: Fix gettext issues. The new gettext tools are more strict.
PR: 272210
Exp-run by: antoine
Changes: https://github.com/audacity/audacity/releases/tag/Audacity-3.3.1
Changes: https://github.com/audacity/audacity/releases/tag/Audacity-3.3.0
Some of the built-in effects are now realtime capable (Bass & Treble, Distortion, Phaser, Reverb and Wahwah).
#4352 Added a new effect: Shelf Filter.
Added an initial (beta) version of Beats and Measures.
#4414 Reworked the bottom toolbar dock:
Project Sample Rate is now found in Audio Setup -> Audio Settings (formerly known as Project Rate).
The Snapping Toolbar (formerly known as Snap-To) is now independent of the Selection Toolbar.
Added a new Time Signature Toolbar (beta). It is hidden by default.
#4212 Improved Zooming behavior slightly (more to come in the future).
#4393 Added a new ruler, Linear (dB). This ruler goes from 0 dBFS to -∞ dBFS and better reflects the volume as shown in the recording/playback meters.
#3820 When copying clips between projects, you now can choose between whether to copy smart clips or just the visible portion.
#4133 Added a delete button to the Cut/Copy/Paste toolbar.
Bugfixes
#1584 Audacity no longer dithers tracks unnecessarily.
#2427 Linux playback now handles output latency better (less stutters).
#3796 The EQ effect no longer resets clip names.
#3801 Audacity no longer crashes when trying to load projects with plugins that since have been deleted.
#4417 Resampling a track no longer trims it.
Libraries
FFmpeg 6 (avformat 60) is now supported.
Moved from Breakpad to Crashpad.
Extracted various libraries from within Audacity.
PR: 271094
Approved by: jack (maintainer)
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
notifications (!63).
* Various code clean-ups and test improvements.
What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
to be registered only for a given application (!52).
- accessibility/atk and accessibility/at-spi2-atk have been merged into
accessibility/at-spi2-core
- accessibility/at-spi2-core: bump consumers of removed ports atk and at-spi2-atk
PR: 269704
Exp-run by: antoine
---