From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CCBCD15ACFC for ; Sat, 29 Apr 2023 07:28:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C5DAE088C; Sat, 29 Apr 2023 07:28:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CD75CE088C for ; Sat, 29 Apr 2023 07:28:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1373833BE34 for ; Sat, 29 Apr 2023 07:28:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3BDF920 for ; Sat, 29 Apr 2023 07:28:17 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1682753284.5e39cb40304e9702825d9a8f821af6837a96cd23.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mixer/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-extra/xfce4-mixer/Manifest xfce-extra/xfce4-mixer/metadata.xml xfce-extra/xfce4-mixer/xfce4-mixer-4.18.0.ebuild X-VCS-Directories: xfce-extra/xfce4-mixer/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5e39cb40304e9702825d9a8f821af6837a96cd23 X-VCS-Branch: master Date: Sat, 29 Apr 2023 07:28:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 33acfdc1-f512-4103-b9f3-4c4c83de593d X-Archives-Hash: c5d566937ca08502a1b4edf599a77ace commit: 5e39cb40304e9702825d9a8f821af6837a96cd23 Author: Michał Górny gentoo org> AuthorDate: Sat Apr 29 07:27:16 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Apr 29 07:28:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e39cb40 xfce-extra/xfce4-mixer: Reintroduced package, v4.18.0 Signed-off-by: Michał Górny gentoo.org> xfce-extra/xfce4-mixer/Manifest | 1 + xfce-extra/xfce4-mixer/metadata.xml | 17 +++++++ xfce-extra/xfce4-mixer/xfce4-mixer-4.18.0.ebuild | 65 ++++++++++++++++++++++++ 3 files changed, 83 insertions(+) diff --git a/xfce-extra/xfce4-mixer/Manifest b/xfce-extra/xfce4-mixer/Manifest new file mode 100644 index 000000000000..890bcafb729f --- /dev/null +++ b/xfce-extra/xfce4-mixer/Manifest @@ -0,0 +1 @@ +DIST xfce4-mixer-4.18.0.tar.bz2 527890 BLAKE2B 5bac719f690a4ce31416f06ac69fe15c44385fdd816c5d2158eb241a7ebf60d8921fc22d83c247c97379e54058a5e6abdb4d3839e168644baf9d8df90747dd90 SHA512 85437543bf4472ccd4430d732e7055278c931de0fb48a0b293de8a210021b2e4b6685daea682ba15752415c432bbcb8eb635f3703c81ec0c20e502f2ab22add0 diff --git a/xfce-extra/xfce4-mixer/metadata.xml b/xfce-extra/xfce4-mixer/metadata.xml new file mode 100644 index 000000000000..84f61a084c8b --- /dev/null +++ b/xfce-extra/xfce4-mixer/metadata.xml @@ -0,0 +1,17 @@ + + + + + xfce@gentoo.org + XFCE Team + + + + Enable support for global hotkeys using + dev-libs/keybinder. + + + Enable media-sound/sndio backend. + + + diff --git a/xfce-extra/xfce4-mixer/xfce4-mixer-4.18.0.ebuild b/xfce-extra/xfce4-mixer/xfce4-mixer-4.18.0.ebuild new file mode 100644 index 000000000000..4d3f1aabb1fc --- /dev/null +++ b/xfce-extra/xfce4-mixer/xfce4-mixer-4.18.0.ebuild @@ -0,0 +1,65 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit xdg-utils + +DESCRIPTION="A volume control application and panel plugin for Xfce" +HOMEPAGE=" + https://docs.xfce.org/apps/xfce4-mixer/start + https://gitlab.xfce.org/apps/xfce4-mixer/ +" +SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64" +IUSE="alsa +keybinder pulseaudio sndio" + +DEPEND=" + >=dev-libs/glib-2.42.0 + >=media-libs/gstreamer-1.0:1.0 + >=x11-libs/gtk+-3.14:3 + >=x11-libs/libnotify-0.7 + >=xfce-base/libxfce4ui-4.12.0:=[gtk3(+)] + >=xfce-base/libxfce4util-4.12.0:= + >=xfce-base/xfce4-panel-4.12.0:= + >=xfce-base/xfconf-4.12.0:= + alsa? ( >=media-libs/alsa-lib-0.9:= ) + keybinder? ( >=dev-libs/keybinder-0.3:3 ) + sndio? ( >=media-sound/sndio-1.7.0 ) + pulseaudio? ( media-sound/pulseaudio[glib] ) +" +RDEPEND=" + ${DEPEND} +" +BDEPEND=" + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig +" + +src_configure() { + local myconf=( + $(use_enable alsa) + $(use_enable keybinder) + $(use_enable pulseaudio pulse) + $(use_enable sndio) + ) + + econf "${myconf[@]}" +} + +src_install() { + default + find "${D}" -name '*.la' -delete || die +} + +pkg_postinst() { + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_icon_cache_update +}