~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
3 2

[PATCH] community/gst-plugins-bad: enable SCTP stack

Daniel Santana <daniel@santana.tech>
Details
Message ID
<20200129170743.637-1-daniel@santana.tech>
DKIM signature
missing
Download raw message
Patch: +3 -2
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 <ncopa@alpinelinux.org>
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
Details
Message ID
<20200130002810.73fe2de3@enterprise>
In-Reply-To
<20200129170743.637-1-daniel@santana.tech> (view parent)
DKIM signature
missing
Download raw message
On Wed, 29 Jan 2020 14:07:43 -0300
Daniel Santana <daniel@santana.tech> 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 <ncopa@alpinelinux.org>
>  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
>  }

gst-plugins-bad is in community/ while libusrsctp is in testing/.

Please move libusrsctp to testing.

[PATCH v2 1/2] community/gst-plugins-bad: enable SCTP stack

Daniel Santana <daniel@santana.tech>
Details
Message ID
<20200130012755.26850-1-daniel@santana.tech>
In-Reply-To
<20200130002810.73fe2de3@enterprise> (view parent)
DKIM signature
missing
Download raw message
Patch: +3 -2
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 <ncopa@alpinelinux.org>
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

[PATCH v2 2/2] testing/e2tools: move to community

Daniel Santana <daniel@santana.tech>
Details
Message ID
<20200130012755.26850-2-daniel@santana.tech>
In-Reply-To
<20200130012755.26850-1-daniel@santana.tech> (view parent)
DKIM signature
missing
Download raw message
Patch: +0 -0
---
 {testing => community}/e2tools/APKBUILD  | 0
 {testing => community}/e2tools/e2cp.1    | 0
 {testing => community}/e2tools/e2ln.1    | 0
 {testing => community}/e2tools/e2ls.1    | 0
 {testing => community}/e2tools/e2mkdir.1 | 0
 {testing => community}/e2tools/e2mv.1    | 0
 {testing => community}/e2tools/e2rm.1    | 0
 {testing => community}/e2tools/e2tail.1  | 0
 {testing => community}/e2tools/e2tools.7 | 0
 9 files changed, 0 insertions(+), 0 deletions(-)
 rename {testing => community}/e2tools/APKBUILD (100%)
 rename {testing => community}/e2tools/e2cp.1 (100%)
 rename {testing => community}/e2tools/e2ln.1 (100%)
 rename {testing => community}/e2tools/e2ls.1 (100%)
 rename {testing => community}/e2tools/e2mkdir.1 (100%)
 rename {testing => community}/e2tools/e2mv.1 (100%)
 rename {testing => community}/e2tools/e2rm.1 (100%)
 rename {testing => community}/e2tools/e2tail.1 (100%)
 rename {testing => community}/e2tools/e2tools.7 (100%)

diff --git a/testing/e2tools/APKBUILD b/community/e2tools/APKBUILD
similarity index 100%
rename from testing/e2tools/APKBUILD
rename to community/e2tools/APKBUILD
diff --git a/testing/e2tools/e2cp.1 b/community/e2tools/e2cp.1
similarity index 100%
rename from testing/e2tools/e2cp.1
rename to community/e2tools/e2cp.1
diff --git a/testing/e2tools/e2ln.1 b/community/e2tools/e2ln.1
similarity index 100%
rename from testing/e2tools/e2ln.1
rename to community/e2tools/e2ln.1
diff --git a/testing/e2tools/e2ls.1 b/community/e2tools/e2ls.1
similarity index 100%
rename from testing/e2tools/e2ls.1
rename to community/e2tools/e2ls.1
diff --git a/testing/e2tools/e2mkdir.1 b/community/e2tools/e2mkdir.1
similarity index 100%
rename from testing/e2tools/e2mkdir.1
rename to community/e2tools/e2mkdir.1
diff --git a/testing/e2tools/e2mv.1 b/community/e2tools/e2mv.1
similarity index 100%
rename from testing/e2tools/e2mv.1
rename to community/e2tools/e2mv.1
diff --git a/testing/e2tools/e2rm.1 b/community/e2tools/e2rm.1
similarity index 100%
rename from testing/e2tools/e2rm.1
rename to community/e2tools/e2rm.1
diff --git a/testing/e2tools/e2tail.1 b/community/e2tools/e2tail.1
similarity index 100%
rename from testing/e2tools/e2tail.1
rename to community/e2tools/e2tail.1
diff --git a/testing/e2tools/e2tools.7 b/community/e2tools/e2tools.7
similarity index 100%
rename from testing/e2tools/e2tools.7
rename to community/e2tools/e2tools.7
-- 
2.25.0
Reply to thread Export thread (mbox)