Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion formula/alsa-lib.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

GV_url="http://alsa.cybermirror.org/lib/alsa-lib-1.0.27.tar.bz2"
GV_url="ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.0.27.tar.bz2"
GV_sha1="a110aa9230fc93c4bef776d255df2fac9ffd9e7a"

GV_depend=()
Expand Down
2 changes: 1 addition & 1 deletion formula/i2c-tools.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

GV_url="http://dl.lm-sensors.org/i2c-tools/releases/i2c-tools-3.1.1.tar.bz2"
GV_url="http://jdelvare.nerim.net/mirror/i2c-tools/i2c-tools-3.1.1.tar.bz2"
GV_sha1="05e4e3b34ebc921812e14527936c0fae65729204"

GV_depend=()
Expand Down
2 changes: 1 addition & 1 deletion formula/lame.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

GV_url="http://garr.dl.sourceforge.net/project/lame/lame/3.99/lame-3.99.5.tar.gz"
GV_url="http://iweb.dl.sourceforge.net/project/lame/lame/3.99/lame-3.99.5.tar.gz"
GV_sha1="03a0bfa85713adcc6b3383c12e2cc68a9cfbf4c4"

GV_depend=()
Expand Down
2 changes: 1 addition & 1 deletion formula/lcms2.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

GV_url="http://optimate.dl.sourceforge.net/project/lcms/lcms/2.2/lcms2-2.2.tar.gz"
GV_url="http://iweb.dl.sourceforge.net/project/lcms/lcms/2.2/lcms2-2.2.tar.gz"
GV_sha1="55ae4884a92c7fbd491c118aa3b356814b1014df"

GV_depend=()
Expand Down
2 changes: 1 addition & 1 deletion formula/libgpg-error.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

GV_url="ftp://ftp.gnupg.org/GnuPG/libgpg-error//libgpg-error-1.10.tar.bz2"
GV_url="ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-1.10.tar.bz2"
GV_sha1="95b324359627fbcb762487ab6091afbe59823b29"

GV_depend=()
Expand Down
5 changes: 5 additions & 0 deletions formula/libxslt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ if [ $? == 1 ]; then
FU_file_get_download
FU_file_extract_tar

echo -n "Patch ${GV_name}... "
patch "${GV_source_dir}/${GV_dir_name}/configure" \
< "${GV_base_dir}/patches/libxslt.patch" >$GV_log_file 2>&1
FU_tools_is_error "patch"

FU_build_configure
FU_build_make
FU_build_install "install-strip"
Expand Down
2 changes: 1 addition & 1 deletion formula/opencv.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

GV_url="http://garr.dl.sourceforge.net/project/opencvlibrary/opencv-unix/2.4.10/opencv-2.4.10.zip"
GV_url="http://iweb.dl.sourceforge.net/project/opencvlibrary/opencv-unix/2.4.10/opencv-2.4.10.zip"
GV_sha1="0b185f5e332d5feef91722a6ed68c36a6d33909e"

GV_depend=(
Expand Down
2 changes: 1 addition & 1 deletion formula/orc.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

GV_url="http://code.entropywave.com/download/orc/orc-0.4.16.tar.gz"
GV_url="https://gstreamer.freedesktop.org/src/orc/orc-0.4.16.tar.gz"
GV_sha1="b67131881e7834b0c820bfba468f668100fb2e91"

GV_depend=()
Expand Down
2 changes: 1 addition & 1 deletion formula/readline.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

GV_url="ftp.gnu.org:/pub/gnu/readline/readline-6.0.tar.gz"
GV_url="ftp://ftp.gnu.org:/pub/gnu/readline/readline-6.0.tar.gz"
GV_sha1="1e511b091514ef631c539552316787c75ace5262"

GV_depend=()
Expand Down
2 changes: 1 addition & 1 deletion formula/taglib.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

GV_url="http://ktown.kde.org/~wheeler/files/src/taglib-1.7.2.tar.gz"
GV_url="http://ftp.osuosl.org/pub/blfs/conglomeration/taglib/taglib-1.7.2.tar.gz"
GV_sha1="e657384ccf3284db2daba32dccece74534286012"

GV_depend=()
Expand Down
2 changes: 1 addition & 1 deletion formula/wiringpi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if ! [ "${UV_board}" == "raspi" ]; then
fi

GV_url="git://git.drogon.net/wiringPi"
GV_sha1=""
GV_sha1="95a292824ff9188f013fc230f432acf1a8b1092f"

GV_depend=()

Expand Down
2 changes: 1 addition & 1 deletion formula/zlib.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

GV_url="http://zlib.net/zlib-1.2.8.tar.gz"
GV_url="http://zlib.net/fossils/zlib-1.2.8.tar.gz"
GV_sha1="a4d316c404ff54ca545ea71a27af7dbc29817088"

GV_depend=()
Expand Down
5 changes: 5 additions & 0 deletions include/files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ FU_file_git_clone(){
echo -n "Download ${GV_name}... "
if ! [ -d "${UV_download_dir}/${GV_dir_name}" ]; then
git clone $GV_url 2>&1
if ! [ -z $GV_sha1 ]; then
do_cd ${GV_dir_name}
echo "git reset --hard $GV_sha1"
git reset --hard $GV_sha1
fi
FU_tools_is_error "clone"
else
echo "alredy loaded"
Expand Down
7 changes: 7 additions & 0 deletions patches/libxslt.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
--- ../src/libxslt-1.1.27/configure 2012-09-12 08:33:52.000000000 +0200
+++ ../src/libxslt-1.1.27/configure 2017-04-06 14:21:19.000000000 +0200
@@ -16297,3 +16297,4 @@ if test -n "$ac_unrecognized_opts" && te
$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
fi

+find . -exec sed -i -e 's/-licucore//g' \{\} \;