From ab72c526613133a825450bde4c02dd8545c0ddc2 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Thu, 29 Sep 2022 22:33:47 +0200 Subject: [PATCH] CI: Remove custom libsoup step for macOS --- .github/workflows/build.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 057838614..8c8847312 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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