pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
parole: Cleaning Makefile and MESSAGE
Module Name: pkgsrc-wip
Committed By: adr <adr%sdf.org@localhost>
Pushed By: adr
Date: Sun Jun 2 21:39:30 2019 +0100
Changeset: 89da8112c2d4cf2119f3c391e17f884200094d72
Modified Files:
parole/MESSAGE
parole/Makefile
Log Message:
parole: Cleaning Makefile and MESSAGE
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=89da8112c2d4cf2119f3c391e17f884200094d72
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
parole/MESSAGE | 8 ++++++--
parole/Makefile | 32 +++-----------------------------
2 files changed, 9 insertions(+), 31 deletions(-)
diffs:
diff --git a/parole/MESSAGE b/parole/MESSAGE
index 40b4afcc74..9eeb00bc59 100644
--- a/parole/MESSAGE
+++ b/parole/MESSAGE
@@ -2,6 +2,10 @@
$NetBSD$
You'll need to install additional gst-plugins1-* packages to play
-some types of media. Note that they are spread across several
-categories (x11, audio, etc.).
+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 b72e624392..d83be79e06 100644
--- a/parole/Makefile
+++ b/parole/Makefile
@@ -1,15 +1,15 @@
# $NetBSD$
DISTNAME= parole-${VERS}
+VERS= 1.0.2
CATEGORIES= multimedia
MASTER_SITES= https://archive.be.xfce.org/src/apps/parole/1.0/
+EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://docs.xfce.org/apps/parole/start
COMMENT= Simple media player based on the GStreamer framework
LICENSE= gnu-gpl-v2
-VERS= 1.0.2
-EXTRACT_SUFX= .tar.bz2
USE_TOOLS+= gmake pkg-config intltool
USE_LANGUAGES= c c++
@@ -17,48 +17,22 @@ HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX}
PKG_OPTIONS_VAR= PKG_OPTIONS.parole
-PKG_SUPPORTED_OPTIONS= x11 oss alsa libav libnotify tray mpris2
-PKG_SUGGESTED_OPTIONS= x11 oss
+PKG_SUPPORTED_OPTIONS= libnotify
.include "../../mk/bsd.prefs.mk"
.include "../../mk/bsd.options.mk"
-.if empty(PKG_OPTIONS:Mx11)
-DEPENDS=gst-plugins1-x11-[0-9]*:../../x11/gst-plugins1-x11
-.endif
-
-.if empty(PKG_OPTIONS:Moss)
-DEPENDS=gst-plugins1-oss-[0-9]*:../../audio/gst-plugins1-oss
-.endif
-
-.if empty(PKG_OPTIONS:Malsa)
-DEPENDS=gst-plugins1-alsa-[0-9]*:../../audio/gst-plugins1-alsa
-.endif
-
-.if empty(PKG_OPTIONS:Mlibav)
-DEPENDS=gst-plugins1-libav-[0-9]*:../../multimedia/gst-plugins1-libav
-.endif
-
.if !empty(PKG_OPTIONS:Mlibnotify)
.include "../../sysutils/libnotify/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-notify-plugin
.endif
-.if empty(PKG_OPTIONS:Mtray)
-CONFIGURE_ARGS+= --disable-tray-plugin
-.endif
-
-.if empty(PKG_OPTIONS:Mmpris2)
-CONFIGURE_ARGS+= --disable-mpris2-plugin
-.endif
-
.include "../../x11/gtk3/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.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"
Home |
Main Index |
Thread Index |
Old Index