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

Rework boost module, update shared-modules #105

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
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
10 changes: 4 additions & 6 deletions org.strawberrymusicplayer.strawberry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,16 @@ modules:
- name: boost
buildsystem: simple
build-commands:
- ./bootstrap.sh --prefix="${FLATPAK_DEST}"
- ./b2 --without-mpi --without-graph_parallel -j ${FLATPAK_BUILDER_N_JOBS}
- ./b2 --without-mpi --without-graph_parallel -j ${FLATPAK_BUILDER_N_JOBS} headers
- ./b2 --without-mpi --without-graph_parallel install
- ./bootstrap.sh --prefix=/app --with-libraries=function_types,headers,multi_index
- ./b2 -j $FLATPAK_BUILDER_N_JOBS install
sources:
- type: archive
url: https://boostorg.jfrog.io/artifactory/main/release/1.87.0/source/boost_1_87_0.tar.gz
url: https://archives.boost.io/release/1.87.0/source/boost_1_87_0.tar.gz
sha256: f55c340aa49763b1925ccf02b2e83f35fdcf634c9d5164a2acb87540173c741d
x-checker-data:
type: anitya
project-id: 6845
url-template: https://boostorg.jfrog.io/artifactory/main/release/$version/source/boost_${version0}_${version1}_$version2.tar.gz
url-template: https://archives.boost.io/release/$version/source/boost_${version0}_${version1}_${version2}.tar.gz
- name: chromaprint
config-opts:
- -DCMAKE_BUILD_TYPE=Release
Expand Down
2 changes: 1 addition & 1 deletion shared-modules
Submodule shared-modules updated 72 files
+41 −0 .github/workflows/ci.yml
+30 −0 .github/workflows/update.yaml
+1 −0 .gitignore
+6 −5 CODEOWNERS
+18 −3 README.md
+4 −0 SDL/SDL-1.2.15.json
+6 −0 SDL/SDL_image-1.2.12.json
+5 −0 SDL/SDL_mixer-1.2.12.json
+6 −0 SDL/SDL_ttf-2.0.11.json
+27 −0 SDL/sdl-sysloadso-buffer-length.patch
+2 −2 SDL/sdl12-compat.json
+0 −15 SDL2/README.md
+0 −22 SDL2/SDL2-no-libdecor.json
+0 −23 SDL2/SDL2-with-libdecor.json
+3 −3 glu/glu-9.json
+59 −22 gtk2/gtk2-common-themes.json
+281 −0 gtk2/gtk2-gcc14.patch
+4 −1 gtk2/gtk2.json
+2 −2 gudev/gudev.json
+20 −0 gzdoom/game-music-emu.json
+13 −54 gzdoom/gzdoom.json
+20 −0 gzdoom/zmusic.json
+51 −0 libayatana-appindicator/0001-Fix-HAVE_VALGRIND-AM_CONDITIONAL.patch
+44 −0 libayatana-appindicator/0001-Make-introspection-configurable.patch
+116 −0 libayatana-appindicator/libayatana-appindicator-gtk3.json
+2 −4 libcanberra/libcanberra.json
+0 −6 libdecor/README.md
+0 −18 libdecor/libdecor-0.1.1.json
+0 −34 libmad/Provide-Thumb-2-alternative-code-for-MAD_F_MLN.diff
+0 −12 libmad/libmad-0.15.1b-cflags-O2.patch
+0 −146 libmad/libmad-0.15.1b-cflags.patch
+0 −37 libmad/libmad-0.15.1b-multiarch.patch
+0 −13 libmad/libmad-0.15.1b-ppc.patch
+9 −42 libmad/libmad.json
+0 −12 libmad/libmad.thumb.diff
+0 −11 libmad/mad.pc
+2 −2 libsecret/libsecret.json
+2 −2 libusb/libusb.json
+1 −0 linux-audio/fftw3f.json
+2 −2 linux-audio/fluidsynth2-static.json
+2 −2 linux-audio/fluidsynth2.json
+0 −23 linux-audio/jack2.json
+3 −0 linux-audio/ladspa.json
+14 −11 linux-audio/lash.json
+3 −1 linux-audio/libinstpatch.json
+1 −1 linux-audio/liblo-static.json
+3 −0 linux-audio/liblo.json
+94 −0 linux-audio/lilv-static.json
+2 −0 linux-audio/lilv.json
+12 −5 linux-audio/lrdf.json
+13 −0 linux-audio/patches/lash-build.patch
+31 −0 linux-audio/patches/raptor-libxml.patch
+2 −7 lua5.3/lua-5.3.5.json
+45 −0 lua5.3/luaconf.patch
+7 −10 lua5.4/lua-5.4.json
+32 −0 lua5.4/luaconf.patch
+7 −7 luajit/luajit.json
+27 −0 lzo/lzo.json
+2 −2 mac/mac.json
+34 −0 pygame/cython-fixes.patch
+25 −0 pygame/glib.patch
+0 −105 pygame/portmidi-no-java.patch
+49 −7 pygame/pygame-1.9.6.json
+0 −54 qt4/disable-sslv3.patch
+0 −11 qt4/fixgcc11.patch
+0 −31 qt4/fixgcc9.patch
+0 −118 qt4/qt4-4.8.7-minimal.json
+0 −514 qt4/qt4-aarch64.patch
+0 −409 qt4/qt4-openssl-1.1.patch
+6 −1 smpeg/smpeg-0.4.5.json
+22 −0 squashfs-tools/squashfs-tools.json
+54 −0 update-checker.sh