Skip to content

Commit

Permalink
init_update_libs.sh: Update inactive links to libs
Browse files Browse the repository at this point in the history
This updates the inactive links to libs like
`libpng` and `fribidi`.

Fixes cropsly#90
  • Loading branch information
adi23arora committed May 10, 2018
1 parent 8809612 commit a2b8c82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions init_update_libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ echo "============================================"
echo "Updating submodules"
git submodule update --init
echo "============================================"
echo "Updating libpng, expat and fribidi"
echo "Updating libpng, expat, fribidi and lame"
rm -rf libpng-*
rm -rf expat-*
rm -rf fribidi-*
rm -rf lame-*

wget -O- ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng16/libpng-1.6.21.tar.xz | tar xJ
wget -O- http://downloads.sourceforge.net/libpng/libpng-1.6.21.tar.xz | tar xJ
wget -O- http://downloads.sourceforge.net/project/expat/expat/2.1.0/expat-2.1.0.tar.gz | tar xz
wget -O- http://fribidi.org/download/fribidi-0.19.7.tar.bz2 | tar xj
wget -O- https://github.com/fribidi/fribidi/releases/download/0.19.7/fribidi-0.19.7.tar.bz2 | tar xj
wget -O- http://sourceforge.net/projects/lame/files/lame/3.99/lame-3.99.5.tar.gz | tar xz
echo "============================================"

0 comments on commit a2b8c82

Please sign in to comment.