diff options
| author | Matt Turner <mattst88@gentoo.org> | 2021-01-10 18:32:06 -0500 |
|---|---|---|
| committer | Matt Turner <mattst88@gentoo.org> | 2021-02-15 20:25:18 -0500 |
| commit | e8be25f8069d06c3b197acc9449ca89ce742bfbd (patch) | |
| tree | d0930361d74edd6103039fa6252d93e42860983d /dev-cpp | |
| parent | 6cf8b112e136a0339b3b0712a18674c30f06b16e (diff) | |
| download | gentoo-e8be25f8069d06c3b197acc9449ca89ce742bfbd.tar.gz gentoo-e8be25f8069d06c3b197acc9449ca89ce742bfbd.tar.bz2 gentoo-e8be25f8069d06c3b197acc9449ca89ce742bfbd.zip | |
dev-cpp/cairomm: Version bump to 1.16.0
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-cpp')
| -rw-r--r-- | dev-cpp/cairomm/Manifest | 1 | ||||
| -rw-r--r-- | dev-cpp/cairomm/cairomm-1.16.0.ebuild | 56 |
2 files changed, 57 insertions, 0 deletions
diff --git a/dev-cpp/cairomm/Manifest b/dev-cpp/cairomm/Manifest index 392f5da7b25a..7067e7356e9e 100644 --- a/dev-cpp/cairomm/Manifest +++ b/dev-cpp/cairomm/Manifest @@ -1 +1,2 @@ DIST cairomm-1.12.0.tar.xz 789588 BLAKE2B 4c864705ce4b232a3dcaf7251cf22f7f9ac2f964253552cdac5a115bc7e085f38a58375e33f99ea03105b59d056a53e91ea9234c4c6b49d8701c01c8a1e12dc2 SHA512 750e05f079c2ee9786d1a1ddb66ff90405549a82aeb542d585f904f7147994a451950a77ecb563f290cf2358f7010360ab03d9aa3a319651615c48bd25aeb7e8 +DIST cairomm-1.16.0.tar.xz 579604 BLAKE2B 3aaac8039d13f13ef8fb844e38cb0cd9b0565559544c7a4cab544a46f8f8bdb6d4ee1b8318ec5d9991c33264cd3335a8796e6a49553735516a184565875e1d08 SHA512 51929620feeac45377da5d486ea7a091bbd10ad8376fb16525328947b9e6ee740cdc8e8bd190a247b457cc9fec685a829c81de29b26cabaf95383ef04cce80d3 diff --git a/dev-cpp/cairomm/cairomm-1.16.0.ebuild b/dev-cpp/cairomm/cairomm-1.16.0.ebuild new file mode 100644 index 000000000000..0877ccc63717 --- /dev/null +++ b/dev-cpp/cairomm/cairomm-1.16.0.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit meson multilib-minimal + +DESCRIPTION="C++ bindings for the Cairo vector graphics library" +HOMEPAGE="https://cairographics.org/cairomm/" +SRC_URI="https://www.cairographics.org/releases/${P}.tar.xz" + +LICENSE="LGPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" +IUSE="doc test" + +RDEPEND=" + >=x11-libs/cairo-1.12.10[${MULTILIB_USEDEP}] + dev-libs/libsigc++:3[${MULTILIB_USEDEP}] +" +DEPEND="${RDEPEND} + test? ( + dev-libs/boost[${MULTILIB_USEDEP}] + media-libs/fontconfig[${MULTILIB_USEDEP}] + ) +" +BDEPEND=" + virtual/pkgconfig + doc? ( + app-doc/doxygen + dev-libs/libxslt + media-gfx/graphviz + ) +" + +multilib_src_configure() { + local emesonargs=( + -Dbuild-documentation=$(multilib_native_usex doc true false) + -Dbuild-examples=false + -Dbuild-tests=$(usex test true false) + -Dboost-shared=true + ) + meson_src_configure +} + +multilib_src_compile() { + meson_src_compile +} + +multilib_src_install() { + meson_src_install +} + +multilib_src_test() { + meson_src_test +} |
