Index: head/multimedia/xfce4-parole/Makefile =================================================================== --- head/multimedia/xfce4-parole/Makefile (revision 463356) +++ head/multimedia/xfce4-parole/Makefile (revision 463357) @@ -1,92 +1,58 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= parole PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= multimedia xfce MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R}/ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Lightweight media player for Xfce4 based on GStreamer 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.so:audio/taglib +RUN_DEPENDS= xdg-screensaver:devel/xdg-utils GNU_CONFIGURE= yes INSTALLS_ICONS= yes CONFIGURE_ARGS= --enable-notify-plugin \ --enable-tray-plugin \ --enable-taglib \ --disable-mpris2-plugin \ - --without-html-dir + --without-html-dir \ + --with-gstreamer=1.0 USE_GNOME= cairo gtk30 glib20 intltool intlhack +USE_GSTREAMER1= core faad flac wavpack rtmp x USE_XFCE= panel USE_XORG= ice sm x11 USE_LDCONFIG= yes USES= desktop-file-utils gettext-tools gmake libtool pkgconfig \ tar:bzip2 xfce:gtk3 INSTALL_TARGET= install-strip -OPTIONS_DEFINE= CLUTTER NLS -OPTIONS_SINGLE= GSTREAMER -# GST01 (GStreamer 0.10), GST10 (GStreamer 1.0) -OPTIONS_SINGLE_GSTREAMER= GST01 GST10 -OPTIONS_GROUP= GST_PLUG +OPTIONS_DEFINE= NLS +OPTIONS_GROUP= GST_PLUG OPTIONS_GROUP_GST_PLUG= CDDA HTTP -# Since 0.5.91 release, GStreamer 1.0 is enabled by default -OPTIONS_DEFAULT= GST10 HTTP -CLUTTER_LIB_DEPENDS= libclutter-gst-2.0.so:multimedia/clutter-gst \ - libclutter-gtk-1.0.so:graphics/clutter-gtk3 -CLUTTER_IMPLIES= GST10 -CLUTTER_CONFIGURE_ENABLE= clutter -NLS_USES= gettext-runtime -NLS_CONFIGURE_ENABLE= nls -HTTP_DESC= HTTP streaming (libsoup) -GST01_DESC= GStreamer 0.10 -GST10_DESC= GStreamer 1.0 -GST_PLUG_DESC= Additional GStreamer plugins -CLUTTER_DESC= Clutter (OpenGL) backend -OPTIONS_SUB= yes +OPTIONS_DEFAULT= HTTP +OPTIONS_SUB= yes -.include - -.if ${PORT_OPTIONS:MGST01} -USE_GSTREAMER= core faad flac wavpack -CONFIGURE_ARGS+=--with-gstreamer=0.10 -.endif - -.if ${PORT_OPTIONS:MGST10} -USE_GSTREAMER1= core faad flac wavpack rtmp x -CONFIGURE_ARGS+=--with-gstreamer=1.0 -.endif - -.if ${PORT_OPTIONS:MCDDA} -.if ${PORT_OPTIONS:MGST01} -USE_GSTREAMER+= cdparanoia -.endif -.if ${PORT_OPTIONS:MGST10} -USE_GSTREAMER1+= cdparanoia -.endif -.endif - -.if ${PORT_OPTIONS:MHTTP} -.if ${PORT_OPTIONS:MGST01} -USE_GSTREAMER+= soup -.endif -.if ${PORT_OPTIONS:MGST10} -USE_GSTREAMER1+= soup -.endif -.endif +CDDA_USE= gstreamer1=cdparanoia +GST_PLUG_DESC= Additional GStreamer plugins +HTTP_DESC= HTTP streaming (libsoup) +HTTP_USE= gstreamer1=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 Index: head/multimedia/xfce4-parole/pkg-message =================================================================== --- head/multimedia/xfce4-parole/pkg-message (nonexistent) +++ head/multimedia/xfce4-parole/pkg-message (revision 463357) @@ -0,0 +1,13 @@ +------------------------------------------------------------------------ +The Clutter backend has been removed from the multimedia/xfce4-parole +port, as it induces a crash with Gtk >= 3.22. + +If you had manually configured parole to use the Clutter backend, you +must switch to 'xvimagesink' or 'ximagesink'. + +You can use the 'xfconf-query' command in order to change the backend: +$ xfconf-query -c parole -p /video/videosink -s "xvimagesink" +You can choose 'xvimagesink' or 'ximagesink'. +Alternatively you can remove previously specified backend: +$ xfconf-query -c parole -p /video/videosink -r +------------------------------------------------------------------------ Property changes on: head/multimedia/xfce4-parole/pkg-message ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property