Search Criteria
Package Base Details: gstreamer0.10-good
Git Clone URL: | https://aur.archlinux.org/gstreamer0.10-good.git (read-only, click to copy) |
---|---|
Submitter: | yurikoles |
Maintainer: | kirillnow |
Last Packager: | kirillnow |
Votes: | 43 |
Popularity: | 0.058285 |
First Submitted: | 2017-01-26 13:56 |
Last Updated: | 2020-06-14 03:46 |
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
yurikoles commented on 2017-01-28 14:28
@all please update
ector commented on 2017-01-28 14:17
Me too
Swipe commented on 2017-01-28 13:46
Me too
dixi_minga commented on 2017-01-28 11:51
also with the new version I get compiler error:
make[3]: *** [Makefile:764: libgstvideo4linux2_la-gstv4l2bufferpool.lo] Error 1
make[3]: Leaving directory '/tmp/yaourt-tmp-dixi/aur-gstreamer0.10-good-plugins/src/gst-plugins-good-0.10.31/sys/v4l2'
make[2]: *** [Makefile:908: v4l2] Error 2
make[2]: Leaving directory '/tmp/yaourt-tmp-dixi/aur-gstreamer0.10-good-plugins/src/gst-plugins-good-0.10.31/sys'
make[1]: *** [Makefile:712: all-recursive] Error 1
make[1]: Leaving directory '/tmp/yaourt-tmp-dixi/aur-gstreamer0.10-good-plugins/src/gst-plugins-good-0.10.31'
make: *** [Makefile:641: all] Error 2
nagar commented on 2017-01-28 04:49
Confirm Compiler error :)
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build gstreamer0.10-good.
Caiosama205 commented on 2017-01-28 02:59
Confirm the compile error here too
alfredo.ardito commented on 2017-01-27 21:09
Yep, same error...
teejer commented on 2017-01-27 15:11
I am also getting a compile error
Haron_Prime commented on 2017-01-27 13:45
Same here
SinClaus commented on 2017-01-27 02:52
I've error message with compiling this package and gstreamer0.10-good-plugin (the same).
CC libgstvideofilter_la-plugin.lo
In file included from /usr/include/gstreamer-0.10/gst/gst.h:32:0,
from plugin.c:24:
/usr/include/gstreamer-0.10/gst/gstversion.h:48:27: error: expected declaration specifiers or ‘...’ before ‘(’ token
#define GST_VERSION_MAJOR (0)
^
plugin.c:43:21: note: in expansion of macro ‘GST_VERSION_MAJOR’
GST_PLUGIN_DEFINE2 (GST_VERSION_MAJOR,
^~~~~~~~~~~~~~~~~
/usr/include/gstreamer-0.10/gst/gstversion.h:54:27: error: expected declaration specifiers or ‘...’ before ‘(’ token
#define GST_VERSION_MINOR (10)
^
plugin.c:44:5: note: in expansion of macro ‘GST_VERSION_MINOR’
GST_VERSION_MINOR,
^~~~~~~~~~~~~~~~~
plugin.c:45:5: error: unknown type name ‘videofilter’
videofilter,
^~~~~~~~~~~
plugin.c:46:5: error: expected declaration specifiers or ‘...’ before string constant
"Video filters plugin",
^~~~~~~~~~~~~~~~~~~~~~
plugin.c:47:5: error: expected declaration specifiers or ‘...’ before ‘plugin_init’
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);
^~~~~~~~~~~
In file included from plugin.c:21:0:
../../config.h:421:17: error: expected declaration specifiers or ‘...’ before string constant
#define VERSION "0.10.31"
^
plugin.c:47:18: note: in expansion of macro ‘VERSION’
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);
^~~~~~~
../../config.h:39:21: error: expected declaration specifiers or ‘...’ before string constant
#define GST_LICENSE "LGPL"
^
plugin.c:47:27: note: in expansion of macro ‘GST_LICENSE’
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);
^~~~~~~~~~~
../../config.h:42:26: error: expected declaration specifiers or ‘...’ before string constant
#define GST_PACKAGE_NAME "GStreamer Good Plugins (Archlinux)"
^
../../config.h:42:26: note: in definition of macro ‘GST_PACKAGE_NAME’
#define GST_PACKAGE_NAME "GStreamer Good Plugins (Archlinux)"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../config.h:45:28: error: expected declaration specifiers or ‘...’ before string constant
#define GST_PACKAGE_ORIGIN "http://www.archlinux.org/"
^
plugin.c:47:58: note: in expansion of macro ‘GST_PACKAGE_ORIGIN’
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);
^~~~~~~~~~~~~~~~~~
plugin.c:32:1: warning: ‘plugin_init’ defined but not used [-Wunused-function]
plugin_init (GstPlugin * plugin)
^~~~~~~~~~~