Skip to content

Commit

Permalink
Merge pull request #4 from DanAndreasson/master
Browse files Browse the repository at this point in the history
Upgrade ORC_URL and libsvips 8.9.1
  • Loading branch information
brandoncc authored Feb 14, 2020
2 parents 31a8f19 + fdfab7d commit 31bc374
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified build/libvips.tar.gz
Binary file not shown.
6 changes: 3 additions & 3 deletions container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ RUN cd /usr/src \
&& make install

ARG ORC_VERSION=0.4.28
ARG ORC_URL=http://cgit.freedesktop.org/gstreamer/orc/snapshot
ARG ORC_URL=https://gstreamer.freedesktop.org/src/orc

RUN cd /usr/src \
&& wget ${ORC_URL}/orc-$ORC_VERSION.tar.gz \
&& tar xf orc-${ORC_VERSION}.tar.gz \
&& wget ${ORC_URL}/orc-$ORC_VERSION.tar.xz \
&& tar xf orc-${ORC_VERSION}.tar.xz \
&& cd orc-${ORC_VERSION} \
&& ./autogen.sh \
&& ./configure --prefix=/usr/src/vips --disable-gtk-doc \
Expand Down

0 comments on commit 31bc374

Please sign in to comment.