public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Georgy Yakovlev" <gyakovlev@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/tg_owt/
Date: Sat, 31 Oct 2020 00:40:01 +0000 (UTC)	[thread overview]
Message-ID: <1604104718.02022f11d28ef0041133ad3877182d9cddeb2de3.gyakovlev@gentoo> (raw)

commit:     02022f11d28ef0041133ad3877182d9cddeb2de3
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 31 00:25:04 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> 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 <gyakovlev <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>gyakovlev@gentoo.org</email>
+		<name>Georgy Yakovlev</name>
+	</maintainer>
+</pkgmetadata>

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
+}


             reply	other threads:[~2020-10-31  0:40 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-31  0:40 Georgy Yakovlev [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-11-01  5:30 [gentoo-commits] repo/gentoo:master commit in: media-libs/tg_owt/ Sam James
2020-11-05 17:54 Georgy Yakovlev
2020-11-10 21:20 Georgy Yakovlev
2020-11-10 21:20 Georgy Yakovlev
2020-11-24  5:53 Georgy Yakovlev
2021-02-28 20:26 Georgy Yakovlev
2021-03-25 19:31 Georgy Yakovlev
2021-03-25 19:31 Georgy Yakovlev
2021-03-25 21:48 Georgy Yakovlev
2021-03-25 21:54 Georgy Yakovlev
2021-03-26  0:04 Sam James
2021-03-26 21:30 Georgy Yakovlev
2021-04-22 12:08 Sam James
2021-04-23 19:06 Georgy Yakovlev
2021-05-03 17:01 Georgy Yakovlev
2021-06-12  1:18 Sam James
2021-06-28  8:38 Georgy Yakovlev
2021-06-28  8:38 Georgy Yakovlev
2021-06-28  8:38 Georgy Yakovlev
2021-08-04  6:39 Agostino Sarubbo
2021-08-24 18:41 Georgy Yakovlev
2021-09-24 17:33 Georgy Yakovlev
2021-11-16 10:08 Jakov Smolić
2021-12-10 21:31 Georgy Yakovlev
2022-01-07 17:01 Georgy Yakovlev
2022-01-07 17:01 Georgy Yakovlev
2022-01-07 17:01 Georgy Yakovlev
2022-01-10  8:38 Agostino Sarubbo
2022-02-07  6:32 Sam James
2022-03-20 20:40 Arthur Zamarin
2022-07-20  5:15 Sam James
2022-08-03 17:40 Georgy Yakovlev
2022-12-02 22:49 Georgy Yakovlev
2023-01-21 16:53 Sam James
2023-01-22 23:36 Georgy Yakovlev
2023-03-30 17:57 Arthur Zamarin
2023-05-07  7:22 Sam James
2023-05-18  7:12 Joonas Niilola
2023-05-18  7:12 Joonas Niilola
2023-10-07 22:26 Ionen Wolkens
2023-10-31  1:07 Yixun Lan
2024-01-02  6:06 WANG Xuerui
2024-03-03 22:12 Sam James
2024-09-04  2:32 Yixun Lan
2024-09-07 23:36 Yixun Lan
2024-10-23 10:49 Yixun Lan
2024-12-04  3:14 Yixun Lan
2025-01-03  1:17 Yixun Lan
2025-01-03  1:17 Yixun Lan
2025-01-03 17:22 Sam James
2025-01-06  2:05 Yixun Lan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1604104718.02022f11d28ef0041133ad3877182d9cddeb2de3.gyakovlev@gentoo \
    --to=gyakovlev@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox