Upgrade audio/emms from v4.4 to v5.0
News since version 4.4 : - Add Org-style "TAB" binding to cycle through the different levels of expansions. - Bind emms-browser-move-up-level to "^". - Make "RET" (emms-add-tracks) add all tracks in region or with numeric argument that many tracks. - Supersede emms-browser-delete-files with emms-browser-remove-tracks to remove tracks from browser without deleting files. Use prefix argument to get the old behaviour. Regions and numeric argument are supported. - Add emms-cache-reset. - Use the "album artist" instead of the "artist" browser node by default. - Bug fix: emms-volume-pulse multi-digit volume numbers. - Bug fix: emms-smart-browse "cascading" from a browser search. - Bug fix: fix fallback thumbnail filter. - Add mpv backend support. - Speed up info processing. - Add Opus info support via emms-info-opusinfo.el. - Code modernizations thanks to Pierre Neidhardt. - Tagging mp3 files v2.x files now works via mid3v2. - Add dynamic thumbnail caching. - Improve emms-metaplaylist-mode.
This commit is contained in:
parent
dadeaf26c2
commit
77f49dafa4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=468829
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= emms
|
||||
DISTVERSION= 4.4
|
||||
DISTVERSION= 5.0
|
||||
CATEGORIES= audio elisp
|
||||
MASTER_SITES= GNU
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1515254365
|
||||
SHA256 (emms-4.4.tar.gz) = 10ecc2e9c957ca1f80bbf8d9a0473b9eae552218aaea278dc8b10564215513ac
|
||||
SIZE (emms-4.4.tar.gz) = 288922
|
||||
TIMESTAMP = 1525265873
|
||||
SHA256 (emms-5.0.tar.gz) = 43fdde3415dd73aa2dacafdacdc9dddca328f4305bcb87f3336952798ea4c921
|
||||
SIZE (emms-5.0.tar.gz) = 297975
|
||||
|
|
Loading…
Reference in a new issue