From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mkvalidator/
Date: Tue, 30 May 2017 07:00:17 +0000 (UTC) [thread overview]
Message-ID: <1496127384.c5c538bcccb8a1cbaa0f548e33665157d1a4b56f.aballier@gentoo> (raw)
commit: c5c538bcccb8a1cbaa0f548e33665157d1a4b56f
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 08:36:45 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue May 30 06:56:24 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5c538bc
media-video/mkvalidator: bump to 0.5.1
Package-Manager: Portage-2.3.6, Repoman-2.3.2
media-video/mkvalidator/Manifest | 1 +
media-video/mkvalidator/mkvalidator-0.5.1.ebuild | 35 ++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/media-video/mkvalidator/Manifest b/media-video/mkvalidator/Manifest
index e3564340c41..ab9cd0203ad 100644
--- a/media-video/mkvalidator/Manifest
+++ b/media-video/mkvalidator/Manifest
@@ -3,3 +3,4 @@ DIST mkvalidator-0.4.0.tar.bz2 579322 SHA256 68457cb1a11b0beffc9395690a38754bfce
DIST mkvalidator-0.4.1.tar.bz2 588267 SHA256 dedb36df9ea25d27795105649dcf9b5cab5de1ea03fc12c7bfade44d33cf58ba SHA512 13942cffaac8b0138df27cdbeae0afb22d90617195e1c863d2f43b46b0d0c57c9fc1637b635cdfb810bb20d80a50e2e545efdac0e636d4ae3c9fd097979b53c2 WHIRLPOOL db9ba20a956485b376f202a101fbdbf49fcb5bf88e52f93e8cea1fa4957e743e7dc6461b1c0c8ee6cb36bbb7e5e6fb0d49613f5195023b107dfa3552805f2157
DIST mkvalidator-0.4.2.tar.bz2 579080 SHA256 9f626b8ae790642d63533da00639c61ef9b0548f6e75cd17544acb352efab77f SHA512 e7b9c8fba15389fddee177b3c27fb6b1ce16f143cecb830d05989a07a06a4eac2b11e56ad39f129f2d1410a16cff481abd6dc21d7c1eb1ab3c64e9826f90869c WHIRLPOOL 69825698b3de29f187c99f33eaa513cf82e65a38dfeb9c23c7da847f457c8c108525b4b8cfd2481380107a2661ca89cc2e25041be3409bcaaa5c964c88fd4ed3
DIST mkvalidator-0.5.0.tar.bz2 587942 SHA256 c3e72e5b49d32174415b9273ea8d52380e09ac63c8dc7db684104021c711c104 SHA512 9e4644862d67567707ba01dbeec1cba115d240449b913a8c0f42e506be9c163ba83391a720af602fd9a62f6f7901c5ea8a563e227b7d9068f042e7af98f59afb WHIRLPOOL ee5e810a7a252e1bb241ef87a49580b90ebc2e218970e82991ff5ca69ae341ba72d92378a9e18f54d01d845730c177661aa9e31f8e291623538990016b270582
+DIST mkvalidator-0.5.1.tar.bz2 589116 SHA256 e4f9b2e89df141926a3ac447bd9a2de17df28f6c413c2bff3323068b530da48f SHA512 236f15f2161e59b9a9923c1f9e4347069696578956d490def776e0b11339b9ba90eeb9a4b4ac85e1e506c250830e9ff3f007b52f7208c10d05180489abd1ccb9 WHIRLPOOL f0dfc728c5fdf0629fdd162c18f5542453271727911068f1cdc89592b648bf77ad253fbcff4405f64305e7dfb8391908ec2e15c3747cc0debadbf7cfa23f39b9
diff --git a/media-video/mkvalidator/mkvalidator-0.5.1.ebuild b/media-video/mkvalidator/mkvalidator-0.5.1.ebuild
new file mode 100644
index 00000000000..07d62646f60
--- /dev/null
+++ b/media-video/mkvalidator/mkvalidator-0.5.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit toolchain-funcs
+
+DESCRIPTION="mkvalidator is a command line tool to verify Matroska files for spec conformance"
+HOMEPAGE="http://www.matroska.org/downloads/mkvalidator.html"
+SRC_URI="http://downloads.sourceforge.net/project/matroska/${PN}/${P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+src_configure() {
+ tc-export CC CXX
+ # non-standard configure
+ ./configure || die
+
+ # fixing generated makefiles
+ sed -i -e 's|^\(LFLAGS.*+=.*\$(LIBS)\)|\1 \$(LDFLAGS)|g' \
+ -e 's|^\(STRIP.*=\)|\1 echo|g' $(find -name "*.mak") || die
+}
+
+src_compile() {
+ emake -j1 V=1
+}
+
+src_install() {
+ dobin release/*/mkv*
+ newdoc ChangeLog.txt ChangeLog
+ newdoc ReadMe.txt README
+}
next reply other threads:[~2017-05-30 7:00 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-30 7:00 Alexis Ballier [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-17 17:22 [gentoo-commits] repo/gentoo:master commit in: media-video/mkvalidator/ Eli Schwartz
2025-02-10 9:14 Sam James
2021-10-22 8:22 Jakov Smolić
2018-05-13 19:20 Aaron Bauman
2018-01-25 0:27 Aaron Bauman
2017-08-26 14:33 Alexis Ballier
2017-08-26 14:33 Alexis Ballier
2015-08-24 17:18 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=1496127384.c5c538bcccb8a1cbaa0f548e33665157d1a4b56f.aballier@gentoo \
--to=aballier@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