Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Oct 2012 18:43:19 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305889 - head/audio/musicpd
Message-ID:  <201210141843.q9EIhJWd020241@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: crees
Date: Sun Oct 14 18:43:19 2012
New Revision: 305889
URL: http://svn.freebsd.org/changeset/ports/305889

Log:
  Update to 0.17.2
  
  Changes in 0.17.1:
  
  Jonathan Neuschaefer (1):
        command: require appropriate permissions for searchadd{,pl}
  
  Jurgen Kramer (1):
        Add song duration to DSF and DSDIFF DSD decoders.
  
  Max Kellermann (12):
        configure.ac: increment version number to 0.17.1
        Merge branch 'fix-typo' of https://github.com/sol/mpd
        require GLib 2.16
        test/test_pcm: add pcm_volume tests
        output_init: put the "convert" filter at the end of the list
        aiff: support the AIFC format
        Makefile.am: updated web server for "upload" target
        cue_parser: support file types "MP3", "AIFF"
        tag_ape: return false if no usable tag was found
        tcp_socket, ...: remove obsolet RAOP sources
        configure.ac: add -I to CPPFLAGS, not CFLAGS
        configure.ac: replace MPD_CHECK_FLAG with autoconf-archive scripts
  
  Simon Hengel (1):
        Fix typo
  
  Changes in 0.17.2:
  
  Anton Khirnov (1):
        client_file: remove pure attribute from client_allow_file().
  
  Avuton Olrich (2):
        Modify version string to post-release version 0.17.2~git
        mpd version 0.17.2
  
  Max Kellermann (42):
        input_stream, main: remove obsolete GLib version checks
        valgrind.suppressions: suppressions for GStaticMutex and more
        playlist_song: move code to playlist_check_load_song()
        playlist_song: improve const-correctness
        playlist_song: use map_to_relative_path()
        mapper: fix non-UTF8 music directory name
        input/ffmpeg: remove fallback AV_VERSION_INT definition
        timer: use monotonic clock if available
        output/httpd: move code to _has_clients()
        output/httpd: fix throttling bug after resuming playback
        output/httpd: move delay from _pause() to _delay()
        output/pulse: simplify _wait_stream()
        output/pulse: implement method delay()
        output/jack: implement method delay()
        log: store duplicated path string
        decoder/fluidsynth: remove throttle (requires libfluidsynth 1.1)
        decoder/fluidsynth: check if file is really a MIDI
        decoder/fluidsynth: don't duplicate path
        decoder/fluidsynth: stop playback at end of file
        configure.ac: auto-detect libfluidsynth
        decoder/fluidsynth: add "soundfont" setting
        decoder/fluidsynth: add "sample_rate" setting
        doc/user: add wildmidi documentation
        mapper: fix potential crash in file permission check
        filter/volume: include cleanup
        playlist: fix unprotected player_control access
        player_thread: add local variable "start_ms"
        playlist_song: fix user-after-free bug
        playlist_song: pass const song to _check_load_song()
        playlist_print: fix memory leak
        queue_save: save song priorities
        command: make "single" a bool
        player_thread: disable cross-fading in "single" mode
        playlist/cue: map "PERFORMER" to "artist" or "album artist"
        update_walk: fix unsafe readlink() usage
        AudioCompress: abort on out-of-memory
        decoder/_ogg_common: simplify the large "if" expression
        decoder/_ogg_common: fix buffer size check
        locate: cast enum tag_type to int before comparing with integer
        decoder/wavpack: support all APEv2 tags
        configure.ac: don't auto-detect the Vorbis encoder when Tremor is enabled
        decoder_control: remove MixRamp debug messages
  
  Wieland Hoffmann (2):
        mpd.conf(5): Document the existence of musicbrainz_ tags
        mpd.conf(5): Use the correct default value for max_playlist_length
  
  Feature safe:	yes

Modified:
  head/audio/musicpd/Makefile
  head/audio/musicpd/distinfo

Modified: head/audio/musicpd/Makefile
==============================================================================
--- head/audio/musicpd/Makefile	Sun Oct 14 18:04:51 2012	(r305888)
+++ head/audio/musicpd/Makefile	Sun Oct 14 18:43:19 2012	(r305889)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	musicpd
-PORTVERSION=	0.17
+PORTVERSION=	0.17.2
 CATEGORIES=	audio ipv6
 MASTER_SITES=	SF/${PORTNAME}/mpd/${PORTVERSION}
 DISTNAME=	mpd-${PORTVERSION}

Modified: head/audio/musicpd/distinfo
==============================================================================
--- head/audio/musicpd/distinfo	Sun Oct 14 18:04:51 2012	(r305888)
+++ head/audio/musicpd/distinfo	Sun Oct 14 18:43:19 2012	(r305889)
@@ -1,2 +1,2 @@
-SHA256 (mpd-0.17.tar.bz2) = 3151ad270530ec3408d65d884bcc776cd08f92040ee4aecb96e90b6145ad5867
-SIZE (mpd-0.17.tar.bz2) = 556624
+SHA256 (mpd-0.17.2.tar.bz2) = 48ff361a35df2751610e9716930e29235c1bd77224e57eb9ada1f04950668eb7
+SIZE (mpd-0.17.2.tar.bz2) = 548182



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