* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mixer/
@ 2015-09-13 12:30 Jason Zaman
0 siblings, 0 replies; 8+ messages in thread
From: Jason Zaman @ 2015-09-13 12:30 UTC (permalink / raw
To: gentoo-commits
commit: 740132c8fbeef56f61ac5fbd958431bb6a3e917c
Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 13 12:28:49 2015 +0000
Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Sun Sep 13 12:30:20 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=740132c8
xfce-extra/xfce4-mixer: Add missing dep on gettext
Gentoo-Bug: https://bugs.gentoo.org/554270
Package-Manager: portage-2.2.20.1
| 1 +
1 file changed, 1 insertion(+)
--git a/xfce-extra/xfce4-mixer/xfce4-mixer-4.11.0.ebuild b/xfce-extra/xfce4-mixer/xfce4-mixer-4.11.0.ebuild
index 956dba9..bba025c 100644
--- a/xfce-extra/xfce4-mixer/xfce4-mixer-4.11.0.ebuild
+++ b/xfce-extra/xfce4-mixer/xfce4-mixer-4.11.0.ebuild
@@ -29,6 +29,7 @@ RDEPEND="${COMMON_DEPEND}
!alsa? ( !oss? ( media-plugins/gst-plugins-meta:0.10 ) )"
DEPEND="${COMMON_DEPEND}
dev-util/intltool
+ sys-devel/gettext
virtual/pkgconfig"
pkg_setup() {
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mixer/
@ 2016-08-02 16:10 Michał Górny
0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2016-08-02 16:10 UTC (permalink / raw
To: gentoo-commits
commit: 323c9c8074f56c5706e2a7532716d80f670cebad
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 2 15:22:53 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 2 16:09:47 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=323c9c80
xfce-extra/xfce4-mixer: Prune old
| 1 -
| 40 ------------------------
2 files changed, 41 deletions(-)
--git a/xfce-extra/xfce4-mixer/Manifest b/xfce-extra/xfce4-mixer/Manifest
index 34e9c15..442b982 100644
--- a/xfce-extra/xfce4-mixer/Manifest
+++ b/xfce-extra/xfce4-mixer/Manifest
@@ -1,2 +1 @@
-DIST xfce4-mixer-4.10.0.tar.bz2 461526 SHA256 a8c589001b438171ea5a6b46ce9895c3ffbc5081ab67805ab9870e540068dade SHA512 83c12101c034a71039f3a481c1026430cd9b23c3a3d1c6e57697eb4484700a2403143d94dfdd2bb28552e38b4637afb6370a6400571ec6cdb55cc59f5f7a67ae WHIRLPOOL 59959b48e7281a082784930d1bc5d6ae4b3732f1248847b188fd6116b3cf1ce764bfe5d4fc800589adad13cf168d7f6d167e29865196a5db385f6ca094815980
DIST xfce4-mixer-4.11.0.tar.bz2 472235 SHA256 fb0c1df201ed1130f54f15b914cbe5a59286e994a137acda5609570c57112de2 SHA512 0ef27ece0d5f46bd83db86d8e607d2dc34f4b0221679dbdeae4e4eb9993b30398a2e882b3a870af9928906330898935f2fe29e83442ba6f01b9e19d02ea6f66f WHIRLPOOL 58ebbe509e89d7bf3dded809a9466094287e53d7c0ed905c6c5e3bf70ac8810d9ad174a1dc082940c77b55117e6931d067f24dd46b8c09ce1fd1f6c39fa96492
diff --git a/xfce-extra/xfce4-mixer/xfce4-mixer-4.10.0.ebuild b/xfce-extra/xfce4-mixer/xfce4-mixer-4.10.0.ebuild
deleted file mode 100644
index 79eadfc..0000000
--- a/xfce-extra/xfce4-mixer/xfce4-mixer-4.10.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="A volume control application (and panel plug-in) for the Xfce desktop environment"
-HOMEPAGE="http://www.xfce.org/projects/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 ~x86-freebsd ~amd64-linux ~x86-linux"
-IUSE="alsa debug oss"
-
-COMMON_DEPEND=">=dev-libs/glib-2.24
- dev-libs/libunique:1
- dev-libs/keybinder:0
- 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"
-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
- virtual/pkgconfig"
-
-pkg_setup() {
- XFCONF=(
- $(xfconf_use_debug)
- )
-
- DOCS=( AUTHORS ChangeLog NEWS README )
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mixer/
@ 2017-01-30 7:37 Fabian Groffen
0 siblings, 0 replies; 8+ messages in thread
From: Fabian Groffen @ 2017-01-30 7:37 UTC (permalink / raw
To: gentoo-commits
commit: b133e76ff9bc5b79d1bd259b1b12025c61be094a
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 21:56:03 2017 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Mon Jan 30 07:36:48 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b133e76f
xfce-extra/xfce4-mixer: dropped ~x86-freebsd
Package-Manager: portage-2.3.3
| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--git a/xfce-extra/xfce4-mixer/xfce4-mixer-4.11.0.ebuild b/xfce-extra/xfce4-mixer/xfce4-mixer-4.11.0.ebuild
index bba025c..92ac5ff 100644
--- a/xfce-extra/xfce4-mixer/xfce4-mixer-4.11.0.ebuild
+++ b/xfce-extra/xfce4-mixer/xfce4-mixer-4.11.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -11,7 +11,7 @@ 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 ~x86-freebsd ~amd64-linux ~x86-linux"
+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
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mixer/
@ 2017-08-04 21:07 Amy Liffey
0 siblings, 0 replies; 8+ messages in thread
From: Amy Liffey @ 2017-08-04 21:07 UTC (permalink / raw
To: gentoo-commits
commit: 554aeee756d18338c13b30b70c2df19852b27d62
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 1 20:17:00 2017 +0000
Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Fri Aug 4 21:06:09 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=554aeee7
xfce-extra/xfce4-mixer: Shorter DESCRIPTION
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/xfce-extra/xfce4-mixer/xfce4-mixer-4.11.0.ebuild b/xfce-extra/xfce4-mixer/xfce4-mixer-4.11.0.ebuild
index 7d9c7b5457d..682b0160492 100644
--- a/xfce-extra/xfce4-mixer/xfce4-mixer-4.11.0.ebuild
+++ b/xfce-extra/xfce4-mixer/xfce4-mixer-4.11.0.ebuild
@@ -4,7 +4,7 @@
EAPI=5
inherit xfconf
-DESCRIPTION="A volume control application (and panel plug-in) for the Xfce desktop environment"
+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"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mixer/
@ 2023-04-29 7:28 Michał Górny
0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2023-04-29 7:28 UTC (permalink / raw
To: gentoo-commits
commit: 5e39cb40304e9702825d9a8f821af6837a96cd23
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 29 07:27:16 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> gentoo.org>
| 1 +
| 17 +++++++
| 65 ++++++++++++++++++++++++
3 files changed, 83 insertions(+)
--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
--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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>xfce@gentoo.org</email>
+ <name>XFCE Team</name>
+ </maintainer>
+ <use>
+ <flag name="keybinder">
+ Enable support for global hotkeys using
+ <pkg>dev-libs/keybinder</pkg>.
+ </flag>
+ <flag name="sndio">
+ Enable <pkg>media-sound/sndio</pkg> backend.
+ </flag>
+ </use>
+</pkgmetadata>
--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
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mixer/
@ 2023-05-02 3:14 Michał Górny
0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2023-05-02 3:14 UTC (permalink / raw
To: gentoo-commits
commit: 4364d8b43901b834a6a75ab5f7f2c23d69a6c3ba
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 2 03:08:30 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 2 03:08:30 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4364d8b4
xfce-extra/xfce4-mixer: Bump to 4.18.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
| 1 +
| 65 ++++++++++++++++++++++++
2 files changed, 66 insertions(+)
--git a/xfce-extra/xfce4-mixer/Manifest b/xfce-extra/xfce4-mixer/Manifest
index 890bcafb729f..ce5aa4daea00 100644
--- a/xfce-extra/xfce4-mixer/Manifest
+++ b/xfce-extra/xfce4-mixer/Manifest
@@ -1 +1,2 @@
DIST xfce4-mixer-4.18.0.tar.bz2 527890 BLAKE2B 5bac719f690a4ce31416f06ac69fe15c44385fdd816c5d2158eb241a7ebf60d8921fc22d83c247c97379e54058a5e6abdb4d3839e168644baf9d8df90747dd90 SHA512 85437543bf4472ccd4430d732e7055278c931de0fb48a0b293de8a210021b2e4b6685daea682ba15752415c432bbcb8eb635f3703c81ec0c20e502f2ab22add0
+DIST xfce4-mixer-4.18.1.tar.bz2 525708 BLAKE2B 311940da15997a4a3426506f32e5464c8da0495f7c91c49238d565d47b2e1a2aaf72be5697cec6f7895e452488015b6f06cb52d3dbecd0a926366388473032d5 SHA512 9123f1fca2f95687a0d9a1eeac435082956943f67e972331eab50534f8f44a8ed244e917bcaf19ca752ffdbbafb41435292c29cdbb85ad02107fc9cec31a652c
--git a/xfce-extra/xfce4-mixer/xfce4-mixer-4.18.1.ebuild b/xfce-extra/xfce4-mixer/xfce4-mixer-4.18.1.ebuild
new file mode 100644
index 000000000000..0078320387fb
--- /dev/null
+++ b/xfce-extra/xfce4-mixer/xfce4-mixer-4.18.1.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.50.0
+ >=media-libs/gstreamer-1.0:1.0
+ >=x11-libs/gtk+-3.22.0:3
+ >=x11-libs/libnotify-0.7
+ >=xfce-base/libxfce4ui-4.12.0:=[gtk3(+)]
+ >=xfce-base/libxfce4util-4.12.0:=
+ >=xfce-base/xfce4-panel-4.14.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
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mixer/
@ 2023-06-11 11:44 Michał Górny
0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2023-06-11 11:44 UTC (permalink / raw
To: gentoo-commits
commit: 523fcfa87286f39bd0b93a34760113a48adbffe6
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 11 10:32:46 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 11 11:44:24 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=523fcfa8
xfce-extra/xfce4-mixer: Switch IUSE=pulseaudio to media-libs/libpulse
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../xfce4-mixer/xfce4-mixer-4.18.1-r1.ebuild | 65 ++++++++++++++++++++++
1 file changed, 65 insertions(+)
diff --git a/xfce-extra/xfce4-mixer/xfce4-mixer-4.18.1-r1.ebuild b/xfce-extra/xfce4-mixer/xfce4-mixer-4.18.1-r1.ebuild
new file mode 100644
index 000000000000..8bf4fb186b0b
--- /dev/null
+++ b/xfce-extra/xfce4-mixer/xfce4-mixer-4.18.1-r1.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.50.0
+ >=media-libs/gstreamer-1.0:1.0
+ >=x11-libs/gtk+-3.22.0:3
+ >=x11-libs/libnotify-0.7
+ >=xfce-base/libxfce4ui-4.12.0:=[gtk3(+)]
+ >=xfce-base/libxfce4util-4.12.0:=
+ >=xfce-base/xfce4-panel-4.14.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-libs/libpulse[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
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mixer/
@ 2023-06-11 11:44 Michał Górny
0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2023-06-11 11:44 UTC (permalink / raw
To: gentoo-commits
commit: 592c3c5d28335c024f69e37d2f4dc575357b36ba
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 11 10:33:11 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 11 11:44:25 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=592c3c5d
xfce-extra/xfce4-mixer: drop 4.18.0, 4.18.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
| 1 -
| 65 ------------------------
| 65 ------------------------
3 files changed, 131 deletions(-)
--git a/xfce-extra/xfce4-mixer/Manifest b/xfce-extra/xfce4-mixer/Manifest
index ce5aa4daea00..fe3b09d9b7a4 100644
--- a/xfce-extra/xfce4-mixer/Manifest
+++ b/xfce-extra/xfce4-mixer/Manifest
@@ -1,2 +1 @@
-DIST xfce4-mixer-4.18.0.tar.bz2 527890 BLAKE2B 5bac719f690a4ce31416f06ac69fe15c44385fdd816c5d2158eb241a7ebf60d8921fc22d83c247c97379e54058a5e6abdb4d3839e168644baf9d8df90747dd90 SHA512 85437543bf4472ccd4430d732e7055278c931de0fb48a0b293de8a210021b2e4b6685daea682ba15752415c432bbcb8eb635f3703c81ec0c20e502f2ab22add0
DIST xfce4-mixer-4.18.1.tar.bz2 525708 BLAKE2B 311940da15997a4a3426506f32e5464c8da0495f7c91c49238d565d47b2e1a2aaf72be5697cec6f7895e452488015b6f06cb52d3dbecd0a926366388473032d5 SHA512 9123f1fca2f95687a0d9a1eeac435082956943f67e972331eab50534f8f44a8ed244e917bcaf19ca752ffdbbafb41435292c29cdbb85ad02107fc9cec31a652c
diff --git a/xfce-extra/xfce4-mixer/xfce4-mixer-4.18.0.ebuild b/xfce-extra/xfce4-mixer/xfce4-mixer-4.18.0.ebuild
deleted file mode 100644
index 4d3f1aabb1fc..000000000000
--- a/xfce-extra/xfce4-mixer/xfce4-mixer-4.18.0.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# 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
-}
diff --git a/xfce-extra/xfce4-mixer/xfce4-mixer-4.18.1.ebuild b/xfce-extra/xfce4-mixer/xfce4-mixer-4.18.1.ebuild
deleted file mode 100644
index 0078320387fb..000000000000
--- a/xfce-extra/xfce4-mixer/xfce4-mixer-4.18.1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# 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.50.0
- >=media-libs/gstreamer-1.0:1.0
- >=x11-libs/gtk+-3.22.0:3
- >=x11-libs/libnotify-0.7
- >=xfce-base/libxfce4ui-4.12.0:=[gtk3(+)]
- >=xfce-base/libxfce4util-4.12.0:=
- >=xfce-base/xfce4-panel-4.14.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
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2023-06-11 11:44 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-02 16:10 [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mixer/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2023-06-11 11:44 Michał Górny
2023-06-11 11:44 Michał Górny
2023-05-02 3:14 Michał Górny
2023-04-29 7:28 Michał Górny
2017-08-04 21:07 Amy Liffey
2017-01-30 7:37 Fabian Groffen
2015-09-13 12:30 Jason Zaman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox