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: | pfeifferj |
Last Packager: | pfeifferj |
Votes: | 124 |
Popularity: | 0.199116 |
First Submitted: | 2017-01-26 13:42 (UTC) |
Last Updated: | 2025-03-03 21:12 (UTC) |
Dependencies (12)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- autoconf (autoconf-gitAUR) (make)
- automake (automake-gitAUR) (make)
- bison (byacc-bisonAUR, bison-gitAUR) (make)
- flex (flex-gitAUR) (make)
- glib2-devel (make)
- gtk-doc (make)
- intltool (make)
- libtool (libtool-gitAUR) (make)
- pkg-config (pkgconf-gitAUR, pkg-config-gitAUR, pkgconf) (make)
- python3 (python) (make)
Required by (11)
- 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)
- panotourpro
- singularityviewer (optional)
- singularityviewer-alpha (optional)
- vitunes-git (optional)
Latest Comments
1 2 3 4 5 6 .. 9 Next › Last »
ava1ar commented on 2025-01-25 19:37 (UTC)
Anyone wants to adopt the package? Don't have time to maintain it nowadays...
abisokm commented on 2025-01-25 19:25 (UTC)
Looks like macports hit and fixed the same issue: https://trac.macports.org/ticket/62524
Their patch didn't apply cleanly for me, but the gist of it is to add the function declaration to every --add-init-section line in the Makefiles. This patch worked for me: https://pastebin.com/LuXmyTBQ
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:
1 2 3 4 5 6 .. 9 Next › Last »