diff --git a/multimedia/xfce4-parole/Makefile b/multimedia/xfce4-parole/Makefile index fc7e191f6d24..8a281f578e41 100644 --- a/multimedia/xfce4-parole/Makefile +++ b/multimedia/xfce4-parole/Makefile @@ -1,58 +1,58 @@ PORTNAME= parole PORTVERSION= 4.18.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia xfce MASTER_SITES= XFCE/apps DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Lightweight media player for Xfce4 based on GStreamer WWW= https://docs.xfce.org/apps/parole/introduction LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libdbus-1.so:devel/dbus \ libdbus-glib-1.so:devel/dbus-glib \ libnotify.so:devel/libnotify \ libtag_c.so:audio/taglib \ libharfbuzz.so:print/harfbuzz RUN_DEPENDS= xdg-screensaver:devel/xdg-utils USES= compiler:c++11-lang desktop-file-utils gettext-tools \ gmake gnome gstreamer libtool pkgconfig tar:bzip2 xfce xorg USE_GNOME= cairo gdkpixbuf2 gtk30 glib20 intltool -USE_GSTREAMER= core faad flac wavpack rtmp x +USE_GSTREAMER= core faad flac wavpack x USE_XFCE= libmenu xfconf USE_XORG= ice sm x11 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-notify-plugin \ --enable-tray-plugin \ --enable-taglib \ --enable-mpris2-plugin \ --without-html-dir INSTALL_TARGET= install-strip OPTIONS_DEFINE= NLS OPTIONS_GROUP= GST_PLUG OPTIONS_GROUP_GST_PLUG= CDDA HTTP OPTIONS_DEFAULT= HTTP OPTIONS_SUB= yes CDDA_USE= gstreamer=cdparanoia GST_PLUG_DESC= Additional GStreamer plugins HTTP_DESC= HTTP streaming (libsoup) HTTP_USE= gstreamer=soup NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext-runtime post-patch: # Fix .rc files path @${REINPLACE_CMD} -e 's|xfce4/src/misc|${PORTNAME}|g' \ ${WRKSRC}/src/common/parole-rc-utils.h .include diff --git a/multimedia/xfce4-parole/files/patch-src_plugins_mpris2_mpris2-provider.c b/multimedia/xfce4-parole/files/patch-src_plugins_mpris2_mpris2-provider.c new file mode 100644 index 000000000000..1babb3f4f4c1 --- /dev/null +++ b/multimedia/xfce4-parole/files/patch-src_plugins_mpris2_mpris2-provider.c @@ -0,0 +1,11 @@ +--- src/plugins/mpris2/mpris2-provider.c.orig 2024-03-17 09:51:52 UTC ++++ src/plugins/mpris2/mpris2-provider.c +@@ -196,7 +196,7 @@ static GVariant* mpris_Root_get_SupportedUriSchemes(GE + static GVariant* mpris_Root_get_SupportedUriSchemes(GError **error, Mpris2Provider *provider) { + return g_variant_parse(G_VARIANT_TYPE("as"), + "['cdda', 'dvd', 'file', 'icy', 'icyx', 'mms', 'mmsh', 'net', " +- "'pnm', 'rtmp', 'rtp', 'rtsp', 'uvox']", NULL, NULL, NULL); ++ "'pnm', 'rtp', 'rtsp', 'uvox']", NULL, NULL, NULL); + } + + static GVariant* mpris_Root_get_SupportedMimeTypes(GError **error, Mpris2Provider *provider) {