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 4FC82138359 for ; Sat, 31 Oct 2020 00:40:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C656E0829; Sat, 31 Oct 2020 00:40:04 +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 23F19E0829 for ; Sat, 31 Oct 2020 00:40:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B35BD340B9C for ; Sat, 31 Oct 2020 00:40:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11F0C3F1 for ; Sat, 31 Oct 2020 00:40:01 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1604104718.02022f11d28ef0041133ad3877182d9cddeb2de3.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/tg_owt/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/tg_owt/Manifest media-libs/tg_owt/metadata.xml media-libs/tg_owt/tg_owt-0_pre20201030.ebuild X-VCS-Directories: media-libs/tg_owt/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 02022f11d28ef0041133ad3877182d9cddeb2de3 X-VCS-Branch: master Date: Sat, 31 Oct 2020 00:40:01 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d3e1aec6-ca08-434b-80d7-6d7b1852f781 X-Archives-Hash: 1a0f4d67c5a5bee09d46e30a85445604 commit: 02022f11d28ef0041133ad3877182d9cddeb2de3 Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Oct 31 00:25:04 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Oct 31 00:38:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02022f11 media-libs/tg_owt: new package (webrtc for telegram-desktop) Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Georgy Yakovlev gentoo.org> media-libs/tg_owt/Manifest | 1 + media-libs/tg_owt/metadata.xml | 8 +++++ media-libs/tg_owt/tg_owt-0_pre20201030.ebuild | 47 +++++++++++++++++++++++++++ 3 files changed, 56 insertions(+) diff --git a/media-libs/tg_owt/Manifest b/media-libs/tg_owt/Manifest new file mode 100644 index 00000000000..6b888ca56b1 --- /dev/null +++ b/media-libs/tg_owt/Manifest @@ -0,0 +1 @@ +DIST tg_owt-0_pre20201030.tar.gz 18391433 BLAKE2B 518f1a0cba8615348b6757cc3d40c6f78c7ccfcb3943a39aef9ac712e1520b7d2c9b52419bb1f22966ee8210021d684df64e593403ee86a55bbf4622826a7bcb SHA512 4f8c9fdcf3f5a2086bcb00c1434ab5c0ff398de99c32166e8479dc8482cf598ed20bcd93a98c92f30e0f0d16e1cee4dbe28d4cd21feb602fc937079d487326dd diff --git a/media-libs/tg_owt/metadata.xml b/media-libs/tg_owt/metadata.xml new file mode 100644 index 00000000000..efcd58fe0b9 --- /dev/null +++ b/media-libs/tg_owt/metadata.xml @@ -0,0 +1,8 @@ + + + + + gyakovlev@gentoo.org + Georgy Yakovlev + + diff --git a/media-libs/tg_owt/tg_owt-0_pre20201030.ebuild b/media-libs/tg_owt/tg_owt-0_pre20201030.ebuild new file mode 100644 index 00000000000..0732044bf8e --- /dev/null +++ b/media-libs/tg_owt/tg_owt-0_pre20201030.ebuild @@ -0,0 +1,47 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake flag-o-matic + +TG_OWT_COMMIT="1d4f7d74ff1a627db6e45682efd0e3b85738e426" + +DESCRIPTION="WebRTC build for Telegram" +HOMEPAGE="https://github.com/desktop-app/tg_owt" +SRC_URI="https://github.com/desktop-app/tg_owt/archive/${TG_OWT_COMMIT}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~ppc64" +IUSE="pulseaudio" + +# some things from this list are bundled +# work on unbundling in progress +DEPEND=" + dev-libs/openssl:= + media-libs/alsa-lib + media-libs/libjpeg-turbo:= + media-libs/libvpx:= + media-libs/openh264:= + media-libs/opus + media-video/ffmpeg:= + !pulseaudio? ( media-sound/apulse[sdk] ) + pulseaudio? ( media-sound/pulseaudio ) +" + +RDEPEND="${DEPEND}" + +BDEPEND=" + virtual/pkgconfig + amd64? ( dev-lang/yasm ) +" + +S="${WORKDIR}/${PN}-${TG_OWT_COMMIT}" + +src_configure() { + local mycmakeargs=( + -DTG_OWT_PACKAGED_BUILD=TRUE + ) + cmake_src_configure +}