Skip to content

Commit

Permalink
Make sure to use a specific revision of the HandBrake patches.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlesage committed Feb 14, 2018
1 parent 5f21fb2 commit 3b5adb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ RUN \
mkdir HandBrake && \
curl -# -L ${HANDBRAKE_URL} | tar xj --strip 1 -C HandBrake && \
# Apply patches from https://git.alpinelinux.org/cgit/aports/tree/testing/handbrake?h=master
wget https://git.alpinelinux.org/cgit/aports/plain/testing/handbrake/handbrake-9999-fix-missing-x265-link-flag.patch && \
wget https://git.alpinelinux.org/cgit/aports/plain/testing/handbrake/handbrake-9999-remove-dvdnav-dup.patch && \
wget https://raw.githubusercontent.com/alpinelinux/aports/373000a/testing/handbrake/handbrake-9999-fix-missing-x265-link-flag.patch && \
wget https://raw.githubusercontent.com/alpinelinux/aports/373000a/testing/handbrake/handbrake-9999-remove-dvdnav-dup.patch && \
patch -d HandBrake -p0 < handbrake-9999-fix-missing-x265-link-flag.patch && \
patch -d HandBrake -p0 < handbrake-9999-remove-dvdnav-dup.patch && \
# Use external libraries, except for libdvdread and libdvdnav.
Expand Down

0 comments on commit 3b5adb4

Please sign in to comment.