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 A02311382FE for ; Sat, 9 Jul 2016 10:12:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53C9CE0C11; Sat, 9 Jul 2016 10:12:39 +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 40086E0C13 for ; Sat, 9 Jul 2016 10:12:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 04F06340FC8 for ; Sat, 9 Jul 2016 10:12:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63667245B for ; Sat, 9 Jul 2016 10:12:30 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1468059129.ac81dde4b0f75c39e2eb1b6b947741fc7a721aec.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-x265/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-x265/Manifest media-plugins/gst-plugins-x265/gst-plugins-x265-1.8.2.ebuild X-VCS-Directories: media-plugins/gst-plugins-x265/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: ac81dde4b0f75c39e2eb1b6b947741fc7a721aec X-VCS-Branch: master Date: Sat, 9 Jul 2016 10:12:30 +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: ed02f145-9d24-4cdf-8da9-7a957209e7ea X-Archives-Hash: f315654eb4316936cec5b228f5ecdc89 commit: ac81dde4b0f75c39e2eb1b6b947741fc7a721aec Author: Pacho Ramos gentoo org> AuthorDate: Sat Jul 9 09:58:47 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Jul 9 10:12:09 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac81dde4 media-plugins/gst-plugins-x265: Version bump Package-Manager: portage-2.3.0 media-plugins/gst-plugins-x265/Manifest | 1 + .../gst-plugins-x265/gst-plugins-x265-1.8.2.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/media-plugins/gst-plugins-x265/Manifest b/media-plugins/gst-plugins-x265/Manifest index 7efa38d..a67cb43 100644 --- a/media-plugins/gst-plugins-x265/Manifest +++ b/media-plugins/gst-plugins-x265/Manifest @@ -1 +1,2 @@ DIST gst-plugins-bad-1.6.3.tar.xz 4216940 SHA256 971b29101d6a9c5e3fe94d99d977a227f58f0b2d29b6ca2c7f292052542b3a61 SHA512 0a3a1d3617f167e69c20db3fccf7af0c4983b8012136093dcc3d08c059d0d8687cf921309c91f94afb250e0c3b9f9ff397a98ff548ca83dc12ae762119ffc915 WHIRLPOOL eb1f1376ee9b36da09f93b14d587169a007578f7cfdce3981ae905638c28f32b85a2f2667fc347f0b9ff4aaa51512f9726377c9ab3c73040886eab9a09833612 +DIST gst-plugins-bad-1.8.2.tar.xz 4455536 SHA256 d7995317530c8773ec088f94d9320909d41da61996b801ebacce9a56af493f97 SHA512 0b8a7df6b60f24655b463dedae71de6c92dbbbc3bdf42f4b722caaee17cd701ae3c078a2ca81a9d6568123aeade20a8a3759f72a7a9806f4533375d61ab028b6 WHIRLPOOL a7af68b86bfff8c19683dd5afaaed6ea627b6d2fa54103ccc1310909ff500d36ee2c72a5bd66f2074f2bcf9f8292733dd09101ece26c47b54a18598364e39415 diff --git a/media-plugins/gst-plugins-x265/gst-plugins-x265-1.8.2.ebuild b/media-plugins/gst-plugins-x265/gst-plugins-x265-1.8.2.ebuild new file mode 100644 index 0000000..d809c01 --- /dev/null +++ b/media-plugins/gst-plugins-x265/gst-plugins-x265-1.8.2.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +GST_ORG_MODULE=gst-plugins-bad + +inherit gstreamer + +DESCRIPTION="H.265 encoder plugin for GStreamer." +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + media-libs/x265[${MULTILIB_USEDEP}] +" +DEPEND="${RDEPEND}"