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 7072258973 for ; Sun, 31 Jan 2016 14:45:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B125021C105; Sun, 31 Jan 2016 14:45:45 +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 3FCD221C105 for ; Sun, 31 Jan 2016 14:45:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7AC1734091A for ; Sun, 31 Jan 2016 14:45:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 161BD1224 for ; Sun, 31 Jan 2016 14:45:31 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1454251517.67fffd0e9c53ca69fd0240a57023ca73a01dddfb.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-uvch264/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-uvch264/Manifest media-plugins/gst-plugins-uvch264/gst-plugins-uvch264-1.6.3.ebuild X-VCS-Directories: media-plugins/gst-plugins-uvch264/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 67fffd0e9c53ca69fd0240a57023ca73a01dddfb X-VCS-Branch: master Date: Sun, 31 Jan 2016 14:45:31 +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: 7b186889-294a-4e00-a74e-d2eb6cdf2a51 X-Archives-Hash: 2fc99f6e810f8fc632b4f850a66e5836 commit: 67fffd0e9c53ca69fd0240a57023ca73a01dddfb Author: Gilles Dartiguelongue lexfo fr> AuthorDate: Sun Jan 31 14:34:38 2016 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Jan 31 14:45:17 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67fffd0e media-plugins/gst-plugins-uvch264: version bump to 1.6.3 Package-Manager: portage-2.2.27 media-plugins/gst-plugins-uvch264/Manifest | 1 + .../gst-plugins-uvch264-1.6.3.ebuild | 30 ++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/media-plugins/gst-plugins-uvch264/Manifest b/media-plugins/gst-plugins-uvch264/Manifest index 6a730f2..692bbd8 100644 --- a/media-plugins/gst-plugins-uvch264/Manifest +++ b/media-plugins/gst-plugins-uvch264/Manifest @@ -1 +1,2 @@ DIST gst-plugins-bad-1.6.2.tar.xz 4187644 SHA256 650855e39ff56a8bb6cb0c192109c5926ce12f536d06e19ebf829de71ef396fe SHA512 f2d14d32047440a64daf341f9538fcb37c8b808d5ba19e8e9d4b7f9439b77f81cfc791e72193cb69f280a038162921bc9670cc340905850bec656ed4fe488fb5 WHIRLPOOL 7ae8e20c706f3526a5cdd5b4d086dfcf86af4f93e6ba0d60f655c211ca41b80c841004d0fc2134ad3f77c3600913dff0d94610dc5751acbbc4b9305c5600e8dc +DIST gst-plugins-bad-1.6.3.tar.xz 4216940 SHA256 971b29101d6a9c5e3fe94d99d977a227f58f0b2d29b6ca2c7f292052542b3a61 SHA512 0a3a1d3617f167e69c20db3fccf7af0c4983b8012136093dcc3d08c059d0d8687cf921309c91f94afb250e0c3b9f9ff397a98ff548ca83dc12ae762119ffc915 WHIRLPOOL eb1f1376ee9b36da09f93b14d587169a007578f7cfdce3981ae905638c28f32b85a2f2667fc347f0b9ff4aaa51512f9726377c9ab3c73040886eab9a09833612 diff --git a/media-plugins/gst-plugins-uvch264/gst-plugins-uvch264-1.6.3.ebuild b/media-plugins/gst-plugins-uvch264/gst-plugins-uvch264-1.6.3.ebuild new file mode 100644 index 0000000..a085804 --- /dev/null +++ b/media-plugins/gst-plugins-uvch264/gst-plugins-uvch264-1.6.3.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +GST_ORG_MODULE=gst-plugins-bad + +inherit gstreamer + +DESCRIPTION="UVC compliant H264 encoding cameras plugin for GStreamer." +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + virtual/libgudev:0[${MULTILIB_USEDEP}] + virtual/libusb:1[${MULTILIB_USEDEP}] +" +DEPEND="${RDEPEND}" + +src_prepare() { + # FIXME: gstbasecamerabin does not have a .pc + # gstreamer_system_link \ + # gst-libs/gst/basecamerabinsrc:gstbasecamerabinsrc + + local directory libs + directory="gst-libs/gst/basecamerabinsrc" + libs="-lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgstbase-1.0 -lgstapp-1.0 -lgstbasecamerabinsrc-1.0" + sed -e "s:\$(top_builddir)/${directory}/.*\.la:${libs}:" \ + -i sys/uvch264/Makefile.{am,in} || die +}