git: e922fa4e9d69 - main - audio/rhythmbox: gudev support is required for MTP
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 01 Feb 2026 18:46:37 UTC
The branch main has been updated by vishwin:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e922fa4e9d696197de550d773ee278dd049a6ad0
commit e922fa4e9d696197de550d773ee278dd049a6ad0
Author: Charlie Li <vishwin@FreeBSD.org>
AuthorDate: 2026-02-01 18:46:16 +0000
Commit: Charlie Li <vishwin@FreeBSD.org>
CommitDate: 2026-02-01 18:46:16 +0000
audio/rhythmbox: gudev support is required for MTP
---
audio/rhythmbox/Makefile | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile
index 551c45145c52..f26297f5ade0 100644
--- a/audio/rhythmbox/Makefile
+++ b/audio/rhythmbox/Makefile
@@ -25,8 +25,7 @@ USES= desktop-file-utils gettext gnome gstreamer localbase:ldflags meson \
USE_GNOME= cairo gdkpixbuf glib20 gtk30 introspection libxml2
USE_XORG= ice x11 xorgproto
USE_GSTREAMER= cdparanoia faad flac lame libav ogg opus ugly vorbis wavpack
-MESON_ARGS= -Dgudev=disabled \
- -Dtests=disabled
+MESON_ARGS= -Dtests=disabled
USE_LDCONFIG= yes
GLIB_SCHEMAS= org.gnome.rhythmbox.gschema.xml
@@ -51,8 +50,9 @@ IPOD_LIB_DEPENDS= libgpod.so:audio/libgpod \
libimobiledevice-1.0.so:comms/libimobiledevice
LIRC_MESON_ENABLED= lirc
LIRC_LIB_DEPENDS= liblirc_client.so:comms/lirc
-MTP_MESON_ENABLED= mtp
-MTP_LIB_DEPENDS= libmtp.so:multimedia/libmtp
+MTP_MESON_ENABLED= mtp gudev
+MTP_LIB_DEPENDS= libmtp.so:multimedia/libmtp \
+ libgudev-1.0.so:devel/libgudev
NOTIFY_MESON_ENABLED= libnotify
NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify
PYTHON_MESON_ENABLED= plugins_python