Skip to content

Commit

Permalink
audio/py-essentia: fix build
Browse files Browse the repository at this point in the history
Correct the previous fix to make it actually work.

Reported by:	yuri (maintainer)
Pointy hat to:  rm
  • Loading branch information
mexicarne committed Feb 5, 2024
1 parent 181653c commit c41ef09
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions audio/py-essentia/Makefile
@@ -1,7 +1,7 @@
PORTNAME= essentia
DISTVERSIONPREFIX= v
DISTVERSION= 2.1_beta5-859
PORTREVISION= 3
PORTREVISION= 4
DISTVERSIONSUFFIX= -gb247091f
CATEGORIES= audio
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -20,8 +20,9 @@ RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR}

PATCH_SITES= https://raw.githubusercontent.com/MTG/essentia/d02b6c752046802a711530e2bcd5feafca42247d/
PATCH_FILES= waf
MASTER_SITES= https://raw.githubusercontent.com/MTG/essentia/d02b6c752046802a711530e2bcd5feafca42247d/
DISTFILES= waf
EXTRACT_ONLY= ${GH_ACCOUNT}-${PORTNAME}*.gz

USES= eigen:3 pkgconfig python
USE_PYTHON= pytest
Expand Down

0 comments on commit c41ef09

Please sign in to comment.