Skip to content

Commit

Permalink
v9.2
Browse files Browse the repository at this point in the history
- CI | Squeezelite: Use again latest commit, with a fix for upstream libFLAC: ralph-irving/squeezelite@fd89d67
  • Loading branch information
MichaIng committed Mar 9, 2024
1 parent 2284b4b commit 829d162
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .build/software/squeezelite/build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,11 @@ done

G_DIETPI-NOTIFY 2 'Downloading source code...'
G_EXEC cd /tmp
# Freeze commit: https://github.com/ralph-irving/squeezelite/issues/206
G_EXEC curl -sSfLO 'https://github.com/ralph-irving/squeezelite/archive/6de9e229aa4cc7c3131ff855f3ead39581127090.tar.gz'
G_EXEC curl -sSfLO 'https://github.com/ralph-irving/squeezelite/archive/master.tar.gz'
[[ -d 'squeezelite-master' ]] && G_EXEC rm -R squeezelite-master
G_EXEC tar xf 6de9e229aa4cc7c3131ff855f3ead39581127090.tar.gz
G_EXEC rm 6de9e229aa4cc7c3131ff855f3ead39581127090.tar.gz
G_EXEC tar xf master.tar.gz
G_EXEC rm master.tar.gz
G_DIETPI-NOTIFY 2 'Compiling binary...'
G_EXEC mv squeezelite-{6de9e229aa4cc7c3131ff855f3ead39581127090,master}
G_EXEC cd squeezelite-master
G_EXEC_OUTPUT=1 G_EXEC make CFLAGS='-g0 -O3' OPTS='-DDSD -DFFMPEG -DRESAMPLE -DVISEXPORT -DLINKALL -DIR -DUSE_SSL'
G_EXEC strip --remove-section=.comment --remove-section=.note squeezelite
Expand Down

0 comments on commit 829d162

Please sign in to comment.