Bug 172081 - [maintainer update] audio/spek 0.8.0
Summary: [maintainer update] audio/spek 0.8.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Niclas Zeising
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-26 06:10 UTC by Alexander Kojevnikov
Modified: 2012-09-27 14:50 UTC (History)
0 users

See Also:


Attachments
file.diff (2.60 KB, patch)
2012-09-26 06:10 UTC, Alexander Kojevnikov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Kojevnikov 2012-09-26 06:10:10 UTC
Attached patch updates audio/spek to 0.8.0

Fix: Patch attached with submission follows:
Comment 1 Niclas Zeising freebsd_committer freebsd_triage 2012-09-26 13:51:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->zeising

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-09-27 14:42:08 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Niclas Zeising freebsd_committer freebsd_triage 2012-09-27 14:42:34 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!