From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Mar 25 08:00:35 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD74016A4D0 for ; Thu, 25 Mar 2004 08:00:35 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D115243D45 for ; Thu, 25 Mar 2004 08:00:35 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2PG0Zbv047937 for ; Thu, 25 Mar 2004 08:00:35 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2PG0ZTk047936; Thu, 25 Mar 2004 08:00:35 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 25 Mar 2004 08:00:35 -0800 (PST) Resent-Message-Id: <200403251600.i2PG0ZTk047936@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mark Daniel Reidel Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23AC516A4CE for ; Thu, 25 Mar 2004 07:51:43 -0800 (PST) Received: from karm.dyndns.org (213-182-121-151.teleos-web.de [213.182.121.151]) by mx1.FreeBSD.org (Postfix) with SMTP id BC99F43D1D for ; Thu, 25 Mar 2004 07:51:40 -0800 (PST) (envelope-from root@karm.dyndns.org) Received: (qmail 2391 invoked by uid 0); 25 Mar 2004 15:51:39 -0000 Message-Id: <20040325155139.2390.qmail@karm.dyndns.org> Date: 25 Mar 2004 15:51:39 -0000 From: Mark Daniel Reidel To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/64717: [MAINTAINER] audio/musicpd: update to 0.10.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Mar 2004 16:00:36 -0000 >Number: 64717 >Category: ports >Synopsis: [MAINTAINER] audio/musicpd: update to 0.10.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Mar 25 08:00:35 PST 2004 >Closed-Date: >Last-Modified: >Originator: Mark Daniel Reidel >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD alu.reidel.info 5.2-CURRENT FreeBSD 5.2-CURRENT #10: Fri Mar 5 17:22:58 CET >Description: - Update to 0.10.2 - Added support for MP4/AAC - IPv6 support deselectable - New sample configuration file with better defaults Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- musicpd-0.10.2.patch begins here --- diff -ruN --exclude=CVS /tmp/portbk/audio/musicpd/Makefile /usr/ports/audio/musicpd/Makefile --- /tmp/portbk/audio/musicpd/Makefile Tue Mar 23 08:20:05 2004 +++ /usr/ports/audio/musicpd/Makefile Thu Mar 25 13:11:03 2004 @@ -6,8 +6,7 @@ # PORTNAME= musicpd -PORTVERSION= 0.10.0 -PORTREVISION= 1 +PORTVERSION= 0.10.2 CATEGORIES= audio ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -25,7 +24,9 @@ OPTIONS= FLAC "Support for FLAC Audio" on \ VORBIS "Support for OGG Vorbis Audio" on \ WAV "Support for WAV Audio" on \ - ICONV "Support for international characters" on + AAC "Support for MP4/AAC Audio" off \ + ICONV "Support for international characters" on \ + IPV6 "Support for IPV6" on .include @@ -37,6 +38,10 @@ RC_SUFX= .sh .endif +#.if ${OSVERSION} < 500000 +#EXTRA_PATCHES+= ${PATCHDIR}/src-mp4ff::mp4ff_int_types.h.patch +#.endif + .ifdef(WITHOUT_FLAC) CONFIGURE_ARGS+=--disable-flac .else @@ -55,10 +60,20 @@ LIB_DEPENDS+= ao.3:${PORTSDIR}/audio/libaudiofile .endif +.ifdef(WITH_AAC) +LIB_DEPENDS+= faad.0:${PORTSDIR}/audio/faad +.else +CONFIGURE_ARGS+=--disable-aac +.endif + .ifdef(WITHOUT_ICONV) CONFIGURE_ARGS+=--disable-iconv .else LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv +.endif + +.ifdef(WITHOUT_IPV6) +CONFIGURE_ARGS+=--disable-ipv6 .endif CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff -ruN --exclude=CVS /tmp/portbk/audio/musicpd/distinfo /usr/ports/audio/musicpd/distinfo --- /tmp/portbk/audio/musicpd/distinfo Tue Mar 23 08:20:05 2004 +++ /usr/ports/audio/musicpd/distinfo Thu Mar 25 16:45:45 2004 @@ -1,2 +1,2 @@ -MD5 (mpd-0.10.0.tar.gz) = bfb1b185fe603e81d7099422267d0ea6 -SIZE (mpd-0.10.0.tar.gz) = 783063 +MD5 (mpd-0.10.2.tar.gz) = a8d7f7299fb367e4110c3b6c8c8f6887 +SIZE (mpd-0.10.2.tar.gz) = 815198 diff -ruN --exclude=CVS /tmp/portbk/audio/musicpd/files/mpd.conf.sample /usr/ports/audio/musicpd/files/mpd.conf.sample --- /tmp/portbk/audio/musicpd/files/mpd.conf.sample Tue Mar 23 08:20:05 2004 +++ /usr/ports/audio/musicpd/files/mpd.conf.sample Thu Mar 25 12:53:38 2004 @@ -1,27 +1,34 @@ # required -port "2100" -music_directory "/mp3" -playlist_directory "/mp3" -log_file "/var/log/mpd.log" -error_file "/var/log/mpd.error" +port "2100" +music_directory "/mp3" +playlist_directory "/mp3" +log_file "/var/log/mpd.log" +error_file "/var/log/mpd.error" # optional -max_connections "5" -connection_timeout "60" -db_file "/mp3/.mpddb" +max_connections "5" +max_command_list_size "2048" +max_output_buffer_size "2048" +connection_timeout "60" +db_file "/mp3/.mpddb" +state_file "/mp3/.mpdstate" +save_absolute_paths_in_playlists "no" + +max_playlist_length "4096" +buffer_before_play "25%" +bind_to_address "any" + +mixer_type "oss" +mixer_device "/dev/mixer" + +ao_driver "oss" +ao_driver_options "dsp=/dev/dsp" +audio_write_size "1024" -# log_level can be "default", "secure", "verbose" -log_level "default" - -mixer_device "/dev/mixer" -max_playlist_length "4096" -buffer_before_play "25%" -bind_to_address "any" - -mixer_type "oss" -mixer_device "/dev/mixer" +#user "mp3" -ao_driver "oss" -ao_driver_options "dsp=/dev/dsp" - -#user "mp3" +# log_level can be "default", "secure", "verbose" +log_level "default" +#password "password@read,add,control,admin" +#default_permissions "read,add,control,admin" +#filesystem_charset "UTF-8" diff -ruN --exclude=CVS /tmp/portbk/audio/musicpd/files/patch-ogg_decode.c /usr/ports/audio/musicpd/files/patch-ogg_decode.c --- /tmp/portbk/audio/musicpd/files/patch-ogg_decode.c Tue Mar 23 08:20:05 2004 +++ /usr/ports/audio/musicpd/files/patch-ogg_decode.c Thu Jan 1 01:00:00 1970 @@ -1,10 +0,0 @@ ---- src/ogg_decode.c.orig Tue Sep 30 13:46:36 2003 -+++ src/ogg_decode.c Tue Sep 30 13:46:55 2003 -@@ -28,6 +28,7 @@ - #include - #include - #include -+#include - - int ogg_decode(Buffer * cb, AudioFormat * af, DecoderControl * dc) - { diff -ruN --exclude=CVS /tmp/portbk/audio/musicpd/files/patch-src:flac_decode.c /usr/ports/audio/musicpd/files/patch-src:flac_decode.c --- /tmp/portbk/audio/musicpd/files/patch-src:flac_decode.c Tue Mar 23 08:20:05 2004 +++ /usr/ports/audio/musicpd/files/patch-src:flac_decode.c Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- src/flac_decode.c Tue Mar 9 20:29:35 2004 -+++ src/flac_decode.c Tue Mar 9 20:29:59 2004 -@@ -188,7 +188,7 @@ - if(data->dc->seek) return 0; - - #ifdef WORDS_BIGENDIAN -- pcm_changeBufferEndianness(chunk,CHUNK_SIZE,data->af->bits); -+ pcm_changeBufferEndianness(data->chunk,CHUNK_SIZE,data->af->bits); - #endif - memcpy(data->cb->chunks+data->cb->end*CHUNK_SIZE,data->chunk, - CHUNK_SIZE); diff -ruN --exclude=CVS /tmp/portbk/audio/musicpd/pkg-descr /usr/ports/audio/musicpd/pkg-descr --- /tmp/portbk/audio/musicpd/pkg-descr Tue Mar 23 08:20:05 2004 +++ /usr/ports/audio/musicpd/pkg-descr Thu Mar 25 12:53:38 2004 @@ -1,5 +1,5 @@ Music Player Daemon (MPD) allows remote access for playing music -(MP3's, Ogg's, and Flac's) and managing playlists. +(MP3, MP4, Ogg, and Flac) and managing playlists. The design focus is on integrating a computer into a stereo system that provides control for music playback over a local network. --- musicpd-0.10.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: