aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBe <be@mixxx.org>2021-09-01 11:50:01 -0700
committerGitHub <noreply@github.com>2021-09-01 11:50:01 -0700
commit409c1c4a05f853e3204b5914e693221576525cd6 (patch)
tree97a21e69313dda509c420a9708bd7348e76bd23a
parent2b4ff3419f7421b2972e4d6879251a23049cd8c1 (diff)
downloadvcpkg-409c1c4a05f853e3204b5914e693221576525cd6.tar.gz
vcpkg-409c1c4a05f853e3204b5914e693221576525cd6.zip
[libsbsms] add new port with version 2.3.0 (#19312)
-rw-r--r--ports/libsbsms/portfile.cmake17
-rw-r--r--ports/libsbsms/vcpkg.json17
-rw-r--r--versions/baseline.json4
-rw-r--r--versions/l-/libsbsms.json9
4 files changed, 47 insertions, 0 deletions
diff --git a/ports/libsbsms/portfile.cmake b/ports/libsbsms/portfile.cmake
new file mode 100644
index 000000000..20dcda6f2
--- /dev/null
+++ b/ports/libsbsms/portfile.cmake
@@ -0,0 +1,17 @@
+vcpkg_from_github(
+ OUT_SOURCE_PATH SOURCE_PATH
+ REPO claytonotey/libsbsms
+ REF 2.3.0
+ SHA512 e5b544c2bdbaa2169236987c7a043838c8d1761b25280c476d7a32656d482c6485cb33f579ea9d1ce586ec7b2913ed8fdcf1abe5c7cc8b9e4eef9ce87de54627
+ HEAD_REF main
+)
+
+vcpkg_cmake_configure(SOURCE_PATH "${SOURCE_PATH}")
+vcpkg_cmake_install()
+
+vcpkg_cmake_config_fixup(CONFIG_PATH "lib/cmake/sbsms" PACKAGE_NAME sbsms)
+vcpkg_fixup_pkgconfig()
+vcpkg_copy_pdbs()
+
+file(INSTALL "${SOURCE_PATH}/LICENSE.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
+file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
diff --git a/ports/libsbsms/vcpkg.json b/ports/libsbsms/vcpkg.json
new file mode 100644
index 000000000..360bef009
--- /dev/null
+++ b/ports/libsbsms/vcpkg.json
@@ -0,0 +1,17 @@
+{
+ "name": "libsbsms",
+ "version-semver": "2.3.0",
+ "description": "libsbsms is a library for high quality time and pitch scale modification of digital audio. It uses octave subband sinusoidal modeling.",
+ "homepage": "https://github.com/claytonotey/libsbsms",
+ "license": "GPL-2.0-or-later",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}
diff --git a/versions/baseline.json b/versions/baseline.json
index 83566b49a..dc1a5d388 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -3612,6 +3612,10 @@
"baseline": "5.18.0",
"port-version": 0
},
+ "libsbsms": {
+ "baseline": "2.3.0",
+ "port-version": 0
+ },
"libsigcpp": {
"baseline": "3.0.3",
"port-version": 1
diff --git a/versions/l-/libsbsms.json b/versions/l-/libsbsms.json
new file mode 100644
index 000000000..a1840eab3
--- /dev/null
+++ b/versions/l-/libsbsms.json
@@ -0,0 +1,9 @@
+{
+ "versions": [
+ {
+ "git-tree": "e6367a94b6e35f2acf16b6a931749fcfab8ffefe",
+ "version-semver": "2.3.0",
+ "port-version": 0
+ }
+ ]
+}