ports/172081: [maintainer update] audio/spek 0.8.0
Alexander Kojevnikov
alexander at kojevnikov.com
Wed Sep 26 05:10:11 UTC 2012
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list