diff options
author | zeising <zeising@FreeBSD.org> | 2012-09-27 21:41:54 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2012-09-27 21:41:54 +0800 |
commit | 192e05152aa589f3fe94a0b269390b3ac8f7e80e (patch) | |
tree | 71ebec221d44efcf7ff07c685af767d66d3dd999 /audio | |
parent | b887def4556c37d4a30e29f387341323efe263de (diff) | |
download | freebsd-ports-gnome-192e05152aa589f3fe94a0b269390b3ac8f7e80e.tar.gz freebsd-ports-gnome-192e05152aa589f3fe94a0b269390b3ac8f7e80e.tar.zst freebsd-ports-gnome-192e05152aa589f3fe94a0b269390b3ac8f7e80e.zip |
Update to 0.8.0
PR: ports/172081
Submitted by: Alexander Kojevnikov <alexander@kojevnikov.com> (maintainer)
Approved by: maintainer, kwm (mentor)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/spek/Makefile | 16 | ||||
-rw-r--r-- | audio/spek/distinfo | 4 | ||||
-rw-r--r-- | audio/spek/pkg-descr | 2 | ||||
-rw-r--r-- | audio/spek/pkg-plist | 8 |
4 files changed, 21 insertions, 9 deletions
diff --git a/audio/spek/Makefile b/audio/spek/Makefile index 1389616b7141..33fa7387b9e5 100644 --- a/audio/spek/Makefile +++ b/audio/spek/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 intltool +USE_WX= 2.8+ +WX_UNICODE= yes +WX_CONF_ARGS= absolute GNU_CONFIGURE= yes INSTALLS_ICONS= yes MAKE_JOBS_SAFE= yes diff --git a/audio/spek/distinfo b/audio/spek/distinfo index 95cbfca228c7..e4bad6c0d10b 100644 --- a/audio/spek/distinfo +++ b/audio/spek/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/audio/spek/pkg-descr b/audio/spek/pkg-descr index 986802636103..85da9338bb5f 100644 --- a/audio/spek/pkg-descr +++ b/audio/spek/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/audio/spek/pkg-plist b/audio/spek/pkg-plist index b309ecd70a31..9de3d6a3b1c1 100644 --- a/audio/spek/pkg-plist +++ b/audio/spek/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 |