mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
Add support for the LastGenre plugin
Approved by: swills (mentor, implicit)
This commit is contained in:
parent
ff8e29ab91
commit
ba38e3c0f8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335852
@ -23,12 +23,13 @@ NO_STAGE= yes
|
||||
USE_PYTHON= 2.7+
|
||||
USE_PYDISTUTILS= easy_install
|
||||
|
||||
OPTIONS_DEFINE= BEATPORT CHROMA DISCOGS FFMPEG REPLAYGAIN WEB
|
||||
OPTIONS_DEFINE= BEATPORT CHROMA DISCOGS LASTFM FFMPEG REPLAYGAIN WEB
|
||||
OPTIONS_DEFAULT=
|
||||
|
||||
CHROMA_DESC= Audio Fingerprinting Plugin
|
||||
BEATPORT_DESC= Beatport Catalog Autotagging Support
|
||||
DISCOGS_DESC= Discogs Search Plugin
|
||||
LASTFM_DESC= LastGenre Plugin
|
||||
REPLAYGAIN_DESC= Normalize Audio Loudness
|
||||
WEB_DESC= Webserver Music Player Plugin
|
||||
|
||||
@ -36,6 +37,7 @@ CHROMA_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyacoustid>=0:${PORTSDIR}/audio/py-py
|
||||
BEATPORT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:${PORTSDIR}/www/py-requests
|
||||
DISCOGS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}discogs-client>=0:${PORTSDIR}/audio/py-discogs-client
|
||||
FFMPEG_RUN_DEPENDS= ffmpeg>=2:${PORTSDIR}/multimedia/ffmpeg
|
||||
LASTFM_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pylast>=0:${PORTSDIR}/audio/py-pylast
|
||||
REPLAYGAIN_RUN_DEPENDS= mp3gain>=0:${PORTSDIR}/audio/mp3gain
|
||||
REPLAYGAIN_RUN_DEPENDS+= aacgain>=0:${PORTSDIR}/audio/aacgain
|
||||
WEB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0:${PORTSDIR}/www/py-flask
|
||||
|
Loading…
x
Reference in New Issue
Block a user