Search Criteria
Package Details: gstreamer0.10 0.10.36-20
Package Actions
Git Clone URL: | https://aur.archlinux.org/gstreamer0.10.git (read-only, click to copy) |
---|---|
Package Base: | gstreamer0.10 |
Description: | GStreamer Multimedia Framework |
Upstream URL: | https://gstreamer.freedesktop.org |
Licenses: | LGPL |
Submitter: | yurikoles |
Maintainer: | ava1ar |
Last Packager: | Matr1x-101 |
Votes: | 123 |
Popularity: | 0.018766 |
First Submitted: | 2017-01-26 13:42 (UTC) |
Last Updated: | 2022-05-20 18:22 (UTC) |
Dependencies (5)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- gobject-introspection (make)
- intltool (make)
- python3 (python) (make)
Required by (15)
- aftershotpro2
- blockify-git
- crossover (optional, i686)
- gstreamer0.10-bad
- gstreamer0.10-bad-plugins
- gstreamer0.10-base
- gstreamer0.10-base (make)
- gstreamer0.10-base-plugins (make)
- kokua-opensim (optional)
- kokua-secondlife (optional)
- lib32-gstreamer0.10
- panotourpro
- singularityviewer (optional)
- singularityviewer-alpha (optional)
- vitunes-git (optional)
Latest Comments
1 2 3 4 5 6 .. 8 Next › Last »
carlosnewmusic commented on 2024-11-15 15:56 (UTC)
build error https://pastebin.com/9JDFDG2w
mi_pl commented on 2024-11-12 15:23 (UTC) (edited on 2024-11-12 15:28 (UTC) by mi_pl)
Had to install
flex
. Then, had to installglib2-devel
. Then, I got the same errors as NeWolf and marroq. Following nicki419's advice is underway… (thanks!)nicki419 commented on 2024-09-07 19:58 (UTC)
@marroq @NeWolf I managed to install by editing the PKGBUILD file such that the make and make install commands have the -i option, to ignore errors. Is that a good idea? Probably not. Did I manage to install gstreamer0.10 and *-base and resolve the dependencies of the app I originally wanted to install? yes.
marroq commented on 2024-08-29 05:05 (UTC)
i have the same issues as NeWolf i need to install glib2-devel but i also get
error: implicit declaration of function ‘gst_init’; did you mean ‘g_test_init’? [-Wimplicit-function-declaration]
NeWolf commented on 2024-06-24 15:35 (UTC)
I get an error when trying to build
plg commented on 2024-06-21 10:31 (UTC)
This needs
glib2-devel
as makedep (for the two missing commands glib-mkenums and glib-genmarshal).Then there's still a compiler error: implicit declaration of
gst_init
(-Wimplicit-function-declaration) which I'm not experienced enough to fix.txtsd commented on 2024-06-16 13:08 (UTC)
Fails to build in chroot with
pkgctl build
ajacocks commented on 2023-12-12 19:28 (UTC) (edited on 2023-12-12 19:28 (UTC) by ajacocks)
And this simple patch seems to fix the issue:
And here's the updated PKGBUILD:
ajacocks commented on 2023-12-12 18:02 (UTC) (edited on 2023-12-12 18:02 (UTC) by ajacocks)
There is a new error when building gstreamer0.10:
gerson commented on 2023-04-27 18:47 (UTC)
@jaysee... I had a similar problem when I was running pamac build with my conda env active. After a conda deactivate, it all went fine.
I didn't know that the conda env propagates to the build when you run pamac build... but that seems to be the case.
Maybe that's your issue as well.
1 2 3 4 5 6 .. 8 Next › Last »