From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 26 05:10:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EAD121065674 for ; Wed, 26 Sep 2012 05:10:10 +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 C27A48FC1A for ; Wed, 26 Sep 2012 05:10:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8Q5AA8U032027 for ; Wed, 26 Sep 2012 05:10:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8Q5AAQL032026; Wed, 26 Sep 2012 05:10:10 GMT (envelope-from gnats) Resent-Date: Wed, 26 Sep 2012 05:10:10 GMT Resent-Message-Id: <201209260510.q8Q5AAQL032026@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 [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A106106564A for ; Wed, 26 Sep 2012 05:09:38 +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 1A1278FC0C for ; Wed, 26 Sep 2012 05:09:38 +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 q8Q59bBM048977 for ; Wed, 26 Sep 2012 05:09:37 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q8Q59b33048976; Wed, 26 Sep 2012 05:09:37 GMT (envelope-from nobody) Message-Id: <201209260509.q8Q59b33048976@red.freebsd.org> Date: Wed, 26 Sep 2012 05:09:37 GMT From: Alexander Kojevnikov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/172081: [maintainer update] audio/spek 0.8.0 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: Wed, 26 Sep 2012 05:10:11 -0000 >Number: 172081 >Category: ports >Synopsis: [maintainer update] audio/spek 0.8.0 >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: Wed Sep 26 05:10:10 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Alexander Kojevnikov >Release: 9.0-RELEASE >Organization: >Environment: FreeBSD alex-desktop 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 02:52:29 UTC 2012 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Attached patch updates audio/spek to 0.8.0 >How-To-Repeat: >Fix: Patch attached with submission follows: diff --git a/dist/freebsd/Makefile b/dist/freebsd/Makefile index 1389616..23cedfd 100644 --- a/dist/freebsd/Makefile +++ b/dist/freebsd/Makefile @@ -6,22 +6,26 @@ # PORTNAME= spek -PORTVERSION= 0.7 -PORTREVISION= 3 +PORTVERSION= 0.8.0 CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITES= http://cloud.github.com/downloads/alexkay/${PORTNAME}/ MAINTAINER= alexander@kojevnikov.com COMMENT= Acoustic spectrum analyser -LIB_DEPENDS= avcodec.1:${PORTSDIR}/multimedia/ffmpeg +LICENSE= GPLv3 + +LIB_DEPENDS= avcodec:${PORTSDIR}/multimedia/ffmpeg MAN1= spek.1 -USE_BZIP2= yes +USE_XZ= yes USE_GMAKE= yes -USE_GNOME= gtk20 desktopfileutils USE_GETTEXT= yes +USE_GNOME= desktopfileutils +USE_WX= 2.8+ +WX_UNICODE= yes +WX_CONF_ARGS= absolute GNU_CONFIGURE= yes INSTALLS_ICONS= yes MAKE_JOBS_SAFE= yes diff --git a/dist/freebsd/distinfo b/dist/freebsd/distinfo index 95cbfca..e4bad6c 100644 --- a/dist/freebsd/distinfo +++ b/dist/freebsd/distinfo @@ -1,2 +1,2 @@ -SHA256 (spek-0.7.tar.bz2) = 61fe1ce33e7570a6720c81fb377edc7a9d1c0f93b6eca27a387cfee5eaa323f4 -SIZE (spek-0.7.tar.bz2) = 383757 +SHA256 (spek-0.8.0.tar.xz) = 7597506deac687b8cd84f7c219793dfaa1f793380a3e79a5ca5d7a7faab990a1 +SIZE (spek-0.8.0.tar.xz) = 170768 diff --git a/dist/freebsd/pkg-descr b/dist/freebsd/pkg-descr index 9868026..85da933 100644 --- a/dist/freebsd/pkg-descr +++ b/dist/freebsd/pkg-descr @@ -1,4 +1,4 @@ Spek helps to analyse your audio files by showing their spectrogram. Spek supports all popular lossy and lossless audio file formats. -WWW: http://www.spek-project.org/ +WWW: http://spek-project.org/ diff --git a/dist/freebsd/pkg-plist b/dist/freebsd/pkg-plist index b309ecd..9de3d6a 100644 --- a/dist/freebsd/pkg-plist +++ b/dist/freebsd/pkg-plist @@ -6,14 +6,22 @@ share/icons/hicolor/24x24/apps/spek.png share/icons/hicolor/32x32/apps/spek.png share/icons/hicolor/48x48/apps/spek.png share/icons/hicolor/scalable/apps/spek.svg +share/locale/cs/LC_MESSAGES/spek.mo +share/locale/da/LC_MESSAGES/spek.mo share/locale/de/LC_MESSAGES/spek.mo +share/locale/eo/LC_MESSAGES/spek.mo share/locale/es/LC_MESSAGES/spek.mo share/locale/fr/LC_MESSAGES/spek.mo +share/locale/it/LC_MESSAGES/spek.mo +share/locale/ja/LC_MESSAGES/spek.mo share/locale/nl/LC_MESSAGES/spek.mo share/locale/pl/LC_MESSAGES/spek.mo +share/locale/pt_BR/LC_MESSAGES/spek.mo share/locale/ru/LC_MESSAGES/spek.mo share/locale/sv/LC_MESSAGES/spek.mo share/locale/uk/LC_MESSAGES/spek.mo +share/locale/zh_CN/LC_MESSAGES/spek.mo +share/locale/zh_TW/LC_MESSAGES/spek.mo @dirrmtry share/applications @dirrmtry share/icons/hicolor/16x16/apps @dirrmtry share/icons/hicolor/16x16 >Release-Note: >Audit-Trail: >Unformatted: