parole: PLIST, Makefile and MESSAGE corrected

This commit is contained in:
adr 2019-06-03 00:10:01 +01:00
parent 25c3eafeb1
commit 92825612b3
3 changed files with 10 additions and 1 deletions

View File

@ -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

View File

@ -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"

View File

@ -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