[Pkg-javascript-commits] [node-groove] 02/10: Merge tag 'upstream/2.5.0'

Felipe Sateler fsateler at moszumanska.debian.org
Tue Dec 15 00:15:22 UTC 2015


This is an automated email from the git hooks/post-receive script.

fsateler pushed a commit to branch master
in repository node-groove.

commit c6587df94cbfb0c9369fdfb52df5c3bc8f44cbee
Merge: 12a9552 e33dcfa
Author: Felipe Sateler <fsateler at debian.org>
Date:   Mon Dec 14 20:44:53 2015 -0300

    Merge tag 'upstream/2.5.0'
    
    Upstream version 2.5.0
    
    # gpg: Signature made Mon 14 Dec 2015 20:44:49 CLT
    # gpg:                using RSA key 0xA3BABAE2408DD6CF
    # gpg: Good signature from "Felipe Sateler <fsateler at debian.org>"
    # gpg:                 aka "Felipe Sateler <fsateler at uc.cl>"
    # gpg:                 aka "Felipe Sateler <fsateler at gmail.com>"
    # gpg:                 aka "Felipe Sateler <felipe at sateler.com>"
    # Primary key fingerprint: 218E E036 2033 C87B 6C13  5FA4 A3BA BAE2 408D D6CF

 README.md                                          |  34 +-
 binding.gyp                                        |  17 +-
 example/playlist.js                                |   5 +
 lib/index.js                                       |   3 +
 package.json                                       |  12 +-
 src/encoder.cc                                     | 447 +++++++++++++++++++++
 src/{gn_encoder.h => encoder.h}                    |  18 +-
 src/file.cc                                        | 332 +++++++++++++++
 src/file.h                                         |  35 ++
 src/fingerprinter.cc                               | 381 ++++++++++++++++++
 src/fingerprinter.h                                |  44 ++
 src/gn_encoder.cc                                  | 424 -------------------
 src/gn_file.cc                                     | 332 ---------------
 src/gn_file.h                                      |  39 --
 src/gn_fingerprinter.cc                            | 373 -----------------
 src/gn_fingerprinter.h                             |  43 --
 src/gn_player.cc                                   | 357 ----------------
 src/gn_player.h                                    |  47 ---
 src/gn_playlist.cc                                 | 240 -----------
 src/gn_playlist.h                                  |  47 ---
 src/gn_playlist_item.cc                            |  71 ----
 src/gn_playlist_item.h                             |  32 --
 src/groove.cc                                      | 120 +++---
 ...n_loudness_detector.cc => loudness_detector.cc} | 222 +++++-----
 ...{gn_loudness_detector.h => loudness_detector.h} |  18 +-
 src/player.cc                                      | 364 +++++++++++++++++
 src/player.h                                       |  43 ++
 src/playlist.cc                                    | 232 +++++++++++
 src/playlist.h                                     |  44 ++
 src/playlist_item.cc                               |  71 ++++
 src/playlist_item.h                                |  28 ++
 test/test.js                                       |   3 +-
 32 files changed, 2273 insertions(+), 2205 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-groove.git



More information about the Pkg-javascript-commits mailing list