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.65
First Submitted: 2017-01-26 13:45 (UTC)
Last Updated: 2025-07-13 19:09 (UTC)

Latest Comments

1 2 3 4 5 6 .. 14 Next › Last »

daniel_shub commented on 2025-07-13 23:18 (UTC)

@pfeifferj the new version also builds for me in a clean chroot. Thanks.

pfeifferj commented on 2025-07-13 19:10 (UTC)

hiya @daniel_shub I just pushed an update that works for me in a clean chroot. could you please verify this works for you as well?

pfeifferj commented on 2025-07-12 17:59 (UTC)

hi @daniel_shub thank you for the comment I was able to reproduce the issue. working on a fix now

daniel_shub commented on 2025-07-12 17:23 (UTC) (edited on 2025-07-12 17:24 (UTC) by daniel_shub)

This no longer builds for me in a clean chroot:


In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from /usr/include/gstreamer-0.10/gst/gst.h:27,
                 from xmpwriter.h:23,
                 from xmpwriter.c:41:
xmpwriter.c: In function 'gst_tag_xmp_writer_get_type':
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:274:7: note: in expansion of macro 'g_atomic_pointer_get'
  274 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
xmpwriter.c:70:7: note: in expansion of macro 'g_once_init_enter'
   70 |   if (g_once_init_enter (&xmp_config_type)) {
      |       ^~~~~~~~~~~~~~~~~
  CC       libgstfft_0.10_la-kiss_fftr_f32.lo
  CCLD     libgsttag-0.10.la
  CC       libgstfft_0.10_la-kiss_fftr_f64.lo
  CCLD     libgstfft-0.10.la
make[4]: Leaving directory '/build/gstreamer0.10-base/src/gst-plugins-base-0.10.36/gst-libs/gst/rtp'
make[4]: Leaving directory '/build/gstreamer0.10-base/src/gst-plugins-base-0.10.36/gst-libs/gst/fft'
make[4]: Leaving directory '/build/gstreamer0.10-base/src/gst-plugins-base-0.10.36/gst-libs/gst/tag'
make[3]: Leaving directory '/build/gstreamer0.10-base/src/gst-plugins-base-0.10.36/gst-libs/gst'
make[2]: *** [Makefile:561: all-recursive] Error 1
make[2]: Leaving directory '/build/gstreamer0.10-base/src/gst-plugins-base-0.10.36/gst-libs'
make[1]: *** [Makefile:687: all-recursive] Error 1
make[1]: Leaving directory '/build/gstreamer0.10-base/src/gst-plugins-base-0.10.36'
make: *** [Makefile:616: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

pfeifferj commented on 2025-04-02 06:53 (UTC)

gstreamer.freedesktop.org is currently down, which will inevitably lead to build failures like:


  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (7) Failed to connect to gstreamer.freedesktop.org port 443 after 164 ms: Could not connect to server
==> ERROR: Failure while downloading https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.10.36.tar.xz
    Aborting...
error: failed to download sources for 'gstreamer0.10-0.10.36-20': 
error: packages failed to build: gstreamer0.10-0.10.36-20

This is due to their ongoing migration, and the service should be restored shortly [1].

[1] https://gitlab.freedesktop.org/freedesktop/freedesktop/-/issues/2076#note_2831847

daniel_shub commented on 2025-03-07 16:47 (UTC)

@Moo-Crumpus it built fine for me in a clean chroot. What is the issue you are running into?

Moo-Crumpus commented on 2025-03-07 14:06 (UTC)

Anyone able to fix this?

E_D3V commented on 2024-12-15 01:28 (UTC)

adding on to @XorA, the CFLAGS modification needs to be done to this package as well as gstreamer0.10

XorA commented on 2024-11-14 15:53 (UTC)

To get this to build

diff --git a/PKGBUILD b/PKGBUILD
index dde44f8..3485674 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -42,6 +42,7 @@ prepare() {
 build() {
   cd ${_pkgname}-${pkgver}
   NOCONFIGURE=1 ./autogen.sh
+  export CFLAGS="-Wno-implicit-function-declaration -Wno-deprecated-declarations -Wno-incompatible-pointer-types"
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static --enable-experimental --disable-gnome_vfs --disable-gtk-doc
   make
   sed -e 's/^SUBDIRS_EXT =.*/SUBDIRS_EXT =/' -i Makefile

mi_pl commented on 2024-11-12 15:37 (UTC) (edited on 2024-11-12 15:46 (UTC) by mi_pl)

  GEN      GstInterfaces-0.10.gir
g-ir-scanner: warning: Option --strip-prefix has been deprecated;
see --identifier-prefix and --symbol-prefix.
Couldn't find include 'Gst-0.10.gir' (search path: '['/usr/share/gir-1.0', '/home/mi/.local/share/gir-1.0', '/usr/local/share/gir-1.0', '/usr/share/gir-1.0', '/home/mi/.nix-profile/share/gir-1.0', '/nix/var/nix/profiles/default/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0']')
make[3]: *** [Makefile:1289: GstInterfaces-0.10.gir] Error 1

Result of an attempt with -i added in make invocations per nicki419's advice in comments for main package.

I'm not sure if it built or not but after I added --enable-introspection=no to PKGBUILD per https://trac.macports.org/changeset/72514, without any cleanup, a rerun of my AUR tool told me the package has been built before, and now I am done, with my desired dependency-ridden application working.

==> ERROR: A failure occurred in package_gstreamer0.10-base-plugins().
    Aborting...
error: failed to build 'gstreamer0.10-base-0.10.36-13'
==> Making package: gstreamer0.10-base 0.10.36-13
patching file gst-libs/gst/video/Makefile.in
==> Sources are ready.
gstreamer0.10-base-0.10.36-13: parsing pkg list...
:: gstreamer0.10-base-0.10.36-13 is up to date -- skipping build