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
Submitter: yurikoles
Maintainer: bidulock
Last Packager: bidulock
Votes: 20
Popularity: 0.48
First Submitted: 2017-01-26 13:47 (UTC)
Last Updated: 2021-03-09 05:15 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

radnus commented on 2022-08-14 17:13 (UTC) (edited on 2022-08-14 17:14 (UTC) by radnus)

Hello, there -

Within srtdec.c, on lines 113 and 149, use of an extra parameter "< / % s >" [without the spaces between the characters] (before stack[j].param[i]) to bypass the compiler error on -Werror=format-security.

Make sure to compile with --noextract flag or you will overwrite from the tar. Or just run makepkg -esi

-- Sundar

micwoj92 commented on 2021-11-17 16:12 (UTC)

This probably can be fixed with -Wno-format-security but I havent tested.

Samega7Cattac commented on 2021-09-15 11:58 (UTC)

libavcodec/srtdec.c: In function ‘srt_to_ass’:
libavcodec/srtdec.c:113:75: error: format not a string literal and no format arguments [-Werror=format-security]
  113 |                                                             stack[j].param[i]);
      |                                                             ~~~~~~~~~~~~~~^~~
libavcodec/srtdec.c:149:70: error: format not a string literal and no format arguments [-Werror=format-security]
  149 |                                                     stack[sptr].param[i]);
      |                                                     ~~~~~~~~~~~~~~~~~^~~

bidulock commented on 2021-03-09 05:16 (UTC)

gcurse solution implemented with pkgrel -11

esaporski commented on 2021-03-03 02:39 (UTC)

I'm still getting the ‘ORC_TARGET_ALTIVEC_ALTIVEC’ undeclared when trying to build this package. gcurse solution works though. Can someone integrate those changes?

weltio commented on 2020-10-23 14:08 (UTC)

please integrate https://aur.archlinux.org/packages/gstreamer0.10-ffmpeg/?comments=all#comment-730473

hmayer commented on 2020-06-10 22:34 (UTC) (edited on 2020-06-10 22:35 (UTC) by hmayer)

Has make dependencies not listed: automake, bison and flex

gcurse commented on 2020-02-22 15:34 (UTC)

Working PKGBUILD

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.