ffmpeg-git version on archlinux causing troubles on updates #3596
Replies: 3 comments 2 replies
-
Hi @Parakovsky ! |
Beta Was this translation helpful? Give feedback.
-
Dear @toots I know you are working hard to keep this amazing software as sofisticated as possible, but you probably misunderstood me - which is no problem as I myself misunderstand myself all the time. Unfortunately, there are no way I know around that problem but to revert back to default ffmpeg packaging, which are not huge pain in you know where, but I would like to know one day where to go to fix this to make it work with a git version. Have an excellent day my friend. |
Beta Was this translation helpful? Give feedback.
-
Thanks this looks like something I would need, cheers!
…On Sat, Dec 16, 2023, 08:58 Vito ***@***.***> wrote:
Hi @Parakovsky <https://github.com/Parakovsky>,
I can recommend you to ask the same question in the
https://github.com/ocaml/opam discussions, probably they are already
aware of this kind of problem and can give you a more consistent advice.
As for the package, if I were you, I would try to patch and pin the
conf-ffmpeg
<https://github.com/ocaml/opam-repository/tree/master/packages/conf-ffmpeg/conf-ffmpeg.1>
package.
--- a/opam+++ b/opam@@ -11,8 +11,9 @@ depends: [
depexts: [
["libavutil-dev" "libavformat-dev" "libavcodec-dev" "libavdevice-dev" "libavfilter-dev" "libswresample-dev" "libswscale-dev"] {os-family = "debian" | os-family = "ubuntu"}
["ffmpeg-dev"] {os-distribution = "alpine"}- ["ffmpeg"] {os = "freebsd" | os-distribution = "arch" | os-distribution = "nixos" | os = "macos" & os-distribution = "homebrew"}+ ["ffmpeg"] {os = "freebsd" | os-distribution = "nixos" | os = "macos" & os-distribution = "homebrew"}
["ffmpeg-devel"] {os-distribution = "centos" | os-distribution = "fedora" | os-family = "suse" | os-family = "opensuse"}+ ["ffmpeg-git"] {os-distribution = "arch"}
]
synopsis: "Virtual package relying on FFmpeg"
description:
Please have a look at the opam packaging documentation at
https://opam.ocaml.org/doc/Packaging.html.
—
Reply to this email directly, view it on GitHub
<#3596 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJCGU5XBMS7KMVEAS5ORZO3YJU2BFAVCNFSM6AAAAABAXK33ROVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TQNRZGUZDE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
felas, i got this error every time it asking me to update packages. since for my other needs i would prefer to keep the git version over default pacman version I would like to know if that is anything I should worry about. thank you.
Beta Was this translation helpful? Give feedback.
All reactions