From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libebml/
Date: Wed, 24 Feb 2021 16:22:14 +0000 (UTC) [thread overview]
Message-ID: <1614183703.5a51938aa0fc53ed5804e6749ecd3db3db489d17.sam@gentoo> (raw)
commit: 5a51938aa0fc53ed5804e6749ecd3db3db489d17
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 24 15:02:47 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 24 16:21:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a51938a
dev-libs/libebml: bump to 1.4.2
Bug: https://bugs.gentoo.org/772272
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/libebml/Manifest | 1 +
dev-libs/libebml/libebml-1.4.2.ebuild | 22 ++++++++++++++++++++++
2 files changed, 23 insertions(+)
diff --git a/dev-libs/libebml/Manifest b/dev-libs/libebml/Manifest
index d22637fac8d..00ebb08a4f4 100644
--- a/dev-libs/libebml/Manifest
+++ b/dev-libs/libebml/Manifest
@@ -2,3 +2,4 @@ DIST libebml-1.3.10.tar.xz 69488 BLAKE2B 0133ec041cd2f2aad9e8870d56c4ec8f3f3cbf7
DIST libebml-1.3.9.tar.xz 69836 BLAKE2B d37bf9d74cb21a0c4cea3550bbd25f081e48085ba8d97d2f133e3f5da292527f0f31fc5aa3978c21f82262698877a76670b4b120e915573d339751234c4450c7 SHA512 a388fa8ff7acf9a0fb33faf9c00fc07f53794d86a4f894e04e2a690a24e781a7f380a0896e607e801a6f1f0b215407ee09a801e96d4b3e15f39ca71ec3a6d64e
DIST libebml-1.4.0.tar.xz 69944 BLAKE2B 240c18d53ec73cc42b4cbed507e95ecc5ada0bd65e826b3f2e930bf6d4055097606b920c433ee5786112894ea6ad0eac229e784501ba14563274b7605dab01f5 SHA512 db78ee560a44b90b4df12ba23a00f8ccb0d3626f44296af6b79a492a00126690582764c6be6c9e9851302a0d0d70edfbe000cc217c5532abe862a821624af230
DIST libebml-1.4.1.tar.xz 70096 BLAKE2B 9b4ae80bcc2184f018c25f1a644acdf9e79c5ebc6576a5b91ccd93286c0cab2d99a80e3d2aefcbc6210724d9e05229c9ea19e0def85ba28f7e1aa059ba52925d SHA512 ddde4975546ba4214cd22db37992c2b5130a731da1b34e171cca8d7f39d981b9643a193d06be1a1e156b316e51419d1eb4c1cfe40511a52b245152e69a507e4b
+DIST libebml-1.4.2.tar.xz 70484 BLAKE2B e27da59218c6c5655e2b57295b8f0ea8770f92eea4fe65331147a963f45fa8a06cc685af553b8234ca0162acea05b99b7463753044cc49bc815c752223e3b3fa SHA512 b9535b60ba2716053819d48e345f161ad797a74678fdf60797d652da9dfa7cab905669dac744f30a81083341462bac6f2a0e69fa7d80ee59cf7414bffbd667d5
diff --git a/dev-libs/libebml/libebml-1.4.2.ebuild b/dev-libs/libebml/libebml-1.4.2.ebuild
new file mode 100644
index 00000000000..78a7706a34d
--- /dev/null
+++ b/dev-libs/libebml/libebml-1.4.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Extensible binary format library (kinda like XML)"
+HOMEPAGE="https://www.matroska.org/ https://github.com/Matroska-Org/libebml/"
+SRC_URI="https://dl.matroska.org/downloads/${PN}/${P}.tar.xz"
+
+LICENSE="LGPL-2.1"
+SLOT="0/5" # subslot = soname major version
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_SHARED_LIBS=YES
+ )
+
+ cmake_src_configure
+}
next reply other threads:[~2021-02-24 16:22 UTC|newest]
Thread overview: 96+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-24 16:22 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-29 17:37 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libebml/ Sam James
2024-05-29 12:15 Sam James
2024-05-29 11:47 Sam James
2024-05-29 11:47 Sam James
2024-05-28 17:01 Sam James
2024-05-28 17:01 Sam James
2024-05-28 17:01 Sam James
2024-02-02 14:19 Arthur Zamarin
2022-12-20 20:43 Andreas Sturmlechner
2022-12-03 18:54 Arthur Zamarin
2022-12-03 18:20 Arthur Zamarin
2022-12-03 12:20 Sam James
2022-12-03 12:14 Sam James
2022-12-03 12:11 Arthur Zamarin
2022-12-03 12:11 Arthur Zamarin
2022-12-03 12:07 Arthur Zamarin
2022-10-08 20:42 Sam James
2022-10-04 11:16 Sam James
2021-03-09 9:49 Sam James
2021-02-25 12:57 Andreas Sturmlechner
2021-02-25 11:19 Sam James
2021-02-25 8:41 Sergei Trofimovich
2021-02-25 7:31 Sam James
2021-02-24 23:20 Sam James
2021-02-24 20:26 Sam James
2021-02-24 20:25 Sam James
2021-02-24 20:24 Sam James
2021-02-16 12:30 Sam James
2021-02-15 10:48 Sam James
2021-02-14 14:53 Sam James
2021-02-12 13:48 Sam James
2021-02-12 9:57 Sam James
2021-02-10 16:59 Sam James
2021-02-10 2:45 Sam James
2021-01-11 20:13 Sam James
2020-09-05 15:23 Sam James
2020-08-18 11:22 Agostino Sarubbo
2020-08-17 7:01 Agostino Sarubbo
2020-08-12 12:02 Sam James
2020-08-12 11:00 Sam James
2020-08-12 1:58 Sam James
2020-06-30 2:49 Tim Harder
2020-01-18 3:39 Tim Harder
2019-07-28 21:21 Andreas Sturmlechner
2019-07-28 20:20 Mikle Kolyada
2019-07-23 1:48 Aaron Bauman
2019-07-19 11:33 Agostino Sarubbo
2019-07-18 14:13 Agostino Sarubbo
2019-07-18 13:11 Agostino Sarubbo
2019-07-18 11:33 Agostino Sarubbo
2019-07-18 11:31 Agostino Sarubbo
2019-07-18 9:54 Agostino Sarubbo
2019-07-17 15:24 Agostino Sarubbo
2019-06-22 22:41 Tim Harder
2019-06-22 22:41 Tim Harder
2019-05-11 12:23 Mikle Kolyada
2019-05-02 21:26 Mikle Kolyada
2019-04-08 15:45 Mikle Kolyada
2019-04-07 21:34 Sergei Trofimovich
2019-04-07 21:00 Sergei Trofimovich
2019-04-07 20:52 Sergei Trofimovich
2019-04-02 19:20 Sergei Trofimovich
2019-03-28 7:03 Tim Harder
2018-12-12 8:25 Tim Harder
2018-05-09 22:06 Sergei Trofimovich
2018-03-22 6:07 Markus Meier
2018-03-20 23:49 Sergei Trofimovich
2018-02-25 21:52 Sergei Trofimovich
2018-02-05 22:44 Sergei Trofimovich
2018-01-31 20:00 Sergei Trofimovich
2018-01-29 8:22 Tobias Klausmann
2018-01-28 15:56 Mikle Kolyada
2018-01-26 23:24 Thomas Deutschmann
2017-08-23 12:07 Tim Harder
2017-08-23 12:07 Tim Harder
2017-07-08 9:20 Alexis Ballier
2017-04-24 20:47 Tim Harder
2017-01-31 14:46 Jeroen Roovers
2017-01-29 16:08 Fabian Groffen
2016-12-24 10:26 Agostino Sarubbo
2016-12-19 15:12 Agostino Sarubbo
2016-12-19 14:35 Agostino Sarubbo
2016-12-18 15:57 Agostino Sarubbo
2016-12-17 13:57 Aaron Bauman
2016-12-14 9:14 Tobias Klausmann
2016-08-19 3:07 Tim Harder
2015-11-08 0:12 Mikle Kolyada
2015-11-05 20:56 Markus Meier
2015-11-05 10:58 Agostino Sarubbo
2015-11-04 14:26 Agostino Sarubbo
2015-11-01 14:48 Tobias Klausmann
2015-10-31 6:32 Jeroen Roovers
2015-10-30 8:45 Agostino Sarubbo
2015-10-30 8:45 Agostino Sarubbo
2015-10-20 14:01 Alexis Ballier
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=1614183703.5a51938aa0fc53ed5804e6749ecd3db3db489d17.sam@gentoo \
--to=sam@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