public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/sound-juicer/
Date: Fri, 16 Apr 2021 20:37:56 +0000 (UTC)	[thread overview]
Message-ID: <1618605470.bbd6ed47f4b35bf41a586c3fc5eb8cbebd336b60.mattst88@gentoo> (raw)

commit:     bbd6ed47f4b35bf41a586c3fc5eb8cbebd336b60
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 16 20:17:52 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Apr 16 20:37:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbd6ed47

media-sound/sound-juicer: Version bump to 3.38.0

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 media-sound/sound-juicer/Manifest                  |  1 +
 .../sound-juicer/sound-juicer-3.38.0.ebuild        | 59 ++++++++++++++++++++++
 2 files changed, 60 insertions(+)

diff --git a/media-sound/sound-juicer/Manifest b/media-sound/sound-juicer/Manifest
index e189e35ef29..40f89f0a140 100644
--- a/media-sound/sound-juicer/Manifest
+++ b/media-sound/sound-juicer/Manifest
@@ -1 +1,2 @@
 DIST sound-juicer-3.24.0.tar.xz 1019588 BLAKE2B 04ba81aaa2e02fa0f6d7bfc1304be3dd1eb750c324c577b4a12809fbf43fc5ff74339750af3d99e91dc66bb0f0e4e6c33144177421f34258fb13c949a3fd5b63 SHA512 7bd158a4e3a7c3072513fc508f59cd70b6d9371cde142fdb58597e72b3687790b9368fc7e1a35fd8c7b49cb28703f8b2da4a789854f96cdc0af076278818a91f
+DIST sound-juicer-3.38.0.tar.xz 1775916 BLAKE2B d811f91256197cb6575f491e3c692a60ccfaa78ae28d5a489c27e835dec07a16c19b5bae6cae774e6efe3bc7ae10cffc3c03f652f9e60263325167cb1b348743 SHA512 d76d38839c1f5a997a900d0ba4f43d59e38d9a1d547f51bdf15d1aa9ee0a2b24210a876bfccb7b221feb1adab5882ac1d884da6131a0f259dd985326222eff9f

diff --git a/media-sound/sound-juicer/sound-juicer-3.38.0.ebuild b/media-sound/sound-juicer/sound-juicer-3.38.0.ebuild
new file mode 100644
index 00000000000..3951abd8a3b
--- /dev/null
+++ b/media-sound/sound-juicer/sound-juicer-3.38.0.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit gnome2 meson
+
+DESCRIPTION="CD ripper for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/SoundJuicer"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="flac test vorbis"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+	>=dev-libs/glib-2.49.5:2[dbus]
+	>=x11-libs/gtk+-3.21.6:3
+	media-libs/libcanberra[gtk3]
+	gnome-base/gsettings-desktop-schemas
+	>=app-cdr/brasero-2.90
+	media-libs/gstreamer:1.0
+	media-libs/gst-plugins-base:1.0[vorbis?]
+	>=media-libs/musicbrainz-5.0.1:5=
+	app-text/iso-codes
+	>=media-libs/libdiscid-0.4.0
+
+	sys-apps/dbus
+
+	flac? ( media-plugins/gst-plugins-flac:1.0 )
+"
+RDEPEND="${DEPEND}
+	gnome-base/gvfs[cdda,udev]
+	|| (
+		media-plugins/gst-plugins-cdparanoia:1.0
+		media-plugins/gst-plugins-cdio:1.0
+	)
+	media-plugins/gst-plugins-meta:1.0
+"
+BDEPEND="
+	dev-libs/appstream-glib
+	dev-util/itstool
+	>=sys-devel/gettext-0.19.6
+	virtual/pkgconfig
+	test? ( ~app-text/docbook-xml-dtd-4.3 )
+"
+
+src_prepare() {
+	# Avoid sandbox failures
+	sed -i -e '/gst_inspect/d' meson.build || die
+	default
+}
+
+src_install() {
+	meson_src_install
+
+	# Don't put files in deprecated directory
+	rm -rf "${ED}"/usr/doc
+}


             reply	other threads:[~2021-04-16 20:37 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-16 20:37 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-04 18:39 [gentoo-commits] repo/gentoo:master commit in: media-sound/sound-juicer/ Andreas Sturmlechner
2023-09-22  3:14 Matt Turner
2023-09-22  3:14 Matt Turner
2023-09-01 16:07 Arthur Zamarin
2023-08-30  7:57 Arthur Zamarin
2023-06-22  3:40 Matt Turner
2023-06-19 17:09 Matt Turner
2022-10-29 17:44 Matt Turner
2022-01-16 17:14 Mart Raudsepp
2021-12-31  3:42 Yixun Lan
2021-10-31 17:51 Sam James
2021-10-29 16:06 Sam James
2019-08-04 22:35 Aaron Bauman
2019-03-06 21:17 Mart Raudsepp
2018-02-03 23:00 Mart Raudsepp
2018-01-27  0:41 Thomas Deutschmann
2018-01-18  2:40 Mikle Kolyada
2017-08-12 23:15 Gilles Dartiguelongue
2017-04-02 13:03 Mart Raudsepp
2017-02-04 12:39 Pacho Ramos
2016-10-23 23:02 Gilles Dartiguelongue
2016-10-23 23:02 Gilles Dartiguelongue
2016-07-02 17:12 Pacho Ramos
2016-07-02 17:12 Pacho Ramos
2016-04-03 15:13 Pacho Ramos
2016-04-03 12:42 Pacho Ramos
2016-03-06 18:03 Mikle Kolyada
2015-11-17 20:23 Pacho Ramos
2015-11-17 20:23 Pacho Ramos
2015-11-15 14:23 Pacho Ramos
2015-11-15 14:23 Pacho Ramos
2015-11-15 14:23 Pacho Ramos
2015-09-07 19:58 Mikle Kolyada

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=1618605470.bbd6ed47f4b35bf41a586c3fc5eb8cbebd336b60.mattst88@gentoo \
    --to=mattst88@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