From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libmatroska/
Date: Fri, 19 Aug 2016 03:07:43 +0000 (UTC) [thread overview]
Message-ID: <1471576059.8f3dd06d8276a6623a077f7b925081e115767f2d.radhermit@gentoo> (raw)
commit: 8f3dd06d8276a6623a077f7b925081e115767f2d
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 19 03:06:23 2016 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Fri Aug 19 03:07:39 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f3dd06d
media-libs/libmatroska: version bump to 1.4.5
media-libs/libmatroska/Manifest | 1 +
media-libs/libmatroska/libmatroska-1.4.5.ebuild | 27 +++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/media-libs/libmatroska/Manifest b/media-libs/libmatroska/Manifest
index 3c0fb7f..b7b2655 100644
--- a/media-libs/libmatroska/Manifest
+++ b/media-libs/libmatroska/Manifest
@@ -1,3 +1,4 @@
DIST libmatroska-1.2.0.tar.bz2 80394 SHA256 8b68ed72c4563363fc17517d0fe0862d6a51747870f51ee7d1bb362274a5d44f SHA512 59fe80146dbd287f435fb477f2e589b8e5659fe5abb1a0869b1f6ca4b85e281431b7a18f1e3728d2b406b141039ab1b5e6a1a247a2bc23a7e64e7b5e67e29374 WHIRLPOOL e6706ca647306784a4e056e49db86375b48968e05fe77b7bfbea54c3c2d22adf28c52b88a9604ea9f1251f9f050e3b34cedbe2d415a01b8b216a52064c1934e9
DIST libmatroska-1.3.0.tar.bz2 80542 SHA256 5231ec958571365e719a6fd3c220227af6cf0f14e0bd1bcf766ddbc068d18e69 SHA512 adbb5f85b0e55e39b6a5f629bac82041fc8d1ac0cdf8aecc6ea9966320c35aee4fe9437ca620229b7e15d3d8f7c2d4cf1beb71280789e1e6700087b4d2ec0c8a WHIRLPOOL 341e5b7568f1d609c98e1b164ca5eb4b1a27db33e1218982a48197975b66c46614a2d76b659a094d6a878f491a1a2400bef44ccceb19ca1fd10bdecc4a471fc2
DIST libmatroska-1.4.4.tar.bz2 604396 SHA256 d3efaa9f6d3964351a05bea0f848a8d5dc570e4791f179816ce9a93730296bd7 SHA512 19d16d5fb4e1a5f516c4b5774e278c35190af22b4adf7267b25ad933b5cf16e127919ae34fe3baa573ddf09429c42155fc24e3df818f854a45d21d927c1e7090 WHIRLPOOL e37f526fce0e551d4ce8f6e495151ba92009ce6e9b27ac9c6232a83421d839955b0a8db0028a5a790fbdbf7806d4b0af8bb0354a755fa2b2b17fcc01682b1301
+DIST libmatroska-1.4.5.tar.bz2 612987 SHA256 79023fa46901e5562b27d93a9dd168278fa101361d7fd11a35e84e58e11557bc SHA512 94ce6fd920e5023b2846b629438a0bd42ff80f21b8f96e270d280311fba3619ab59f1cc6b73778c014ca2dbf060f3b119da052ea143f79aa1e83fac888799f3d WHIRLPOOL 215636ed993bd4c93228204457b2c8989678929f6b78db4aec978eb79e084dd22b892a2a2551f8ce9c4933c0f483b071ddbed51d6c0d6e04f82ed9234e2b3e4d
diff --git a/media-libs/libmatroska/libmatroska-1.4.5.ebuild b/media-libs/libmatroska/libmatroska-1.4.5.ebuild
new file mode 100644
index 0000000..2629ed4
--- /dev/null
+++ b/media-libs/libmatroska/libmatroska-1.4.5.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Extensible multimedia container format based on EBML"
+HOMEPAGE="http://www.matroska.org/ https://github.com/Matroska-Org/libmatroska/"
+SRC_URI="http://dl.matroska.org/downloads/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0/6" # subslot = soname major version
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
+IUSE="static-libs"
+
+RDEPEND=">=dev-libs/libebml-1.3.4:="
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+src_configure() {
+ econf $(use_enable static-libs static)
+}
+
+src_install() {
+ default
+ find "${ED}" -name '*.la' -delete
+}
next reply other threads:[~2016-08-19 3:07 UTC|newest]
Thread overview: 82+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-19 3:07 Tim Harder [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-12-20 22:51 [gentoo-commits] repo/gentoo:master commit in: media-libs/libmatroska/ Andreas Sturmlechner
2022-12-04 19:38 Sam James
2022-12-04 17:56 Arthur Zamarin
2022-12-04 17:56 Arthur Zamarin
2022-12-03 20:43 Arthur Zamarin
2022-12-03 20:41 Arthur Zamarin
2022-12-03 20:41 Arthur Zamarin
2022-12-03 20:40 Arthur Zamarin
2022-12-03 6:08 WANG Xuerui
2022-10-08 20:42 Sam James
2022-04-17 19:24 Sam James
2021-08-24 23:26 Sam James
2021-08-24 23:26 Sam James
2021-08-24 11:42 Agostino Sarubbo
2021-08-24 11:41 Agostino Sarubbo
2021-08-24 11:41 Agostino Sarubbo
2021-08-24 11:40 Agostino Sarubbo
2021-08-23 22:16 Agostino Sarubbo
2021-08-21 8:44 Marek Szuba
2021-05-01 18:27 Sam James
2021-04-10 9:18 Thomas Raschbacher
2021-01-23 21:13 Andreas Sturmlechner
2020-09-07 8:47 Sergei Trofimovich
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-08-11 21:15 Thomas Deutschmann
2020-06-30 2:49 Tim Harder
2019-07-28 21:21 Andreas Sturmlechner
2019-07-28 20:20 Mikle Kolyada
2019-07-26 10:43 Agostino Sarubbo
2019-07-23 9:22 Aaron Bauman
2019-07-22 12:09 Agostino Sarubbo
2019-07-21 8:19 Sergei Trofimovich
2019-07-18 18:35 Sergei Trofimovich
2019-07-18 14:32 Thomas Deutschmann
2019-07-18 13:37 Agostino Sarubbo
2019-07-18 13:37 Agostino Sarubbo
2019-06-22 22:41 Tim Harder
2019-06-12 10:37 Andreas Sturmlechner
2019-05-11 12:23 Mikle Kolyada
2019-05-02 21:26 Mikle Kolyada
2019-04-08 15:46 Mikle Kolyada
2019-04-07 21:34 Sergei Trofimovich
2019-04-07 21:16 Sergei Trofimovich
2019-04-02 19:20 Sergei Trofimovich
2019-04-01 19:58 Thomas Deutschmann
2019-03-28 7:03 Tim Harder
2018-12-12 8:25 Tim Harder
2018-03-18 12:36 Sergei Trofimovich
2018-02-25 21:52 Sergei Trofimovich
2018-01-28 18:23 Tobias Klausmann
2018-01-26 23:24 Thomas Deutschmann
2017-12-27 20:31 Sergei Trofimovich
2017-12-21 19:28 Markus Meier
2017-12-18 16:51 Jason Zaman
2017-10-04 11:09 Alexis Ballier
2017-08-23 12:07 Tim Harder
2017-07-08 9:20 Alexis Ballier
2017-04-24 20:47 Tim Harder
2017-02-25 10:37 Manuel Rüger
2017-02-16 21:14 Markus Meier
2017-01-22 16:27 Agostino Sarubbo
2017-01-20 11:05 Agostino Sarubbo
2017-01-17 14:24 Agostino Sarubbo
2016-12-18 15:57 Agostino Sarubbo
2016-12-17 13:57 Aaron Bauman
2016-12-14 9:14 Tobias Klausmann
2016-06-30 9:22 Aaron Bauman
2015-11-18 9:32 Agostino Sarubbo
2015-11-15 20:59 Markus Meier
2015-11-05 11:01 Agostino Sarubbo
2015-11-04 14:50 Agostino Sarubbo
2015-11-01 14:52 Tobias Klausmann
2015-10-31 6:34 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=1471576059.8f3dd06d8276a6623a077f7b925081e115767f2d.radhermit@gentoo \
--to=radhermit@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