Commit graph

9328 commits

Author SHA1 Message Date
wiz
eb3a1d6f0e musicpd: update to 0.23.4.
ver 0.23.4 (2021/11/11)
* protocol
  - add optional position parameter to "searchaddpl"
* decoder
  - ffmpeg: support libavcodec 59
* output
  - alsa: add option "thesycon_dsd_workaround" to work around device bug
* fix crash on debug builds if startup fails
* systemd
  - remove "RuntimeDirectory" directive because it caused problems
  - ignore the "pid_file" setting if started as systemd service
* Windows
  - enable the "openmpt" decoder plugin
2021-11-16 14:36:21 +00:00
wiz
025613e28f *: recursive bump for gstreamer 1.18.5 2021-11-15 22:53:55 +00:00
wiz
bb398d590e audio/Makefile: add some new gstreamer plugins 2021-11-15 22:05:46 +00:00
wiz
fdc03bb28f audio/gst-plugins1-sndfile: import gst-plugins1-sndfile-1.18.5
Packaged by nia for wip.

GStreamer is a library that allows the construction of graphs of
media-handling components, ranging from simple mp3 playback to complex
audio (mixing) and video (non-linear editing) processing.

Applications can take advantage of advances in codec and filter technology
transparently.  Developers can add new codecs and filters by writing a
simple plugin with a clean, generic interface.

This package provides sndfile plugin for GStreamer, which allows reading
various raw audio formats with libsndfile.
2021-11-15 22:05:22 +00:00
wiz
15945a88f3 audio/gst-plugins1-musepack: import gst-plugins1-musepack-1.18.5
Packaged by nia for wip.

GStreamer is a library that allows the construction of graphs of
media-handling components, ranging from simple mp3 playback to complex
audio (mixing) and video (non-linear editing) processing.

Applications can take advantage of advances in codec and filter technology
transparently.  Developers can add new codecs and filters by writing a
simple plugin with a clean, generic interface.

This package provides the Musepack plugin for GStreamer, which allows
decoding .mpc audio.
2021-11-15 22:04:53 +00:00
wiz
cd94d165ae audio/gst-plugins1-modplug: import gst-plugins1-modplug-1.18.5
Packaged by nia for wip

GStreamer is a library that allows the construction of graphs of
media-handling components, ranging from simple mp3 playback to complex
audio (mixing) and video (non-linear editing) processing.

Applications can take advantage of advances in codec and filter technology
transparently.  Developers can add new codecs and filters by writing a
simple plugin with a clean, generic interface.

This package provides a tracker music (MOD/S3M/XM/IT) decoder plugin for
GStreamer.
2021-11-15 22:04:23 +00:00
wiz
f7c8c5f47a audio/gst-plugins1-lv2: import gst-plugins1-lv2-1.18.5
Packaged by nia for wip.

GStreamer is a library that allows the construction of graphs of
media-handling components, ranging from simple mp3 playback to complex
audio (mixing) and video (non-linear editing) processing.

Applications can take advantage of advances in codec and filter technology
transparently.  Developers can add new codecs and filters by writing a
simple plugin with a clean, generic interface.

This package provides the GStreamer plugin for loading LV2 plugins.
2021-11-15 22:03:54 +00:00
wiz
bf29f954a4 audio/gst-plugins1-ladspa: import gst-plugins1-ladspa-1.18.5
Packaged by nia for wip.

GStreamer is a library that allows the construction of graphs of
media-handling components, ranging from simple mp3 playback to complex
audio (mixing) and video (non-linear editing) processing.

Applications can take advantage of advances in codec and filter technology
transparently.  Developers can add new codecs and filters by writing a
simple plugin with a clean, generic interface.

This package provides the GStreamer plugin for loading LADSPA plugins.
2021-11-15 22:03:06 +00:00
wiz
b7648e1f73 audio/gst-plugins1-fluidsynth: import gst-plugins1-fluidsynth-1.18.5
Packaged by nia in wip.

GStreamer is a library that allows the construction of graphs of
media-handling components, ranging from simple mp3 playback to complex
audio (mixing) and video (non-linear editing) processing.

Applications can take advantage of advances in codec and filter technology
transparently.  Developers can add new codecs and filters by writing a
simple plugin with a clean, generic interface.

This package provides the Fluidsynth MIDI plugin for GStreamer.
2021-11-15 22:02:35 +00:00
wiz
a76603db9b *: update gstreamer1 and plugins and related packages to 1.18.5
Based on the wip packages by nia and myself.
2021-11-15 22:01:15 +00:00
wiz
9ac7e5dee5 libopenmpt: remove SHA1 from distinfo 2021-11-15 17:19:05 +00:00
wiz
0dfefe547b freeswitch-sounds-ru: use BLAKE2s 2021-11-15 17:16:52 +00:00
wiz
b77b3ff85a freeswitch-sounds-fr: use BLAKE2s 2021-11-15 17:03:08 +00:00
wiz
85db869e59 freeswitch-sounds-en: use BLAKE2s 2021-11-15 16:42:37 +00:00
wiz
8730a08d86 freeswitch-music: RMD160 -> BLAKE2s 2021-11-15 16:34:11 +00:00
nia
23d183a05b soundtouch: update to 2.3.1
2.3.1:

     * Adjusted cmake build settings and header files that cmake installs

   2.3.0:

     * Disable setting "SOUNDTOUCH_ALLOW_NONEXACT_SIMD_OPTIMIZATION" by
       default. The original purpose of this setting was to avoid performance
       penalty due to unaligned SIMD memory accesses in old CPUs, but that is
       not any more issue in concurrent CPU SIMD implementations and having
       this setting enabled can cause slight compromise in result quality.
     * Bugfix: soundtouch.clear() to really clear whole processing pipeline
       state. Earlier individual variables were left uncleared, which caused
       slightly different result if the same audio stream were processed
       again after calling clear().
     * Bugfix: TDstretch to align initial offset position to be in middle of
       correlation search window. This ensures that with zero tempo change
       the output will be same as input.
     * Bugfix: Fix a bug in TDstrectch with too small initial skipFract value
       that occurred with certain processing parameter settings: Replace
       assert with assignment that corrects the situation.
     * Remove OpenMP "_init_threading" workaround from Android build as it's
       not needed with concurrent Android SDKs any more.

   2.2:

     * Improved source codes so that compiler can autovectorize them more
       effectively. This brings remarkable improvement e.g. ARM cpus equipped
       with NEON vfpu: Bencmarked 2.4x improvement in execution speed in
       ARMv7l vs the previous SoundTouch version for both integer and
       floating point sample types.
     * Bugfix: Resolved bad sound quality when using integer sample types in
       non-x86 CPU
     * Bugfix: Fixed possible reading past end of array in BPM peak detection
       algorithm
2021-11-13 10:56:22 +00:00
nia
846ad27a1f libxspf: Update to 1.2.1
2021-05-29 -- 1.2.1

  * Fixed: GCC 4.4 test suite compilation
      Thanks to Samuli Suominen for the patch!
  * Fixed: Missing unistd.h include in
      examples/read/read.cpp
  * Fixed: Compile errors when uriparser is located in a
      non-standard path that is passed to configure through
      variable PKG_CONFIG_PATH
  * Fixed: Update the GNU Autotools build system
      so that ./autogen.sh runs without warnings
  * Fixed: Allow linking with LLD
  * Improved: Modernize the GNU Autotools build system
      Thanks to David Seifert for the pull request!
  * Soname: 4:3:0 (please see https://verbump.de/
                   for what these numbers do)
2021-11-13 10:49:00 +00:00
nia
e6ba9d4549 audio: Enable JACK (where supported) for some "professional" tools 2021-11-13 10:48:03 +00:00
nia
c7ba97f5cd libxmp: update to 4.5.0
4.5.0 (20210606):
	Changes by Alice Rowan:
	- xmp_load_module_from_callbacks and xmp_test_module_from_callbacks
	  added to api
	- fix xmp_set_position et al. when used during loops, pattern delay
	- make xmp_set_position() consistently clear pattern break/jump vars
	- avoid shell command injection when calling external unmo3 or unrar
	- fix volume event handling for FAR modules
	- fix GDM loader to correctly handle empty notes
	- fix GDM fine effects
	- fix incorrect handling of GDM speed effect
	- implement GDM surround effect
	- add support for DSMI 0.8 and 0.9 AMF modules
	- fix incorrect DSMI AMF volume and note 0x7f handling
	- fix DSMI AMF track 0 remapping bug
	- fix DSMI AMF speed effect and pan command conversions
	- fix IMAGO Orpheus channel panning and status values
	- fix S3M ADPCM4 samples
	- fix OctaMED 'tracker compatibility' tempos, more accurate OctaMED
	  8-channel mode BPM tables.
	- ignore MED volume/slide effects with param of 0, fix speed bound.
	- improve MOD loader checks for Mod's Grave WOW files
	- fix Schism Tracker version date calculation
	- fix MED2 BPM handling
	- fix MED modules with pattern lengths > 256
	- fix MED instrument corruption
	- allow up to 512 rows in X-Tracker patterns
	- add support for DigiBooster Pro pan envelopes
	- fix DigiBooster Pro volume envelope number of points
	- fix fine effects for DigiBooster Pro modules
	- fix loading DigiBooster Pro modules with large sample chunks
	- fix IT bug where Cxx on same row as SBx would not be ignored
	- fix IT bug where Qxy would ignore the volume parameter
	- fix IT sample global volume and sample vibrato
	- fix two IT bugs related to note off and volume handling
	- fix event out-of-bounds reads due to invalid key values
	- fix multiple out-of-bounds reads/writes, memory corruptions,
	  uninitialized reads and hangs in several loaders (thanks to
	  Lionel Debroux for providing fuzz files)
	- fix xmp_release_module double frees when invoked multiple times
	- check external sample file names before opening them
	- make it possible to disable module depacker functionality
	- make it possible to disable prowizard module loaders
	Changes by viiri:
	- fix samples corruption in STM modules
	- support more versions of STM modules
	Changes by Özkan Sezer:
	- add new xmp_syserrno call to the api
	- xmp_get_format_list() now returns const char* const*, not char**
	  (no ABI change)
	- xmp_test_module, xmp_load_module, xmp_set_instrument_path and
	  xmp_smix_load_sample() now accept const char* path parameters
	  (no ABI change)
	- xmp_load_module_from_memory() now accepts a const void* memory
	  param (no ABI change)
	- xmp_load_module_from_memory() no longer accepts sizes <= 0.
	- explicitly document that callers of xmp_load_module_from_file()
	  are responsible for closing their own file.
	- remove nonportable use of fdopen in xmp_load_module_from_file()
	- fix a seek issue with xmp_load_module_from_memory
	- fix memory-io functions' error handling
	- fix number of envelope points sanity check in IMF loader
	- rewrite the UMX loader
	- revise sanity checks to prevent oob reads in s404 depacker
	- fix vorbis depacker to function properly on big endian systems
	- fix windows static library builds
	- fix win64 compatibility in ptpopen
	- fix build with C89 compilers
	- fix issues related to visibility attributes
	- fix compatibility with old gcc, mingw, djgpp
	- fix warnings in configure script
	- fix Watcom C build on OS/2
	- fix Amiga build
	- several code clean-ups
	Changes by Carsten Teibes:
	- fix lite build mod loader symbols
	Changes by NoSuck:
	- add new xmp_set_row() call to skip replay to the given row
	- IT: T00 now repeats previous slide
	- prevent clobbering of muted channels' volumes in IT modules
	- clamp number of IT envelope nodes at load time
	- fix IT message (comment) length miscalculation
	- fix IT volume panning effect
	- fix mute status on player creation
	Changes by Cameron Cawley:
	- fix sanity check in Digital Symphony loader
	- fix and enable the Coconizer loader
	- support compiling for Windows with OpenWatcom
	Changes by Ghabry:
	- add xmp_test_module_from_memory and xmp_test_module_from_file
	  calls to api
	Fix problems reported by Ralf Hoffmann:
	- fix MMD3 instrument type sanity check
	- fix strictness of MOD pattern data tester
	- fix loading of XMLiTE XM modules
	- fix loading of ST modules with invalid names
	Fix problems reported by Lionel Debroux:
	- fix PTM loader issues
	- fix MED4 invalid sample load error
	- fix NNA and DCT/DCA issues
	Fix problems reported by Dennis Mulleneers:
	- handle XM 16-bit samples with odd in-file data
	Fix problems reported by Jay Garcia:
	- fix smix sample allocation
	- force reset of buffer state on player start
	Fix problems reported by Vitaly Novichkov:
	- fix Emscripten builds
	- fix linkage errors with MSVC debug builds
	Other changes:
	- fix IT pattern delay volume reset bug (read row events only
	  once per row)
	- fix volume, pitch and pan slides lagging behind one frame
	- fix tempo assignment in module scan to fix seek issues/crashes
	- fix double free in case of ADPCM sample load error
	- code refactoring and cleanup
	- add new xmp_set_tempo_factor() call to set the replay tempo
	  multiplier
	- fix XM keyoff with instrument
	- fix loading xm instruments with more than 16 samples
2021-11-13 10:28:27 +00:00
ryoon
1c1af8ea9d abcde: Do not define WRKSRC as same as default value 2021-11-11 17:01:51 +00:00
kim
fcb31ffb58 *: Revbump for protobuf-3.19.0
Fix for: Shared object "libprotobuf.so.29" not found
2021-11-11 12:02:46 +00:00
nia
f8127e717e jack_umidi: update to 1.1.2. NetBSD support was upstreamed. 2021-11-10 07:42:38 +00:00
nia
510c5b2d5c audacity: install missing nyquist plugins manually 2021-11-08 23:30:39 +00:00
wiz
edaf3434a0 musicpd: update to 0.23.3.
ver 0.23.3 (2021/10/31)
* protocol
  - add optional position parameter to "add" and "playlistadd"
  - allow range in "playlistdelete"
* database
  - fix scanning files with question mark in the name
  - inotify: fix use-after-free bug
* output
  - alsa: add option "stop_dsd_silence" to work around DSD DAC noise
* macOS: fix libfmt related build failure
* systemd: add "RuntimeDirectory" directive
2021-11-07 12:15:29 +00:00
nia
910bfe643e add audio/jack-keyboard
jack-keyboard is a virtual MIDI keyboard - a program that allows you to send
JACK MIDI events using your PC keyboard.
2021-11-05 22:47:05 +00:00
nia
ffe69a9210 add audio/jack_umidi
jack_umidi is a daemon that converts a BSD/OSS-style raw MIDI device into
a JACK MIDI device.
2021-11-05 22:29:57 +00:00
pin
52112771d1 audio/spotify-player: update to 0.5.1
v0.5.1
-Hot fix panic when accessing index out of range 7fa610b

v0.5.0
Brief description of changes
-Rewrite application state's data model in #19 that separates application's
 data from application's states
-Improve data locking performance in #20 that uses parking_lot for better
 performance and restricts the locking scope to local in functions.
-Change the application's behavior on startup in #21 that connects to an
 available device if no playback is found.
-Add a file logger in #23.
-Add a library page in #24.
-Rewrite the context page state's structure in #25.
-Reduce the number of possible panics (88567e1) and handle the integrated
 player's events (2e64d1d).
2021-11-05 22:28:08 +00:00
nia
0add83d708 pt2-clone: update to 1.37
v1.37 - 28.10.2021
- Fixed potential thread issues between user input thread and audio thread, like
  when jamming a sample, toggling tuning tone, playing sample in the sample
  editor, adjusting sample loop, etc.

v1.36 - 10.10.2021 (23:12 GMT+2)
- Fixed clicking issues in v1.35 during sample looping. Sorry!
- Fixed an issue where the quadrascope was not updated properly when a F00
  command was triggered before the last channel.

v1.35 - 10.10.2021
- Implemented a config entry in protracker.ini for disabling the 2x downsample
  dialog that shows up when attempting to load >22kHz samples.
  (NO_DWNSMP_ON_SMP_LOAD)
- Don't attempt to center window after leaving fullscreen mode. This could lead
  to issues on multi-monitor setups.
- Further accuracy changes to the Paula emulator. Read two samples at once into
  the AUDxDAT buffer. This is a minor change, but it can have a very small
  impact on sample-changing commands (EFx/E8x).
2021-11-03 21:59:34 +00:00
adam
9f96e11b61 faudio: updated to 21.11
21.11

GStreamer support is now deprecated.
Wine users should migrate to 6.20 and newer, and everyone else should move to codecs that are not patent-encumbered.
GStreamer support will be fully removed in the first release after Wine 7.0.

Removed Features:

Removed the C++ wrapper. Use the headers/PE binaries found in Wine 6.20 and newer.

Fixes:

Minor fixes and cleanups found by Coverity
Dont assert on WMA buffer and FAUDIO_FORMAT_EXTENSIBLE type
FACT: Send FACTNOTIFICATIONTYPE_CUESTOP Notification on Cue Stop
Continued work on the experimental Wine/Win32 platform backend
2021-11-02 18:38:24 +00:00
js
8f00b33009 audio/mpc: Fix PLIST 2021-11-02 02:21:16 +00:00
wiz
212c8d505b musicpd: switch (default-off) upnp option to libnpupnp 2021-11-01 21:51:20 +00:00
wiz
d9c2a9c543 *: convert py-markdown users to versioned_dependencies.mk 2021-11-01 21:05:55 +00:00
wiz
fc82cfa5a9 ladspa: update to 1.17.
Version 1.16 - 3 Sep 2021


  Change applyplugin to use libsndfile.

  Fix URL in documentation.

  Fix so delay can handle a delay of zero.



Version 1.17 - 9 Sep 2021


  Simplify, and hopefully accelerate, clip checking code in applyplugin.

  Improved usage message.
2021-11-01 20:30:27 +00:00
wiz
a230fa6e7d libmysofa: update to 1.2.1.
various smaller security bug fixes
2021-11-01 11:30:43 +00:00
wiz
693afb70fd musicpd: update to 0.23.2.
ver 0.23.2 (2021/10/22)
* protocol
  - fix "albumart" timeout bug
* input
  - nfs: fix playback bug
* output
  - pipewire: send artist and title to PipeWire
  - pipewire: DSD support
* neighbor
  - mention failed plugin name in error message
* player
  - fix cross-fade regression
* fix crash with libfmt versions older than 7

ver 0.23.1 (2021/10/19)
* protocol
  - use decimal notation instead of scientific notation
  - "load" supports relative positions
* output
  - emit "mixer" idle event when replay gain changes volume
  - pipewire: emit "mixer" idle events on external volume change
  - pipewire: attempt to change the graph sample rate
  - snapcast: fix time stamp bug which caused "Failed to get chunk"
* fix libfmt linker problems
* fix broken password authentication

ver 0.23 (2021/10/14)
* protocol
  - new command "getvol"
  - show the audio format in "playlistinfo"
  - support "listfiles" with arbitrary storage plugins
  - support relative positions in "addid"
  - fix relative positions in "move" and "moveid"
  - add "position" parameter to "findadd" and "searchadd"
  - add position parameter to "load"
* database
  - proxy: require MPD 0.20 or later
  - proxy: require libmpdclient 2.11 or later
  - proxy: split search into chunks to avoid exceeding the output buffer
  - simple: add option to hide CUE target songs
  - upnp: support libnpupnp instead of libupnp
* archive
  - zzip, iso9660: ignore file names which are invalid UTF-8
* decoder
  - openmpt: new plugin
  - wavpack: fix WVC file support
* player
  - do not cross-fade songs shorter than 20 seconds
* output
  - oss: support DSD over PCM
  - pipewire: new plugin
  - snapcast: new plugin
* tags
  - new tags "ComposerSort", "Ensemble", "Movement", "MovementNumber", and "Location"
* split permission "player" from "control"
* add option "host_permissions"
* new build-time dependency: libfmt
2021-11-01 09:51:07 +00:00
pin
70fd0f76da audio/ncspot: bring back termion backend
Apply Void Linux patch and bring back termion backend with the
option to build without ncursesw.
2021-10-28 20:17:34 +00:00
nia
db187df25e audio: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes.

The following distfiles couldn't be fetched (possibly they are fetched
conditionally):

./audio/freeswitch-sounds-ru/distinfo freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.13.tar.gz
./audio/freeswitch-sounds-ru/distinfo freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.13.tar.gz
./audio/freeswitch-music/distinfo freeswitch/freeswitch-sounds-music-32000-1.0.8.tar.gz
./audio/freeswitch-music/distinfo freeswitch/freeswitch-sounds-music-48000-1.0.8.tar.gz
./audio/freeswitch-sounds-fr/distinfo freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz
./audio/freeswitch-sounds-fr/distinfo freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz
./audio/freeswitch-sounds-en/distinfo freeswitch/freeswitch-sounds-en-us-callie-32000-1.0.22.tar.gz
./audio/freeswitch-sounds-en/distinfo freeswitch/freeswitch-sounds-en-us-callie-48000-1.0.22.tar.gz
2021-10-26 09:58:44 +00:00
pin
11c88a094a audio/spotify-player: update to 0.4.0
Brief description of major changes
-Implement ShowActionsOnSelectedItem (#13) and ShowActionOnCurrentTrack (#18)
 commands which list available actions (BrowseArtist, SaveToLibrary,
 BrowseRecommendations, etc) on a Spotify item (track, album, artist, playlist).
-Upgrade majority of dependencies (#14) which includes a big rspotify v0.11.0
 migration.
-Integrate Spotify recommendation API (#17).
-And many other code refactors and improvements.
2021-10-25 11:27:20 +00:00
pin
732d99f71b audio/librespot: update to 0.3.1
Changed
-Include build profile in the displayed version information
-[playback] Improve dithering CPU usage by about 33%

Fixed
-[connect] Partly fix behavior after last track of an album/playlist
2021-10-24 22:03:55 +00:00
thor
1291bf2a16 mpg123: update to 1.29.2
- libmpg123: Fix non-live-decoder safeguard for mpg123_framebyframe_decode()
  (was a no-op in practice, bug 324).
2021-10-23 12:04:49 +00:00
kim
8f52ceaa4f *: Revbump for protobuf-3.18.0
Fix for: Shared object "libprotobuf.so.28" not found
2021-10-21 20:33:03 +00:00
jperkin
ca88d3277d jack: Various SunOS build fixes. 2021-10-21 13:45:12 +00:00
jperkin
1fd50fb7be jack: Fixup Darwin library install names. 2021-10-18 14:25:55 +00:00
thor
d8702e3c3f mpg123: version 1.29.1
Upstream changelog:

.29.1
------
- mpg123:
-- Keep default output encoding of s16 for raw and file outputs
   also with the new resampler. This reverts the unintentional change in
   1.26.0 of switching to f32 for forced output rate unless the NtoM
   resampler is selected. In any case, you should make sure to specify
   your desired --encoding if you depend on it.
-- Catch error in indexing (mpg123_scan() return value was ignored
   before, bug 322).
- mpg123-strip: Lift the resync limit, as it should be to clean up really
  dirty streams.
- mpg123-id3dump: Also lift resync limit for the same reasons.
- libout123: fix reporting of device property flags for buffer
- libmpg123: more safeguarding against attempts to decode if decoder
  setup failed and user ignored the returned error code (bug 322)
2021-10-17 22:00:11 +00:00
nia
fa0a9e6cc8 abcmidi: update to 20211015
September 15 2021

abc2midi bug:
The last fix in June 27 2021 inserting a break introduced a new bug.
The chord associated with the 'b' gchord code was missing. b and f
codes were indistinguishable. Fix: removed the break in the switch
statement for case b:


October 11 2021

abc2midi new feature:
In compliance with the ABC draft standard 2.2, I introduced additional
K: and V: options for transposition. You can now indicate the number
of semitones to transpose by giving the original note and the
corresponding transposed note in the K: or V: field using either
shift = note1note2
sound = note1note2
instrument = note1/note2
The number of semitones is determined by the difference note2 - note1.

Abcm2ps and abc2svg recognize this command, but abc2abc, yaps, and
abcmatch ignore this new option.

http://abcnotation.com/wiki/abc:standard:v2.2#transposition


October 15 2021

Abc2abc -P bug



X:1
T: P bug
M:4/4
L:1/4
V:1 clef=treble
V:2 clef=bass
%%staves [1 2]
K:C
V:1
C2 D2  |  C4 |
V:2
C,2 G,2 | C,4|

The command
abc2abc t.abc -t 3 -P 1
fails to transpose voice 1

This bug has been around since this option was introduced in June 7 2011.
Fortunately, it has not bothered anyone until recently.
If you add another K:c after the first V:1 command in the body as
shown below.

X:1
T: P bug
M:4/4
L:1/4
V:1 clef=treble
V:2 clef=bass
%%staves [1 2]
K:C
V:1
K:C
C2 D2  |  C4 |
V:2
C,2 G,2 | C,4|

then voice 1 will be transposed correctly. Unfortunately, there is
no easy fix. When the -P option is present, abc2abc ignores the
first K: field command. (In toabc.c line 1643 event_key aborts
prior to setting up the arrays for a key transpose. Commenting
out this return statement introduces another problem.)

The main issue is that abc2abc only does one pass through the
input file. It does not know whether there is a K: field command
following V:1. If it assumes that there is none and forces a
call to event_key in event_voice, there may be another problem
when a different K: field command is found eventually. I have
decided to suspend support to the -P option because it would be
too complicated to fix this.
2021-10-17 08:58:17 +00:00
pin
46a09009cb audio/ncspot: update to 0.9.0
Maintenance:
-Sort library after saving an album (#428)
-Add scoop instruction for installation (#602)
-Update librespot to 0.3.0, see also release notes

Features:
-Add command to show recommendations (#593)
-Enable binding multiple commands to a key (#598)
-Add "Share album" contextmenu entry (#606)
-Add redraw command and bind to CTRL+L (#609)
-Add initial_screen config variable (#616)
-Add userRating entity to MPRIS metadata, with 0 and 1 corresponding to
unliked/liked in Spotify (#624)

Note on the pkgsrc package:
As of version 0.8.0, pancurses in no longer a feature but, a full dependency,
regardless of the choosen UI backend.
Reflect this by moving the dependency ncursesw into the package Makefile and
drop it from options.mk.
2021-10-16 11:47:27 +00:00
fcambus
f5928eff13 libopenmpt: update to 0.5.12.
### libopenmpt 0.5.12 (2021-10-04)

 *  [**Sec**] Possible crash when loading malformed MDL files. (r15603)

 *  [**Bug**] Fixed various undefined behaviour found with ubsan.

 *  Seeking with sample sync sometimes didn't compute the correct sample
    position with pingpong-looped samples.
 *  IT: Tremor command I11 erroneously behaved like I00 (use previous
    parameter) unless IT Old Effects were enabled.
 *  PTM: Panning was translated wrong in some edge cases.
 *  IMF / PTM: Note Slide commands were sometimes slightly off.
 *  OKT: Better support for fine note slides.
 *  DBM: Echo enable effect parameter range checks were incorrect.
 *  XM: Sample texts in XMs made with MadTracker are now also decoded using
    Windows-1252 encoding.

 *  in_openmpt: Song metadata is no longer reverted when viewing file info.
2021-10-15 08:36:21 +00:00
pin
f1f31f0999 audio/termusic: update to 0.5.0
By default, termusic can display album cover in kitty or iterm2 (mac, not
tested). If you need album cover displayed on other terminals, please install
ueberzug.
-New: album photo for all kinds of terminals. Alacritty,kitty and st tested.
Require install ueberzug.

Note, this feature is not enabled by default.
2021-10-14 19:19:36 +00:00
pin
00f382fe26 audio/librespot: update to 0.3.0
Added:
- [discovery] The crate `librespot-discovery` for discovery in LAN was created.
Its functionality was previously part of `librespot-connect`.
- [playback] Add support for dithering with `--dither` for lower requantization
error (breaking)
- [playback] Add `--volume-range` option to set dB range and control `log` and
`cubic` volume control curves
- [playback] `alsamixer`: support for querying dB range from Alsa softvol
- [playback] Add `--format F64` (supported by Alsa and GStreamer only)
- [playback] Add `--normalisation-gain-type auto` that switches between album
and track automatically

Changed:
- [audio, playback] Moved `VorbisDecoder`, `VorbisError`, `AudioPacket`,
`PassthroughDecoder`, `PassthroughError`, `DecoderError`, `AudioDecoder` and the
`convert` module from `librespot-audio` to `librespot-playback`. The underlying
crates `vorbis`, `librespot-tremor`, `lewton` and `ogg` should be used directly.
(breaking)
- [audio, playback] Use `Duration` for time constants and functions (breaking)
- [connect, playback] Moved volume controls from `librespot-connect` to
`librespot-playback` crate
- [connect] Synchronize player volume with mixer volume on playback
- [playback] Store and pass samples in 64-bit floating point
- [playback] Make cubic volume control available to all mixers with
`--volume-ctrl cubic`
- [playback] Normalize volumes to `[0.0..1.0]` instead of `[0..65535]` for
greater precision and performance (breaking)
- [playback] `alsamixer`: complete rewrite (breaking)
- [playback] `alsamixer`: query card dB range for the volume control unless
specified otherwise
- [playback] `alsamixer`: use `--device` name for `--mixer-card` unless
specified otherwise
- [playback] `player`: consider errors in `sink.start`, `sink.stop` and
`sink.write` fatal and `exit(1)` (breaking)
- [playback] `player`: make `convert` and `decoder` public so you can implement
your own `Sink`
- [playback] `player`: update default normalisation threshold to -2 dBFS
- [playback] `player`: default normalisation type is now `auto`

Deprecated:
- [connect] The `discovery` module was deprecated in favor of the
`librespot-discovery` crate
- [playback] `alsamixer`: renamed `mixer-card` to `alsa-mixer-device`
- [playback] `alsamixer`: renamed `mixer-name` to `alsa-mixer-control`
- [playback] `alsamixer`: renamed `mixer-index` to `alsa-mixer-index`

Removed:
- [connect] Removed no-op mixer started/stopped logic (breaking)
- [playback] Removed `with-vorbis` and `with-tremor` features
- [playback] `alsamixer`: removed `--mixer-linear-volume` option, now that
`--volume-ctrl {linear|log}` work as expected on Alsa

Fixed:
- [connect] Fix step size on volume up/down events
- [connect] Fix looping back to the first track after the last track of an album
or playlist
- [playback] Incorrect `PlayerConfig::default().normalisation_threshold` caused
distortion when using dynamic volume normalisation downstream
- [playback] Fix `log` and `cubic` volume controls to be mute at zero volume
- [playback] Fix `S24_3` format on big-endian systems
- [playback] `alsamixer`: make `cubic` consistent between cards that report
minimum volume as mute, and cards that report some dB value
- [playback] `alsamixer`: make `--volume-ctrl {linear|log}` work as expected
- [playback] `alsa`, `gstreamer`, `pulseaudio`: always output in native
endianness
- [playback] `alsa`: revert buffer size to ~500 ms
- [playback] `alsa`, `pipe`, `pulseaudio`: better error handling
- [metadata] Skip tracks whose Spotify ID's can't be found (e.g. local files,
which aren't supported)
2021-10-14 08:01:37 +00:00
pin
af8319afae audio/termusic: update to 0.3.17
[v0.3.17]
-Added rust-toolchain.toml to avoid using nightly toolchain.
-iterm2 album photo support.
-Minor fix: playingbar title length limit.
-Refactor mpris to operate faster(100ms).
2021-10-11 09:01:48 +00:00