mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-02-07 15:28:47 +01:00
CI: Remove custom libsoup step for macOS
This commit is contained in:
parent
f0bf1b8a54
commit
ab72c52661
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -2810,7 +2810,7 @@ jobs:
|
||||
run: |
|
||||
brew install pkg-config cmake ninja meson bison flex wget create-dmg gettext boost protobuf protobuf-c
|
||||
brew install glib glib-openssl glib-utils glib-networking gdk-pixbuf gobject-introspection orc
|
||||
brew install libffi openssl gnutls sqlite fftw libmtp libplist libxml2
|
||||
brew install libffi openssl gnutls sqlite fftw libmtp libplist libxml2 libsoup
|
||||
brew install libogg libvorbis flac wavpack opus speex mpg123 lame twolame taglib chromaprint libbs2b libcdio libopenmpt faad2 faac fdk-aac musepack game-music-emu
|
||||
brew install qt6
|
||||
|
||||
@ -2822,11 +2822,7 @@ jobs:
|
||||
wget https://files.strawberrymusicplayer.org/patches/gst-plugins-bad.rb
|
||||
wget https://files.strawberrymusicplayer.org/patches/gst-plugins-ugly.rb
|
||||
wget https://files.strawberrymusicplayer.org/patches/gst-libav.rb
|
||||
wget https://files.strawberrymusicplayer.org/patches/libsoup.rb
|
||||
mv gstreamer.rb gst-plugins-{base,good,bad,ugly}.rb gst-libav.rb libsoup.rb /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/
|
||||
|
||||
- name: Build and install libsoup
|
||||
run: brew install --build-from-source libsoup
|
||||
mv gstreamer.rb gst-plugins-{base,good,bad,ugly}.rb gst-libav.rb /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/
|
||||
|
||||
- name: Build and install gstreamer
|
||||
run: brew install --build-from-source gstreamer
|
||||
|
Loading…
x
Reference in New Issue
Block a user