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: 131
Popularity: 0.132519
First Submitted: 2017-01-26 13:45 (UTC)
Last Updated: 2025-03-05 18:17 (UTC)

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 Next › Last »

Bujhm666 commented on 2017-02-10 18:04 (UTC)

I still do not compile. The latest version normally installed on a 32 bit system was 0.10.36-3. ----------------------------- make[3]: *** [Makefile:696: libgstaudioresample_la-speex_resampler_float.lo] Error 1 make[2]: *** [Makefile:833: audioresample] Error 2 make[1]: *** [Makefile:678: all-recursive] Error 1 make: *** [Makefile:607: all] Error 2 ==> Error: A failure occurred in build(). -----------------------------

yurikoles commented on 2017-02-10 13:36 (UTC)

@kozaki do you use infinality-patched packages? There was similar problem caused by infinality.

kozaki commented on 2017-02-09 21:11 (UTC)

Hi! gstreamer0.10-base-plugins won't compile too with the following error (LANG=C): ... In file included from /usr/include/gtk-3.0/gtk/gtk.h:282:0, from jsseek.c:38: /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61:13: note: declared here GtkWidget * gtk_vbox_new (gboolean homogeneous, ^~~~~~~~~~~~ make[4]: Leaving directory '/tmp/gstreamer0.10-base/src/gst-plugins-base/tests/examples/app' CCLD scrubby CCLD stepping CCLD stepping2 /usr/lib/libharfbuzz.so.0: undefined reference to `FT_Get_Var_Blend_Coordinates' collect2: error: ld returned 1 exit status make[4]: *** [Makefile:581: scrubby] Error 1 make[4]: *** Waiting for unfinished jobs.... make[4]: Leaving directory '/tmp/gstreamer0.10-base/src/gst-plugins-base/tests/examples/seek' make[3]: *** [Makefile:837: seek] Error 2 make[3]: Leaving directory '/tmp/gstreamer0.10-base/src/gst-plugins-base/tests/examples' make[2]: *** [Makefile:570: all-recursive] Error 1 make[2]: Leaving directory '/tmp/gstreamer0.10-base/src/gst-plugins-base/tests' make[1]: *** [Makefile:678: all-recursive] Error 1 make[1]: Leaving directory '/tmp/gstreamer0.10-base/src/gst-plugins-base' make: *** [Makefile:607: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build gstreamer0.10-base.

Archange commented on 2017-02-06 21:35 (UTC)

@baastrup I think you’re comment belongs to this package: https://aur.archlinux.org/packages/icaclient/.

<deleted-account> commented on 2017-02-06 21:31 (UTC)

I dont think the old gstreamer0.10 is needed anymore http://pastebin.com/TJjiFGHX

hopimet commented on 2017-02-04 20:57 (UTC)

Same for me: it does not compile on 32 bits, but it builds fine on 64 bits.

Bujhm666 commented on 2017-02-03 18:39 (UTC)

Does not compile. Errors: In file included from resample_sse.h:38:0, from resample.c:134, from speex_resampler_float.c:26: resample_sse.h: В функции «inner_product_single»: /usr/lib/gcc/i686-pc-linux-gnu/6.3.1/include/xmmintrin.h:115:1: ошибка: inline-подстановка для вызова always_inline функции «_mm_setzero_ps» не выполнена: target specific option mismatch _mm_setzero_ps (void) ^~~~~~~~~~~~~~ In file included from resample.c:134:0, from speex_resampler_float.c:26: resample_sse.h:46:11: замечание: которая вызвана здесь __m128 sum = _mm_setzero_ps(); ^~~ In file included from resample_sse.h:38:0, from resample.c:134, from speex_resampler_float.c:26: /usr/lib/gcc/i686-pc-linux-gnu/6.3.1/include/xmmintrin.h:181:1: ошибка: inline-подстановка для вызова always_inline функции «_mm_add_ps» не выполнена: target specific option mismatch _mm_add_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ In file included from resample.c:134:0, from speex_resampler_float.c:26: resample_sse.h:50:11: замечание: которая вызвана здесь sum = _mm_add_ps(sum, _mm_mul_ps(_mm_loadu_ps(a+i+4), _mm_loadu_ps(b+i+4))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from resample_sse.h:38:0, from resample.c:134, from speex_resampler_float.c:26: /usr/lib/gcc/i686-pc-linux-gnu/6.3.1/include/xmmintrin.h:193:1: ошибка: inline-подстановка для вызова always_inline функции «_mm_mul_ps» не выполнена: target specific option mismatch _mm_mul_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ In file included from resample.c:134:0, from speex_resampler_float.c:26: resample_sse.h:50:13: замечание: которая вызвана здесь sum = _mm_add_ps(sum, _mm_mul_ps(_mm_loadu_ps(a+i+4), _mm_loadu_ps(b+i+4))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from resample_sse.h:38:0, from resample.c:134, from speex_resampler_float.c:26: /usr/lib/gcc/i686-pc-linux-gnu/6.3.1/include/xmmintrin.h:929:1: ошибка: inline-подстановка для вызова always_inline функции «_mm_loadu_ps» не выполнена: target specific option mismatch _mm_loadu_ps (float const *__P) ^~~~~~~~~~~~ In file included from resample.c:134:0, from speex_resampler_float.c:26: resample_sse.h:50:13: замечание: которая вызвана здесь sum = _mm_add_ps(sum, _mm_mul_ps(_mm_loadu_ps(a+i+4), _mm_loadu_ps(b+i+4))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from resample_sse.h:38:0, from resample.c:134, from speex_resampler_float.c:26: /usr/lib/gcc/i686-pc-linux-gnu/6.3.1/include/xmmintrin.h:929:1: ошибка: inline-подстановка для вызова always_inline функции «_mm_loadu_ps» не выполнена: target specific option mismatch _mm_loadu_ps (float const *__P) ^~~~~~~~~~~~ In file included from resample.c:134:0, from speex_resampler_float.c:26: resample_sse.h:50:13: замечание: которая вызвана здесь sum = _mm_add_ps(sum, _mm_mul_ps(_mm_loadu_ps(a+i+4), _mm_loadu_ps(b+i+4))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from resample_sse.h:38:0, from resample.c:134, from speex_resampler_float.c:26: /usr/lib/gcc/i686-pc-linux-gnu/6.3.1/include/xmmintrin.h:181:1: ошибка: inline-подстановка для вызова always_inline функции «_mm_add_ps» не выполнена: target specific option mismatch _mm_add_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ In file included from resample.c:134:0, from speex_resampler_float.c:26: resample_sse.h:49:11: замечание: которая вызвана здесь sum = _mm_add_ps(sum, _mm_mul_ps(_mm_loadu_ps(a+i), _mm_loadu_ps(b+i))); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from resample_sse.h:38:0, from resample.c:134, from speex_resampler_float.c:26: /usr/lib/gcc/i686-pc-linux-gnu/6.3.1/include/xmmintrin.h:193:1: ошибка: inline-подстановка для вызова always_inline функции «_mm_mul_ps» не выполнена: target specific option mismatch _mm_mul_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ In file included from resample.c:134:0, from speex_resampler_float.c:26: resample_sse.h:49:13: замечание: которая вызвана здесь sum = _mm_add_ps(sum, _mm_mul_ps(_mm_loadu_ps(a+i), _mm_loadu_ps(b+i))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from resample_sse.h:38:0, from resample.c:134, from speex_resampler_float.c:26: /usr/lib/gcc/i686-pc-linux-gnu/6.3.1/include/xmmintrin.h:929:1: ошибка: inline-подстановка для вызова always_inline функции «_mm_loadu_ps» не выполнена: target specific option mismatch _mm_loadu_ps (float const *__P) ^~~~~~~~~~~~ In file included from resample.c:134:0, from speex_resampler_float.c:26: resample_sse.h:49:13: замечание: которая вызвана здесь sum = _mm_add_ps(sum, _mm_mul_ps(_mm_loadu_ps(a+i), _mm_loadu_ps(b+i))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from resample_sse.h:38:0, from resample.c:134, from speex_resampler_float.c:26: /usr/lib/gcc/i686-pc-linux-gnu/6.3.1/include/xmmintrin.h:929:1: ошибка: inline-подстановка для вызова always_inline функции «_mm_loadu_ps» не выполнена: target specific option mismatch _mm_loadu_ps (float const *__P) ^~~~~~~~~~~~ In file included from resample.c:134:0, from speex_resampler_float.c:26: resample_sse.h:49:13: замечание: которая вызвана здесь sum = _mm_add_ps(sum, _mm_mul_ps(_mm_loadu_ps(a+i), _mm_loadu_ps(b+i))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from resample_sse.h:38:0, from resample.c:134, from speex_resampler_float.c:26: /usr/lib/gcc/i686-pc-linux-gnu/6.3.1/include/xmmintrin.h:958:1: ошибка: inline-подстановка для вызова always_inline функции «_mm_store_ss» не выполнена: target specific option mismatch _mm_store_ss (float *__P, __m128 __A) ^~~~~~~~~~~~ In file included from resample.c:134:0, from speex_resampler_float.c:26: resample_sse.h:54:4: замечание: которая вызвана здесь _mm_store_ss(&ret, sum); ^~~~~~~~~~~~~~~~~~~~~~~ In file included from resample_sse.h:38:0, from resample.c:134, from speex_resampler_float.c:26: /usr/lib/gcc/i686-pc-linux-gnu/6.3.1/include/xmmintrin.h:125:1: ошибка: inline-подстановка для вызова always_inline функции «_mm_add_ss» не выполнена: target specific option mismatch _mm_add_ss (__m128 __A, __m128 __B) ^~~~~~~~~~ In file included from resample.c:134:0, from speex_resampler_float.c:26: resample_sse.h:53:8: замечание: которая вызвана здесь sum = _mm_add_ss(sum, _mm_shuffle_ps(sum, sum, 0x55)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from resample_sse.h:38:0, from resample.c:134, from speex_resampler_float.c:26: /usr/lib/gcc/i686-pc-linux-gnu/6.3.1/include/xmmintrin.h:741:1: ошибка: inline-подстановка для вызова always_inline функции «_mm_shuffle_ps» не выполнена: target specific option mismatch _mm_shuffle_ps (__m128 __A, __m128 __B, int const __mask) ^~~~~~~~~~~~~~ In file included from resample.c:134:0, from speex_resampler_float.c:26: resample_sse.h:53:10: замечание: которая вызвана здесь sum = _mm_add_ss(sum, _mm_shuffle_ps(sum, sum, 0x55)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from resample_sse.h:38:0, from resample.c:134, from speex_resampler_float.c:26: /usr/lib/gcc/i686-pc-linux-gnu/6.3.1/include/xmmintrin.h:181:1: ошибка: inline-подстановка для вызова always_inline функции «_mm_add_ps» не выполнена: target specific option mismatch _mm_add_ps (__m128 __A, __m128 __B) ^~~~~~~~~~ In file included from resample.c:134:0, from speex_resampler_float.c:26: resample_sse.h:52:8: замечание: которая вызвана здесь sum = _mm_add_ps(sum, _mm_movehl_ps(sum, sum)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from resample_sse.h:38:0, from resample.c:134, from speex_resampler_float.c:26: /usr/lib/gcc/i686-pc-linux-gnu/6.3.1/include/xmmintrin.h:782:1: ошибка: inline-подстановка для вызова always_inline функции «_mm_movehl_ps» не выполнена: target specific option mismatch _mm_movehl_ps (__m128 __A, __m128 __B) ^~~~~~~~~~~~~ In file included from resample.c:134:0, from speex_resampler_float.c:26: resample_sse.h:52:10: замечание: которая вызвана здесь sum = _mm_add_ps(sum, _mm_movehl_ps(sum, sum)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[3]: *** [Makefile:696: libgstaudioresample_la-speex_resampler_float.lo] Ошибка 1 make[3]: выход из каталога «/tmp/yaourt-tmp-sysop/aur-gstreamer0.10-base/src/gst-plugins-base/gst/audioresample» make[2]: *** [Makefile:833: audioresample] Ошибка 2 make[2]: выход из каталога «/tmp/yaourt-tmp-sysop/aur-gstreamer0.10-base/src/gst-plugins-base/gst» make[1]: *** [Makefile:678: all-recursive] Ошибка 1 make[1]: выход из каталога «/tmp/yaourt-tmp-sysop/aur-gstreamer0.10-base/src/gst-plugins-base» make: *** [Makefile:607: all] Ошибка 2 ==> ОШИБКА: Произошел сбой в build(). Прерывание... ==> ОШИБКА: Makepkg не смог собрать gstreamer0.10-base.

<deleted-account> commented on 2017-02-02 10:21 (UTC)

Will you finally fix your package for 32BiT ??

Cavsfan commented on 2017-02-01 23:08 (UTC)

I can confirm that it installs OK now.

midraed commented on 2017-02-01 20:05 (UTC)

gitlab.com is ON again.