Search Criteria
Package Details: kms-core 6.17.0-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/kms-core.git (read-only, click to copy) |
---|---|
Package Base: | kms-core |
Description: | Kurento media server core library |
Upstream URL: | https://github.com/Kurento/kms-core |
Licenses: | Apache |
Submitter: | isushik94 |
Maintainer: | davispuh |
Last Packager: | davispuh |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2018-02-12 09:08 (UTC) |
Last Updated: | 2022-09-04 18:00 (UTC) |
Latest Comments
khvalera commented on 2021-04-17 19:37 (UTC)
makedepends add kms-jsonrpc
khumarahn commented on 2020-05-13 18:50 (UTC)
this needs libvpx as a dependency
Casper commented on 2018-11-16 11:53 (UTC)
Many thanks, isushik94. I'll test it some time later. Currently using docker image of KMS.
isushik94 commented on 2018-11-16 11:24 (UTC)
I think it's better to add this to the PKGBUILD
isushik94 commented on 2018-11-16 11:23 (UTC)
Hi Casper I see the error. You can fix it by adding
-DCMAKE_C_FLAGS="-Wno-deprecated-declarations"
parameter to a cmake configuration command.Casper commented on 2018-11-15 15:58 (UTC) (edited on 2018-11-15 16:00 (UTC) by Casper)
Hi, there is an error during building kms-core package. Any idea how to fix it? Thanks in advance.
[ 3%] Building C object src/gst-plugins/commons/sdpagent/CMakeFiles/kmssdpagent.dir/kmssdpagentcommon.c.o
[ 4%] Building C object src/gst-plugins/commons/sdpagent/CMakeFiles/kmssdpagent.dir/kmssdpagent.c.o
/tmp/yaourt-tmp-casper/aur-kms-core/src/kms-core-6.7.1/src/gst-plugins/commons/sdpagent/kmssdpagent.c: In function ‘kms_sdp_agent_class_init’:
/tmp/yaourt-tmp-casper/aur-kms-core/src/kms-core-6.7.1/src/gst-plugins/commons/sdpagent/kmssdpagent.c:2090:3: error: ‘g_type_class_add_private’ is deprecated [-Werror=deprecated-declarations] g_type_class_add_private (klass, sizeof (KmsSdpAgentPrivate)); ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:24, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/gstreamer-1.0/gst/gstenumtypes.h:7, from /usr/include/gstreamer-1.0/gst/gst.h:31, from /tmp/yaourt-tmp-casper/aur-kms-core/src/kms-core-6.7.1/src/gst-plugins/commons/sdpagent/../kmsrefstruct.h:21, from /tmp/yaourt-tmp-casper/aur-kms-core/src/kms-core-6.7.1/src/gst-plugins/commons/sdpagent/kmssdpagent.c:21:
/usr/include/glib-2.0/gobject/gtype.h:1303:10: note: declared here void g_type_class_add_private (gpointer g_class, ^~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[2]: *** [src/gst-plugins/commons/sdpagent/CMakeFiles/kmssdpagent.dir/build.make:94: src/gst-plugins/commons/sdpagent/CMakeFiles/kmssdpagent.dir/kmssdpagent.c.o] Error 1
make[2]: Leaving directory '/tmp/yaourt-tmp-casper/aur-kms-core/src/build'
make[1]: *** [CMakeFiles/Makefile2:500: src/gst-plugins/commons/sdpagent/CMakeFiles/kmssdpagent.dir/all] Error 2
make[1]: Leaving directory '/tmp/yaourt-tmp-casper/aur-kms-core/src/build'
make: *** [Makefile:141: all] Error 2
make: Leaving directory '/tmp/yaourt-tmp-casper/aur-kms-core/src/build'