From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 17 09:10:19 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 384CA16A422 for ; Fri, 17 Mar 2006 09:10:19 +0000 (UTC) (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 7C00D43D55 for ; Fri, 17 Mar 2006 09:10:18 +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 k2H9AI3I050744 for ; Fri, 17 Mar 2006 09:10:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2H9AIYG050743; Fri, 17 Mar 2006 09:10:18 GMT (envelope-from gnats) Resent-Date: Fri, 17 Mar 2006 09:10:18 GMT Resent-Message-Id: <200603170910.k2H9AIYG050743@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 876CD16A401 for ; Fri, 17 Mar 2006 09:02:42 +0000 (UTC) (envelope-from redchrom@gmail.com) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64AEC43D45 for ; Fri, 17 Mar 2006 09:02:41 +0000 (GMT) (envelope-from redchrom@gmail.com) Received: by uproxy.gmail.com with SMTP id m3so315520uge for ; Fri, 17 Mar 2006 01:02:40 -0800 (PST) Received: by 10.66.243.6 with SMTP id q6mr1458923ugh; Fri, 17 Mar 2006 01:02:40 -0800 (PST) Received: from localhost ( [195.46.115.101]) by mx.gmail.com with ESMTP id q40sm672537ugc.2006.03.17.01.02.35; Fri, 17 Mar 2006 01:02:39 -0800 (PST) Message-Id: <20060317090556.GA87947@asylum> Date: Fri, 17 Mar 2006 17:05:56 +0800 From: "Stepan Zastupov [RedChrom]" To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/94595: [maintainer-update] 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: Fri, 17 Mar 2006 09:10:19 -0000 >Number: 94595 >Category: ports >Synopsis: [maintainer-update] multimedia/audacious >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Mar 17 09:10:17 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: Mon Mar 13 18:58:54 IRKT 2006 root@asylum:/usr/obj/usr/src/sys/ASYLUM i386 >Description: Fixed some port problems (tnx to David Le Brun ). Also removed flac plugin, because it's boken. >How-To-Repeat: apply the patch >Fix: diff -urN audacious.old/Makefile audacious/Makefile --- audacious.old/Makefile Fri Mar 17 17:00:32 2006 +++ audacious/Makefile Fri Mar 17 17:01:15 2006 @@ -7,6 +7,7 @@ PORTNAME= audacious PORTVERSION= 0.2.2 +PORTREVISION= 1 CATEGORIES= multimedia audio MASTER_SITES= http://audacious-media-player.org/release/ \ ${MASTER_SITE_LOCAL} @@ -19,13 +20,11 @@ LIB_DEPENDS= sndfile:${PORTSDIR}/audio/libsndfile \ musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ - curl.3:${PORTSDIR}/ftp/curl \ - FLAC:${PORTSDIR}/audio/flac + curl.3:${PORTSDIR}/ftp/curl USE_GNOME= gtk20 libglade2 -WANT_GNOME= yes +USE_GETTEXT= yes USE_X_PREFIX= yes -USE_REINPLACE= yes GNU_CONFIGURE= yes USE_GMAKE= yes INSTALLS_SHLIB= yes @@ -34,18 +33,20 @@ INPUT_PLUGINS="${INPUT_PLUGINS}" \ OUTPUT_PLUGINS="${OUTPUT_PLUGINS}" \ VISUALIZATION_PLUGINS="${VISUALIZATION_PLUGINS}" +CONFIGURE_ARGS= --disable-jack --disable-flc --disable-adplug MAN1= audacious.1 PORTDOCS= README AUTHORS ChangeLog NEWS INPUT_PLUGINS= cdaudio mpg123 wav tonegen wma console \ - sexypsf aac timidity flac + sexypsf aac timidity OUTPUT_PLUGINS= OSS disk_writer VISUALIZATION_PLUGINS= blur_scope OPTIONS= VORBIS "Enable Ogg Vorbis input" on \ MODPLUG "Enable modplug input" off \ + SID "Enable sid input" off \ MPC "Enable mpc input" off \ ESOUND "Enable Esound output" off \ ID3V2 "Enable id3v2 editing" off \ @@ -71,6 +72,15 @@ .else PLIST_SUB+= MODPLUG="@comment " CONFIGURE_ARGS+= --disable-modplug +.endif + +.if !defined(WITHOUT_SID) +INPUT_PLUGINS+= sid +PLIST_SUB+= SIDPLUGIN="" +LIB_DEPENDS+= sidplay.1:${PORTSDIR}/audio/libsidplay +.else +PLIST_SUB+= SIDPLUGIN="@comment " +CONFIGURE_ARGS+= --disable-sid .endif .if !defined(WITHOUT_MPC) diff -urN audacious.old/pkg-plist audacious/pkg-plist --- audacious.old/pkg-plist Fri Mar 17 17:00:32 2006 +++ audacious/pkg-plist Fri Mar 17 16:29:32 2006 @@ -23,9 +23,9 @@ lib/audacious/Input/libaac.so lib/audacious/Input/libtimidity.so %%VORBISPLUGIN%%lib/audacious/Input/libvorbis.so -lib/audacious/Input/libflac.so %%MODPLUG%%lib/audacious/Input/libmodplug.so %%MPCPLUGIN%%lib/audacious/Input/libmpc.so +%%SIDPLUGIN%%lib/audacious/Input/libsid.so lib/audacious/Input/libwav.so lib/audacious/Input/libwma.so lib/audacious/Output/libOSS.so >Release-Note: >Audit-Trail: >Unformatted: