svn commit: r489767 - in head/multimedia/xfce4-parole: . files

Guido Falsi madpilot at FreeBSD.org
Wed Jan 9 11:03:31 UTC 2019


Author: madpilot
Date: Wed Jan  9 11:03:30 2019
New Revision: 489767
URL: https://svnweb.freebsd.org/changeset/ports/489767

Log:
  - Enable mpris2 support in xfce4-parole
  - Add Uses=gnome
  - Remove unneeded USE_LDCONFIG
  - Regenerate patch
  - While here silence some portlint warnings
  
  PR:		234767
  Submitted by:	Olivier Duchateau <duchateau.olivier at gmail.com>

Modified:
  head/multimedia/xfce4-parole/Makefile
  head/multimedia/xfce4-parole/files/patch-configure
  head/multimedia/xfce4-parole/pkg-plist

Modified: head/multimedia/xfce4-parole/Makefile
==============================================================================
--- head/multimedia/xfce4-parole/Makefile	Wed Jan  9 11:01:26 2019	(r489766)
+++ head/multimedia/xfce4-parole/Makefile	Wed Jan  9 11:03:30 2019	(r489767)
@@ -3,6 +3,7 @@
 
 PORTNAME=	parole
 PORTVERSION=	1.0.1
+PORTREVISION=	1
 CATEGORIES=	multimedia xfce
 MASTER_SITES=	XFCE/src/apps/${PORTNAME}/${PORTVERSION:R}/
 DIST_SUBDIR=	xfce4
@@ -19,21 +20,20 @@ LIB_DEPENDS=	libdbus-1.so:devel/dbus \
 		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 \
-		--with-gstreamer=1.0
 USES=		compiler:c++11-lang desktop-file-utils gettext-tools \
-		gmake libtool pkgconfig tar:bzip2 xfce:gtk3
+		gmake gnome libtool pkgconfig tar:bzip2 xfce:gtk3
 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
+
+GNU_CONFIGURE=	yes
+INSTALLS_ICONS=	yes
+CONFIGURE_ARGS=	--enable-notify-plugin \
+		--enable-tray-plugin \
+		--enable-taglib \
+		--enable-mpris2-plugin \
+		--without-html-dir
 INSTALL_TARGET=	install-strip
 
 OPTIONS_DEFINE=		NLS

Modified: head/multimedia/xfce4-parole/files/patch-configure
==============================================================================
--- head/multimedia/xfce4-parole/files/patch-configure	Wed Jan  9 11:01:26 2019	(r489766)
+++ head/multimedia/xfce4-parole/files/patch-configure	Wed Jan  9 11:03:30 2019	(r489767)
@@ -1,6 +1,6 @@
---- ./configure.orig	2013-01-07 10:17:14.000000000 +0000
-+++ ./configure	2013-01-08 20:20:14.000000000 +0000
-@@ -18772,7 +18772,7 @@
+--- configure.orig	2018-04-12 00:49:30 UTC
++++ configure
+@@ -19422,7 +19422,7 @@ $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
  
      fi
    fi
@@ -9,7 +9,7 @@
  
  
      gt_cv_have_gettext=no
-@@ -23621,10 +23621,10 @@
+@@ -23916,10 +23916,10 @@ _ACEOF
  else
  
  cat >>confdefs.h <<_ACEOF

Modified: head/multimedia/xfce4-parole/pkg-plist
==============================================================================
--- head/multimedia/xfce4-parole/pkg-plist	Wed Jan  9 11:01:26 2019	(r489766)
+++ head/multimedia/xfce4-parole/pkg-plist	Wed Jan  9 11:03:30 2019	(r489767)
@@ -7,6 +7,7 @@ include/parole/parole-provider-player.h
 include/parole/parole-provider-plugin.h
 include/parole/parole-stream.h
 include/parole/parole.h
+lib/parole-0/parole-mpris2.so
 lib/parole-0/parole-notify.so
 lib/parole-0/tray-icon.so
 share/appdata/parole.appdata.xml
@@ -67,6 +68,7 @@ share/icons/hicolor/scalable/apps/parole.svg
 %%NLS%%share/locale/uk/LC_MESSAGES/parole.mo
 %%NLS%%share/locale/zh_CN/LC_MESSAGES/parole.mo
 %%NLS%%share/locale/zh_TW/LC_MESSAGES/parole.mo
+%%DATADIR%%/parole-plugins-0/mpris2.desktop
 %%DATADIR%%/parole-plugins-0/notify.desktop
 %%DATADIR%%/parole-plugins-0/system-tray.desktop
 share/pixmaps/no-cover.png


More information about the svn-ports-all mailing list