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 3121A1384B4 for ; Mon, 9 Nov 2015 03:03:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CEE8DE07EC; Mon, 9 Nov 2015 03:03:53 +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 5619AE07EC for ; Mon, 9 Nov 2015 03:03:53 +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 3EB3133FEB1 for ; Mon, 9 Nov 2015 03:03:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 839202315 for ; Mon, 9 Nov 2015 03:03:49 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1447037695.f8d6229bf6baa8dccf3f1dfefb1140cf7993d357.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libde265/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libde265/Manifest media-libs/libde265/libde265-1.0.2.ebuild X-VCS-Directories: media-libs/libde265/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: f8d6229bf6baa8dccf3f1dfefb1140cf7993d357 X-VCS-Branch: master Date: Mon, 9 Nov 2015 03:03:49 +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: 107ef431-6054-4d9c-a2aa-0df15b09956e X-Archives-Hash: ca7536990c6da0ab53ff7aff6c40887f commit: f8d6229bf6baa8dccf3f1dfefb1140cf7993d357 Author: Yixun Lan gentoo org> AuthorDate: Mon Nov 9 02:54:19 2015 +0000 Commit: Yixun Lan gentoo org> CommitDate: Mon Nov 9 02:54:55 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8d6229b media-libs/libde265: version bump, 1.0.2 Package-Manager: portage-2.2.24 media-libs/libde265/Manifest | 1 + media-libs/libde265/libde265-1.0.2.ebuild | 43 +++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/media-libs/libde265/Manifest b/media-libs/libde265/Manifest index 5872f63..c16d81a 100644 --- a/media-libs/libde265/Manifest +++ b/media-libs/libde265/Manifest @@ -1 +1,2 @@ DIST libde265-0.9.tar.gz 258887 SHA256 226856358b1cb7aa54d3f3e1bc9bb9f062b867c6de58ab1ee94cfcb8a111cda2 SHA512 1e519cea8447bffd14dd1b78d9ab07f3e558e5f3731e26a3d5c3bd8c4a67e05c1ab228f1f82d671d64442ca78e6ead9305edd19bb17fa62c27253616ff6a84d2 WHIRLPOOL 0c0ee2cc844c2551ae1effa1305d6413a5a4a81406f1957f4d48fe74d9e1c912e424106d4c3290100b15c2d8277833cc07931fb30c4e14e827e86e785ff7f3d3 +DIST libde265-1.0.2.tar.gz 381737 SHA256 c9769a621d568bf5d1e687453cb5d996d7a813476813edb4752ce0fea437fca8 SHA512 714ce93f204bd034e3cccd9624d32ea6fcb31be25dbfd1a85f91814b33a01cc1515a3887a1ccabb9f0986686ecbcdd984b88e605190ff33d2bd75cc3b9f4bdd3 WHIRLPOOL 39daca6fc9d6b68cf69c696467343f780d3e1333e0ff0b94ff942e893deb3898a2d91070d07c64b7c7a5eb24d4097c4bf55b7466327110566bfa4fc87fa9073a diff --git a/media-libs/libde265/libde265-1.0.2.ebuild b/media-libs/libde265/libde265-1.0.2.ebuild new file mode 100644 index 0000000..d42d386 --- /dev/null +++ b/media-libs/libde265/libde265-1.0.2.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +AUTOTOOLS_IN_SOURCE_BUILD=1 +AUTOTOOLS_AUTORECONF=1 +inherit autotools-multilib + +DESCRIPTION="Open h.265 video codec implementation" +HOMEPAGE="https://github.com/strukturag/libde265" +SRC_URI="https://github.com/strukturag/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug qt4 qt5 static-libs cpu_flags_x86_sse tools" + +DEPEND=" + qt4? ( dev-qt/qtgui:4 dev-qt/qtcore:4 ) + qt5? ( dev-qt/qtgui:5 dev-qt/qtcore:5 dev-qt/qtwidgets:5 ) + media-libs/libsdl + virtual/ffmpeg +" +RDEPEND="${DEPEND}" + +REQUIRED_USE="tools? ( || ( qt4 qt5 ) )" + +src_configure() { + local myeconfargs=( + $(use_enable cpu_flags_x86_sse sse) + $(use_enable static-libs static) + $(use_enable debug log-info) + $(use_enable debug log-debug) + $(use_enable debug log-trace) + $(use_enable tools dec265) + $(use_enable tools sherlock265) + --disable-silent-rules + --enable-log-error + ) + autotools-multilib_src_configure "${myeconfargs[@]}" +}