Package Details: gstreamer0.10-ffmpeg 0.10.13-11

Git Clone URL: https://aur.archlinux.org/gstreamer0.10-ffmpeg.git (read-only, click to copy)
Package Base: gstreamer0.10-ffmpeg
Description: Gstreamer FFMpeg Plugin
Upstream URL: http://gstreamer.freedesktop.org/
Licenses: GPL
Groups: gstreamer0.10-plugins
Submitter: yurikoles
Maintainer: bidulock
Last Packager: bidulock
Votes: 20
Popularity: 0.000465
First Submitted: 2017-01-26 13:47 (UTC)
Last Updated: 2021-03-09 05:15 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

Leviathan42 commented on 2019-12-03 07:57 (UTC)

At build the following error occured to me:

make[3]: Entering directory „/var/tmp/pamac-build-leviathan/gstreamer0.10-ffmpeg/src/gst-ffmpeg-0.10.13/ext/libswscale“ CC libgstffmpegscale_la-gstffmpegscale.lo gstffmpegscale.c: In Funktion »gst_ffmpegscale_set_caps«: gstffmpegscale.c:641:26: Error: »ORC_TARGET_ALTIVEC_ALTIVEC« not declared (first usage of this function); did you mean »ORC_TARGET_POWERPC_ALTIVEC«? 641 | | (altivec_flags & ORC_TARGET_ALTIVEC_ALTIVEC ? SWS_CPU_CAPS_ALTIVEC : 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | ORC_TARGET_POWERPC_ALTIVEC gstffmpegscale.c:641:26: annotation: Each undeclared identifier is reported only once for each function it appears in. make[3]: [Makefile:550: libgstffmpegscale_la-gstffmpegscale.lo] Error 1 make[3]: Leaving Directory „/var/tmp/pamac-build-leviathan/gstreamer0.10-ffmpeg/src/gst-ffmpeg-0.10.13/ext/libswscale“ make[2]: [Makefile:448: all-recursive] Error 1 make[2]: Leaving Directory „/var/tmp/pamac-build-leviathan/gstreamer0.10-ffmpeg/src/gst-ffmpeg-0.10.13/ext“ make[1]: [Makefile:542: all-recursive] Error 1 make[1]: Leaving Directory „/var/tmp/pamac-build-leviathan/gstreamer0.10-ffmpeg/src/gst-ffmpeg-0.10.13“ make: [Makefile:471: all] Error 2 ==> ERROR: An error occured in build(). aborting...

Any help appreciated, thanks in advance.

ector commented on 2019-10-08 20:28 (UTC) (edited on 2019-10-08 20:29 (UTC) by ector)

i have this errors CC libgstffmpegscale_la-gstffmpegscale.lo gstffmpegscale.c: In function ‘gst_ffmpegscale_set_caps’: gstffmpegscale.c:641:26: error: ‘ORC_TARGET_ALTIVEC_ALTIVEC’ undeclared (first use in this function); did you mean ‘ORC_TARGET_POWERPC_ALTIVEC’? 641 | | (altivec_flags & ORC_TARGET_ALTIVEC_ALTIVEC ? SWS_CPU_CAPS_ALTIVEC : 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ | ORC_TARGET_POWERPC_ALTIVEC gstffmpegscale.c:641:26: note: each undeclared identifier is reported only once for each function it appears in make[3]: [Makefile:550: libgstffmpegscale_la-gstffmpegscale.lo] Error 1 make[3]: uscita dalla directory "/tmp/yaourt-tmp-me/aur-gstreamer0.10-ffmpeg/src/gst-ffmpeg-0.10.13/ext/libswscale" make[2]: [Makefile:448: all-recursive] Error 1 make[2]: uscita dalla directory "/tmp/yaourt-tmp-me/aur-gstreamer0.10-ffmpeg/src/gst-ffmpeg-0.10.13/ext" make[1]: [Makefile:542: all-recursive] Error 1 make[1]: uscita dalla directory "/tmp/yaourt-tmp-me/aur-gstreamer0.10-ffmpeg/src/gst-ffmpeg-0.10.13" make: [Makefile:471: all] Error 2 ==> ERRORE: Si è verificato un errore in build(). L'operazione sta per essere interrotta... ==> ERRORE: Makepkg non è riuscito a compilare gstreamer0.10-ffmpeg. ==> Riavviare la compilazione di gstreamer0.10-ffmpeg [s/N]

gcurse commented on 2018-04-11 06:20 (UTC)

Updated. Should compile now.

robelix commented on 2018-04-04 23:33 (UTC)

The "quick and dirty fix" from gstreamer0.10-good helps here, too.

https://aur.archlinux.org/cgit/aur.git/commit/?h=gstreamer0.10-good&id=6d41cf1a26cf

shadowbeetle commented on 2018-04-03 16:30 (UTC) (edited on 2018-04-03 16:30 (UTC) by shadowbeetle)

Hi,

I checked again and still doesn't compile. If anyone with more C and gcc experience could help me how to get started figuring this out, I'd highly appreciate it.

shadowbeetle commented on 2018-02-26 14:24 (UTC) (edited on 2018-04-03 16:28 (UTC) by shadowbeetle)

Howdy, I'm getting the error below. Can somebody please help me what's wrong on my side? I did not edit the pkgbuild.

  CC       libgstffmpeg_la-gstffmpeg.lo

In file included from /usr/include/gstreamer-0.10/gst/gst.h:32:0,

                 from gstffmpeg.c:29:

/usr/include/gstreamer-0.10/gst/gstversion.h:48:27: error: expected declaration specifiers or ‘...’ before ‘(’ token

 #define GST_VERSION_MAJOR (0)

                           ^

gstffmpeg.c:161:21: note: in expansion of macro ‘GST_VERSION_MAJOR’

 GST_PLUGIN_DEFINE2 (GST_VERSION_MAJOR,

                     ^~~~~~~~~~~~~~~~~

/usr/include/gstreamer-0.10/gst/gstversion.h:54:27: error: expected declaration specifiers or ‘...’ before ‘(’ token

 #define GST_VERSION_MINOR (10)

                           ^

gstffmpeg.c:162:5: note: in expansion of macro ‘GST_VERSION_MINOR’

     GST_VERSION_MINOR,

     ^~~~~~~~~~~~~~~~~

gstffmpeg.c:163:5: error: unknown type name ‘ffmpeg’

     ffmpeg,

     ^~~~~~

gstffmpeg.c:164:5: error: expected declaration specifiers or ‘...’ before string constant

     "All FFmpeg codecs and formats (" FFMPEG_SOURCE ")",

     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

gstffmpeg.c:165:5: error: expected declaration specifiers or ‘...’ before 
‘plugin_init’

     plugin_init, PACKAGE_VERSION,

     ^~~~~~~~~~~

In file included from gstffmpegutils.h:24:0,

                 from gstffmpeg.c:39:

../../config.h:140:25: error: expected declaration specifiers or ‘...’ before string constant

 #define PACKAGE_VERSION "0.10.13"

                         ^

gstffmpeg.c:165:18: note: in expansion of macro ‘PACKAGE_VERSION’

     plugin_init, PACKAGE_VERSION,

                  ^~~~~~~~~~~~~~~

gstffmpeg.c:169:5: error: expected declaration specifiers or ‘...’ before string constant

     "GPL",

     ^~~~~

gstffmpeg.c:171:5: error: expected declaration specifiers or ‘...’ before string constant

     "FFmpeg", "http://ffmpeg.org/")

     ^~~~~~~~

gstffmpeg.c:171:15: error: expected declaration specifiers or ‘...’ before string constant

     "FFmpeg", "http://ffmpeg.org/")

               ^~~~~~~~~~~~~~~~~~~~

gstffmpeg.c:129:1: warning: ‘plugin_init’ defined but not used [-Wunused-function]

 plugin_init (GstPlugin * plugin)

 ^~~~~~~~~~~

make[3]: *** [Makefile:584: libgstffmpeg_la-gstffmpeg.lo] Error 1

make[3]: Leaving directory '/tmp/yaourt-tmp-n/aur-gstreamer0.10-ffmpeg
/src/gst-ffmpeg/ext/ffmpeg'

make[2]: *** [Makefile:449: all-recursive] Error 1

make[2]: Leaving directory '/tmp/yaourt-tmp-n/aur-gstreamer0.10-ffmpeg
/src/gst-ffmpeg/ext'

make[1]: *** [Makefile:543: all-recursive] Error 1

make[1]: Leaving directory '/tmp/yaourt-tmp-n/aur-gstreamer0.10-ffmpeg
/src/gst-ffmpeg'

make: *** [Makefile:472: all] Error 2

==> ERROR: A failure occurred in build().

    Aborting...

==> ERROR: Makepkg was unable to build gstreamer0.10-ffmpeg.

alfredo.ardito commented on 2017-02-10 15:09 (UTC)

Yep, finally working. Thx :)

alfredo.ardito commented on 2017-02-10 14:24 (UTC)

Howdy, Noways... tried again today and stil does to work. Paste the error below. PASS: generic/plugin-test PASS: generic/libavcodec-locking FAIL: elements/ffdec_adpcm PASS: elements/ffdemux_ape PASS: elements/postproc ============================================================================ Testsuite summary for GStreamer Libav 0.10.13 ============================================================================ # TOTAL: 5 # PASS: 4 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0

damico commented on 2017-02-07 19:26 (UTC)

Still no lucky until today. Here is the log of the check: ========================================================= GStreamer Libav 0.10.13: tests/check/test-suite.log ========================================================= # TOTAL: 5 # PASS: 4 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: elements/ffdec_adpcm ========================== Running suite(s): ffdec_adpcm ** (ffdec_adpcm:2830): ERROR **: ERROR for 591809.wav: Internal data flow error. gstwavparse.c(2110): gst_wavparse_loop (): /GstPipeline:pipeline/GstDecodeBin2:decodebin2/GstWavParse:wavparse0: streaming task paused, reason not-negotiated (-4) 0%: Checks: 1, Failures: 0, Errors: 1 elements/ffdec_adpcm.c:111:E:general:test_low_sample_rate_adpcm:0: (after this point) Received signal 5 (Trace/breakpoint trap) FAIL elements/ffdec_adpcm (exit status: 1)