commit:     728e446b77b519069608454d30b95a7fdcdd40c4
Author:     Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
AuthorDate: Sun May  2 23:38:05 2021 +0000
Commit:     Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
CommitDate: Sun May  2 23:38:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=728e446b

net-libs/pjproject: remove libressl USE flag

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Quentin Retornaz <gentoo <AT> retornaz.com>

 net-libs/pjproject/metadata.xml              | 2 --
 net-libs/pjproject/pjproject-2.7.2-r2.ebuild | 7 ++-----
 2 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/net-libs/pjproject/metadata.xml b/net-libs/pjproject/metadata.xml
index ebb6d87..e737916 100644
--- a/net-libs/pjproject/metadata.xml
+++ b/net-libs/pjproject/metadata.xml
@@ -15,7 +15,6 @@
                <flag name="g711">Include G.711 codecs in the build</flag>
                <flag name="g722">Include G.722 codec in the build</flag>
                <flag name="g7221">Include G.722.1 codec in the build</flag>
-               <flag name="g729">Include G.729 codec via net-libs/bcg729</flag>
                <flag name="ilbc">Include iLBC codec in the build</flag>
                <flag name="l16">Include Linear/L16 codec family in the 
build</flag>
                <flag name="libyuv">Include libyuv in the build</flag>
@@ -23,7 +22,6 @@
                <flag name="resample">Include resampling implementations in the 
build</flag>
                <flag name="silk">Include SILK support in the build</flag>
                <flag name="v4l2">Include Video4Linux v2 support in the 
build</flag>
-               <flag name="vpx">Include VP8 and VP9 codec support in the 
build</flag>
                <flag name="webrtc">Enable WebRTC support</flag>
        </use>
 </pkgmetadata>

diff --git a/net-libs/pjproject/pjproject-2.7.2-r2.ebuild 
b/net-libs/pjproject/pjproject-2.7.2-r2.ebuild
index e31ed4a..e7a5866 100644
--- a/net-libs/pjproject/pjproject-2.7.2-r2.ebuild
+++ b/net-libs/pjproject/pjproject-2.7.2-r2.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
 CODEC_FLAGS="g711 g722 g7221 gsm ilbc speex l16"
 VIDEO_FLAGS="sdl ffmpeg v4l2 openh264 libyuv"
 SOUND_FLAGS="alsa oss portaudio"
-IUSE="amr debug doc epoll examples ipv6 libressl opus resample silk ssl 
static-libs webrtc ${CODEC_FLAGS} ${VIDEO_FLAGS} ${SOUND_FLAGS}"
+IUSE="amr debug doc epoll examples ipv6 opus resample silk ssl static-libs 
webrtc ${CODEC_FLAGS} ${VIDEO_FLAGS} ${SOUND_FLAGS}"
 
 PATCHES=(
        "${FILESDIR}"/${P}-ssl-flipflop.patch
@@ -37,10 +37,7 @@ RDEPEND="alsa? ( media-libs/alsa-lib )
        openh264? ( media-libs/openh264 )
        resample? ( media-libs/libsamplerate )
 
-       ssl? (
-               !libressl? ( dev-libs/openssl:0= )
-               libressl? ( dev-libs/libressl:0= )
-       )
+       ssl? ( dev-libs/openssl:0= )
 
        net-libs/libsrtp:0"
 DEPEND="${RDEPEND}

Reply via email to