Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Sep 2012 13:41:54 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304960 - head/audio/spek
Message-ID:  <201209271341.q8RDfsYg027348@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Thu Sep 27 13:41:54 2012
New Revision: 304960
URL: http://svn.freebsd.org/changeset/ports/304960

Log:
  Update to 0.8.0
  
  PR:		ports/172081
  Submitted by:	Alexander Kojevnikov <alexander@kojevnikov.com> (maintainer)
  Approved by:	maintainer, kwm (mentor)

Modified:
  head/audio/spek/Makefile
  head/audio/spek/distinfo
  head/audio/spek/pkg-descr
  head/audio/spek/pkg-plist

Modified: head/audio/spek/Makefile
==============================================================================
--- head/audio/spek/Makefile	Thu Sep 27 13:30:59 2012	(r304959)
+++ head/audio/spek/Makefile	Thu Sep 27 13:41:54 2012	(r304960)
@@ -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 intltool
+USE_WX=	2.8+
+WX_UNICODE=	yes
+WX_CONF_ARGS=	absolute
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
 MAKE_JOBS_SAFE=	yes

Modified: head/audio/spek/distinfo
==============================================================================
--- head/audio/spek/distinfo	Thu Sep 27 13:30:59 2012	(r304959)
+++ head/audio/spek/distinfo	Thu Sep 27 13:41:54 2012	(r304960)
@@ -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

Modified: head/audio/spek/pkg-descr
==============================================================================
--- head/audio/spek/pkg-descr	Thu Sep 27 13:30:59 2012	(r304959)
+++ head/audio/spek/pkg-descr	Thu Sep 27 13:41:54 2012	(r304960)
@@ -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/

Modified: head/audio/spek/pkg-plist
==============================================================================
--- head/audio/spek/pkg-plist	Thu Sep 27 13:30:59 2012	(r304959)
+++ head/audio/spek/pkg-plist	Thu Sep 27 13:41:54 2012	(r304960)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209271341.q8RDfsYg027348>