mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-16 16:41:42 +00:00
aedi: update flac to 1.4.1
This commit is contained in:
parent
010d251bfb
commit
67a4e3efd1
2 changed files with 2 additions and 19 deletions
|
@ -76,9 +76,8 @@ class FlacTarget(CMakeStaticDependencyTarget):
|
||||||
|
|
||||||
def prepare_source(self, state: BuildState):
|
def prepare_source(self, state: BuildState):
|
||||||
state.download_source(
|
state.download_source(
|
||||||
'https://github.com/xiph/flac/releases/download/1.4.0/flac-1.4.0.tar.xz',
|
'https://github.com/xiph/flac/releases/download/1.4.1/flac-1.4.1.tar.xz',
|
||||||
'af41c0733c93c237c3e52f64dd87e3b0d9af38259f1c7d11e8cbf583c48c2506',
|
'91303c3e5dfde52c3e94e75976c0ab3ee14ced278ab8f60033a3a12db9209ae6')
|
||||||
patches='flac-no-git')
|
|
||||||
|
|
||||||
def configure(self, state: BuildState):
|
def configure(self, state: BuildState):
|
||||||
opts = state.options
|
opts = state.options
|
||||||
|
@ -89,11 +88,6 @@ class FlacTarget(CMakeStaticDependencyTarget):
|
||||||
|
|
||||||
super().configure(state)
|
super().configure(state)
|
||||||
|
|
||||||
def post_build(self, state: BuildState):
|
|
||||||
super().post_build(state)
|
|
||||||
|
|
||||||
shutil.copytree(state.install_path / 'share/FLAC/cmake', state.install_path / 'lib/cmake/FLAC')
|
|
||||||
|
|
||||||
|
|
||||||
class FluidSynthTarget(CMakeStaticDependencyTarget):
|
class FluidSynthTarget(CMakeStaticDependencyTarget):
|
||||||
def __init__(self, name='fluidsynth'):
|
def __init__(self, name='fluidsynth'):
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- a/CMakeLists.txt
|
|
||||||
+++ b/CMakeLists.txt
|
|
||||||
@@ -53,7 +53,7 @@
|
|
||||||
|
|
||||||
find_program (HAVE_GIT git)
|
|
||||||
|
|
||||||
-if(HAVE_GIT)
|
|
||||||
+if(0)
|
|
||||||
execute_process(
|
|
||||||
COMMAND git describe --tags --exact-match
|
|
||||||
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
|
|
Loading…
Reference in a new issue