diff options
author | Koichiro Iwao <meta@FreeBSD.org> | 2025-06-24 17:20:04 +0900 |
---|---|---|
committer | Koichiro Iwao <meta@FreeBSD.org> | 2025-06-24 17:35:12 +0900 |
commit | 85695611bbb0116d80a2056d127d7f5e68a9d047 (patch) | |
tree | 67d52c693a904a5bcbe1f49edd8e67b7e91b2a53 | |
parent | japanese/radish-play: Japanese Internet radio player (diff) |
japanese/radish-play: Apply audio subcategory and minor fixes
PR: 279840
-rw-r--r-- | japanese/radish-play/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/radish-play/Makefile b/japanese/radish-play/Makefile index a81a97d90941..e591916f310c 100644 --- a/japanese/radish-play/Makefile +++ b/japanese/radish-play/Makefile @@ -1,6 +1,6 @@ PORTNAME= radish-play DISTVERSION= g20250621 -CATEGORIES= japanese +CATEGORIES= japanese audio MAINTAINER= mew14930xvi@inbox.lv COMMENT= Japanese Internet radio player @@ -24,8 +24,8 @@ PLIST_FILES= bin/${PORTNAME} OPTIONS_DEFAULT= MPV OPTIONS_SINGLE= PLAYER OPTIONS_SINGLE_PLAYER= FFPLAY MPV -FFPLAY_DESC= use ffplay (via ffmpeg, implies the SDL option) -MPV_DESC= use mpv as media player +FFPLAY_DESC= Use ffplay (via ffmpeg, implies the SDL option) +MPV_DESC= Use mpv as media player FFPLAY_RUN_DEPENDS= ffplay:multimedia/ffmpeg FFPLAY_EXTRA_PATCHES= ${PATCHDIR}/ffplay-patch-radish-play.sh |