Package Details: gstreamer0.10 0.10.36-20

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 (Matr1x-101)
Last Packager: Matr1x-101
Votes: 121
Popularity: 0.74
First Submitted: 2017-01-26 13:42 (UTC)
Last Updated: 2022-05-20 18:22 (UTC)

Latest Comments

1 2 3 4 5 6 7 Next › Last »

kirillnow commented on 2021-09-17 04:08 (UTC) (edited on 2021-09-17 04:08 (UTC) by kirillnow)

Bug in this package causes compilation errors for gstreamer0.10-good on GCC 11.

To fix it, please add following line to prepare():

sed -e 's/static volatile gsize gonce_data/static gsize gonce_data/g' -i gst/gstutils.h

ava1ar commented on 2021-07-11 19:52 (UTC)

@weberval bison is a part of base-devel, which assumed to be installed if you are using makepkg and/or using AUR. It should not be added to the makedepends explicitely.

weberval commented on 2021-07-11 19:06 (UTC)

Please add bison as make dependency.

jaysee commented on 2019-03-17 16:36 (UTC)

Missing dependency python. Cannot build in a chroot.

make[1]: Entering directory '/build/lib32-gstreamer0.10/src/gstreamer'                                       
Making all in pkgconfig              
make[2]: Entering directory '/build/lib32-gstreamer0.10/src/gstreamer/pkgconfig'                             
  CP     gstreamer-check-0.10.pc         
  CP     gstreamer-0.10.pc                                                                                   
  CP     gstreamer-base-0.10.pc                 
  CP     gstreamer-controller-0.10.pc                                                                        
  CP     gstreamer-dataprotocol-0.10.pc      
  CP     gstreamer-net-0.10.pc              
  CP     gstreamer-0.10-uninstalled.pc   
  CP     gstreamer-base-0.10-uninstalled.pc                                                                  
  CP     gstreamer-controller-0.10-uninstalled.pc
  CP     gstreamer-dataprotocol-0.10-uninstalled.pc
  CP     gstreamer-check-0.10-uninstalled.pc
  CP     gstreamer-net-0.10-uninstalled.pc                                                                   
make[2]: Leaving directory '/build/lib32-gstreamer0.10/src/gstreamer/pkgconfig'                              
Making all in gst                                                                                            
make[2]: Entering directory '/build/lib32-gstreamer0.10/src/gstreamer/gst'                                   
  GEN      gstenumtypes.h                                                                                    
  GEN      gstmarshal.h                                                                                      
/usr/bin/env: /usr/bin/env: ‘python3’‘python3’: No such file or directory                                    
: No such file or directory                                                                                  
  GEN      gstenumtypes.c                                                                                    
  GEN      gstmarshal.c                                              
make[2]: *** [Makefile:1988: gstmarshal.h] Error 127       
make[2]: *** Waiting for unfinished jobs....                                                                 
make[2]: *** [Makefile:1999: gstenumtypes.h] Error 127
/usr/bin/env: ‘python3’: No such file or directory/usr/bin/env: ‘python3’: No such file or directory         

make[2]: *** [Makefile:1992: gstmarshal.c] Error 127                                                         
make[2]: *** [Makefile:2007: gstenumtypes.c] Error 127                                                       
make[2]: Leaving directory '/build/lib32-gstreamer0.10/src/gstreamer/gst'                                    
make[1]: *** [Makefile:751: all-recursive] Error 1
make[1]: Leaving directory '/build/lib32-gstreamer0.10/src/gstreamer'                                        
make: *** [Makefile:655: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
==> ERROR: Build failed, check /home/build/aur-builder/chroot/538617/build/build
Error executing command: makechrootpkg -c -r /home/build/aur-builder/chroot/538617

ava1ar commented on 2019-03-16 03:41 (UTC) (edited on 2019-03-16 03:42 (UTC) by ava1ar)

kinetik,

You are installing wrong archive: gstreamer-0.10.36.tar.xz is an archive with source code, you need to install gstreamer0.10-0.10.36-17-x86_64.pkg.tar.xz, which is package being built.

kinetik commented on 2019-03-15 18:15 (UTC)

makepkg -s goes without any issues, but when I try to finish the installation I get the following:

loading packages...
error: missing package metadata in gstreamer-0.10.36.tar.xz
error: 'gstreamer-0.10.36.tar.xz': invalid or corrupted package

Any suggestions?

andreas_baumann commented on 2018-06-30 07:23 (UTC)

On 32-bit I get:

/usr/lib/gcc/i686-pc-linux-gnu/7.3.1/include/xmmintrin.h:785:1: error: inlining failed in call to always_inline ‘_mm_movehl_ps’: target specific option mismatch
 _mm_movehl_ps (__m128 __A, __m128 __B)
 ^~~~~~~~~~~~~

Disabling _USE_SSE and _USE_SSE2 in gst/audioresample/speex_resampler_double.c and gst/audioresample/speex_resampler_float.c made it compile, but it feels like not the right fix.

ava1ar commented on 2018-03-10 01:07 (UTC)

@ganthore,

These two packages are part of the base-devel group, which you must install if you want to use AUR. Please red https://wiki.archlinux.org/index.php/Arch_User_Repository#Getting_started.

ganthore commented on 2018-03-10 01:01 (UTC)

Build fails because bison and flex were not pulled in by the package manager before installation. Please try and fix that in your package requirements list. :-)