From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 25 04:20:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 02F5CD35 for ; Mon, 25 Feb 2013 04:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id DB524BD8 for ; Mon, 25 Feb 2013 04:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1P4K1oM089929 for ; Mon, 25 Feb 2013 04:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1P4K1MP089928; Mon, 25 Feb 2013 04:20:01 GMT (envelope-from gnats) Resent-Date: Mon, 25 Feb 2013 04:20:01 GMT Resent-Message-Id: <201302250420.r1P4K1MP089928@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, Alexander Kojevnikov Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6AF0BD18 for ; Mon, 25 Feb 2013 04:18:30 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 39E21B71 for ; Mon, 25 Feb 2013 04:18:30 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1P4ISVe045631 for ; Mon, 25 Feb 2013 04:18:28 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1P4IS4N045630; Mon, 25 Feb 2013 04:18:28 GMT (envelope-from nobody) Message-Id: <201302250418.r1P4IS4N045630@red.freebsd.org> Date: Mon, 25 Feb 2013 04:18:28 GMT From: Alexander Kojevnikov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176408: [maintainer update] audio/spek 0.8.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2013 04:20:02 -0000 >Number: 176408 >Category: ports >Synopsis: [maintainer update] audio/spek 0.8.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: Mon Feb 25 04:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Alexander Kojevnikov >Release: 9.1-RELEASE >Organization: >Environment: FreeBSD alex-desktop 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Attached patch updates audio/spek to 0.8.2 >How-To-Repeat: >Fix: Patch attached with submission follows: diff --git a/Makefile b/Makefile index 0ff843c..59d2331 100644 --- a/Makefile +++ b/Makefile @@ -2,20 +2,21 @@ # $FreeBSD: ports/audio/spek/Makefile,v 1.8 2012/11/17 05:54:44 svnexp Exp $ PORTNAME= spek -PORTVERSION= 0.8.1 +PORTVERSION= 0.8.2 CATEGORIES= audio -MASTER_SITES= http://cloud.github.com/downloads/alexkay/${PORTNAME}/ +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= alexander@kojevnikov.com COMMENT= Acoustic spectrum analyser LICENSE= GPLv3 -LIB_DEPENDS= avcodec:${PORTSDIR}/multimedia/ffmpeg +LIB_DEPENDS= avcodec1:${PORTSDIR}/multimedia/ffmpeg1 MAN1= spek.1 USE_XZ= yes +USE_GCC= 4.7+ USE_GMAKE= yes USE_GETTEXT= yes USE_GNOME= desktopfileutils intltool @@ -23,6 +24,8 @@ USE_WX= 2.8+ WX_UNICODE= yes WX_CONF_ARGS= absolute GNU_CONFIGURE= yes +CONFIGURE_ENV= FFMPEG_CFLAGS="-I${LOCALBASE}/include/ffmpeg1" \ + FFMPEG_LIBS="-lavcodec1 -lavformat1 -lavutil -L${LOCALBASE}/lib/ffmpeg1" INSTALLS_ICONS= yes MAKE_JOBS_SAFE= yes diff --git a/distinfo b/distinfo index 8b0e9c1..dbbfeb6 100644 --- a/distinfo +++ b/distinfo @@ -1,2 +1,2 @@ -SHA256 (spek-0.8.1.tar.xz) = 95a5eac345d055db2435cd0185553f2217fbecebaef97ad61bd98929ea0b678c -SIZE (spek-0.8.1.tar.xz) = 170764 +SHA256 (spek-0.8.2.tar.xz) = 59f69b41155ee1a4552eb9f66b602fc059de8f31e3f05889f24d362b3e6c78ae +SIZE (spek-0.8.2.tar.xz) = 171628 >Release-Note: >Audit-Trail: >Unformatted: