public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libtgvoip/, media-libs/libtgvoip/files/
@ 2020-02-14  6:21 Georgy Yakovlev
  0 siblings, 0 replies; 3+ messages in thread
From: Georgy Yakovlev @ 2020-02-14  6:21 UTC (permalink / raw
  To: gentoo-commits

commit:     8e2449d1426c686640d235396c80a26b90e6d0c8
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 14 06:21:32 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Feb 14 06:21:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e2449d1

media-libs/libtgvoip: drop old

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

 media-libs/libtgvoip/Manifest                      |  1 -
 media-libs/libtgvoip/files/musl.patch              | 10 ----
 .../libtgvoip/libtgvoip-2.4.4_p20200123.ebuild     | 57 ----------------------
 3 files changed, 68 deletions(-)

diff --git a/media-libs/libtgvoip/Manifest b/media-libs/libtgvoip/Manifest
index 7c2ffcad57a..fc9a3576968 100644
--- a/media-libs/libtgvoip/Manifest
+++ b/media-libs/libtgvoip/Manifest
@@ -1,2 +1 @@
-DIST libtgvoip-2.4.4_p20200123.tar.gz 1481831 BLAKE2B 5c6b4ecee4d8daf31f52db1070431cb6caee324d58a20207405ebcd2b275a07c57fa524f3f29e8aaa05e50451730d34ad47bb94a180e3ac8a169dac9979582be SHA512 5da722244d66d3793439e0d3132046f1bb7fa8a56941bcac7779e3779f0c8f517fb5a8f3af546e31d16d4f8deedb9bf7a2d694194fef76bbce233bf1ed6579c3
 DIST libtgvoip-2.4.4_p20200212.tar.gz 1481831 BLAKE2B 5c6b4ecee4d8daf31f52db1070431cb6caee324d58a20207405ebcd2b275a07c57fa524f3f29e8aaa05e50451730d34ad47bb94a180e3ac8a169dac9979582be SHA512 5da722244d66d3793439e0d3132046f1bb7fa8a56941bcac7779e3779f0c8f517fb5a8f3af546e31d16d4f8deedb9bf7a2d694194fef76bbce233bf1ed6579c3

diff --git a/media-libs/libtgvoip/files/musl.patch b/media-libs/libtgvoip/files/musl.patch
deleted file mode 100644
index ba6bb048a64..00000000000
--- a/media-libs/libtgvoip/files/musl.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- libtgvoip/os/linux/AudioPulse.cpp	2020-01-21 12:16:27.000000000 +0000
-+++ libtgvoip/os/linux/AudioPulse.cpp	2020-01-22 17:44:42.185530350 +0000
-@@ -6,6 +6,7 @@
- 
- #include "AudioPulse.h"
- #include <dlfcn.h>
-+#include <libgen.h>
- #include "../../logging.h"
- 
- #define DECLARE_DL_FUNCTION(name) typeof(name)* AudioPulse::_import_##name=NULL

diff --git a/media-libs/libtgvoip/libtgvoip-2.4.4_p20200123.ebuild b/media-libs/libtgvoip/libtgvoip-2.4.4_p20200123.ebuild
deleted file mode 100644
index 7962785e6db..00000000000
--- a/media-libs/libtgvoip/libtgvoip-2.4.4_p20200123.ebuild
+++ /dev/null
@@ -1,57 +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"
-	"${FILESDIR}/musl.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
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libtgvoip/, media-libs/libtgvoip/files/
@ 2020-03-15 19:14 Georgy Yakovlev
  0 siblings, 0 replies; 3+ messages in thread
From: Georgy Yakovlev @ 2020-03-15 19:14 UTC (permalink / raw
  To: gentoo-commits

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/libtgvoip/, media-libs/libtgvoip/files/
@ 2020-07-08 21:48 Georgy Yakovlev
  0 siblings, 0 replies; 3+ messages in thread
From: Georgy Yakovlev @ 2020-07-08 21:48 UTC (permalink / raw
  To: gentoo-commits

commit:     b332cd33213aaf7e4aaf2dd9c37b445e2f60fe6a
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  8 21:34:57 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Wed Jul  8 21:48:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b332cd33

media-libs/libtgvoip: drop old

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

 media-libs/libtgvoip/Manifest                      |  1 -
 .../libtgvoip/files/configure-bashisms.patch       | 83 ----------------------
 .../libtgvoip/libtgvoip-2.4.4_p20200701-r1.ebuild  | 55 --------------
 3 files changed, 139 deletions(-)

diff --git a/media-libs/libtgvoip/Manifest b/media-libs/libtgvoip/Manifest
index 96b844c88af..bcce992d606 100644
--- a/media-libs/libtgvoip/Manifest
+++ b/media-libs/libtgvoip/Manifest
@@ -1,4 +1,3 @@
 DIST libtgvoip-2.4.4_p20200430.tar.gz 1481816 BLAKE2B 82bf6b880f28c9b63f547e473547298e25ea3b7e35b3a832a7375b0ae3a745ea3b5d55f5e635ec678e388a608532a14de85f50828da1dbc9ed77dc23be64b9e0 SHA512 f3130c50dfa7d3f710809bb72fb71d1b246bc91e9f8f413e704499011c8ff01f87a7226315f7cfd6edf2d2b8b6c875508185f516792ff5db74556aface33cdb4
 DIST libtgvoip-2.4.4_p20200525.tar.gz 1482357 BLAKE2B 9324165a2818f3d6907fb80403c8df83e196e7566161d781f5608c2bc4fc0f34a4b69883202ac1a9d20d783d363534c11436cedcd24fa93c092eaca97369734e SHA512 5c9fbbccde8fb7dbe8076cda53a3ec80f633493c9b3016627307463dca3426623703cd28ea7ad360bd9ff7c062edecd04787b9f8a32c439cc6622d8680d624c0
-DIST libtgvoip-2.4.4_p20200701.tar.gz 1090571 BLAKE2B e1e3bf129e124aa907e15afaefb1ea2ae44fcb7ab6670e7727ac388ef498c21978f668760022ec002fafecdf51b85d872364025f2282acc88532ef3b994c4e14 SHA512 44f650509d0c6d15adcb5bb5a4af66432c808fece5169844f37d4eb3fb25f729a1caa1c2cf68a6764d134e187b156a86e93b383984f2d4dd86a69cb3e9b2b888
 DIST libtgvoip-2.4.4_p20200704.tar.gz 1090620 BLAKE2B 27880d296eef108613cb9330344bfc133efcd7b3fc82b7e793cf623187ff491f44021d1a47703949a0b830ae50106ed2d5b41e26cb6f5849b69b836a592112ff SHA512 ffff8ce9b991e03a2b0fb9b71e04311151081b7c682f728ae7d50a88a87470249d9f6841b24df3264245c5027a06da004d9022bf3652c4f11d03b2058e00d895

diff --git a/media-libs/libtgvoip/files/configure-bashisms.patch b/media-libs/libtgvoip/files/configure-bashisms.patch
deleted file mode 100644
index 2ebdf8a2799..00000000000
--- a/media-libs/libtgvoip/files/configure-bashisms.patch
+++ /dev/null
@@ -1,83 +0,0 @@
-From 601c2b7e4336357f49ad2dcf93bc59e5944975a4 Mon Sep 17 00:00:00 2001
-From: Georgy Yakovlev <gyakovlev@gentoo.org>
-Date: Sat, 4 Jul 2020 17:11:24 -0700
-Subject: [PATCH] configure.ac: use POSIX test syntax
-
-with == syntax configure fails on some shells (dash fish)
-
-./configure: 17913: test: xyes: unexpected operator
-./configure: 17921: test: x: unexpected operator
-./configure: 17929: test: x: unexpected operator
-Detected OS: linux-gnu
-./configure: 17946: test: x: unexpected operator
-./configure: 17962: test: xno: unexpected operator
-checking for dlopen in -ldl... yes
-./configure: 18036: test: xyes: unexpected operator
-checking for libpulse... yes
-checking for alsa... yes
-./configure: 18251: test: xyes: unexpected operator
-./configure: 18259: test: xyes: unexpected operator
-./configure: 18275: test: xyes: unexpected operator
-checking for size_t... yes
-
-Downstream-bug: https://bugs.gentoo.org/729034
-Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
----
- configure.ac | 18 +++++++++---------
- 1 file changed, 9 insertions(+), 9 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 37ee7a1..17789c2 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -46,18 +46,18 @@ AS_CASE([$host_cpu],
- 	[armv7*], [cpu_armv7=yes]
- )
- AS_ECHO("Detected CPU: $host_cpu")
--AM_CONDITIONAL(TARGET_CPU_X86, test "x$cpu_x86" == xyes)
--AM_CONDITIONAL(TARGET_CPU_ARM, test "x$cpu_arm" == xyes)
--AM_CONDITIONAL(TARGET_CPU_ARMV7, test "x$cpu_armv7" == xyes)
-+AM_CONDITIONAL(TARGET_CPU_X86, test "x$cpu_x86" = xyes)
-+AM_CONDITIONAL(TARGET_CPU_ARM, test "x$cpu_arm" = xyes)
-+AM_CONDITIONAL(TARGET_CPU_ARMV7, test "x$cpu_armv7" = xyes)
- AS_ECHO("Detected OS: $host_os")
- 
- AS_CASE([$host_os],
- 	[darwin*], [os_osx=yes]
- )
--AM_CONDITIONAL(TARGET_OS_OSX, test "x$os_osx" == xyes)
-+AM_CONDITIONAL(TARGET_OS_OSX, test "x$os_osx" = xyes)
- 
- AC_ARG_ENABLE([audio-callback], [AS_HELP_STRING([--enable-audio-callback], [enable callback-based audio I/O])], [], [enable_audio_callback=no])
--AM_CONDITIONAL(ENABLE_AUDIO_CALLBACK, test "x$enable_audio_callback" == xyes)
-+AM_CONDITIONAL(ENABLE_AUDIO_CALLBACK, test "x$enable_audio_callback" = xyes)
- 
- AS_IF([test "x$os_osx" != xyes && test "x$enable_audio_callback" != xyes], [ # Linux
- 	AC_CHECK_LIB([dl], [dlopen])
-@@ -65,7 +65,7 @@ AS_IF([test "x$os_osx" != xyes && test "x$enable_audio_callback" != xyes], [ # L
- 	AC_ARG_WITH([pulse], [AS_HELP_STRING([--without-pulse], [disable PulseAudio support])], [], [with_pulse=yes])
- 	AC_ARG_WITH([alsa], [AS_HELP_STRING([--without-alsa], [disable ALSA support])], [], [with_alsa=yes])
- 
--	AS_IF([test "x$with_pulse" == xno && test "x$with_alsa" == xno], [
-+	AS_IF([test "x$with_pulse" = xno && test "x$with_alsa" = xno], [
- 		AC_MSG_FAILURE([You can only disable either ALSA or PulseAudio, not both]);
- 	])
- 
-@@ -82,11 +82,11 @@ AS_IF([test "x$os_osx" != xyes && test "x$enable_audio_callback" != xyes], [ # L
- 	])
- ]);
- 
--AM_CONDITIONAL(WITH_PULSE, test "x$with_pulse" == xyes)
--AM_CONDITIONAL(WITH_ALSA, test "x$with_alsa" == xyes)
-+AM_CONDITIONAL(WITH_PULSE, test "x$with_pulse" = xyes)
-+AM_CONDITIONAL(WITH_ALSA, test "x$with_alsa" = xyes)
- 
- AC_ARG_ENABLE([dsp], [AS_HELP_STRING([--disable-dsp], [disable signal processing (echo cancellation, noise suppression, and automatic gain control)])], [], [enable_dsp=yes])
--AM_CONDITIONAL(ENABLE_DSP, test "x$enable_dsp" == xyes)
-+AM_CONDITIONAL(ENABLE_DSP, test "x$enable_dsp" = xyes)
- 
- # Checks for header files.
- AC_FUNC_ALLOCA
--- 
-2.27.0
-

diff --git a/media-libs/libtgvoip/libtgvoip-2.4.4_p20200701-r1.ebuild b/media-libs/libtgvoip/libtgvoip-2.4.4_p20200701-r1.ebuild
deleted file mode 100644
index 0271d86572a..00000000000
--- a/media-libs/libtgvoip/libtgvoip-2.4.4_p20200701-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-EGIT_COMMIT="ad55e7403ab7f268304ae9045eddef479a574ae5"
-
-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="virtual/pkgconfig"
-
-REQUIRED_USE="|| ( alsa pulseaudio )"
-
-S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
-
-PATCHES=( "${FILESDIR}/configure-bashisms.patch" )
-
-src_prepare() {
-	default
-	sed -i 's/-std=gnu++0x/-std=gnu++17/' Makefile.am || die
-	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
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-07-08 21:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-08 21:48 [gentoo-commits] repo/gentoo:master commit in: media-libs/libtgvoip/, media-libs/libtgvoip/files/ Georgy Yakovlev
  -- strict thread matches above, loose matches on Subject: below --
2020-03-15 19:14 Georgy Yakovlev
2020-02-14  6:21 Georgy Yakovlev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox