Received: from mail-qk1-f194.google.com (mail-qk1-f194.google.com [209.85.222.194]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id BF5EA782B06 for <~alpine/aports@lists.alpinelinux.org>; Thu, 30 Jan 2020 01:28:11 +0000 (UTC) Received: by mail-qk1-f194.google.com with SMTP id g195so1343906qke.13 for <~alpine/aports@lists.alpinelinux.org>; Wed, 29 Jan 2020 17:28:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=santana-tech.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=HTcC0fgokLZkmNNHgNHT+1lFWGRuDipsjl4u6Aee/8M=; b=bLdQT8DZSynEAWZFSnxmM2hp+TuieDdd2+Vavxw1+pP42RU/kjc5cgsoAYWbP2M85z Lu0w6Y/SGww0A1e4pscgiVzoehzmYValq57oYSi3ZUxXS4X/iC4g3rmI0osxb+sLetV8 /TWxu8lozTWQhrhsGP3uOoqmlStsrBFRhy6RLfG0kf+RzSKvAs9Si37omzcdNtRn591+ wdU0NBI1og2a3J1qGnXNW3sq1TgIs8iBZSTV2QQV2VzCGzUQlENiN6ZZJmuhr4mhXFvw 51NgEWwGmiJHyYVyJxRh4hNigErDl9FwNhShrkCKrrtWJpIJ6Lo5t0bozjfewdF5hoIi KJFg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=HTcC0fgokLZkmNNHgNHT+1lFWGRuDipsjl4u6Aee/8M=; b=ZFf7/7Xglah7MSiOn7M0+KKRGCCMOQ4zgcC9Xq4lE07kUjbb4Olc5HXj5CNWrJTwCE SrH9ZXisyomLA10Y7H9yiEYXfWaMyeruqusg09cT7ux0C2dMgLUz0IGX+cfvHFkVPQWw lVmGpJIPfB+IcXRaO2aGlUrb3ydCxM9TpiJwcd7m2TDDoKwLkpkEC2K8dhnBZd+Z0nl8 OhoIrYccVhEKw6HERFNzWtfPzgPasKvh2ZfMbBC+UFErzF51UQOCrTK1Q7MZ+KtLusdn 6hD9OeDffeI1rJGF/RD20nQPtyG9w11SZhzyqlTk5oNmCr9DYnliFHY8+XfQbBLhtwG8 iyTQ== X-Gm-Message-State: APjAAAUitU8Jh4/D5kcCAYumxS1aJSfAPAAN64WV0+p8aaMsa0VwBhq0 1chNjBpqeGn91R/EEdsCIx6UmrLtS0Y= X-Google-Smtp-Source: APXvYqzgoOXwz9nAu2pi2j6YoSpyb/YdbzxGW2WI/VjeJGbOBtG2O2sQI4Dc6vcwgE2O06kxGV3cew== X-Received: by 2002:ae9:e702:: with SMTP id m2mr2887509qka.208.1580347689546; Wed, 29 Jan 2020 17:28:09 -0800 (PST) Received: from localhost ([179.55.208.178]) by smtp.gmail.com with ESMTPSA id k14sm1895509qki.66.2020.01.29.17.28.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 29 Jan 2020 17:28:09 -0800 (PST) From: Daniel Santana To: ~alpine/aports@lists.alpinelinux.org Cc: Daniel Santana Subject: [PATCH v2 1/2] community/gst-plugins-bad: enable SCTP stack Date: Wed, 29 Jan 2020 22:27:54 -0300 Message-Id: <20200130012755.26850-1-daniel@santana.tech> X-Mailer: git-send-email 2.25.0 In-Reply-To: <20200130002810.73fe2de3@enterprise> References: <20200130002810.73fe2de3@enterprise> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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" case "$CARCH" in s390x) ;; @@ -36,6 +36,7 @@ build() { -Dpackage-name="GStreamer bad plug-ins (Alpine Linux)" \ -Dintrospection=enabled \ -Dvulkan=enabled \ + -Dsctp=enabled \ . output ninja -C output } -- 2.25.0