aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre C. GuimarĂ£es <rigoletto@FreeBSD.org>2023-08-10 17:45:20 +0000
committerAlexandre C. GuimarĂ£es <rigoletto@FreeBSD.org>2023-08-11 21:56:27 +0000
commitf1b01109704b2fee62ced10b7d9cf12e0d86b469 (patch)
tree736ca3a0b5ff8a43f438e4a74efe58afdab48e2b
parenta297d3477dca8f76ef3461b6b0c760d05be3cddd (diff)
downloadports-f1b01109704b2fee62ced10b7d9cf12e0d86b469.tar.gz
ports-f1b01109704b2fee62ced10b7d9cf12e0d86b469.zip
audio/beets: Make OPTIONS on.
- add workaround due to audio/aacgain being unfechable.
-rw-r--r--audio/beets/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/beets/Makefile b/audio/beets/Makefile
index d708c2c41f4e..21cdae6bb33a 100644
--- a/audio/beets/Makefile
+++ b/audio/beets/Makefile
@@ -1,6 +1,6 @@
PORTNAME= beets
DISTVERSION= 1.6.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio python
MASTER_SITES= PYPI
@@ -35,6 +35,7 @@ OPTIONS_DEFINE= ACOUSTICBRAINZ BADFILES BEATPORT CHROMA DISCOGS EMBYUPDATE \
LASTIMPORT LYRICS LYRICS_GOOGLE MPDSTATS METASYNC_DBUS \
PLEXUPDATE REPLAYGAIN SONOS_UPDATE SPOTIFY THUMBNAILS WEB \
WEB_CORS
+OPTIONS_DEFAULT= ${OPTIONS_DEFINE}
ACOUSTICBRAINZ_DESC= AcousticBrainz Plugin
BADFILES_DESC= Bad Files Plugin
@@ -78,8 +79,8 @@ LYRICS_GOOGLE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4:www/py-beauti
METASYNC_DBUS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0:devel/py-dbus@${PY_FLAVOR}
MPDSTATS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-mpd2>=0.4.2:audio/py-python-mpd2@${PY_FLAVOR}
PLEXUPDATE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR}
-REPLAYGAIN_RUN_DEPENDS= mp3gain>=0:audio/mp3gain \
- aacgain>=0:audio/aacgain
+REPLAYGAIN_RUN_DEPENDS= mp3gain>=0:audio/mp3gain
+# Broken, unfechable aacgain>=0:audio/aacgain
SONOS_UPDATE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}soco>=0:multimedia/py-soco@${PY_FLAVOR}
SPOTIFY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR}
THUMBNAILS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xdg>=0:devel/py-xdg@${PY_FLAVOR}