From 713804ff08e9f108647114430c004ed2b1f5c7dc Mon Sep 17 00:00:00 2001 From: "Jason E. Hale" Date: Wed, 28 Dec 2016 15:50:13 +0000 Subject: - Unbreak fetch (project has moved to Github) [1] - Fix LICENSE - Sort and remove duplicate desktop-file-utils from USES - Remove deprecated WX_UNICODE - Add patch to fix build with ffmpeg 3.x PR: 212750 (based on) [1] Submitted by: shun [1] Approved by: maintainer timeout (3 months) --- audio/spek/Makefile | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'audio/spek/Makefile') diff --git a/audio/spek/Makefile b/audio/spek/Makefile index 3d71b4bae4b8..6c22fd9f8c9d 100644 --- a/audio/spek/Makefile +++ b/audio/spek/Makefile @@ -5,21 +5,18 @@ PORTNAME= spek PORTVERSION= 0.8.2 PORTREVISION= 5 CATEGORIES= audio -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= https://github.com/alexkay/${PORTNAME}/releases/download/v${PORTVERSION}/ MAINTAINER= alexander@kojevnikov.com COMMENT= Acoustic spectrum analyser -LICENSE= GPLv3 - -BROKEN= Unfetchable (google code has gone away) +LICENSE= GPLv3+ LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg -USES= tar:xz gmake pkgconfig desktop-file-utils compiler:c++11-lib desktop-file-utils +USES= compiler:c++11-lib desktop-file-utils gmake pkgconfig tar:xz USE_GNOME= intltool -USE_WX= 3.0 -WX_UNICODE= yes +USE_WX= 3.0 WX_CONF_ARGS= absolute GNU_CONFIGURE= yes INSTALLS_ICONS= yes -- cgit v1.2.3