mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
audio/wasabi: Add/update comments; Update WWW and GH account
This commit is contained in:
parent
809dc6c06e
commit
4cae6f273b
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
||||||
PORTNAME= wasabi
|
PORTNAME= wasabi
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 0.1.4-3
|
DISTVERSION= 0.1.4-3 # 1.0.1 is still broken
|
||||||
DISTVERSIONSUFFIX= -g6384482
|
DISTVERSIONSUFFIX= -g6384482
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
|
|
||||||
MAINTAINER= yuri@FreeBSD.org
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
COMMENT= Fast and memory efficient Black MIDI player
|
COMMENT= Fast and memory efficient Black MIDI player
|
||||||
WWW= https://github.com/arduano/wasabi
|
WWW= https://github.com/BlackMIDIDevs/wasabi
|
||||||
|
|
||||||
LICENSE= APACHE20 # Don't Be a Dick Public License based on Apache 2.0, see http://www.dbad-license.org/
|
LICENSE= APACHE20 # Don't Be a Dick Public License based on Apache 2.0, see http://www.dbad-license.org/
|
||||||
|
|
||||||
BROKEN= rust code incompatible with latest rust-nightly, see https://github.com/arduano/wasabi/issues/60
|
BROKEN= rust code incompatible with latest rust-nightly, see https://github.com/BlackMIDIDevs/wasabi/issues/89
|
||||||
|
|
||||||
BUILD_DEPENDS= rust-nightly>0:lang/rust-nightly
|
BUILD_DEPENDS= rust-nightly>0:lang/rust-nightly
|
||||||
LIB_DEPENDS= libasound.so:audio/alsa-lib
|
LIB_DEPENDS= libasound.so:audio/alsa-lib
|
||||||
|
@ -18,7 +18,7 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib
|
||||||
USES= cargo pkgconfig python:build
|
USES= cargo pkgconfig python:build
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= arduano
|
GH_ACCOUNT= BlackMIDIDevs
|
||||||
|
|
||||||
CARGO_BUILDDEP= no
|
CARGO_BUILDDEP= no
|
||||||
CARGO_CRATES= ab_glyph-0.2.23 \
|
CARGO_CRATES= ab_glyph-0.2.23 \
|
||||||
|
|
Loading…
Add table
Reference in a new issue