Changeset 840030b


Ignore:
Timestamp:
09/16/2023 09:36:42 AM (9 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
291303d7
Parents:
665150a
Message:

Fix patch application in mplayer

When using "patch -d <dir> -i <path>", the <path> relative to the
directory <dir>, not the directory where the patch command is
run. Using < instead of -i allows to use a path relative to where
the command is run.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/mplayer.xml

    r665150a r840030b  
    253253      </para>
    254254
     255<!-- if using "patch -d", the change of directory is done before
     256     applying -i, so that the patch is not in "..". Use "<" in this case. -->
    255257<screen><userinput>patch -Np1 -i ../MPlayer-1.5-upstream_ffmpg6_fixes-1.patch &amp;&amp;
    256 patch -Np1 -d ffmpeg -i ../ffmpeg-6.0-binutils_2.41-1.patch</userinput></screen>
     258patch -Np1 -d ffmpeg &lt; ../ffmpeg-6.0-binutils_2.41-1.patch</userinput></screen>
    257259
    258260      <note>
Note: See TracChangeset for help on using the changeset viewer.