Bug 176408

Summary: [maintainer update] audio/spek 0.8.2
Product: Ports & Packages Reporter: Alexander Kojevnikov <alexander>
Component: Individual Port(s)Assignee: Pawel Pekala <pawel>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Alexander Kojevnikov 2013-02-25 04:20:00 UTC
Attached patch updates audio/spek to 0.8.2

Fix: Patch attached with submission follows:
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2013-02-25 15:34:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-02-25 22:20:43 UTC
Author: pawel
Date: Mon Feb 25 22:20:35 2013
New Revision: 312943
URL: http://svnweb.freebsd.org/changeset/ports/312943

Log:
  Update to version 0.8.2
  
  PR:		ports/176408
  Submitted by:	Alexander Kojevnikov <alexander@kojevnikov.com> (maintainer)

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	Mon Feb 25 21:59:11 2013	(r312942)
+++ head/audio/spek/Makefile	Mon Feb 25 22:20:35 2013	(r312943)
@@ -2,20 +2,21 @@
 # $FreeBSD$
 
 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_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 -lavutil1 -L${LOCALBASE}/lib/ffmpeg1"
 INSTALLS_ICONS=	yes
 MAKE_JOBS_SAFE=	yes
 

Modified: head/audio/spek/distinfo
==============================================================================
--- head/audio/spek/distinfo	Mon Feb 25 21:59:11 2013	(r312942)
+++ head/audio/spek/distinfo	Mon Feb 25 22:20:35 2013	(r312943)
@@ -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

Modified: head/audio/spek/pkg-descr
==============================================================================
--- head/audio/spek/pkg-descr	Mon Feb 25 21:59:11 2013	(r312942)
+++ head/audio/spek/pkg-descr	Mon Feb 25 22:20:35 2013	(r312943)
@@ -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://spek-project.org/
+WWW: http://spek-project.org/

Modified: head/audio/spek/pkg-plist
==============================================================================
--- head/audio/spek/pkg-plist	Mon Feb 25 21:59:11 2013	(r312942)
+++ head/audio/spek/pkg-plist	Mon Feb 25 22:20:35 2013	(r312943)
@@ -14,12 +14,15 @@ 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/nb/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/tr/LC_MESSAGES/spek.mo
 share/locale/uk/LC_MESSAGES/spek.mo
+share/locale/vi/LC_MESSAGES/spek.mo
 share/locale/zh_CN/LC_MESSAGES/spek.mo
 share/locale/zh_TW/LC_MESSAGES/spek.mo
 @dirrmtry share/applications
_______________________________________________
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 Pawel Pekala freebsd_committer freebsd_triage 2013-02-25 22:20:48 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!