Skip to content

Commit

Permalink
Included libasound2-data and libasound2-plugins in aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
large committed Nov 15, 2020
1 parent b03dc2b commit 81f8f89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions squeezelite/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ RUN apt-get update && apt-get upgrade -y -o Dpkg::Options::="--force-confold"
# Install Squeezelite
RUN apt-get -qq -y update && \
if [ "${BUILD_ARCH}" = "i386" ]; then PACKAGES="alsa-base alsa-utils libasound2-data libasound2-dev libasound2-plugins libasound2"; fi && \
if [ "${BUILD_ARCH}" = "aarch64" ]; then PACKAGES="libasound2-dev libflac-dev libmad0-dev libvorbis-dev libmpg123-dev libfaad-dev libsox-dev libsoxr-dev libavformat-dev liblirc-dev libssl-dev libopusfile-dev faad libc6"; fi && \
if [ "${BUILD_ARCH}" = "aarch64" ]; then PACKAGES="libasound2-dev libasound2-plugins libasound2-data libflac-dev libmad0-dev libvorbis-dev libmpg123-dev libfaad-dev libsox-dev libsoxr-dev libavformat-dev liblirc-dev libssl-dev libopusfile-dev faad"; fi && \
if [ "${BUILD_ARCH}" = "amd64" ]; then PACKAGES="alsa-base alsa-utils libasound2-data libasound2-dev libasound2-plugins libasound2"; fi && \
if [ "${BUILD_ARCH}" = "armv7" ]; then PACKAGES="libasound2-dev libflac-dev libmad0-dev libvorbis-dev libmpg123-dev libfaad-dev libsox-dev libsoxr-dev libavformat-dev liblirc-dev libssl-dev libopusfile-dev faad libc6"; fi && \
if [ "${BUILD_ARCH}" = "armv7" ]; then PACKAGES="libasound2-dev libasound2-plugins libasound2-data libflac-dev libmad0-dev libvorbis-dev libmpg123-dev libfaad-dev libsox-dev libsoxr-dev libavformat-dev liblirc-dev libssl-dev libopusfile-dev faad"; fi && \
apt-get -qq -y install ${PACKAGES}

# Clean up APT when done.
Expand Down
2 changes: 1 addition & 1 deletion squeezelite/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Squeezelite",
"version": "1.32b",
"version": "1.33b",
"slug": "squeezelite",
"description": "Squeezelite client standalone on home assistant",
"url": "https://github.com/hassio-addons/addon-squeezelite",
Expand Down

0 comments on commit 81f8f89

Please sign in to comment.