public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmirage/
Date: Tue,  7 Jan 2020 06:02:11 +0000 (UTC)	[thread overview]
Message-ID: <1578376925.73755018f46cd57a4947e1dec6741298f8f2e6af.mgorny@gentoo> (raw)

commit:     73755018f46cd57a4947e1dec6741298f8f2e6af
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  7 05:39:05 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jan  7 06:02:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73755018

dev-libs/libmirage: Bump to 3.2.4

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-libs/libmirage/Manifest               |  1 +
 dev-libs/libmirage/libmirage-3.2.4.ebuild | 50 +++++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/dev-libs/libmirage/Manifest b/dev-libs/libmirage/Manifest
index 573822dd1e2..7e855a79e55 100644
--- a/dev-libs/libmirage/Manifest
+++ b/dev-libs/libmirage/Manifest
@@ -1 +1,2 @@
 DIST libmirage-3.2.3.tar.bz2 234761 BLAKE2B f3fc24dae81643c4fea99d12e4f7f1d600586a7c5e546e854d4391ecb11f39a6d1108ac86c79b917fb96cc53424975ff548522a0f0e035ffd4b99638fc18608a SHA512 25cc3ccfac9332d06edff7e73d992e9d74b7464f61b857c3fb40ec9e2584a8f61b8aaef96a6d6f4b8f3a7c871b6b7b7803502d5e1ef771fc239021a827b90f09
+DIST libmirage-3.2.4.tar.bz2 234530 BLAKE2B 72329350a9e2a197ff52d396a011d3cf0178731909066ee1dab75f0d870fd751d50e2cacb69c849aa8045e94fa492732c21d201bdd4cbe3a9048f5c3f90ea881 SHA512 6fe718ad7beaf457ef0a7cc037b3bcf268574606ea9cbc1ba9abb5088c734fe9a100a35320d393a47625bbdde5515cded02e767618f2fc0801cf755af1414091

diff --git a/dev-libs/libmirage/libmirage-3.2.4.ebuild b/dev-libs/libmirage/libmirage-3.2.4.ebuild
new file mode 100644
index 00000000000..d7e0e688065
--- /dev/null
+++ b/dev-libs/libmirage/libmirage-3.2.4.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils xdg-utils
+
+DESCRIPTION="CD and DVD image access library"
+HOMEPAGE="https://cdemu.sourceforge.io"
+SRC_URI="https://download.sourceforge.net/cdemu/libmirage/${P}.tar.bz2"
+
+LICENSE="GPL-2+"
+SLOT="0/11" # subslot = libmirage soname version
+KEYWORDS="~amd64 ~x86"
+IUSE="doc +introspection"
+
+RDEPEND=">=app-arch/bzip2-1:=
+	>=app-arch/xz-utils-5:=
+	>=dev-libs/glib-2.38:2
+	>=media-libs/libsamplerate-0.1:=
+	>=media-libs/libsndfile-1.0:=
+	sys-libs/zlib:=
+	introspection? ( >=dev-libs/gobject-introspection-1.30 )"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	dev-util/desktop-file-utils
+	dev-util/intltool
+	sys-devel/gettext
+	virtual/pkgconfig
+	doc? ( dev-util/gtk-doc )
+	introspection? ( >=dev-libs/gobject-introspection-1.30 )"
+
+DOCS=( AUTHORS README )
+
+src_configure() {
+	local mycmakeargs=(
+		-DGTKDOC_ENABLED="$(usex doc)"
+		-DINTROSPECTION_ENABLED="$(usex introspection)"
+		-DPOST_INSTALL_HOOKS=OFF # avoid sandbox violation, #487304
+	)
+	cmake-utils_src_configure
+}
+
+pkg_postinst() {
+	xdg_mimeinfo_database_update
+}
+
+pkg_postrm() {
+	xdg_mimeinfo_database_update
+}


             reply	other threads:[~2020-01-07  6:02 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-07  6:02 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-05  8:28 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmirage/ Michał Górny
2024-10-05  8:19 Arthur Zamarin
2024-10-05  7:39 Michał Górny
2024-09-18  4:42 Michał Górny
2024-07-27 10:06 Michał Górny
2024-07-27  9:08 Arthur Zamarin
2024-07-27  8:30 Arthur Zamarin
2024-07-09  2:10 Michał Górny
2024-05-02 12:02 Sam James
2023-12-27 15:59 Michał Górny
2023-12-27 13:32 Sam James
2023-12-21  6:52 Sam James
2023-11-30  5:48 Michał Górny
2022-01-02  0:04 Sam James
2022-01-02  0:04 Sam James
2021-12-19  7:25 Michał Górny
2021-05-29 15:23 Sam James
2021-05-28  2:27 Sam James
2021-04-19  6:44 Michał Górny
2020-06-08  8:56 Michał Górny
2020-03-19 17:20 Michał Górny
2020-02-21 15:57 Agostino Sarubbo
2020-02-16 21:14 Thomas Deutschmann
2019-12-08  9:57 Michał Górny
2019-11-15 14:33 Agostino Sarubbo
2019-10-21 12:47 Thomas Deutschmann
2019-09-01  5:36 Michał Górny
2019-08-28  7:07 Michał Górny
2019-04-10 15:07 Michał Górny
2019-04-09 21:04 Mikle Kolyada
2019-04-09 21:04 Mikle Kolyada
2019-03-17 15:11 Michał Górny
2019-03-10 15:48 Jeroen Roovers
2019-03-05 14:29 Michał Górny
2018-10-06 15:31 Michał Górny
2018-09-21 11:30 Mikle Kolyada
2018-07-09  7:14 Michał Górny
2017-09-04 17:34 Michał Górny
2017-06-16 16:14 Michał Górny
2017-06-16 16:14 Michał Górny
2016-12-23 10:11 Johannes Huber
2016-03-27 19:26 Agostino Sarubbo
2016-03-27 19:23 Agostino Sarubbo
2016-02-29  5:12 Alexandre Rostovtsev
2016-02-29  5:12 Alexandre Rostovtsev

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=1578376925.73755018f46cd57a4947e1dec6741298f8f2e6af.mgorny@gentoo \
    --to=mgorny@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