Gentoo Archives: gentoo-commits

From: Quentin Retornaz <gentoo@××××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/libressl:master commit in: net-libs/pjproject/
Date: Mon, 03 May 2021 00:07:13
Message-Id: 1619998685.728e446b77b519069608454d30b95a7fdcdd40c4.quentin@gentoo
1 commit: 728e446b77b519069608454d30b95a7fdcdd40c4
2 Author: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
3 AuthorDate: Sun May 2 23:38:05 2021 +0000
4 Commit: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
5 CommitDate: Sun May 2 23:38:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=728e446b
7
8 net-libs/pjproject: remove libressl USE flag
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Quentin Retornaz <gentoo <AT> retornaz.com>
12
13 net-libs/pjproject/metadata.xml | 2 --
14 net-libs/pjproject/pjproject-2.7.2-r2.ebuild | 7 ++-----
15 2 files changed, 2 insertions(+), 7 deletions(-)
16
17 diff --git a/net-libs/pjproject/metadata.xml b/net-libs/pjproject/metadata.xml
18 index ebb6d87..e737916 100644
19 --- a/net-libs/pjproject/metadata.xml
20 +++ b/net-libs/pjproject/metadata.xml
21 @@ -15,7 +15,6 @@
22 <flag name="g711">Include G.711 codecs in the build</flag>
23 <flag name="g722">Include G.722 codec in the build</flag>
24 <flag name="g7221">Include G.722.1 codec in the build</flag>
25 - <flag name="g729">Include G.729 codec via net-libs/bcg729</flag>
26 <flag name="ilbc">Include iLBC codec in the build</flag>
27 <flag name="l16">Include Linear/L16 codec family in the build</flag>
28 <flag name="libyuv">Include libyuv in the build</flag>
29 @@ -23,7 +22,6 @@
30 <flag name="resample">Include resampling implementations in the build</flag>
31 <flag name="silk">Include SILK support in the build</flag>
32 <flag name="v4l2">Include Video4Linux v2 support in the build</flag>
33 - <flag name="vpx">Include VP8 and VP9 codec support in the build</flag>
34 <flag name="webrtc">Enable WebRTC support</flag>
35 </use>
36 </pkgmetadata>
37
38 diff --git a/net-libs/pjproject/pjproject-2.7.2-r2.ebuild b/net-libs/pjproject/pjproject-2.7.2-r2.ebuild
39 index e31ed4a..e7a5866 100644
40 --- a/net-libs/pjproject/pjproject-2.7.2-r2.ebuild
41 +++ b/net-libs/pjproject/pjproject-2.7.2-r2.ebuild
42 @@ -15,7 +15,7 @@ SLOT="0"
43 CODEC_FLAGS="g711 g722 g7221 gsm ilbc speex l16"
44 VIDEO_FLAGS="sdl ffmpeg v4l2 openh264 libyuv"
45 SOUND_FLAGS="alsa oss portaudio"
46 -IUSE="amr debug doc epoll examples ipv6 libressl opus resample silk ssl static-libs webrtc ${CODEC_FLAGS} ${VIDEO_FLAGS} ${SOUND_FLAGS}"
47 +IUSE="amr debug doc epoll examples ipv6 opus resample silk ssl static-libs webrtc ${CODEC_FLAGS} ${VIDEO_FLAGS} ${SOUND_FLAGS}"
48
49 PATCHES=(
50 "${FILESDIR}"/${P}-ssl-flipflop.patch
51 @@ -37,10 +37,7 @@ RDEPEND="alsa? ( media-libs/alsa-lib )
52 openh264? ( media-libs/openh264 )
53 resample? ( media-libs/libsamplerate )
54
55 - ssl? (
56 - !libressl? ( dev-libs/openssl:0= )
57 - libressl? ( dev-libs/libressl:0= )
58 - )
59 + ssl? ( dev-libs/openssl:0= )
60
61 net-libs/libsrtp:0"
62 DEPEND="${RDEPEND}