Up to [cvs.NetBSD.org] / pkgsrc / audio / cantata
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
cantata: remove Dead upstream, doesn't build, unused in pkgsrc.
cantata: update to 2.5.0. 2.5.0 ----- 1. Update translations. 2. Limit number of album tracks shown in context view to 500, thanks to ccoors. 3. Fix Community Radio Browser search. 4. Remove dirble from radio section, as its no longer active. 5. Better handling of CUE tracks when MPD is set to list as directory. 6. Disable CUE parsing in cantata by default, as MPD handles this better now. 7. Remember, and restore, main window position. 8. Disable categorized view, as its been reported to crash (#1530) 9. Remove stream providers, as many broken. 10. Fix decoding URLs when playing local files via in-built HTTP server. 11. Remove option to select cover image providers, always use all. 12. Remove Google and Spotify image search, not working. 13. Allow smaller images in itemviews. 14. Fix newlines showing as HTML tags in contextview. 15. Fix updating now-plying metadata for radio streams that transmit track numbers. 16. When stopping Cantata controlled MPD instance, wait up to 2 seconds for MPD to gracefully terminate (so config can be saved) before killing process. 17. Add support for MPD's "Partitions" - implemented by dphoyes. Requires MPD 0.22 or above. 18. Allow queue to be sorted by path. 19. Fix some deprecation warnings - thanks to John Regan. 20. Fix crash when trying to copy songs to MTP device but libMTP has failed to get storage list. 21. Don't save queue if string entered in dave dialog but cancel button pressed. 22. Handle case where IceCast list is not GZipped. 23. Remove SoundCloud support, no longer works due to API changes. 24. Correctly update play queue time when re-order tracks - thanks to Philip Sequeira. 25. When searching for lyrics, if fail and artist starts with "The " then try again without "The " 26. Add "Refresh" action to hover actions for podcasts. 27. Remove superfluous blank space from the top of the cover tooltip. 28. Fix looking for cover-art with MPD's new cue track file listing. 29. Add Grouping tag support to playlists and play queue. 30. Use QCollator to compare strings. 31. If using table-style play queue, then only sort one column at a time. 32. Stop user MPD instance from GUI thread when terminating, to ensure state can be saved. 33. Don't write empty genres to tags.
cantata: add missing tool, switch to ffmpeg5 Remove distinfo for patch that isn't there. Bump PKGREVISION.
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
audio: Remove SHA1 hashes for distfiles
(audio/cantata) distfile seems changed with the same name, set DIST_SUBDIR
cantata: update to 2.4.2. 2.4.2 ----- 1. Correctly handle changing 'Basic' mode music folder. 2. When stopping 'Basic' mode MPD instance, send SIGKILL. 3. Correctly set 'storeLyricsInMpdDir' config item, UI was setting wrong config item. 4. Set minimum Qt5 version to 5.11 5. Fix destructor of DeviceManagerPrivate to prevent Cantata from potentially crashing when closing. 6. Correctly set song details 'time', 'year', 'track' and 'disc' for streams from online services. 7. Don't use last.fm for artist image searches, its broken. 8. Hide BB10 styles (look bad), and gtk2 style (doesn't start) from list of styles in interface settings. 9. When checking if song exists, check disc number. 10. Fix getting song details from Cantata stream URLs. 11. Amend MPRIS interface: fix CanPlay/CanPause/CanSeek status update as well as LoopStatus getter and setter. 12. When checking if songs are different, compare track and disc numbers too. 13. Avoid unknown song durations and duplicate updates of MPRIS' song details. 14. Synchronize update of current song details and status of MPRIS interface, trigger MPRIS status update when connection to MPD has been lost. 15. Add chartlyrics.com to list of lyrics providers. 16. Set default lyrics providers to azlyrics.com, chartlyrics.com, and lyrics.wikia.com 17. Fix enabling of play queue navigation actions 'next' and 'previous'. 18. Fix bus name of freedesktop.org's power management. 19. Additionally call Inhibit() from org.freedesktop.login1.Manager. 20. Query Qt whether system tray is available if current desktop environment is not some kind of GNOME (incl. Unity flavored GNOME). 21. Fix writing 'descr' attribute when saving podcast information to cache dir. 22. Fix loading cover images with wrong file extension in context view. 23. Avoid prepending song's file path with MPD's music directory if it is empty, a stream URL or an absolute path. 24. Ignore current song in selection when moving selected songs within the play queue to play them next. 25. Also show metadata of the current track in the context view if 'title' or 'artist' are missing, but do not try to fetch information nor lyrics. 26. Switch from freedb.org to gnudb.org 27. Update bitrate settings for encoders used with transcoding jobs.
cantata: update to 2.4.1. 2.4.1 ----- 1. Re-enable custom playqueue background. This is broken for 5.12, but that's a Qt bug. 2. Look in /usr/lib64/qt5/bin for lrelease 3. Fix deprecation warnings. 4. Enable catagorized view by default, might also be a Qt issue? 5. Remove Encyclopaedia Metallum from lyrics providers, as does not work. 2.4.0 ----- 1. Add 'Read offset' setting for AudioCDs. 2. Show invalid files in playlists using red text. 3. Add 'Remove Invalid Tracks' to playlist context menu. 4. Allow OPML URLs in podcast add URL dialog. 5. Allow to read local RSS/OPML files in podcast search dialog. 6. Add action to export current podcast subscriptions to OPML file. 7. Add searching for radio stations on Community Radio Browser. 8. Show bits in technical info. 9. Fix saving, and loading, of custom API keys. 10. Fix saving, and reading back, https:// as MPD music folder. 11. Fix crash when double-clicking outside of table-view (when this is set to not stretch columns). 12. Fix greyscale images in notifications. 13. Re-add option to save lyrics in music folder. 14. Show Original Year in context view metadata. 15. Add --fullscreen command-line option to start fullscreen. 16. For genres listed in "Composer Support" tweak, shown composer instead of artist in context view and toolbar. 17. When listing albums in context view, if can't find and for artist, try composer. 18. When downloading podcasts, use whole path for filename. 19. When subscribing to a podcast, check if there are any downloaded episodes from a previous subscription. 20. Apply 'Single Tracks' tweak to play queue items. 21. Parse more fields from CUE files. 22. Fix image requests when using composers. 23. Load Various Artist image, if found. 24. If no lyrics found, create initial file when asked to edit. 25. Due to Last.fm changes, use FanArt.tv to obtain artist images. 26. When adding tracks via commandline, only play if queue is currently empty, otherwise just append new tracks. 27. Support multiple genres in CUE files. 28. Handle more TuneIn responses that are just stream URLs. 29. Add 'originaldate,albumartistsort,artistsort,albumsort" to Cantata local mpd config. 30. Add Finnish translation - thanks to Tommi Nieminen. 31. Alter behavour of 'previous' button; if played 5 seconds or more, then go to start of track, else go to previous track. 32. Added Dutch translaiton - thnaks to Heimen Stoffels. 33. In dynamic/smart playlists, when specify a rating also allow to specify unrated tracks. 34. When matching wildcard genres, look case-insensitively for smart playlists. 35. When matching wildcard genres, if no matches found then use a fake dummy genre so that no tracks will match rules. 36. Add a checkbox controlling whether Cantata should apply its replaygain setting each time it connects to MPD. Issue #1531 37. Remove 'Show Unplayed Only' podcasts action, reported to cause crash when refreshing lists. 38. Remove zooming from context view. 39. When adding a stream to the play queue, encode name using #StreamName:name and not just #name - as MPD 0.22 uses this for #icy-metadata 40. Categorized view is reported to crash (#1530), so disable by default. Pass -DENABLE_CATEGORIZED_VIEW=ON to cmake to re-enable. 41. Add 'aac' and 'libfdk_aac' as supported encoders. 42. Custom playqueue background is not working with Qt 5.12 onwards, so disabled for now. (#1554) 43. Convert podcast descriptions to plain text, trim whitespace, and limit to 1000 characters. 44. Show podcast coves in toolbar, queue, and info view. 45. Show podcast description in info view. 46. Only show cover in toolbar cover tooltip.
cantata: fix build on Darwin
cantata: add upstream bug report
audio/cantata: import cantata-2.3.3 A graphical (Qt5) client for MPD, supporting the following features: * Multiple MPD collections. * Highly customisable layout. * Songs (optionally) grouped by album in play queue. * Context view to show artist, album, and song information of current track. * Simple tag editor. * File organizer - use tags to organize files and folders. * Ability to calculate ReplyGain tags. * Dynamic playlists. * Smart Playlists. * Online services; Jamendo, Magnatune, SoundCloud, and Podcasts. * Radio stream support - with the ability to search for streams via TuneIn, ShoutCast, or Dirble. * USB-Mass-Storage and MTP device support. * Audio CD ripping and playback. * Playback of non-MPD songs - via simple in-built HTTP server. * MPRISv2 DBUS interface. * Scrobbling. * Ratings support.