Bug 188373 - [NEW PORT] deskutils/xfce4-volumed
Summary: [NEW PORT] deskutils/xfce4-volumed
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Olivier Duchateau
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-08 08:30 UTC by Sergey V. Dyatko
Modified: 2014-04-08 19:31 UTC (History)
1 user (show)

See Also:


Attachments
xfce4-volumed.shar (2.08 KB, text/plain)
2014-04-08 08:30 UTC, Sergey V. Dyatko
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey V. Dyatko 2014-04-08 08:30:00 UTC
This daemon is responsible of making the volume up/down and mute keys of the
keyboard work automatically, and uses the XFCE 4 mixer's defined card and track
for chosing which track to act on.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-08 08:30:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->xfce

xfce@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Olivier Duchateau freebsd_committer freebsd_triage 2014-04-08 17:37:52 UTC
Responsible Changed
From-To: xfce->olivierd

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-04-08 19:29:36 UTC
Author: olivierd
Date: Tue Apr  8 18:29:32 2014
New Revision: 350638
URL: http://svnweb.freebsd.org/changeset/ports/350638
QAT: https://qat.redports.org/buildarchive/r350638/

Log:
  This daemon is responsible of making the volume up/down and mute keys of the
  keyboard work automatically, and uses the Xfce mixer's defined card and track
  for chosing which track to act on.
  
  WWW: https://launchpad.net/xfce4-volumed/
  
  PR:		188373
  Submitted by:	Sergey V. Dyatko

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

Modified: head/deskutils/Makefile
==============================================================================
--- head/deskutils/Makefile	Tue Apr  8 17:59:45 2014	(r350637)
+++ head/deskutils/Makefile	Tue Apr  8 18:29:32 2014	(r350638)
@@ -256,6 +256,7 @@
     SUBDIR += xfce4-notification-daemon
     SUBDIR += xfce4-notifyd
     SUBDIR += xfce4-tumbler
+    SUBDIR += xfce4-volumed
     SUBDIR += xfce4-xkb-plugin
     SUBDIR += xmaddressbook
     SUBDIR += xmdiary

Added: head/deskutils/xfce4-volumed/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/xfce4-volumed/Makefile	Tue Apr  8 18:29:32 2014	(r350638)
@@ -0,0 +1,25 @@
+# Created by: Sergey V. Dyatko <sergey.dyatko@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	xfce4-volumed
+PORTVERSION=	0.1.13
+CATEGORIES=	deskutils xfce
+MASTER_SITES=	XFCE
+MASTER_SITE_SUBDIR=	src/apps/${PORTNAME}/${PORTVERSION:R}
+DIST_SUBDIR=	xfce4
+
+MAINTAINER=	sergey.dyatko@gmail.com
+COMMENT=	Volume management daemon for the Xfce desktop
+
+LICENSE=	GPLv3
+
+LIB_DEPENDS=	libnotify.so:${PORTSDIR}/devel/libnotify \
+		libkeybinder.so:${PORTSDIR}/x11/keybinder
+
+USES=		pkgconfig gmake tar:bzip2
+GNU_CONFIGURE=	yes
+USE_GNOME=	glib20
+USE_GSTREAMER=	yes
+USE_XFCE=	configenv xfconf
+
+.include <bsd.port.mk>

Added: head/deskutils/xfce4-volumed/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/xfce4-volumed/distinfo	Tue Apr  8 18:29:32 2014	(r350638)
@@ -0,0 +1,2 @@
+SHA256 (xfce4/xfce4-volumed-0.1.13.tar.bz2) = 4ceca3a59b65630e849b89133f220def775009017ca2c3d689df27b7745040a9
+SIZE (xfce4/xfce4-volumed-0.1.13.tar.bz2) = 88518

Added: head/deskutils/xfce4-volumed/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/xfce4-volumed/pkg-descr	Tue Apr  8 18:29:32 2014	(r350638)
@@ -0,0 +1,5 @@
+This daemon is responsible of making the volume up/down and mute keys of the
+keyboard work automatically, and uses the Xfce mixer's defined card and track
+for chosing which track to act on.
+
+WWW: https://launchpad.net/xfce4-volumed/

Added: head/deskutils/xfce4-volumed/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/xfce4-volumed/pkg-plist	Tue Apr  8 18:29:32 2014	(r350638)
@@ -0,0 +1,2 @@
+bin/xfce4-volumed
+etc/xdg/autostart/xfce4-volumed.desktop
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Olivier Duchateau freebsd_committer freebsd_triage 2014-04-08 19:31:04 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!