mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
audio/cava: Update to 0.10.4
- Switch to release tarball - Remove autoreconf and libtool build deps ChangeLog: https://github.com/karlstav/cava/releases/tag/0.10.4 https://github.com/karlstav/cava/releases/tag/0.10.3 PR: 284852 Tested by: diizzy, eduardo Approved by: portmgr (build fix blanket) MFH: 2025Q1
This commit is contained in:
parent
37701bae60
commit
f87cfa2f4d
2 changed files with 6 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
||||||
PORTNAME= cava
|
PORTNAME= cava
|
||||||
DISTVERSION= 0.10.2
|
DISTVERSION= 0.10.4
|
||||||
PORTREVISION= 3
|
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
|
MASTER_SITES= https://github.com/karlstav/${PORTNAME}/releases/download/${DISTVERSION}/
|
||||||
|
|
||||||
MAINTAINER= vendion@gmail.com
|
MAINTAINER= vendion@gmail.com
|
||||||
COMMENT= Cross-platform Audio Visualizer
|
COMMENT= Cross-platform Audio Visualizer
|
||||||
|
@ -13,9 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
LIB_DEPENDS= libfftw3.so:math/fftw3 \
|
LIB_DEPENDS= libfftw3.so:math/fftw3 \
|
||||||
libiniparser.so:devel/iniparser
|
libiniparser.so:devel/iniparser
|
||||||
|
|
||||||
USES= autoreconf compiler:c11 libtool localbase pkgconfig
|
USES= compiler:c11 localbase pkgconfig
|
||||||
USE_GITHUB= yes
|
|
||||||
GH_ACCOUNT= karlstav
|
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --disable-input-alsa \
|
CONFIGURE_ARGS= --disable-input-alsa \
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1715842976
|
TIMESTAMP = 1739728091
|
||||||
SHA256 (karlstav-cava-0.10.2_GH0.tar.gz) = 853ee78729ed3501d0cdf9c1947967ad3bfe6526d66a029b4ddf9adaa6334d4f
|
SHA256 (cava-0.10.4.tar.gz) = 0945dc5cf46a372959d01788f1266240f9d4a88a6e123028aa7e7d1e96fda01b
|
||||||
SIZE (karlstav-cava-0.10.2_GH0.tar.gz) = 130036
|
SIZE (cava-0.10.4.tar.gz) = 426075
|
||||||
|
|
Loading…
Add table
Reference in a new issue