From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libwacom/
Date: Sat, 20 Mar 2021 16:27:52 +0000 (UTC) [thread overview]
Message-ID: <1616257661.2aefd829c5e4be8d2b086fa375ab8ba8d13b90ca.mattst88@gentoo> (raw)
commit: 2aefd829c5e4be8d2b086fa375ab8ba8d13b90ca
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 20 15:57:42 2021 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Mar 20 16:27:41 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aefd829
dev-libs/libwacom: Version bump to 1.9
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
dev-libs/libwacom/Manifest | 1 +
dev-libs/libwacom/libwacom-1.9.ebuild | 60 +++++++++++++++++++++++++++++++++++
2 files changed, 61 insertions(+)
diff --git a/dev-libs/libwacom/Manifest b/dev-libs/libwacom/Manifest
index d7887891f93..0767b94283f 100644
--- a/dev-libs/libwacom/Manifest
+++ b/dev-libs/libwacom/Manifest
@@ -1,2 +1,3 @@
DIST libwacom-1.1.tar.bz2 502696 BLAKE2B 1c2e03b00eb3b17dea2d5cd3e61afa4b7f36dcb727f07bb1cc42631febc9d1939bdd2652d6fd1f0d020815cac1f937c1daddae3019ac9aa01659442cdc8b9054 SHA512 8b63d9bad18c27f8078711408a7b79c70086cd0c64fe692ee693d53d834dff8ab45631eabd206f0dfac80d8cc86c14b5833831b1b99b06e34aacd235176d266b
DIST libwacom-1.7.tar.bz2 513320 BLAKE2B 36cead331b8d79fa629803441190de2c28e22c0e70822075d0ff31552f780e93d606ec2229a2fee744d9e6b91eb4879cb5a202075caf6adf1301b07502cefb7b SHA512 0cdd34c54a4477ffb763c4a291f0a6b33d2df6b1d237332b116e792685201a63a50c3ec98b84e9dc7c0b97c9e407c3531cd67c0af5a8398b5bbf8be6ca103066
+DIST libwacom-1.9.tar.bz2 516223 BLAKE2B 272dd462bee6f152840fb684213d5cdf83cda05b71b95e28a4a307240fa3edcb42b7afb9ef0ac1bd8b470a138e54f3fed9509b02186aff771314fa87ecf3307a SHA512 d62da97038caeaf727800a680a4ef2ef49a56e632844b9a0d6c0eed9c808e033bc1d969aa1c523b4a1724dfb9b8b3665290ecb90fcdcfbf5f50cae2d06c0bffa
diff --git a/dev-libs/libwacom/libwacom-1.9.ebuild b/dev-libs/libwacom/libwacom-1.9.ebuild
new file mode 100644
index 00000000000..0c54c6c491e
--- /dev/null
+++ b/dev-libs/libwacom/libwacom-1.9.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit meson python-any-r1 toolchain-funcs udev
+
+DESCRIPTION="Library for identifying Wacom tablets and their model-specific features"
+HOMEPAGE="https://github.com/linuxwacom/libwacom"
+SRC_URI="https://github.com/linuxwacom/${PN}/releases/download/${P}/${P}.tar.bz2"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="doc test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+ virtual/pkgconfig
+ doc? ( app-doc/doxygen )
+ test? (
+ ${PYTHON_DEPS}
+ $(python_gen_any_dep '
+ dev-python/python-libevdev[${PYTHON_USEDEP}]
+ dev-python/pyudev[${PYTHON_USEDEP}]
+ dev-python/pytest[${PYTHON_USEDEP}]
+ ')
+ )
+"
+RDEPEND="
+ dev-libs/glib:2
+ dev-libs/libgudev:=
+"
+DEPEND="${RDEPEND}"
+
+python_check_deps() {
+ has_version -b "dev-python/python-libevdev[${PYTHON_USEDEP}]" &&
+ has_version -b "dev-python/pyudev[${PYTHON_USEDEP}]" &&
+ has_version -b "dev-python/pytest[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+ tc-ld-disable-gold # bug https://github.com/linuxwacom/libwacom/issues/170
+
+ if use test; then
+ python-any-r1_pkg_setup
+ fi
+}
+
+src_configure() {
+ local emesonargs=(
+ $(meson_feature doc documentation)
+ $(meson_feature test tests)
+ -Dudev-dir=$(get_udevdir)
+
+ )
+ meson_src_configure
+}
next reply other threads:[~2021-03-20 16:27 UTC|newest]
Thread overview: 160+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-20 16:27 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-01 15:39 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libwacom/ Matt Turner
2025-02-28 8:19 Andreas Sturmlechner
2025-02-26 4:06 Sam James
2025-02-26 4:06 Sam James
2025-02-26 4:06 Sam James
2025-02-26 4:06 Sam James
2025-02-26 4:00 Sam James
2025-02-26 4:00 Sam James
2024-12-12 2:46 Sam James
2024-12-11 22:48 Sam James
2024-12-11 22:48 Sam James
2024-12-11 22:48 Sam James
2024-12-11 20:31 Sam James
2024-12-11 17:10 Matt Turner
2024-10-30 15:28 Matt Turner
2024-09-19 4:38 Matt Turner
2024-09-19 4:38 Matt Turner
2024-09-12 8:01 Arthur Zamarin
2024-09-11 22:21 Sam James
2024-09-05 19:05 Arthur Zamarin
2024-09-04 4:54 Sam James
2024-09-04 1:59 Sam James
2024-09-04 1:59 Sam James
2024-07-29 13:27 Arthur Zamarin
2024-07-29 13:27 Arthur Zamarin
2024-07-29 11:13 Arthur Zamarin
2024-07-29 11:13 Arthur Zamarin
2024-07-29 11:13 Arthur Zamarin
2024-07-29 11:13 Arthur Zamarin
2024-07-29 10:38 Sam James
2024-07-22 3:34 Matt Turner
2024-07-22 3:34 Matt Turner
2024-07-02 12:07 Jakov Smolić
2024-04-24 17:59 Arthur Zamarin
2024-04-24 17:39 Arthur Zamarin
2024-04-24 17:39 Arthur Zamarin
2024-04-24 17:33 Arthur Zamarin
2024-04-24 17:17 Arthur Zamarin
2024-04-24 17:15 Arthur Zamarin
2024-04-24 17:13 Matt Turner
2024-02-24 20:15 Matt Turner
2023-12-24 11:08 Sam James
2023-12-01 3:26 Sam James
2023-12-01 3:26 Sam James
2023-12-01 3:26 Sam James
2023-12-01 3:26 Sam James
2023-09-10 3:43 Matt Turner
2023-08-02 13:19 Sam James
2023-07-19 15:07 Sam James
2023-07-19 9:33 Sam James
2023-07-18 21:52 Sam James
2023-07-18 21:25 Sam James
2023-07-18 21:25 Sam James
2023-06-01 1:51 Matt Turner
2023-05-10 15:30 Matt Turner
2023-03-13 20:26 Sam James
2023-03-04 14:24 Arthur Zamarin
2023-03-04 8:09 Arthur Zamarin
2023-03-04 7:54 Arthur Zamarin
2023-03-04 7:17 Arthur Zamarin
2023-03-04 5:58 Arthur Zamarin
2023-01-30 17:10 Matt Turner
2022-12-02 0:46 Sam James
2022-12-02 0:46 Sam James
2022-12-01 22:28 Jakov Smolić
2022-12-01 22:24 Jakov Smolić
2022-12-01 20:41 Arthur Zamarin
2022-12-01 20:41 Arthur Zamarin
2022-10-15 2:45 Matt Turner
2022-10-09 1:06 Matt Turner
2022-10-09 1:06 Matt Turner
2022-09-03 1:36 Matt Turner
2022-09-03 1:36 Matt Turner
2022-09-01 18:39 Arthur Zamarin
2022-09-01 7:55 Jakov Smolić
2022-09-01 7:55 Jakov Smolić
2022-09-01 7:52 Jakov Smolić
2022-07-29 18:57 Matt Turner
2022-07-20 13:59 Pacho Ramos
2022-06-25 19:20 Matt Turner
2022-06-25 19:20 Matt Turner
2022-05-20 18:27 Pacho Ramos
2021-12-07 2:17 Sam James
2021-12-06 15:25 Sam James
2021-12-06 8:03 Agostino Sarubbo
2021-12-06 7:13 Agostino Sarubbo
2021-12-06 6:38 Arthur Zamarin
2021-12-05 18:29 Sam James
2021-09-07 14:08 Pacho Ramos
2021-08-24 13:39 Andreas Sturmlechner
2021-08-23 22:16 Agostino Sarubbo
2021-08-22 3:42 Sam James
2021-08-21 4:52 Agostino Sarubbo
2021-08-21 4:51 Agostino Sarubbo
2021-08-21 4:50 Agostino Sarubbo
2021-08-21 4:49 Agostino Sarubbo
2021-07-16 12:48 Andreas Sturmlechner
2021-05-27 19:23 Sam James
2021-05-27 19:18 Sam James
2021-05-27 19:14 Sam James
2020-12-31 3:28 Matt Turner
2020-03-09 20:22 Andreas Sturmlechner
2020-03-09 12:48 Agostino Sarubbo
2020-03-09 12:42 Agostino Sarubbo
2020-03-09 12:41 Agostino Sarubbo
2020-03-09 12:39 Agostino Sarubbo
2020-03-09 11:17 Agostino Sarubbo
2020-03-09 10:49 Agostino Sarubbo
2020-03-09 10:23 Agostino Sarubbo
2020-03-08 13:22 Mart Raudsepp
2020-03-01 22:02 Andreas Sturmlechner
2020-02-02 2:41 Matt Turner
2019-09-22 20:48 Andreas Sturmlechner
2019-09-21 18:09 Matt Turner
2019-09-15 8:24 Andreas Sturmlechner
2019-09-13 18:26 Mikle Kolyada
2019-09-02 13:24 Agostino Sarubbo
2019-09-02 11:17 Agostino Sarubbo
2019-09-02 10:15 Agostino Sarubbo
2019-09-02 10:11 Agostino Sarubbo
2019-09-02 9:32 Agostino Sarubbo
2019-09-01 9:21 Sergei Trofimovich
2019-08-31 20:46 Andreas Sturmlechner
2019-08-14 14:06 Andreas Sturmlechner
2018-10-12 14:37 Andreas Sturmlechner
2018-10-12 13:41 Mikle Kolyada
2018-09-15 2:31 Andreas Sturmlechner
2018-09-14 10:18 Tobias Klausmann
2018-08-25 18:55 Sergei Trofimovich
2018-08-25 18:25 Sergei Trofimovich
2018-08-25 18:11 Sergei Trofimovich
2018-08-24 3:16 Mikle Kolyada
2018-08-23 8:34 Sergei Trofimovich
2018-08-23 1:41 Thomas Deutschmann
2018-06-23 17:04 Andreas Sturmlechner
2017-11-26 19:06 Sergei Trofimovich
2017-10-29 21:08 Thomas Deutschmann
2017-10-23 21:00 Sergei Trofimovich
2017-10-16 22:42 Sergei Trofimovich
2017-09-10 11:08 Manuel Rüger
2017-08-06 8:41 Markus Meier
2017-07-31 9:01 Tobias Klausmann
2017-05-15 16:28 Manuel Rüger
2017-03-16 20:37 Matt Turner
2017-02-18 12:31 Manuel Rüger
2017-02-07 23:48 Manuel Rüger
2017-02-07 23:48 Manuel Rüger
2016-09-05 20:50 Manuel Rüger
2016-07-30 10:27 Jeroen Roovers
2016-06-06 19:28 Pacho Ramos
2016-05-31 10:33 Tobias Klausmann
2016-05-04 12:27 Manuel Rüger
2016-05-04 12:27 Manuel Rüger
2016-04-21 15:50 Markus Meier
2016-04-09 13:46 Agostino Sarubbo
2016-01-19 20:52 Manuel Rüger
2015-12-29 22:18 Manuel Rüger
2015-12-29 22:18 Manuel Rüger
2015-10-11 12:41 Manuel Rüger
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=1616257661.2aefd829c5e4be8d2b086fa375ab8ba8d13b90ca.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