pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

parole: PLIST, Makefile and MESSAGE corrected



Module Name:	pkgsrc-wip
Committed By:	adr <adr%sdf.org@localhost>
Pushed By:	adr
Date:		Mon Jun 3 00:10:01 2019 +0100
Changeset:	92825612b3504322865418b91c0223e50be60a34

Modified Files:
	parole/MESSAGE
	parole/Makefile
	parole/PLIST

Log Message:
parole: PLIST, Makefile and MESSAGE corrected

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=92825612b3504322865418b91c0223e50be60a34

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 parole/MESSAGE  | 1 -
 parole/Makefile | 4 ++++
 parole/PLIST    | 6 ++++++
 3 files changed, 10 insertions(+), 1 deletion(-)

diffs:
diff --git a/parole/MESSAGE b/parole/MESSAGE
index 9eeb00bc59..8ee021fe15 100644
--- a/parole/MESSAGE
+++ b/parole/MESSAGE
@@ -4,7 +4,6 @@ $NetBSD$
 You'll need to install additional gst-plugins1-* packages to play
 some types of media or to use some hardware devices. These are
 particulary useful:
-	multimedia/gst-plugins1-base
 	sound/gst-plugins1-oss
 	x11/gst-plugins1-x11
 	multimedia/gst-plugins1-libav
diff --git a/parole/Makefile b/parole/Makefile
index d83be79e06..7cf13b8fc2 100644
--- a/parole/Makefile
+++ b/parole/Makefile
@@ -12,18 +12,21 @@ COMMENT=	Simple media player based on the GStreamer framework
 LICENSE=        gnu-gpl-v2
 
 USE_TOOLS+=	gmake pkg-config intltool
+USE_LIBTOOL=	yes
 USE_LANGUAGES=	c c++
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS+= --prefix=${PREFIX}
 
 PKG_OPTIONS_VAR=	PKG_OPTIONS.parole
 PKG_SUPPORTED_OPTIONS=	libnotify
+PLIST_VARS+=		notify
 
 .include "../../mk/bsd.prefs.mk"
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Mlibnotify)
 .include "../../sysutils/libnotify/buildlink3.mk"
+PLIST.notify=	yes
 .else
 CONFIGURE_ARGS+=	--disable-notify-plugin
 .endif
@@ -33,6 +36,7 @@ CONFIGURE_ARGS+=	--disable-notify-plugin
 .include "../../sysutils/dbus/buildlink3.mk"
 .include "../../sysutils/dbus-glib/buildlink3.mk"
 .include "../../multimedia/gstreamer1/buildlink3.mk"
+.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
 .include "../../x11/libxfce4util/buildlink3.mk"
 .include "../../x11/libxfce4ui/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
diff --git a/parole/PLIST b/parole/PLIST
index b01cd496d0..f69e9ca387 100644
--- a/parole/PLIST
+++ b/parole/PLIST
@@ -8,6 +8,9 @@ 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.la
+${PLIST.notify}lib/parole-0/parole-notify.la
+lib/parole-0/tray-icon.la
 share/appdata/parole.appdata.xml
 share/applications/org.xfce.Parole.desktop
 share/icons/hicolor/128x128/apps/parole.png
@@ -68,6 +71,9 @@ share/locale/ug/LC_MESSAGES/parole.mo
 share/locale/uk/LC_MESSAGES/parole.mo
 share/locale/zh_CN/LC_MESSAGES/parole.mo
 share/locale/zh_TW/LC_MESSAGES/parole.mo
+share/parole/parole-plugins-0/mpris2.desktop
+${PLIST.notify}share/parole/parole-plugins-0/notify.desktop
+share/parole/parole-plugins-0/system-tray.desktop
 share/parole/pixmaps/no-cover.png
 share/parole/pixmaps/play.png
 share/parole/pixmaps/replay.png


Home | Main Index | Thread Index | Old Index