From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Mar 6 08:40:12 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 7164016A422 for ; Mon, 6 Mar 2006 08:40:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A896443D60 for ; Mon, 6 Mar 2006 08:40:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k268e5Of076310 for ; Mon, 6 Mar 2006 08:40:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k268e59H076309; Mon, 6 Mar 2006 08:40:05 GMT (envelope-from gnats) Resent-Date: Mon, 6 Mar 2006 08:40:05 GMT Resent-Message-Id: <200603060840.k268e59H076309@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, "Stepan Zastupov [RedChrom]" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A16CF16A420 for ; Mon, 6 Mar 2006 08:38:22 +0000 (GMT) (envelope-from redchrom@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FFEF43D45 for ; Mon, 6 Mar 2006 08:38:22 +0000 (GMT) (envelope-from redchrom@gmail.com) Received: by zproxy.gmail.com with SMTP id f1so1157639nzc for ; Mon, 06 Mar 2006 00:38:21 -0800 (PST) Received: by 10.64.142.12 with SMTP id p12mr2402610qbd; Mon, 06 Mar 2006 00:38:21 -0800 (PST) Received: from localhost ( [87.103.130.91]) by mx.gmail.com with ESMTP id e11sm1961468qbc.2006.03.06.00.38.13; Mon, 06 Mar 2006 00:38:21 -0800 (PST) Message-Id: <20060306084119.GA77564@asylum> Date: Mon, 6 Mar 2006 16:41:19 +0800 From: "Stepan Zastupov [RedChrom]" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/94129: [maintainer-update] new version of multimedia/audacious X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Mar 2006 08:40:12 -0000 >Number: 94129 >Category: ports >Synopsis: [maintainer-update] new version of multimedia/audacious >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: Mon Mar 06 08:40:05 GMT 2006 >Closed-Date: >Last-Modified: >Originator: RedChrom >Release: FreeBSD 6.1-PRERELEASE i386 >Organization: RedChrom >Environment: System: FreeBSD asylum 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Thu Mar 2 19:05:50 IRKT 2006 root@asylum:/usr/obj/usr/src/sys/ASYLUM i386 >Description: New version of audacious is out. >How-To-Repeat: Please apply the patch >Fix: diff -urN audacious.old/Makefile audacious/Makefile --- audacious.old/Makefile Mon Mar 6 15:30:34 2006 +++ audacious/Makefile Mon Mar 6 16:31:58 2006 @@ -6,8 +6,7 @@ # PORTNAME= audacious -PORTVERSION= 0.2 -PORTREVISION= 1 +PORTVERSION= 0.2.2 CATEGORIES= multimedia audio MASTER_SITES= http://audacious-media-player.org/release/ \ ${MASTER_SITE_LOCAL} @@ -18,7 +17,10 @@ MAINTAINER= redchrom@gmail.com COMMENT= A media player based on BMP and XMMS -LIB_DEPENDS= sndfile:${PORTSDIR}/audio/libsndfile +LIB_DEPENDS= sndfile:${PORTSDIR}/audio/libsndfile \ + musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ + curl.3:${PORTSDIR}/ftp/curl \ + FLAC:${PORTSDIR}/audio/flac USE_GNOME= gtk20 libglade2 WANT_GNOME= yes @@ -37,16 +39,15 @@ PORTDOCS= README AUTHORS ChangeLog NEWS -INPUT_PLUGINS= cdaudio,mpg123,wav,tonegen,wma,console,sexypsf -OUTPUT_PLUGINS= OSS,disk_writer,crossfade +INPUT_PLUGINS= cdaudio mpg123 wav tonegen wma console \ + sexypsf aac timidity flac +OUTPUT_PLUGINS= OSS disk_writer VISUALIZATION_PLUGINS= blur_scope OPTIONS= VORBIS "Enable Ogg Vorbis input" on \ - FLAC "Enable flac input" on \ MODPLUG "Enable modplug input" off \ MPC "Enable mpc input" off \ ESOUND "Enable Esound output" off \ - VISUAL "Enable libvisual plugin" off \ ID3V2 "Enable id3v2 editing" off \ SIMD "Build with x86 SIMD(3DNow!/MMX) instructions support" on \ SDL "Enable SDL support" off \ @@ -63,15 +64,6 @@ PLIST_SUB+= VORBISPLUGIN="@comment " .endif -.if !defined(WITHOUT_FLAC) -INPUT_PLUGINS+= flac -PLIST_SUB+= FLACPLUGIN="" -LIB_DEPENDS+= FLAC:${PORTSDIR}/audio/flac -.else -PLIST_SUB+= FLACPLUGIN="@comment " -CONFIGURE_ARGS+= --disable-flac -.endif - .if !defined(WITHOUT_MODPLUG) INPUT_PLUGINS+= modplug PLIST_SUB+= MODPLUG="" @@ -105,14 +97,6 @@ PLIST_SUB+= ESDPLUGIN="@comment " .endif -.if defined(WITH_VISUAL) -PLIST_SUB+= LIBVISUAL="" -VISUALIZATION_PLUGINS+= libvisual-proxy -LIB_DEPENDS+= visual.0:${PORTSDIR}/graphics/libvisual -.else -PLIST_SUB+= LIBVISUAL="@comment " -.endif - .if defined(WITH_ID3V2) LIB_DEPENDS+= id3-3.8.3:${PORTSDIR}/audio/id3lib .endif @@ -146,13 +130,6 @@ @${ECHO_MSG} "" @${ECHO_MSG} "You have installed audacious with gconf support." @${ECHO_MSG} "ALL PRESETS will be storing in the gconf database." - @${ECHO_MSG} "" -.endif -.if defined(WITH_VISUAL) - @${ECHO_MSG} "" - @${ECHO_MSG} "You have installed audacious with libvisual support." - @${ECHO_MSG} "If you want to be able to access any visualizations," - @${ECHO_MSG} "you must install the graphics/libvisual-plugins port." @${ECHO_MSG} "" .endif .if !defined(NOPORTDOCS) diff -urN audacious.old/distinfo audacious/distinfo --- audacious.old/distinfo Mon Mar 6 15:30:34 2006 +++ audacious/distinfo Mon Mar 6 15:40:47 2006 @@ -1,3 +1,3 @@ -MD5 (audacious-0.2.tgz) = 42ecd9753684929482e598a0a7170147 -SHA256 (audacious-0.2.tgz) = 5999c83d6afccff6d1cb1410fc8bea439c0a4337b4077470c6ac2a93cb1fd0a8 -SIZE (audacious-0.2.tgz) = 3834934 +MD5 (audacious-0.2.2.tgz) = c7552c96df2d3076a2a6fbcfa0980030 +SHA256 (audacious-0.2.2.tgz) = b47d82650538847ab732e5d0e1d4b1cf6e4e0a4f4cd1a5fbe4606a0251ab9a0c +SIZE (audacious-0.2.2.tgz) = 3216937 diff -urN audacious.old/pkg-plist audacious/pkg-plist --- audacious.old/pkg-plist Mon Mar 6 15:30:34 2006 +++ audacious/pkg-plist Mon Mar 6 16:32:20 2006 @@ -12,49 +12,28 @@ include/audacious/input.h include/audacious/output.h include/audacious/xml_document.h -lib/audacious/Effect/libladspa.la lib/audacious/Effect/libladspa.so -lib/audacious/General/libsong_change.la lib/audacious/General/libsong_change.so -lib/audacious/Input/libcdaudio.la +lib/audacious/General/libscrobbler.so lib/audacious/Input/libcdaudio.so -lib/audacious/Input/libconsole.la lib/audacious/Input/libconsole.so -lib/audacious/Input/libmpg123.la lib/audacious/Input/libmpg123.so -lib/audacious/Input/libsexypsf.la lib/audacious/Input/libsexypsf.so -lib/audacious/Input/libtonegen.la lib/audacious/Input/libtonegen.so -%%VORBISPLUGIN%%lib/audacious/Input/libvorbis.la +lib/audacious/Input/libaac.so +lib/audacious/Input/libtimidity.so %%VORBISPLUGIN%%lib/audacious/Input/libvorbis.so -%%FLACPLUGIN%%lib/audacious/Input/libflac.la -%%FLACPLUGIN%%lib/audacious/Input/libflac.so -%%MODPLUG%%lib/audacious/Input/libmodplug.la +lib/audacious/Input/libflac.so %%MODPLUG%%lib/audacious/Input/libmodplug.so -%%MPCPLUGIN%%lib/audacious/Input/libmpc.la %%MPCPLUGIN%%lib/audacious/Input/libmpc.so -lib/audacious/Input/libwav.la lib/audacious/Input/libwav.so -lib/audacious/Input/libwma.la lib/audacious/Input/libwma.so -lib/audacious/Output/libOSS.la lib/audacious/Output/libOSS.so -%%ESDPLUGIN%%lib/audacious/Output/libesdout.la -%%ESDPLUGIN%%lib/audacious/Output/libesdout.so -lib/audacious/Output/libcrossfade.la -lib/audacious/Output/libcrossfade.so -lib/audacious/Output/libcrossfade.so.0 -lib/audacious/Output/libdisk_writer.la +%%ESDPLUGIN%%lib/audacious/Output/libESD.so lib/audacious/Output/libdisk_writer.so -lib/audacious/Visualization/libbscope.la lib/audacious/Visualization/libbscope.so -%%LIBVISUAL%%lib/audacious/Visualization/libvisual_proxy.la -%%LIBVISUAL%%lib/audacious/Visualization/libvisual_proxy.so -lib/libaudacious.la lib/libaudacious.so lib/libaudacious.so.2 -libdata/pkgconfig/audacious.pc share/applications/audacious.desktop share/pixmaps/audacious.png %%DATADIR%%/Skins/Default/balance.png @@ -107,7 +86,6 @@ share/locale/uk/LC_MESSAGES/audacious.mo share/locale/zh_CN/LC_MESSAGES/audacious.mo share/locale/zh_TW/LC_MESSAGES/audacious.mo -share/pixmaps/audacious.png @dirrm %%DATADIR%%/images @dirrm %%DATADIR%%/glade @dirrm %%DATADIR%%/Skins/Default >Release-Note: >Audit-Trail: >Unformatted: