Skip to content

Commit f111bb1

Browse files
committed
strip the remainder of curl
just some unused build instructions really, should be risk free
1 parent 6e4ee2a commit f111bb1

File tree

6 files changed

+1
-44
lines changed

6 files changed

+1
-44
lines changed

CMAKE_OPTIONS.md

-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,3 @@
3434
| sneedacity_use_vst | BOOL | ON | Use VST2 plug-in support [on, off] |
3535
| sneedacity_use_wxwidgets | STRING | local | Use wxwidgets library [system (if available), local, off] |
3636
| sneedacity_use_zlib | STRING | local | Use zlib library [system (if available), local, off] |
37-
| sneedacity_use_curl | STRING | local | Use curl library [system (if available), local] |

cmake-proxies/CMakeLists.txt

-8
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,6 @@ add_conan_lib(
101101
PKG_CONFIG "mad >= 0.15.1b"
102102
)
103103

104-
if( CMAKE_SYSTEM_NAME MATCHES "Darwin" )
105-
set( curl_ssl "darwinssl" )
106-
elseif( CMAKE_SYSTEM_NAME MATCHES "Windows" )
107-
set( curl_ssl "schannel")
108-
else()
109-
set ( curl_ssl "openssl" )
110-
endif ()
111-
112104
add_conan_lib(
113105
ThreadPool
114106
threadpool/20140926

cmake-proxies/cmake-modules/dependencies/curl.cmake

-30
This file was deleted.

linux/build-environment/dependencies.sh

-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ apt_packages_full_deps=(
4747
libsbsms-dev
4848
libsoundtouch-dev
4949
libtwolame-dev
50-
libssl-dev
51-
libcurl4-openssl-dev
5250
libpng-dev
5351
libjpeg-turbo8-dev
5452
)

linux/build-environment/entrypoint.sh

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ cmake_options=(
3838
-Dsneedacity_use_sbsms=local # We prefer using the latest version of sbsms
3939
-Dsneedacity_use_soundtouch=system
4040
-Dsneedacity_use_twolame=system
41-
-Dsneedacity_use_curl=system
4241
)
4342

4443
cmake "${cmake_options[@]}" ../sneedacity

linux/required_libraries.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
| libsoxr | >= 0.1.3 | libsoxr-dev |
88
| ~~portaudio-v19~~ | ~~>= 19.6.0~~ | ~~portaudio19-dev~~ |
99
| sqlite3 | >= 3.31.1 | libsqlite3-dev |
10-
| libcurl | >= 7.68.0 | libcurl-dev |
1110
| ffmpeg | >= 4.2.4 | libavcodec-dev libavformat-dev libavutil-dev |
1211
| libid3tag | >= 0.15.1b | libid3tag0-dev |
1312
| libmad | >= 0.15.1b | libmad0-dev |
@@ -26,4 +25,4 @@
2625
| libsbsms | >= 2.0.2 | libsbsms-dev |
2726
| soundtouch | >= 2.1.2 | libsoundtouch-dev |
2827
| twolame | >= 0.4.0 | libtwolame-dev |
29-
| zlib | >= 1.2.11 | libzlib1g-dev |
28+
| zlib | >= 1.2.11 | libzlib1g-dev |

0 commit comments

Comments
 (0)