Package Details: gst-plugins-openwebrtc 0.3.0-1

Git Clone URL: https://aur.archlinux.org/gst-plugins-openwebrtc.git (read-only, click to copy)
Package Base: gst-plugins-openwebrtc
Description: OpenWebRTC specific GStreamer plugins
Upstream URL: https://github.com/EricssonResearch/openwebrtc-gst-plugins
Licenses: BSD
Conflicts: gst-plugins-openwebrtc-git
Provides: gst-plugins-openwebrtc
Submitter: zan
Maintainer: None
Last Packager: zan
Votes: 2
Popularity: 0.000000
First Submitted: 2016-02-05 03:17 (UTC)
Last Updated: 2018-03-28 21:09 (UTC)

Latest Comments

dreieck commented on 2022-01-29 17:58 (UTC)

Build fails for me with mv: cannot stat '.gitignore.tmp': No such file or directory:

==> Starting build()...
[...]
Making all in videorepair
make[3]: Entering directory '/[...]/gst-plugins-openwebrtc/src/openwebrtc-gst-plugins-0.3.0/gst/videorepair'
/bin/sh ../../libtool  --tag=CC --tag=disable-static  --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..    -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/local/include -pthread -I/usr/include/orc-0.4  -Wall  -Wall -Wextra -Werror -g0 -march=x86-64 -mtune=native -O3 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fomit-frame-pointer -fPIC -Wall -MT libgstvideorepair_la-gstvideorepair.lo -MD -MP -MF .deps/libgstvideorepair_la-gstvideorepair.Tpo -c -o libgstvideorepair_la-gstvideorepair.lo `test -f 'gstvideorepair.c' || echo './'`gstvideorepair.c
make[4]: Entering directory '/[...]/gst-plugins-openwebrtc/src/openwebrtc-gst-plugins-0.3.0/gst/videorepair'
Generating .gitignore
Generating .gitignore
mv: cannot stat '.gitignore.tmp': No such file or directory
make[3]: *** [../../git.mk:85: .gitignore] Error 1
make[3]: *** Waiting for unfinished jobs....
make[4]: Leaving directory '/[...]/gst-plugins-openwebrtc/src/openwebrtc-gst-plugins-0.3.0/gst/videorepair'
make[3]: Leaving directory '/[...]/gst-plugins-openwebrtc/src/openwebrtc-gst-plugins-0.3.0/gst'
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/local/include -pthread -I/usr/include/orc-0.4 -Wall -Wall -Wextra -Werror -g0 -march=x86-64 -mtune=native -O3 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fomit-frame-pointer -fPIC -Wall -MT libgstvideorepair_la-gstvideorepair.lo -MD -MP -MF .deps/libgstvideorepair_la-gstvideorepair.Tpo -c gstvideorepair.c  -fPIC -DPIC -o .libs/libgstvideorepair_la-gstvideorepair.o
mv -f .deps/libgstvideorepair_la-gstvideorepair.Tpo .deps/libgstvideorepair_la-gstvideorepair.Plo
make[3]: Leaving directory '/[...]/gst-plugins-openwebrtc/src/openwebrtc-gst-plugins-0.3.0/gst/videorepair'
make[2]: *** [Makefile:375: all-recursive] Error 1
make[2]: Leaving directory '/[...]/gst-plugins-openwebrtc/src/openwebrtc-gst-plugins-0.3.0/gst'
make[1]: *** [Makefile:486: all-recursive] Error 1
make[1]: Leaving directory '/[...]/gst-plugins-openwebrtc/src/openwebrtc-gst-plugins-0.3.0'
make: *** [Makefile:393: all] Error 2
==> ERROR: A failure occurred in build().

And, when I install libusrsctp-git instead of libusrsctp, ./configure fails for me with checking for usrsctp_init in -lusrsctp... noconfigure: error: You need libusrsctp for the build:

==> Starting build()...
[...]
checking for usrsctp.h... yes
checking for usrsctp_init in -lusrsctp... no
configure: error: You need libusrsctp for the build
==> ERROR: A failure occurred in build().

Samega7Cattac commented on 2021-09-15 11:42 (UTC)

error: failed to commit transaction (conflicting files)
gst-plugins-openwebrtc: /usr/include/gstreamer-1.0/gst/sctp/sctpreceivemeta.h exists in filesystem (owned by gst-plugins-bad-libs)
gst-plugins-openwebrtc: /usr/include/gstreamer-1.0/gst/sctp/sctpsendmeta.h exists in filesystem (owned by gst-plugins-bad-libs)
gst-plugins-openwebrtc: /usr/lib/gstreamer-1.0/libgstsctp.so exists in filesystem (owned by gst-plugins-bad)
gst-plugins-openwebrtc: /usr/lib/libgstsctp-1.0.so exists in filesystem (owned by gst-plugins-bad-libs)
gst-plugins-openwebrtc: /usr/lib/libgstsctp-1.0.so.0 exists in filesystem (owned by gst-plugins-bad-libs)
gst-plugins-openwebrtc: /usr/lib/pkgconfig/gstreamer-sctp-1.0.pc exists in filesystem (owned by gst-plugins-bad-libs)
Errors occurred, no packages were upgraded.

CommodoreCrunch commented on 2018-03-28 05:08 (UTC)

Can you change the source filename to something a bit more unique, for those who have source caching enabled? I already had a file called "v0.3.0.tar.gz" and it created a checksum failure. I should probably also take this up with whoever put out that other v0.3.0 if I can remember what in the heck that was from.

Something like this:

source=("${pkgname}-v${pkgver}.tar.gz::https://github.com/EricssonResearch/$_remote/archive/v$pkgver.tar.gz")

jasonhansel commented on 2017-12-11 23:51 (UTC)

Doesn't work with MAKEFLAGS="-j$(nproc)". I had to set MAKEFLAGS="" for the build to succeed.

zan commented on 2016-07-07 23:25 (UTC)

Certainly, I updated the dependencies to use your release version, thank you!

aperez commented on 2016-07-07 17:02 (UTC)

Hi there! I have packaged the 0.9.3.0 stable release of libusrsctp (see https://aur.archlinux.org/packages/libusrsctp/). This builds perfectly using that stable versions, so probably it's a good idea to remove “libusrsctp-git” from the dependencies and use “libusrsctp” instead. WDYT?