Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 May 2018 13:09:41 +0000 (UTC)
From:      Rodrigo Osorio <rodrigo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r468829 - head/audio/emms
Message-ID:  <201805021309.w42D9f81036907@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rodrigo
Date: Wed May  2 13:09:41 2018
New Revision: 468829
URL: https://svnweb.freebsd.org/changeset/ports/468829

Log:
  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.

Modified:
  head/audio/emms/Makefile
  head/audio/emms/distinfo

Modified: head/audio/emms/Makefile
==============================================================================
--- head/audio/emms/Makefile	Wed May  2 13:09:38 2018	(r468828)
+++ head/audio/emms/Makefile	Wed May  2 13:09:41 2018	(r468829)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	emms
-DISTVERSION=	4.4
+DISTVERSION=	5.0
 CATEGORIES=	audio elisp
 MASTER_SITES=	GNU
 PKGNAMESUFFIX=	${EMACS_PKGNAMESUFFIX}

Modified: head/audio/emms/distinfo
==============================================================================
--- head/audio/emms/distinfo	Wed May  2 13:09:38 2018	(r468828)
+++ head/audio/emms/distinfo	Wed May  2 13:09:41 2018	(r468829)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805021309.w42D9f81036907>