mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
audio/moodbar: Update to 1.1
- Use release file instead of git archive - Add regression tests - Add USES=gnome to silence sanity check
This commit is contained in:
parent
3ac6fd5d66
commit
be620fdff7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=483040
@ -1,9 +1,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= moodbar
|
||||
PORTVERSION= 1.0
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTVERSION= 1.1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= https://github.com/exaile/${PORTNAME}/releases/download/v${PORTVERSION}/
|
||||
|
||||
MAINTAINER= jhale@FreeBSD.org
|
||||
COMMENT= Generates mood files from audio files
|
||||
@ -12,15 +12,14 @@ LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libfftw3.so:math/fftw3
|
||||
TEST_DEPENDS= ${PYNUMPY}
|
||||
|
||||
USES= compiler:c++14-lang meson pkgconfig
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= exaile
|
||||
|
||||
USES= compiler:c++14-lang gnome meson pkgconfig python:3.5+,test \
|
||||
shebangfix tar:xz
|
||||
USE_GNOME= glib20
|
||||
USE_GSTREAMER1= yes good ogg vorbis
|
||||
|
||||
PLIST_FILES= bin/moodbar
|
||||
SHEBANG_FILES= test.py
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1518781923
|
||||
SHA256 (exaile-moodbar-v1.0_GH0.tar.gz) = ca8eeb0ba41eb067dc5b8a1e3c257228839d489c059f17f6f617ba4055d11e4a
|
||||
SIZE (exaile-moodbar-v1.0_GH0.tar.gz) = 23778
|
||||
TIMESTAMP = 1540564542
|
||||
SHA256 (moodbar-1.1.tar.xz) = b329731259b6db20b969dccb616fd260fa56673571b02144d29cacb42546ea8c
|
||||
SIZE (moodbar-1.1.tar.xz) = 26012
|
||||
|
Loading…
Reference in New Issue
Block a user