Package Details: gstreamer0.10-base-plugins 0.10.36-13

Git Clone URL: https://aur.archlinux.org/gstreamer0.10-base.git (read-only, click to copy)
Package Base: gstreamer0.10-base
Description: GStreamer Multimedia Framework Base Plugins (gst-plugins-base)
Upstream URL: http://gstreamer.freedesktop.org/
Licenses: LGPL
Groups: gstreamer0.10-plugins
Conflicts: gstreamer0.10-alsa, gstreamer0.10-cdparanoia, gstreamer0.10-libvisual, gstreamer0.10-ogg, gstreamer0.10-pango, gstreamer0.10-theora, gstreamer0.10-vorbis
Replaces: gstreamer0.10-alsa, gstreamer0.10-cdparanoia, gstreamer0.10-libvisual, gstreamer0.10-ogg, gstreamer0.10-pango, gstreamer0.10-theora, gstreamer0.10-vorbis
Submitter: yurikoles
Maintainer: pfeifferj
Last Packager: pfeifferj
Votes: 132
Popularity: 0.64
First Submitted: 2017-01-26 13:45 (UTC)
Last Updated: 2025-07-13 19:09 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 14 Next › Last »

Static_Rocket commented on 2020-03-19 02:01 (UTC)

A little more detective work has allowed me to narrow this problem down to this line in these Makefiles:

./gst-libs/gst/pbutils/Makefile.in:545:enum_headers = $(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
./gst-libs/gst/audio/Makefile.in:547:enum_headers = $(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
./gst-libs/gst/app/Makefile.in:476:enum_headers = $(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
./gst-libs/gst/video/Makefile.in:556:enum_headers = $(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
./gst-libs/gst/rtsp/Makefile.in:520:enum_headers = $(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
./gst-libs/gst/interfaces/Makefile.in:554:enum_headers = $(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
./gst/tcp/Makefile.in:474:enum_headers = $(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
./gst/encoding/Makefile.in:496:enum_headers = $(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
./gst/playback/Makefile.in:572:enum_headers = $(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")

For some reason the escape character is being interpreted as literal in these makefiles so when glib-mkenums makes the required files it carries this invalid character. I suppose this should be reported upstream.

lukethisshit commented on 2020-03-04 19:32 (UTC)

@matbonn you have to add the find command provided from @Static_Rocket inside of the PKGBUILD file, inside the build function one line above the make command. Like this it worked for me.

THX @Static_Rocket for the dirty fix!

matbonn commented on 2020-03-03 19:57 (UTC) (edited on 2020-03-03 20:06 (UTC) by matbonn)

@warsh - So I went to /tmp/trizen-username/ and ran this "sudo find . -exec sed -i -e 's/\#include/#include/g' {} \;" all I got was ..:not a regular file

I ran the above just after it fails and then type "Y" for try again hoping it would use the newly modded files. What did I do wrong? Thanks

To be fair I don't think my error is the same https://pastebin.com/WB8BgW53

k43pxhv commented on 2020-03-01 07:40 (UTC)

@Static_Rocket Can confirm that the quick and dirty slap fixed the compilation issue. Thank you :-)

Static_Rocket commented on 2020-02-28 20:33 (UTC)

Yeah, this package is foobared at the moment. Apparently all the files in the package that are auto-generated by glib-mkenums have include statements preceded by a backslash that will make the compiler go apeshit.

Quick and dirty fix: Slap a find . -exec sed -i -e 's/\\#include/#include/g' {} \; right before the make command in the build function.

Shun_kanji commented on 2020-02-10 07:59 (UTC) (edited on 2020-02-10 08:00 (UTC) by Shun_kanji)

Hi, i'm unable to build gstreamer0.10-base. The build always fail with a bunch of error. I made a pastebin ( https://pastebin.com/8kagmiiW ) , but the step to reproduce are fairly simple :

git clone https://aur.archlinux.org/gstreamer0.10-base && cd gstreamer0.10-base/ && makepkg -si --noconfirm

fabtechie commented on 2019-08-30 13:22 (UTC)

Download lucky patcher and play game watch videos without and ads. Download latest lucky patcher apk and have fun https://www.fabtechie.com/change-your-gaming-experience-with-lucky-patcher/

Andyvec commented on 2019-08-26 17:27 (UTC)

Hi, I couldn't build without package "pkgconf". I think it must be added to the dependencies. Thanks!