mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
audio/moodbar: Update to 1.3.0
Pet portclippy(1). https://github.com/exaile/moodbar/releases/tag/v1.3.0
This commit is contained in:
parent
0c412db31a
commit
08ae9b4578
2 changed files with 7 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= moodbar
|
PORTNAME= moodbar
|
||||||
PORTVERSION= 1.2.1
|
PORTVERSION= 1.3.0
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= https://github.com/exaile/${PORTNAME}/releases/download/v${PORTVERSION}/
|
MASTER_SITES= https://github.com/exaile/${PORTNAME}/releases/download/v${PORTVERSION}/
|
||||||
|
|
||||||
|
@ -13,12 +13,13 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
LIB_DEPENDS= libfftw3.so:math/fftw3
|
LIB_DEPENDS= libfftw3.so:math/fftw3
|
||||||
TEST_DEPENDS= ${PYNUMPY}
|
TEST_DEPENDS= ${PYNUMPY}
|
||||||
|
|
||||||
USES= compiler:c++14-lang gnome gstreamer meson pkgconfig python:test \
|
USES= compiler:c++17-lang gnome gstreamer meson pkgconfig python:test \
|
||||||
shebangfix tar:xz
|
shebangfix tar:xz
|
||||||
USE_GNOME= glib20
|
USE_GNOME= glib20
|
||||||
USE_GSTREAMER= good ogg vorbis
|
USE_GSTREAMER= good ogg vorbis
|
||||||
|
|
||||||
PLIST_FILES= bin/moodbar
|
|
||||||
SHEBANG_FILES= test.py
|
SHEBANG_FILES= test.py
|
||||||
|
|
||||||
|
PLIST_FILES= bin/moodbar
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1593751181
|
TIMESTAMP = 1713854215
|
||||||
SHA256 (moodbar-1.2.1.tar.xz) = 799522bab211e109c7a51e9a4ddf1d18101bbd981df0b5d5c04069cfb201b63f
|
SHA256 (moodbar-1.3.0.tar.xz) = 3fadae175c9986278da0f008a4d1c6df9387d6a0ed5056dd3927733e7b78363c
|
||||||
SIZE (moodbar-1.2.1.tar.xz) = 26252
|
SIZE (moodbar-1.3.0.tar.xz) = 26780
|
||||||
|
|
Loading…
Add table
Reference in a new issue