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/libtgvoip/, media-libs/libtgvoip/files/
Date: Sun, 15 Mar 2020 19:14:30 +0000 (UTC)	[thread overview]
Message-ID: <1584299620.9fb1e8223b5cf66b0b0ab848d8c73698a3c9a988.gyakovlev@gentoo> (raw)

commit:     9fb1e8223b5cf66b0b0ab848d8c73698a3c9a988
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 15 18:32:38 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sun Mar 15 19:13:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fb1e822

media-libs/libtgvoip: drop old

Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 media-libs/libtgvoip/Manifest                      |  1 -
 media-libs/libtgvoip/files/2.4.4-pulseaudio.patch  | 36 --------------
 .../libtgvoip/libtgvoip-2.4.4_p20200212.ebuild     | 56 ----------------------
 3 files changed, 93 deletions(-)

diff --git a/media-libs/libtgvoip/Manifest b/media-libs/libtgvoip/Manifest
index 8511833b535..4f515fcc4c2 100644
--- a/media-libs/libtgvoip/Manifest
+++ b/media-libs/libtgvoip/Manifest
@@ -1,2 +1 @@
-DIST libtgvoip-2.4.4_p20200212.tar.gz 1481831 BLAKE2B 5c6b4ecee4d8daf31f52db1070431cb6caee324d58a20207405ebcd2b275a07c57fa524f3f29e8aaa05e50451730d34ad47bb94a180e3ac8a169dac9979582be SHA512 5da722244d66d3793439e0d3132046f1bb7fa8a56941bcac7779e3779f0c8f517fb5a8f3af546e31d16d4f8deedb9bf7a2d694194fef76bbce233bf1ed6579c3
 DIST libtgvoip-2.4.4_p20200301.tar.gz 1481876 BLAKE2B cb589eb5c1aacae92f2a6701fed727807f0527320276cd440754052469bae99d613ba3eb5f5166c169d9d0ee7eb77913e98b196f2269bb0a234bee8eed251ab1 SHA512 8d7e540e62447cfaf3e0ef98a2c3c0e9e16019299abd9e384f488d3f34b7efb750c3174175c287c2b520ebec649df55055bfca9736617c6adc33709c25a0cf0f

diff --git a/media-libs/libtgvoip/files/2.4.4-pulseaudio.patch b/media-libs/libtgvoip/files/2.4.4-pulseaudio.patch
deleted file mode 100644
index ecb0d88a07a..00000000000
--- a/media-libs/libtgvoip/files/2.4.4-pulseaudio.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 1b029a0eb8b65057a31001e812b28f4685298ea4 Mon Sep 17 00:00:00 2001
-From: Seven Du <dujinfang@gmail.com>
-Date: Fri, 17 May 2019 22:19:08 +0800
-Subject: [PATCH] fix build with pulse audio
-
----
- audio/AudioInput.cpp  | 2 +-
- audio/AudioOutput.cpp | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/audio/AudioInput.cpp b/audio/AudioInput.cpp
-index dae647a..7b0c4da 100644
---- a/audio/AudioInput.cpp
-+++ b/audio/AudioInput.cpp
-@@ -79,7 +79,7 @@ void AudioInput::EnumerateDevices(std::vector<AudioInputDevice>& devs){
- #elif defined(WITHOUT_PULSE)
- 	AudioInputALSA::EnumerateDevices(devs);
- #else
--	AudioInputPulse::EnumerateDevices(devs)
-+	AudioInputPulse::EnumerateDevices(devs);
- #endif
- #endif
- }
-diff --git a/audio/AudioOutput.cpp b/audio/AudioOutput.cpp
-index 458e8a5..07a3e31 100644
---- a/audio/AudioOutput.cpp
-+++ b/audio/AudioOutput.cpp
-@@ -90,7 +90,7 @@ void AudioOutput::EnumerateDevices(std::vector<AudioOutputDevice>& devs){
- #elif defined(WITHOUT_PULSE)
- 	AudioOutputALSA::EnumerateDevices(devs);
- #else
--	AudioOutputPulse::EnumerateDevices(devs)
-+	AudioOutputPulse::EnumerateDevices(devs);
- #endif
- #endif
- }

diff --git a/media-libs/libtgvoip/libtgvoip-2.4.4_p20200212.ebuild b/media-libs/libtgvoip/libtgvoip-2.4.4_p20200212.ebuild
deleted file mode 100644
index 70620f03926..00000000000
--- a/media-libs/libtgvoip/libtgvoip-2.4.4_p20200212.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-EGIT_COMMIT="c5651ffc728336e56d8567f5c6c179e8a5d4fe55"
-
-DESCRIPTION="VoIP library for Telegram clients"
-HOMEPAGE="https://github.com/telegramdesktop/libtgvoip"
-SRC_URI="https://github.com/telegramdesktop/libtgvoip/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Unlicense"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
-IUSE="+alsa +dsp libressl pulseaudio"
-
-DEPEND="
-	!libressl? ( dev-libs/openssl:0= )
-	libressl? ( dev-libs/libressl:0= )
-	media-libs/opus:=
-	alsa? ( media-libs/alsa-lib )
-	pulseaudio? ( media-sound/pulseaudio )
-"
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-REQUIRED_USE="|| ( alsa pulseaudio )"
-
-S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
-
-PATCHES=(
-	"${FILESDIR}/2.4.4-pulseaudio.patch"
-)
-
-src_prepare() {
-	default
-	eautoreconf
-}
-
-src_configure() {
-	local myconf=(
-		--disable-static
-		$(use_enable dsp)
-		$(use_with alsa)
-		$(use_with pulseaudio pulse)
-	)
-
-	econf "${myconf[@]}"
-}
-
-src_install() {
-	default
-	find "${D}" -name '*.la' -delete || die
-}


             reply	other threads:[~2020-03-15 19:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-15 19:14 Georgy Yakovlev [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-07-08 21:48 [gentoo-commits] repo/gentoo:master commit in: media-libs/libtgvoip/, media-libs/libtgvoip/files/ Georgy Yakovlev
2020-02-14  6:21 Georgy Yakovlev

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=1584299620.9fb1e8223b5cf66b0b0ab848d8c73698a3c9a988.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