From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 27 17:00:09 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4A2B1065681 for ; Tue, 27 May 2008 17:00:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 615348FC2B for ; Tue, 27 May 2008 17:00:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m4RH09lB033241 for ; Tue, 27 May 2008 17:00:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m4RH09RR033240; Tue, 27 May 2008 17:00:09 GMT (envelope-from gnats) Resent-Date: Tue, 27 May 2008 17:00:09 GMT Resent-Message-Id: <200805271700.m4RH09RR033240@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, "Pietro Cerutti" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A43EF1065671 for ; Tue, 27 May 2008 16:57:00 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from cpanel03.rubas-s03.net (cpanel03.rubas-s03.net [195.182.222.73]) by mx1.freebsd.org (Postfix) with ESMTP id 629B78FC12 for ; Tue, 27 May 2008 16:57:00 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from [213.142.183.219] (helo=gahrtop.localhost) by cpanel03.rubas-s03.net with esmtpa (Exim 4.68) (envelope-from ) id 1K11TZ-0001m5-5i for FreeBSD-gnats-submit@freebsd.org; Tue, 27 May 2008 17:52:37 +0200 Received: from gahrtop.localhost (localhost [127.0.0.1]) by gahrtop.localhost (Postfix) with ESMTP id 32A3F50841 for ; Tue, 27 May 2008 17:52:13 +0200 (CEST) Message-Id: <1211903533.18506@gahrtop.localhost> Date: Tue, 27 May 2008 17:52:13 +0200 From: "Pietro Cerutti" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.9 Cc: Subject: ports/124035: [patch] audio/picard integreate libdiscid 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: Tue, 27 May 2008 17:00:09 -0000 >Number: 124035 >Category: ports >Synopsis: [patch] audio/picard integreate libdiscid >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue May 27 17:00:09 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Pietro Cerutti >Release: FreeBSD 8.0-CURRENT i386 >Organization: The FreeBSD Project >Environment: System: FreeBSD 8.0-CURRENT #34: Sat May 24 14:25:34 CEST 2008 root@gahrtop.localhost:/usr/obj/usr/src/sys/MSI1034 >Description: >How-To-Repeat: >Fix: --- picard.diff begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/audio/picard/Makefile,v retrieving revision 1.12 diff -u -u -r1.12 Makefile --- Makefile 7 Feb 2008 21:17:49 -0000 1.12 +++ Makefile 27 May 2008 15:36:08 -0000 @@ -15,7 +15,8 @@ COMMENT= Next generation MusicBrainz Tagger LIB_DEPENDS= ofa.0:${PORTSDIR}/audio/libofa \ - avcodec.1:${PORTSDIR}/multimedia/ffmpeg + avcodec.1:${PORTSDIR}/multimedia/ffmpeg \ + discid.2:${PORTSDIR}/audio/libdiscid RUN_DEPENDS= py*-mutagen>=0:${PORTSDIR}/audio/py-mutagen \ py*-qt4-core>=0:${PORTSDIR}/devel/py-qt4-core \ py*-qt4-gui>=0:${PORTSDIR}/x11-toolkits/py-qt4-gui \ @@ -29,5 +30,7 @@ post-patch: @${REINPLACE_CMD} '/with-libofa/s|False|True|;\ /with-avcodec/s|False|True|' ${WRKSRC}/setup.py + @${REINPLACE_CMD} -e 's|libdiscid.so.0|libdiscid.so.2|g' \ + ${WRKSRC}/picard/disc.py .include --- picard.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: