Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Fix RPi0 library
  • Loading branch information
joetoddsonos committed Jun 30, 2022
commit d87b73f7cedf39b0babebef3c48b05416c0b0fe8
20 changes: 0 additions & 20 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ jobs:
autoconf \
clang \
gcc-arm-linux-gnueabihf \
g++-arm-linux-gnueabihf \
gcc-aarch64-linux-gnu \
g++-aarch64-linux-gnu \
libtool \
mingw-w64 \
patchelf \
Expand Down Expand Up @@ -122,24 +120,6 @@ jobs:
name: raspbian-armv7a
path: raspbian-armv7a

- name: Build libFLAC (Raspbian armv6z)
run: |
tar xJf flac-${{ github.event.inputs.version }}.tar.xz
mv flac-${{ github.event.inputs.version }} flac-raspbian-armv6z
cd flac-raspbian-armv6z
./configure --host=arm-linux-gnueabihf --with-ogg=no --enable-debug=${{ github.event.inputs.debug }} CFLAGS="-mfpu=vfp -mfloat-abi=hard" --enable-shared --disable-static --disable-examples
make
ls -l src/libFLAC/.libs
mkdir ../raspbian-armv6z
cp src/libFLAC/.libs/libFLAC.so.8.3.0 ../raspbian-armv6z/libFLAC-8.3.0.so
cd ../raspbian-armv6z
patchelf --set-soname libFLAC-8.3.0.so libFLAC-8.3.0.so
- name: Upload Raspbian armv6z library
uses: actions/upload-artifact@v1
with:
name: raspbian-armv6z
path: raspbian-armv6z

build_macos:
runs-on: macos-latest
steps:
Expand Down
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ You can use pip to download and install the latest release with a single command
Supported platforms
-------------------

- macOS
- Linux
- RPi Zero/2/3/4
- Windows 7/8/10
- **macOS** (Intel/Apple Silicon)
- **Linux** (x86_64/arm64)
- **RPi** Zero/2/3/4
- **Windows** 7/8/10


CLI
Expand Down
Binary file modified pyflac/libraries/raspbian-armv6z/libFLAC-8.3.0.so
Binary file not shown.