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 06F52138330 for ; Fri, 23 Sep 2016 15:33:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86CFCE0852; Fri, 23 Sep 2016 15:33:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6FFC4E0852 for ; Fri, 23 Sep 2016 15:33:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EE1B533E3A9 for ; Fri, 23 Sep 2016 15:33:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28A8D245E for ; Fri, 23 Sep 2016 15:33:46 +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: <1474644815.3eddcfe618b6803a990267f367ca74efc1fc41f0.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/harvid/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/harvid/Manifest media-video/harvid/harvid-0.8.1.ebuild X-VCS-Directories: media-video/harvid/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 3eddcfe618b6803a990267f367ca74efc1fc41f0 X-VCS-Branch: master Date: Fri, 23 Sep 2016 15:33:46 +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: 0d4e28e5-66d7-42a4-b088-81270c9fd51c X-Archives-Hash: a80b1daaf7712147d366734c832125bf commit: 3eddcfe618b6803a990267f367ca74efc1fc41f0 Author: Alexis Ballier gentoo org> AuthorDate: Fri Sep 23 15:33:35 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Sep 23 15:33:35 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eddcfe6 media-video/harvid: bump to 0.8.1; bug #594268 Package-Manager: portage-2.3.1 media-video/harvid/Manifest | 1 + media-video/harvid/harvid-0.8.1.ebuild | 51 ++++++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) diff --git a/media-video/harvid/Manifest b/media-video/harvid/Manifest index aba8571..15c8869 100644 --- a/media-video/harvid/Manifest +++ b/media-video/harvid/Manifest @@ -1 +1,2 @@ DIST harvid-0.8.0.tar.gz 116079 SHA256 d4c017fb010aa1479d41d3f4cc9f77e8a0140dd359ea629faeda81093c2c8c88 SHA512 8e999e91e36708df7264fc351e5b6cac6c47fa5e0e612d0917bbfa02e98d13f9758f43312e6febebe56e7b8f2f72b80b6c47598de7100d3b5479b80720b91568 WHIRLPOOL d50f94b745192158d95f895ce6d13933891078b484f4d5e6b9a06d7c65e340a59cf5a3e66e87c9b013618c4a9ecea7f8006aa7489c932d0d61769e64446fed36 +DIST harvid-0.8.1.tar.gz 116277 SHA256 a4aefc253ede1284b2eb6d3c193984eb4a9dde8dda832e2cbcb72242c3870e3e SHA512 b425eca844bb9eec3ec8caa324f783132a3e83938b258a5f8e92ce6dc47108ae491a009223b7e3c8051d965a1ff1b5e5509a804d1462641128a8524cde5ae60a WHIRLPOOL 5e9c6c5d6456cf04a22a04b862ec0fed9cc056d7db6f1803f88c7affdc3e51a8e6dd54b6d187672ff2ba62bd2abeec96d7cef51b91187d1607ef199650b18399 diff --git a/media-video/harvid/harvid-0.8.1.ebuild b/media-video/harvid/harvid-0.8.1.ebuild new file mode 100644 index 00000000..8afaf51 --- /dev/null +++ b/media-video/harvid/harvid-0.8.1.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit toolchain-funcs multilib eutils + +DESCRIPTION="HTTP Ardour Video Daemon" +HOMEPAGE="http://x42.github.io/harvid/" +SRC_URI="https://github.com/x42/harvid/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="libav" + +RDEPEND=" + !libav? ( >=media-video/ffmpeg-2.6:0= ) + libav? ( >=media-video/libav-9:0= ) + media-libs/libpng:0= + virtual/jpeg:0 +" +DEPEND="${RDEPEND} + virtual/pkgconfig +" + +hv_make() { + emake \ + CC="$(tc-getCC)" \ + RANLIB="$(tc-getRANLIB)" \ + STRIP="true" \ + NM="$(tc-getNM) -B" \ + LD="$(tc-getLD)" \ + AR="$(tc-getAR)" \ + PREFIX="${EPREFIX:-/}usr" \ + libdir="${EPREFIX:-/}usr/$(get_libdir)" \ + hdocdir="${EPREFIX:-/}usr/share/doc/${PF}" \ + "${@}" +} + +src_compile() { + hv_make -C libharvid + hv_make -C src + hv_make +} + +src_install() { + hv_make DESTDIR="${D}" install + dodoc ChangeLog README.md +}