From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/wavbreaker/
Date: Tue, 20 Dec 2022 19:16:03 +0000 (UTC) [thread overview]
Message-ID: <1671563615.4bf36d417098e405a9709468b968fb772b314d68.sam@gentoo> (raw)
commit: 4bf36d417098e405a9709468b968fb772b314d68
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 20 19:13:35 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 20 19:13:35 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bf36d41
media-sound/wavbreaker: add 0.16
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-sound/wavbreaker/Manifest | 1 +
media-sound/wavbreaker/wavbreaker-0.16.ebuild | 34 +++++++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/media-sound/wavbreaker/Manifest b/media-sound/wavbreaker/Manifest
index d7c1de6e0d5c..3887387ea01d 100644
--- a/media-sound/wavbreaker/Manifest
+++ b/media-sound/wavbreaker/Manifest
@@ -1 +1,2 @@
DIST wavbreaker-0.15.tar.gz 380764 BLAKE2B e58645725ee831da8d9c231ba8a9715f5dc217f8a49737453430119d1920c53efea3dc0db0faf66d047e10ce3cdd9dc5918bd890f690d0c15ba4763cdfde1a0a SHA512 adc056b2d4117fcc95267033e21a015f7f7c900080c60f34a459f127badf79c3100a971059c0cd87210a68a5d08e38b03922bbfc505ec056e042209fc6523d7b
+DIST wavbreaker-0.16.tar.gz 389319 BLAKE2B dea20ea4c3b1750f108dd2cfca86610d3bad12724645cc1ae89f05b33088460f0a41417a79cebd4196cf895004fddc5097751269f8b6cbb088a19d5a996478a0 SHA512 46f87dbbc38063b9a05b0d5cf77fe1bce3a5ea891596241fa442a45550e73cf2a27f0579c527a2a3e5909326a4cc1c80ca5119fd04c549dafaae71fe0646b168
diff --git a/media-sound/wavbreaker/wavbreaker-0.16.ebuild b/media-sound/wavbreaker/wavbreaker-0.16.ebuild
new file mode 100644
index 000000000000..b47cbe9b81c3
--- /dev/null
+++ b/media-sound/wavbreaker/wavbreaker-0.16.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson xdg
+
+DESCRIPTION="wavbreaker/wavmerge GTK+ utility to break or merge WAV files"
+HOMEPAGE="https://wavbreaker.sourceforge.io/ https://github.com/thp/wavbreaker"
+SRC_URI="https://github.com/thp/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="mp3 vorbis"
+
+RDEPEND="
+ dev-libs/glib
+ media-libs/libao
+ x11-libs/gtk+:3
+ mp3? ( media-sound/mpg123 )
+ vorbis? ( media-libs/libvorbis )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_configure() {
+ local emesonargs=(
+ $(meson_use mp3)
+ $(meson_use vorbis ogg_vorbis)
+ )
+
+ meson_src_configure
+}
next reply other threads:[~2022-12-20 19:16 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-20 19:16 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-01-24 6:47 [gentoo-commits] repo/gentoo:master commit in: media-sound/wavbreaker/ Miroslav Šulc
2023-01-22 19:04 Sam James
2023-01-22 19:04 Sam James
2022-05-05 10:07 Miroslav Šulc
2022-05-05 9:54 Jakov Smolić
2022-05-05 9:54 Jakov Smolić
2022-04-19 9:31 Miroslav Šulc
2022-04-19 6:12 Jakov Smolić
2022-04-19 6:12 Jakov Smolić
2022-04-05 1:11 Sam James
2022-03-18 9:02 Miroslav Šulc
2021-06-10 6:27 Agostino Sarubbo
2021-06-10 6:25 Agostino Sarubbo
2021-05-09 22:39 Sam James
2020-11-14 21:48 David Seifert
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=1671563615.4bf36d417098e405a9709468b968fb772b314d68.sam@gentoo \
--to=sam@gentoo.org \
--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