-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3160 from mariux64/update-sdl2-from-2.0.10-to-2.30.6
Update sdl2 from 2.0.10 to 2.30.6
- Loading branch information
Showing
7 changed files
with
176 additions
and
48 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
#!/bin/env beesh | ||
|
||
#BEE_VERSION fluidsynth-2.3.6-0 | ||
|
||
#SRCURL[0]="https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v${PKGVERSION}.tar.gz fluidsynth-${PKGVERSION}.tar.gz" | ||
SRCURL[0]="https://beehive.molgen.mpg.de/ad6397be36caef45638a6a90600c8e7e/fluidsynth-2.3.6.tar.gz" | ||
|
||
# PATCHURL+=() | ||
|
||
# build_in_sourcedir | ||
|
||
# sourcesubdir_append src | ||
|
||
#mee_extract() { | ||
# bee_extract "${@}" | ||
#} | ||
|
||
#mee_patch() { | ||
# bee_patch "${@}" | ||
#} | ||
|
||
#mee_configure() { | ||
# bee_configure | ||
#} | ||
|
||
#mee_build() { | ||
# bee_build | ||
#} | ||
|
||
#mee_install() { | ||
# bee_install | ||
#} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
#!/bin/env beesh | ||
|
||
#BEE_VERSION sdl2_image-2.8.2-0 | ||
|
||
#SRCURL[0]="https://github.com/libsdl-org/SDL_image/releases/download/release-${PKGVERSION}/SDL2_image-${PKGVERSION}.tar.gz" | ||
SRCURL[0]="https://beehive.molgen.mpg.de/8464c8aaad39fe9be6a9c1e85b370cd1/SDL2_image-2.8.2.tar.gz" | ||
|
||
BEE_BUILDTYPE=autotools | ||
|
||
# PATCHURL+=() | ||
|
||
# build_in_sourcedir | ||
|
||
# sourcesubdir_append src | ||
|
||
#mee_extract() { | ||
# bee_extract "${@}" | ||
#} | ||
|
||
#mee_patch() { | ||
# bee_patch "${@}" | ||
#} | ||
|
||
mee_configure() { | ||
bee_configure --disable-sdltest --disable-examples | ||
} | ||
|
||
#mee_build() { | ||
# bee_build | ||
#} | ||
|
||
#mee_install() { | ||
# bee_install | ||
#} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
#!/bin/env beesh | ||
|
||
#BEE_VERSION sdl2_mixer-2.8.0-0 | ||
|
||
#SRCURL[0]="https://github.com/libsdl-org/SDL_mixer/releases/download/release-${PKGVERSION}/SDL2_mixer-${PKGVERSION}.tar.gz" | ||
SRCURL[0]="https://beehive.molgen.mpg.de/6c4b2936784856c575b838a5731a23d1/SDL2_mixer-2.8.0.tar.gz" | ||
|
||
BEE_BUILDTYPE=autotools | ||
|
||
# PATCHURL+=() | ||
|
||
# build_in_sourcedir | ||
|
||
# sourcesubdir_append src | ||
|
||
#mee_extract() { | ||
# bee_extract "${@}" | ||
#} | ||
|
||
#mee_patch() { | ||
# bee_patch "${@}" | ||
#} | ||
|
||
#mee_configure() { | ||
# bee_configure | ||
#} | ||
|
||
#mee_build() { | ||
# bee_build | ||
#} | ||
|
||
#mee_install() { | ||
# bee_install | ||
#} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
#!/bin/env beesh | ||
|
||
#BEE_VERSION sdl2_net-2.2.0-0 | ||
|
||
#SRCURL[0]="https://github.com/libsdl-org/SDL_net/releases/download/release-${PKGVERSION}/SDL2_net-${PKGVERSION}.tar.gz | ||
SRCURL[0]="https://beehive.molgen.mpg.de/ba1cc690ddde85ee90c80e15be9f3bf9/SDL2_net-2.2.0.tar.gz" | ||
|
||
BEE_BUILDTYPE=autotools | ||
|
||
# PATCHURL+=() | ||
|
||
# build_in_sourcedir | ||
|
||
# sourcesubdir_append src | ||
|
||
#mee_extract() { | ||
# bee_extract "${@}" | ||
#} | ||
|
||
#mee_patch() { | ||
# bee_patch "${@}" | ||
#} | ||
|
||
mee_configure() { | ||
bee_configure --disable-sdltest --disable-examples | ||
} | ||
|
||
#mee_build() { | ||
# bee_build | ||
#} | ||
|
||
#mee_install() { | ||
# bee_install | ||
#} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
#!/bin/env beesh | ||
|
||
#BEE_VERSION sdl2_ttf-2.22.0-0 | ||
|
||
#SRCURL[0]="https://github.com/libsdl-org/SDL_ttf/releases/download/release-${PKGVERSION}/SDL2_ttf-${PKGVERSION}.tar.gz" | ||
SRCURL[0]="https://beehive.molgen.mpg.de/686e685caaa215d8fa1ac7bb02b2cf54/SDL2_ttf-2.22.0.tar.gz" | ||
|
||
BEE_BUILDTYPE=autotools | ||
|
||
# PATCHURL+=() | ||
|
||
# build_in_sourcedir | ||
|
||
# sourcesubdir_append src | ||
|
||
#mee_extract() { | ||
# bee_extract "${@}" | ||
#} | ||
|
||
#mee_patch() { | ||
# bee_patch "${@}" | ||
#} | ||
|
||
mee_configure() { | ||
bee_configure --enable-harfbuzz-builtin=no --enable-freetype-builtin=no | ||
} | ||
|
||
#mee_build() { | ||
# bee_build | ||
#} | ||
|
||
#mee_install() { | ||
# bee_install | ||
#} |