diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2016-12-28 15:50:13 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2016-12-28 15:50:13 +0000 |
commit | 713804ff08e9f108647114430c004ed2b1f5c7dc (patch) | |
tree | 0779111a3df4f34659019a803c4b4913979b3723 /audio/spek/Makefile | |
parent | finance/rubygem-money: update to 6.7.1 (diff) |
- 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 <shun.fbsd.pr@dropcut.net> [1]
Approved by: maintainer timeout (3 months)
Notes
Notes:
svn path=/head/; revision=429785
Diffstat (limited to '')
-rw-r--r-- | audio/spek/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
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 |