From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E3B571396D0 for ; Sat, 26 Aug 2017 14:33:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30C68E0636; Sat, 26 Aug 2017 14:33:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 028C8E0636 for ; Sat, 26 Aug 2017 14:33:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BD1C53416A5 for ; Sat, 26 Aug 2017 14:33:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C7A4835E for ; Sat, 26 Aug 2017 14:33:24 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1503757755.0537cc795abba459181a75ccb992fe30fe6128ab.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mkvalidator/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mkvalidator/Manifest media-video/mkvalidator/mkvalidator-0.5.2.ebuild X-VCS-Directories: media-video/mkvalidator/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 0537cc795abba459181a75ccb992fe30fe6128ab X-VCS-Branch: master Date: Sat, 26 Aug 2017 14:33:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c81e3fde-65fb-44b5-ae35-fb745cd1956f X-Archives-Hash: cfd744c2cab8f53f1517cd91536ed2dd commit: 0537cc795abba459181a75ccb992fe30fe6128ab Author: Alexis Ballier gentoo org> AuthorDate: Sat Aug 26 14:29:15 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Aug 26 14:29:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0537cc79 media-video/mkvalidator: bump to 0.5.2 Package-Manager: Portage-2.3.8, Repoman-2.3.3 media-video/mkvalidator/Manifest | 1 + media-video/mkvalidator/mkvalidator-0.5.2.ebuild | 38 ++++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/media-video/mkvalidator/Manifest b/media-video/mkvalidator/Manifest index 7f4541f96df..0882064d94d 100644 --- a/media-video/mkvalidator/Manifest +++ b/media-video/mkvalidator/Manifest @@ -1 +1,2 @@ DIST mkvalidator-0.5.1.tar.bz2 589116 SHA256 e4f9b2e89df141926a3ac447bd9a2de17df28f6c413c2bff3323068b530da48f SHA512 236f15f2161e59b9a9923c1f9e4347069696578956d490def776e0b11339b9ba90eeb9a4b4ac85e1e506c250830e9ff3f007b52f7208c10d05180489abd1ccb9 WHIRLPOOL f0dfc728c5fdf0629fdd162c18f5542453271727911068f1cdc89592b648bf77ad253fbcff4405f64305e7dfb8391908ec2e15c3747cc0debadbf7cfa23f39b9 +DIST mkvalidator-0.5.2.tar.bz2 612382 SHA256 2e2a91062f6bf6034e8049646897095b5fc7a1639787d5fe0fcef1f1215d873b SHA512 c87d89ce97f8c701f73932012af8c8df3d6e5ac8b0ee24e48000f93b0e29e02ce74250565f6a662fa0c9c2fbd9910705e1d1403ac6d2ac2fe54331ef150d00cc WHIRLPOOL 87c98a98c4b9a44fcaa057c37d5f7b00d8ee23fcfe1bb95dd63ff92c5f0bdff3ef90cb9b7a0931c69c85000345c5a852a3c2b263312215e96f8497736444d726 diff --git a/media-video/mkvalidator/mkvalidator-0.5.2.ebuild b/media-video/mkvalidator/mkvalidator-0.5.2.ebuild new file mode 100644 index 00000000000..3e4f279a6c7 --- /dev/null +++ b/media-video/mkvalidator/mkvalidator-0.5.2.ebuild @@ -0,0 +1,38 @@ +# 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 + + emake -C corec/tools/coremake + mv corec/tools/coremake/coremake . || die + + ./coremake $(corec/tools/coremake/system_output.sh) || 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 -C ${PN} +} + +src_install() { + dobin release/*/mkv* + newdoc ChangeLog.txt ChangeLog + newdoc ReadMe.txt README +}