From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AF62713888F for ; Thu, 15 Oct 2015 07:00:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41F22E079B; Thu, 15 Oct 2015 07:00:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C3991E079B for ; Thu, 15 Oct 2015 07:00:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6CA9D33FE13 for ; Thu, 15 Oct 2015 07:00:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF497B81 for ; Thu, 15 Oct 2015 07:00:11 +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: <1444892391.1ea11df9782d3911550906e084e212b20628d2ec.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.0.ebuild media-video/harvid/metadata.xml X-VCS-Directories: media-video/harvid/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 1ea11df9782d3911550906e084e212b20628d2ec X-VCS-Branch: master Date: Thu, 15 Oct 2015 07:00:11 +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: 40bd3cbd-692b-48bb-bb1a-1233aea9d724 X-Archives-Hash: 4ae4ec008d4374b23cd5e150c56853cd commit: 1ea11df9782d3911550906e084e212b20628d2ec Author: Alexis Ballier gentoo org> AuthorDate: Thu Oct 15 06:59:35 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Oct 15 06:59:51 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ea11df9 media-video/harvid: Initial import. Ebuild by me. Package-Manager: portage-2.2.23 media-video/harvid/Manifest | 1 + media-video/harvid/harvid-0.8.0.ebuild | 51 ++++++++++++++++++++++++++++++++++ media-video/harvid/metadata.xml | 8 ++++++ 3 files changed, 60 insertions(+) diff --git a/media-video/harvid/Manifest b/media-video/harvid/Manifest new file mode 100644 index 0000000..aba8571 --- /dev/null +++ b/media-video/harvid/Manifest @@ -0,0 +1 @@ +DIST harvid-0.8.0.tar.gz 116079 SHA256 d4c017fb010aa1479d41d3f4cc9f77e8a0140dd359ea629faeda81093c2c8c88 SHA512 8e999e91e36708df7264fc351e5b6cac6c47fa5e0e612d0917bbfa02e98d13f9758f43312e6febebe56e7b8f2f72b80b6c47598de7100d3b5479b80720b91568 WHIRLPOOL d50f94b745192158d95f895ce6d13933891078b484f4d5e6b9a06d7c65e340a59cf5a3e66e87c9b013618c4a9ecea7f8006aa7489c932d0d61769e64446fed36 diff --git a/media-video/harvid/harvid-0.8.0.ebuild b/media-video/harvid/harvid-0.8.0.ebuild new file mode 100644 index 0000000..5c2db60 --- /dev/null +++ b/media-video/harvid/harvid-0.8.0.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit toolchain-funcs multilib + +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:= ) + libav? ( media-video/libav:= ) + 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 +} diff --git a/media-video/harvid/metadata.xml b/media-video/harvid/metadata.xml new file mode 100644 index 0000000..c572c7d --- /dev/null +++ b/media-video/harvid/metadata.xml @@ -0,0 +1,8 @@ + + + + video + + media-video@gentoo.org + +