From owner-svn-ports-head@FreeBSD.ORG Fri Mar 27 09:07:49 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2308C193; Fri, 27 Mar 2015 09:07:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E7446DAD; Fri, 27 Mar 2015 09:07:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2R97m8Y032163; Fri, 27 Mar 2015 09:07:48 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2R97kSB032152; Fri, 27 Mar 2015 09:07:46 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201503270907.t2R97kSB032152@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Fri, 27 Mar 2015 09:07:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382380 - in head/audio: . xfce4-pulseaudio-plugin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Mar 2015 09:07:49 -0000 Author: olivierd Date: Fri Mar 27 09:07:45 2015 New Revision: 382380 URL: https://svnweb.freebsd.org/changeset/ports/382380 QAT: https://qat.redports.org/buildarchive/r382380/ Log: Xfce4-pulseaudio-plugin is a panel plugin for controlling an audio output volume of the PulseAudio mixer. The volume can be adjusted using keyboard shortcuts, mouse wheel, or via a linked external audio mixer tool. WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-pulseaudio-plugin Obtained from: Xfce dev repo Added: head/audio/xfce4-pulseaudio-plugin/ head/audio/xfce4-pulseaudio-plugin/Makefile (contents, props changed) head/audio/xfce4-pulseaudio-plugin/distinfo (contents, props changed) head/audio/xfce4-pulseaudio-plugin/pkg-descr (contents, props changed) head/audio/xfce4-pulseaudio-plugin/pkg-plist (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Fri Mar 27 09:02:03 2015 (r382379) +++ head/audio/Makefile Fri Mar 27 09:07:45 2015 (r382380) @@ -792,6 +792,7 @@ SUBDIR += xcdplayer SUBDIR += xfce4-mixer SUBDIR += xfce4-mpc-plugin + SUBDIR += xfce4-pulseaudio-plugin SUBDIR += xfmpc SUBDIR += xhippo SUBDIR += ximp3 Added: head/audio/xfce4-pulseaudio-plugin/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/xfce4-pulseaudio-plugin/Makefile Fri Mar 27 09:07:45 2015 (r382380) @@ -0,0 +1,36 @@ +# Created by: Olivier Duchateau +# $FreeBSD$ + +PORTNAME= xfce4-pulseaudio-plugin +PORTVERSION= 0.2.2 +CATEGORIES= audio xfce +MASTER_SITES= XFCE +MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R} +DIST_SUBDIR= xfce4 + +MAINTAINER= xfce@FreeBSD.org +COMMENT= Panel plugin for controlling PulseAudio mixer + +LICENSE= GPLv2 + +LIB_DEPENDS= libpulse-mainloop-glib.so:${PORTSDIR}/audio/pulseaudio +RUN_DEPENDS= pavucontrol>=2.0:${PORTSDIR}/audio/pavucontrol + +USES= pkgconfig libtool gmake gettext xfce:gtk3 tar:bzip2 +GNU_CONFIGURE= yes +USE_GNOME= glib20 gtk30 intltool intlhack +USE_XFCE= panel +USE_XORG= x11 +INSTALLS_ICONS= yes +INSTALL_TARGET= install-strip + +CONFIGURE_ARGS=--with-mixer-command=${LOCALBASE}/bin/pavucontrol +CFLAGS+= -Wno-return-type + +OPTIONS_DEFINE= KEYBINDER +OPTIONS_DEFAULT= KEYBINDER +KEYBINDER_DESC= Keyboard shortcuts +KEYBINDER_LIB_DEPENDS= libkeybinder-3.0.so:${PORTSDIR}/x11/keybinder-gtk3 +KEYBINDER_CONFIGURE_ENABLE= keybinder + +.include Added: head/audio/xfce4-pulseaudio-plugin/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/xfce4-pulseaudio-plugin/distinfo Fri Mar 27 09:07:45 2015 (r382380) @@ -0,0 +1,2 @@ +SHA256 (xfce4/xfce4-pulseaudio-plugin-0.2.2.tar.bz2) = 67c04ab9a3932d74480f42461aafe779b68de4388db3f7546966a3967376c6d8 +SIZE (xfce4/xfce4-pulseaudio-plugin-0.2.2.tar.bz2) = 324250 Added: head/audio/xfce4-pulseaudio-plugin/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/xfce4-pulseaudio-plugin/pkg-descr Fri Mar 27 09:07:45 2015 (r382380) @@ -0,0 +1,5 @@ +Xfce4-pulseaudio-plugin is a panel plugin for controlling an audio output +volume of the PulseAudio mixer. The volume can be adjusted using keyboard +shortcuts, mouse wheel, or via a linked external audio mixer tool. + +WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-pulseaudio-plugin Added: head/audio/xfce4-pulseaudio-plugin/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/xfce4-pulseaudio-plugin/pkg-plist Fri Mar 27 09:07:45 2015 (r382380) @@ -0,0 +1,8 @@ +lib/xfce4/panel/plugins/libpulseaudio-plugin.so +share/icons/hicolor/48x48/apps/xfce4-pulseaudio-plugin.png +share/icons/hicolor/scalable/status/audio-volume-high-symbolic.svg +share/icons/hicolor/scalable/status/audio-volume-low-symbolic.svg +share/icons/hicolor/scalable/status/audio-volume-medium-symbolic.svg +share/icons/hicolor/scalable/status/audio-volume-muted-symbolic.svg +share/icons/hicolor/scalable/apps/xfce4-pulseaudio-plugin.svg +share/xfce4/panel/plugins/pulseaudio.desktop