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.001289
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 »

DenSaoPin commented on 2023-11-04 22:44 (UTC)

Hello, I had an error: "Error: operand type mismatch for `shr'"

I found fix: https://bbs.archlinux.org/viewtopic.php?id=289424

I used it and that is it: https://pastebin.com/Y3qc2UDB

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