From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/cairomm/
Date: Sun, 1 Oct 2023 17:43:25 +0000 (UTC) [thread overview]
Message-ID: <1696182144.ee4b5cac5c7f24c7a016045f72ae64e5e48a21c0.pacho@gentoo> (raw)
commit: ee4b5cac5c7f24c7a016045f72ae64e5e48a21c0
Author: Guillermo Joandet <gjoandet <AT> gmail <DOT> com>
AuthorDate: Fri Sep 29 21:14:27 2023 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Oct 1 17:42:24 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee4b5cac
dev-cpp/cairomm: Version bump to 1.18.0
Signed-off-by: Guillermo Joandet <gjoandet <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/33131
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
dev-cpp/cairomm/Manifest | 1 +
dev-cpp/cairomm/cairomm-1.18.0.ebuild | 50 +++++++++++++++++++++++++++++++++++
2 files changed, 51 insertions(+)
diff --git a/dev-cpp/cairomm/Manifest b/dev-cpp/cairomm/Manifest
index 4a545f878c26..15ec5b166503 100644
--- a/dev-cpp/cairomm/Manifest
+++ b/dev-cpp/cairomm/Manifest
@@ -1,2 +1,3 @@
DIST cairomm-1.14.4.tar.xz 618548 BLAKE2B 611e05b66e731d470c6d9a64c2eb4aee68aa73be5c05cb7e741e9a851ef15609cfc9fc27177531880b16517e62cf5c3f7669d4f7e7c5c78b9bc7d829e27f4d25 SHA512 9e2692837f55a2e66cd7e9d0a8033a35524df1c3186a53a9be75d71e899240dbc8959c914471e61e311812dabaf815e732142686b42fbdc75a71c05b41013d33
DIST cairomm-1.16.2.tar.xz 593504 BLAKE2B 6682604f5907f16e40dd497f07eaaca5a4dc8a0b90771a0631406817ec397c42eb1784a6cbf15094ea6d61591acf04818e1b4d64ede3383b6859668d3b445a76 SHA512 61dc639eabe8502e1262c53c92fe57c5647e5ab9931f86ed51e657df1b7d0e3e58c2571910a05236cc0dca8d52f1f693aed99a553430f14d0fb87be1832a6b62
+DIST cairomm-1.18.0.tar.xz 632520 BLAKE2B e05135eb2e22ed6002821567dd951644febc173b04e001f3574d6dac36d0c6d012c3806e7485fa7856402945934c653c4546855a8e97b016130edac31726d827 SHA512 d358a765136e244773b4a0fdcb2d9c81dd0b76f7a27c7108f94df9765f2d790f5f50b5645c09c292efce3e012528f85114d51916450c5fe6fa87d09f5a405d4c
diff --git a/dev-cpp/cairomm/cairomm-1.18.0.ebuild b/dev-cpp/cairomm/cairomm-1.18.0.ebuild
new file mode 100644
index 000000000000..c551d96c7702
--- /dev/null
+++ b/dev-cpp/cairomm/cairomm-1.18.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{10..12} )
+inherit meson-multilib python-any-r1
+
+DESCRIPTION="C++ bindings for the Cairo vector graphics library"
+HOMEPAGE="https://cairographics.org/cairomm/ https://gitlab.freedesktop.org/cairo/cairomm"
+SRC_URI="https://www.cairographics.org/releases/${P}.tar.xz"
+
+LICENSE="LGPL-2+"
+SLOT="1.16"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE="gtk-doc test X"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ dev-libs/libsigc++:3[gtk-doc?,${MULTILIB_USEDEP}]
+ >=x11-libs/cairo-1.14.10[X=,${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}
+ test? (
+ dev-libs/boost[${MULTILIB_USEDEP}]
+ media-libs/fontconfig[${MULTILIB_USEDEP}]
+ )
+"
+BDEPEND="
+ virtual/pkgconfig
+ gtk-doc? (
+ ${PYTHON_DEPS}
+ >=dev-cpp/mm-common-1.0.4
+ app-doc/doxygen[dot]
+ dev-libs/libxslt
+ )
+"
+
+pkg_setup() {
+ use gtk-doc && python-any-r1_pkg_setup
+}
+
+multilib_src_configure() {
+ local emesonargs=(
+ $(meson_native_use_bool gtk-doc build-documentation)
+ -Dbuild-examples=false
+ $(meson_use test build-tests)
+ -Dboost-shared=true
+ )
+ meson_src_configure
+}
next reply other threads:[~2023-10-01 17:43 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-01 17:43 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-26 0:04 [gentoo-commits] repo/gentoo:master commit in: dev-cpp/cairomm/ Sam James
2025-07-25 18:28 Arthur Zamarin
2025-07-25 18:28 Arthur Zamarin
2025-07-25 15:06 Sam James
2025-07-25 15:06 Sam James
2025-07-25 14:55 Sam James
2025-06-25 8:49 Sam James
2025-04-13 17:22 Pacho Ramos
2025-04-13 17:22 Pacho Ramos
2024-06-03 8:12 Sam James
2024-04-13 10:37 Mart Raudsepp
2024-04-09 22:46 Sam James
2024-04-07 10:11 Arthur Zamarin
2024-04-07 10:11 Arthur Zamarin
2024-04-07 8:38 Arthur Zamarin
2024-04-06 21:07 Arthur Zamarin
2022-11-12 6:01 WANG Xuerui
2022-11-05 18:58 Arthur Zamarin
2022-11-05 18:58 Arthur Zamarin
2022-11-05 9:58 Arthur Zamarin
2022-11-05 9:58 Arthur Zamarin
2022-10-29 23:21 Matt Turner
2022-09-24 3:43 Matt Turner
2022-09-24 3:43 Matt Turner
2022-09-24 3:43 Matt Turner
2022-09-24 3:43 Matt Turner
2022-04-18 20:48 Jakov Smolić
2022-01-02 10:54 Jakov Smolić
2021-11-12 19:21 Mike Gilbert
2021-08-12 3:10 Yixun Lan
2021-05-28 19:18 Sam James
2021-05-22 2:27 Matt Turner
2021-05-22 2:27 Matt Turner
2021-04-13 15:00 Sam James
2021-04-12 16:02 Sam James
2021-03-15 18:06 Sergei Trofimovich
2021-02-16 2:12 Matt Turner
2021-02-16 2:12 Matt Turner
2021-01-06 18:38 Fabian Groffen
2018-05-05 1:26 Aaron Bauman
2017-07-09 10:41 Alexis Ballier
2017-02-15 19:24 Mart Raudsepp
2016-05-03 19:32 Markus Meier
2015-11-16 21:56 Pacho Ramos
2015-11-16 21:56 Pacho Ramos
2015-11-16 21:56 Pacho Ramos
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=1696182144.ee4b5cac5c7f24c7a016045f72ae64e5e48a21c0.pacho@gentoo \
--to=pacho@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