public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Simon" <sur3@gmx.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/user/darkelf:master commit in: xfce-extra/xfce4-mixer/
Date: Thu,  4 Jan 2018 11:11:44 +0000 (UTC)	[thread overview]
Message-ID: <1515064254.9bb7879a0220b5da3a5eb624f70706c28cec232e.neuron@gentoo> (raw)

commit:     9bb7879a0220b5da3a5eb624f70706c28cec232e
Author:     Simon the Sorcerer <neuron <AT> mail <DOT> uni-paderborn <DOT> de>
AuthorDate: Thu Jan  4 11:10:54 2018 +0000
Commit:     Simon <sur3 <AT> gmx <DOT> de>
CommitDate: Thu Jan  4 11:10:54 2018 +0000
URL:        https://gitweb.gentoo.org/repo/user/darkelf.git/commit/?id=9bb7879a

added xfce-extra/xfce4-mixer.

 xfce-extra/xfce4-mixer/Manifest                  |  3 ++
 xfce-extra/xfce4-mixer/metadata.xml              | 11 +++++++
 xfce-extra/xfce4-mixer/xfce4-mixer-4.11.0.ebuild | 41 ++++++++++++++++++++++++
 3 files changed, 55 insertions(+)

diff --git a/xfce-extra/xfce4-mixer/Manifest b/xfce-extra/xfce4-mixer/Manifest
new file mode 100644
index 0000000..a3c5777
--- /dev/null
+++ b/xfce-extra/xfce4-mixer/Manifest
@@ -0,0 +1,3 @@
+DIST xfce4-mixer-4.11.0.tar.bz2 472235 SHA256 fb0c1df201ed1130f54f15b914cbe5a59286e994a137acda5609570c57112de2 SHA512 0ef27ece0d5f46bd83db86d8e607d2dc34f4b0221679dbdeae4e4eb9993b30398a2e882b3a870af9928906330898935f2fe29e83442ba6f01b9e19d02ea6f66f WHIRLPOOL 58ebbe509e89d7bf3dded809a9466094287e53d7c0ed905c6c5e3bf70ac8810d9ad174a1dc082940c77b55117e6931d067f24dd46b8c09ce1fd1f6c39fa96492
+EBUILD xfce4-mixer-4.11.0.ebuild 1102 SHA256 69f1f60237b0ae06de49e9312fbea3ed4f777be56f562bae0ed128c0b6cb22fc SHA512 b738ed4d087f4c0b50533c119642535daae0908dc7b8b26c42e8cd6c9ca60c070d57316c9350681c2c2a4502c0e9cc86bfa8d342e2c4c7db300ef5c80f2e4bbe WHIRLPOOL 4c061fca8baa0ec6ab083e29aba2bf9ba25e66c816582ff5d19edaedb8228474402622336b3fadab85723915afe781b67c140e83bc23e4743a5b38318a0ff0a8
+MISC metadata.xml 387 SHA256 ed3f68c3ddbe15eefbc3d2586cbc3c9c7ce6b73c0a6c63145f0e106afa2acfdd SHA512 d8048cd004963ea6ecce64e9c4323217ec52c90bbb2c6bdb9eb1144215fe5501a9533af37bd5fc236fbb93b1622747cf917861835d04883da34b37581c1c9580 WHIRLPOOL 76147d4c2c8a6d9f392b36fe6c997e2a0115d42fa3331195e1a64164991706ebdeac7b3b2a0b1995a5225ab057a3f5935338629be4936cbb0511291f4eacc462

diff --git a/xfce-extra/xfce4-mixer/metadata.xml b/xfce-extra/xfce4-mixer/metadata.xml
new file mode 100644
index 0000000..0a52d74
--- /dev/null
+++ b/xfce-extra/xfce4-mixer/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+	<email>neuron@mail.uni-paderborn.de</email>
+	<description>Primary maintainer</description>
+  </maintainer>
+  <use>
+    <flag name="keybinder">Enable shortcut support using <pkg>dev-libs/keybinder</pkg></flag>
+  </use>
+</pkgmetadata>

diff --git a/xfce-extra/xfce4-mixer/xfce4-mixer-4.11.0.ebuild b/xfce-extra/xfce4-mixer/xfce4-mixer-4.11.0.ebuild
new file mode 100644
index 0000000..682b016
--- /dev/null
+++ b/xfce-extra/xfce4-mixer/xfce4-mixer-4.11.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit xfconf
+
+DESCRIPTION="A volume control application and panel plug-in for Xfce"
+HOMEPAGE="https://git.xfce.org/apps/xfce4-mixer/"
+SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 arm ~hppa ~mips ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+IUSE="alsa debug +keybinder oss"
+
+COMMON_DEPEND=">=dev-libs/glib-2.24
+	dev-libs/libunique:1
+	media-libs/gst-plugins-base:0.10
+	>=x11-libs/gtk+-2.20:2
+	>=xfce-base/libxfce4ui-4.10
+	>=xfce-base/libxfce4util-4.10
+	>=xfce-base/xfce4-panel-4.10
+	>=xfce-base/xfconf-4.10
+	keybinder? ( dev-libs/keybinder:0 )"
+RDEPEND="${COMMON_DEPEND}
+	alsa? ( media-plugins/gst-plugins-alsa:0.10 )
+	oss? ( media-plugins/gst-plugins-oss:0.10 )
+	!alsa? ( !oss? ( media-plugins/gst-plugins-meta:0.10 ) )"
+DEPEND="${COMMON_DEPEND}
+	dev-util/intltool
+	sys-devel/gettext
+	virtual/pkgconfig"
+
+pkg_setup() {
+	XFCONF=(
+		$(use_enable keybinder)
+		$(xfconf_use_debug)
+		)
+
+	DOCS=( AUTHORS ChangeLog NEWS README )
+}


             reply	other threads:[~2018-01-04 11:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-04 11:11 Simon [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-08-21  2:39 [gentoo-commits] repo/user/darkelf:master commit in: xfce-extra/xfce4-mixer/ Simon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1515064254.9bb7879a0220b5da3a5eb624f70706c28cec232e.neuron@gentoo \
    --to=sur3@gmx.de \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox