Search Criteria
Package Details: gstreamer0.10-base-plugins 0.10.36-13
Package Actions
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: | ava1ar |
Last Packager: | ava1ar |
Votes: | 130 |
Popularity: | 0.025456 |
First Submitted: | 2017-01-26 13:45 (UTC) |
Last Updated: | 2020-04-19 04:37 (UTC) |
Dependencies (17)
- alsa-lib
- cdparanoia (cdparanoia-overreadAUR)
- gstreamer0.10-baseAUR
- libtheora (libtheora-gitAUR)
- libvisualAUR
- libvorbis (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR)
- pango (pango-gitAUR)
- alsa-lib (make)
- cdparanoia (cdparanoia-overreadAUR) (make)
- gobject-introspection (gobject-introspection-gitAUR) (make)
- gstreamer0.10AUR (make)
- libtheora (libtheora-gitAUR) (make)
- libvisualAUR (make)
- libvorbis (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR) (make)
- libxv (make)
- orc (make)
- pango (pango-gitAUR) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 13 Next › Last »
Static_Rocket commented on 2020-03-20 05:17 (UTC)
@nipsky Hey dude, I noticed some people have misinterpreted my quick fix so I narrowed it down and submitted a patch to the package maintainer. Assuming you applied it correctly, please link the full output of makepkg (preferably via a pastebin) and I'll try to help as best I can. Otherwise please wait a few days while the maintainer tests & implements my patch and then give it another shot.
nipsky commented on 2020-03-19 12:33 (UTC)
Hi, I applied Static_Rockets fix, but compiling fails for me now with a different error:
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:
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/
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 13 Next › Last »