Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

increments version numbers for libsndfile 1.2.2 #30

Merged
merged 2 commits into from
Dec 10, 2023
Merged
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
Binary file modified libsndfile_32bit.dll
Binary file not shown.
Binary file modified libsndfile_64bit.dll
Binary file not shown.
Binary file modified libsndfile_arm64.so
Binary file not shown.
Binary file modified libsndfile_x86_64.dylib
Binary file not shown.
Binary file modified libsndfile_x86_64.so
Binary file not shown.
10 changes: 5 additions & 5 deletions linux_build.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
OGGVERSION=1.3.5
VORBISVERSION=1.3.7
FLACVERSION=1.4.2
OPUSVERSION=1.3.1
MPG123VERSION=1.30.2
FLACVERSION=1.4.3
OPUSVERSION=1.4
MPG123VERSION=1.32.3
LAMEVERSION=3.100
SNDFILE_VERSION=1.2.0
SNDFILE_VERSION=1.2.2

JOBS=8
SNDFILENAME=libsndfile-$SNDFILE_VERSION
Expand Down Expand Up @@ -45,7 +45,7 @@ cd ..

# libopus

curl -LO https://archive.mozilla.org/pub/opus/opus-$OPUSVERSION.tar.gz
curl -LO https://downloads.xiph.org/releases/opus/opus-$OPUSVERSION.tar.gz
tar xvf opus-$OPUSVERSION.tar.gz
cd opus-$OPUSVERSION
./configure --disable-shared
Expand Down
10 changes: 5 additions & 5 deletions mac_build.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
OGGVERSION=1.3.5
VORBISVERSION=1.3.7
FLACVERSION=1.4.2
OPUSVERSION=1.3.1
MPG123VERSION=1.30.2
FLACVERSION=1.4.3
OPUSVERSION=1.4
MPG123VERSION=1.32.3
LAMEVERSION=3.100
SNDFILE_VERSION=1.2.0
SNDFILE_VERSION=1.2.2

JOBS=8
SNDFILENAME=libsndfile-$SNDFILE_VERSION
Expand Down Expand Up @@ -53,7 +53,7 @@ cd ..

# libopus

curl -LO https://archive.mozilla.org/pub/opus/opus-$OPUSVERSION.tar.gz
curl -LO https://downloads.xiph.org/releases/opus/opus-$OPUSVERSION.tar.gz
tar zxvf opus-$OPUSVERSION.tar.gz
cd opus-$OPUSVERSION
ln -sf include opus
Expand Down