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 3672F138334 for ; Mon, 22 Oct 2018 22:55:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36A58E096C; Mon, 22 Oct 2018 22:55:29 +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 EF8E2E0960 for ; Mon, 22 Oct 2018 22:55:28 +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 274D6335CFB for ; Mon, 22 Oct 2018 22:55:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E32644A for ; Mon, 22 Oct 2018 22:55:25 +0000 (UTC) From: "Luca Barbato" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Luca Barbato" Message-ID: <1540248900.abd3665a279117f2039cf0e7aeea4d474dd8f3ff.lu_zero@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/intel-mediasdk/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/intel-mediasdk/Manifest media-libs/intel-mediasdk/intel-mediasdk-18.3.0.ebuild media-libs/intel-mediasdk/intel-mediasdk-9999.ebuild media-libs/intel-mediasdk/metadata.xml X-VCS-Directories: media-libs/intel-mediasdk/ X-VCS-Committer: lu_zero X-VCS-Committer-Name: Luca Barbato X-VCS-Revision: abd3665a279117f2039cf0e7aeea4d474dd8f3ff X-VCS-Branch: master Date: Mon, 22 Oct 2018 22:55:25 +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: 30f956f8-2ccd-493e-9f14-e528a192f737 X-Archives-Hash: 19749c0f39a0df0bd522d1ed4ead5772 commit: abd3665a279117f2039cf0e7aeea4d474dd8f3ff Author: Luca Barbato gentoo org> AuthorDate: Mon Oct 22 22:44:43 2018 +0000 Commit: Luca Barbato gentoo org> CommitDate: Mon Oct 22 22:55:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abd3665a media-libs/intel-mediasdk: New package A portable (windows/linux) mean to access the intel hardware for encoding and decoding. Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Luca Barbato gentoo.org> media-libs/intel-mediasdk/Manifest | 1 + .../intel-mediasdk/intel-mediasdk-18.3.0.ebuild | 42 ++++++++++++++++++++++ .../intel-mediasdk/intel-mediasdk-9999.ebuild | 42 ++++++++++++++++++++++ media-libs/intel-mediasdk/metadata.xml | 7 ++++ 4 files changed, 92 insertions(+) diff --git a/media-libs/intel-mediasdk/Manifest b/media-libs/intel-mediasdk/Manifest new file mode 100644 index 00000000000..1438ecacd34 --- /dev/null +++ b/media-libs/intel-mediasdk/Manifest @@ -0,0 +1 @@ +DIST intel-mediasdk-18.3.0.tar.gz 6313246 BLAKE2B cd8658252594aa8cec08839783c41e2f6e0a9c56366a35d7f900a7a625df77bdef8dd9d69feea1a1ed93c60699fdae5d90ea131ace39641cbb396c9ea9ea07f6 SHA512 7a5f91b2ecdca375dd5dd4c1678d61b34d96b0f4dfa1b64efe61962f66eab9bfdfac6cecb9610180c8cdcb624c467716fe5f34027950bfaed1dabd6add7585ee diff --git a/media-libs/intel-mediasdk/intel-mediasdk-18.3.0.ebuild b/media-libs/intel-mediasdk/intel-mediasdk-18.3.0.ebuild new file mode 100644 index 00000000000..a900ffb2599 --- /dev/null +++ b/media-libs/intel-mediasdk/intel-mediasdk-18.3.0.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils + +if [[ ${PV} == *9999 ]] ; then + : ${EGIT_REPO_URI:="https://github.com/Intel-Media-SDK/MediaSDK"} + if [[ ${PV%9999} != "" ]] ; then + : ${EGIT_BRANCH:="release/${PV%.9999}"} + fi + inherit git-r3 +fi + +DESCRIPTION="Intel Media SDK" +HOMEPAGE="http://mediasdk.intel.com" +if [[ ${PV} == *9999 ]] ; then + SRC_URI="" + KEYWORDS="" +else + SRC_URI="https://github.com/Intel-Media-SDK/MediaSDK/archive/intel-mediasdk-${PV}.tar.gz" + S="${WORKDIR}/media-driver-intel-media-${PV}" + KEYWORDS="~amd64" +fi + +LICENSE="MIT" +SLOT="0" +IUSE="" + +DEPEND=" + >=x11-libs/libva-intel-media-driver-${PV} +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + -DENABLE_OPENCL=OFF + ) + + cmake-utils_src_configure +} diff --git a/media-libs/intel-mediasdk/intel-mediasdk-9999.ebuild b/media-libs/intel-mediasdk/intel-mediasdk-9999.ebuild new file mode 100644 index 00000000000..a900ffb2599 --- /dev/null +++ b/media-libs/intel-mediasdk/intel-mediasdk-9999.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils + +if [[ ${PV} == *9999 ]] ; then + : ${EGIT_REPO_URI:="https://github.com/Intel-Media-SDK/MediaSDK"} + if [[ ${PV%9999} != "" ]] ; then + : ${EGIT_BRANCH:="release/${PV%.9999}"} + fi + inherit git-r3 +fi + +DESCRIPTION="Intel Media SDK" +HOMEPAGE="http://mediasdk.intel.com" +if [[ ${PV} == *9999 ]] ; then + SRC_URI="" + KEYWORDS="" +else + SRC_URI="https://github.com/Intel-Media-SDK/MediaSDK/archive/intel-mediasdk-${PV}.tar.gz" + S="${WORKDIR}/media-driver-intel-media-${PV}" + KEYWORDS="~amd64" +fi + +LICENSE="MIT" +SLOT="0" +IUSE="" + +DEPEND=" + >=x11-libs/libva-intel-media-driver-${PV} +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + -DENABLE_OPENCL=OFF + ) + + cmake-utils_src_configure +} diff --git a/media-libs/intel-mediasdk/metadata.xml b/media-libs/intel-mediasdk/metadata.xml new file mode 100644 index 00000000000..80088c21d0a --- /dev/null +++ b/media-libs/intel-mediasdk/metadata.xml @@ -0,0 +1,7 @@ + + + + + media-video@gentoo.org + +