Received: from mx1.tetrasec.net (mx1.tetrasec.net [74.117.189.118]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 4DB89781A9B for <~alpine/aports@lists.alpinelinux.org>; Mon, 3 Feb 2020 10:43:19 +0000 (UTC) Received: from mx1.tetrasec.net (mail.local [127.0.0.1]) by mx1.tetrasec.net (Postfix) with ESMTP id 15A9B2DE4682; Mon, 3 Feb 2020 10:43:17 +0000 (UTC) Received: from ncopa-desktop.copa.dup.pw (67.63.200.37.customer.cdi.no [37.200.63.67]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: alpine@tanael.org) by mx1.tetrasec.net (Postfix) with ESMTPSA id D892F2DE3FA6; Mon, 3 Feb 2020 10:43:15 +0000 (UTC) Date: Mon, 3 Feb 2020 11:43:09 +0100 From: Natanael Copa To: Daniel Santana Cc: ~alpine/aports@lists.alpinelinux.org Subject: Re: [PATCH v2 1/2] community/gst-plugins-bad: enable SCTP stack Message-ID: <20200203114309.663c9b5d@ncopa-desktop.copa.dup.pw> In-Reply-To: <20200203034106.7945-1-daniel@santana.tech> References: <20200203034106.7945-1-daniel@santana.tech> X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-alpine-linux-musl) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Mon, 3 Feb 2020 00:41:05 -0300 Daniel Santana wrote: > This is required by the webrtcbin element to use data channels. > --- > community/gst-plugins-bad/APKBUILD | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/community/gst-plugins-bad/APKBUILD b/community/gst-plugins-bad/APKBUILD > index b1576aa63a..509ff4246d 100644 > --- a/community/gst-plugins-bad/APKBUILD > +++ b/community/gst-plugins-bad/APKBUILD > @@ -1,7 +1,7 @@ > # Maintainer: Natanael Copa > pkgname=gst-plugins-bad > pkgver=1.16.2 > -pkgrel=3 > +pkgrel=4 > pkgdesc="GStreamer streaming media framework bad plug-ins" > url="https://gstreamer.freedesktop.org" > arch="all" > @@ -14,7 +14,7 @@ makedepends="alsa-lib-dev bluez-dev bzip2-dev curl-dev directfb-dev faac-dev > libmodplug-dev libsrtp-dev libvdpau-dev libwebp-dev libnice-dev > libx11-dev mesa-dev meson neon-dev openssl-dev opus-dev orc-compiler > orc-dev spandsp-dev tiff-dev x265-dev vulkan-loader-dev vulkan-headers > - wayland-dev wayland-protocols gobject-introspection-dev" > + wayland-dev wayland-protocols gobject-introspection-dev libusrsctp-dev" libusrsctp is in testing so it needs to move to community too. Would be nice to have a new release first though. https://github.com/sctplab/usrsctp/issues/136 Thanks! -nc