Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Nov 2014 13:07:15 +0000 (UTC)
From:      Olivier Duchateau <olivierd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r372993 - in head/deskutils: . xfce4-volumed-pulse
Message-ID:  <201411211307.sALD7FAh020307@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivierd
Date: Fri Nov 21 13:07:14 2014
New Revision: 372993
URL: https://svnweb.freebsd.org/changeset/ports/372993
QAT: https://qat.redports.org/buildarchive/r372993/

Log:
  This daemon is responsible of making the volume up/down and mute keys of
  the keyboard work automatically. It uses PulseAudio for chosing which
  card/sink/track to act on.
  
  This is a fork of the original xfce4-volumed to drop GStreamer support
  and use PulseAudio instead.
  
  WWW: https://launchpad.net/xfce4-volumed-pulse
  
  Obtained from:	Xfce dev repository

Added:
  head/deskutils/xfce4-volumed-pulse/
  head/deskutils/xfce4-volumed-pulse/Makefile   (contents, props changed)
  head/deskutils/xfce4-volumed-pulse/distinfo   (contents, props changed)
  head/deskutils/xfce4-volumed-pulse/pkg-descr   (contents, props changed)
  head/deskutils/xfce4-volumed-pulse/pkg-plist   (contents, props changed)
Modified:
  head/deskutils/Makefile

Modified: head/deskutils/Makefile
==============================================================================
--- head/deskutils/Makefile	Fri Nov 21 12:57:56 2014	(r372992)
+++ head/deskutils/Makefile	Fri Nov 21 13:07:14 2014	(r372993)
@@ -269,6 +269,7 @@
     SUBDIR += xfce4-notifyd
     SUBDIR += xfce4-tumbler
     SUBDIR += xfce4-volumed
+    SUBDIR += xfce4-volumed-pulse
     SUBDIR += xfce4-xkb-plugin
     SUBDIR += xmaddressbook
     SUBDIR += xmdiary

Added: head/deskutils/xfce4-volumed-pulse/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/xfce4-volumed-pulse/Makefile	Fri Nov 21 13:07:14 2014	(r372993)
@@ -0,0 +1,29 @@
+# Created by: Olivier Duchateau
+# $FreeBSD$
+
+PORTNAME=	xfce4-volumed-pulse
+PORTVERSION=	0.2.0
+CATEGORIES=	deskutils xfce
+MASTER_SITES=	https://launchpadlibrarian.net/133628016/ \
+	https://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/
+DIST_SUBDIR=	xfce4
+
+MAINTAINER=	xfce@FreeBSD.org
+COMMENT=	Volume management daemon for Xfce using PulseAudio
+
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+LIB_DEPENDS=	libpulse.so:${PORTSDIR}/audio/pulseaudio \
+	libnotify.so:${PORTSDIR}/devel/libnotify \
+	libkeybinder.so:${PORTSDIR}/x11/keybinder
+
+USES=	pkgconfig gmake tar:bz2
+GNU_CONFIGURE=	yes
+USE_GNOME=	glib20 gtk20
+USE_XFCE=	configenv xfconf
+INSTALL_TARGET=	install-strip
+
+CONFIGURE_ARGS=--enable-libnotify
+
+.include <bsd.port.mk>

Added: head/deskutils/xfce4-volumed-pulse/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/xfce4-volumed-pulse/distinfo	Fri Nov 21 13:07:14 2014	(r372993)
@@ -0,0 +1,2 @@
+SHA256 (xfce4/xfce4-volumed-pulse-0.2.0.tar.bz2) = 6930034a30bfa54106f3c76ea8e50f578426f5e6151c0e82fda04e6d127de550
+SIZE (xfce4/xfce4-volumed-pulse-0.2.0.tar.bz2) = 282403

Added: head/deskutils/xfce4-volumed-pulse/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/xfce4-volumed-pulse/pkg-descr	Fri Nov 21 13:07:14 2014	(r372993)
@@ -0,0 +1,8 @@
+This daemon is responsible of making the volume up/down and mute keys of
+the keyboard work automatically. It uses PulseAudio for chosing which
+card/sink/track to act on.
+
+This is a fork of the original xfce4-volumed to drop GStreamer support
+and use PulseAudio instead.
+
+WWW: https://launchpad.net/xfce4-volumed-pulse

Added: head/deskutils/xfce4-volumed-pulse/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/xfce4-volumed-pulse/pkg-plist	Fri Nov 21 13:07:14 2014	(r372993)
@@ -0,0 +1,2 @@
+bin/xfce4-volumed-pulse
+etc/xdg/autostart/xfce4-volumed-pulse.desktop



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411211307.sALD7FAh020307>