[MacPorts] #69808: ffmpeg*: ability to select ffmpeg version as default (was: Ability to select ffmpeg version as default)

MacPorts noreply at macports.org
Tue Apr 23 18:22:01 UTC 2024


#69808: ffmpeg*: ability to select ffmpeg version as default
----------------------+----------------------
  Reporter:  eirnym   |      Owner:  mascguy
      Type:  defect   |     Status:  assigned
  Priority:  Normal   |  Milestone:
 Component:  ports    |    Version:  2.9.3
Resolution:           |   Keywords:
      Port:  ffmpeg6  |
----------------------+----------------------
Changes (by mascguy):

 * status:  new => assigned
 * keywords:  ffmpeg select ffmpeg6 =>
 * version:   => 2.9.3
 * owner:  (none) => mascguy


Comment:

 Symlinks are already created, so that you can use version 6 commands with
 a suffix of `6`:

 {{{
 $ port installed ffmpeg6
 The following ports are currently installed:
   ffmpeg6 @6.1.1_3+gpl2 (active)

 $ which ffmpeg6
 /opt/local/bin/ffmpeg6

 $ which ffplay6
 /opt/local/bin/ffplay6

 $ which ffprobe6
 /opt/local/bin/ffprobe6
 }}}

 We can't make `ffmpeg6` the default, as it may break some older ports. But
 you can simply run `ffmpeg6`, `ffplay6`, and `ffprobe6`.

-- 
Ticket URL: <https://trac.macports.org/ticket/69808#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list