Skip to content

Commit

Permalink
Merge remote-tracking branch 'mixxxdj/2.5' into 2.5-rel
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Feb 29, 2024
2 parents be6e0e0 + a6f9257 commit a28da9d
Show file tree
Hide file tree
Showing 13 changed files with 55 additions and 231 deletions.
48 changes: 0 additions & 48 deletions overlay/ports/libid3tag/10_utf16.diff

This file was deleted.

37 changes: 0 additions & 37 deletions overlay/ports/libid3tag/11_unknown_encoding.diff

This file was deleted.

85 changes: 0 additions & 85 deletions overlay/ports/libid3tag/CMakeLists.txt

This file was deleted.

11 changes: 0 additions & 11 deletions overlay/ports/libid3tag/CVE-2008-2109.patch

This file was deleted.

5 changes: 0 additions & 5 deletions overlay/ports/libid3tag/id3tagConfig.cmake.in

This file was deleted.

33 changes: 0 additions & 33 deletions overlay/ports/libid3tag/portfile.cmake

This file was deleted.

9 changes: 0 additions & 9 deletions overlay/ports/libid3tag/vcpkg.json

This file was deleted.

17 changes: 17 additions & 0 deletions ports/libid3tag/portfile.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
vcpkg_download_distfile(
ARCHIVE URLS "https://codeberg.org/tenacityteam/libid3tag/archive/${VERSION}.tar.gz"
FILENAME "${VERSION}.tar.gz"
SHA512 d49bc637899e4251ed66b5b56aa4c910dcdecd6b03ed197866d74175fc4eadff40f40f336606b23e2505b0e11834c4212a1314feeeaa2c0e9713051fdb56cb45
)

vcpkg_extract_source_archive(SOURCE_PATH ARCHIVE "${ARCHIVE}")

vcpkg_cmake_configure(SOURCE_PATH "${SOURCE_PATH}")
vcpkg_cmake_install()

vcpkg_cmake_config_fixup(PACKAGE_NAME id3tag CONFIG_PATH lib/cmake/id3tag)
vcpkg_fixup_pkgconfig()
vcpkg_copy_pdbs()

vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/COPYING")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
17 changes: 17 additions & 0 deletions ports/libid3tag/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "libid3tag",
"version": "0.16.3",
"description": "ID3 tag manipulation library",
"homepage": "https://codeberg.org/tenacityteam/libid3tag",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
]
}
4 changes: 2 additions & 2 deletions ports/portmidi/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "portmidi",
"version": "2.0.4",
"port-version": 2,
"port-version": 3,
"description": "PortMidi is a cross platform (Windows, macOS, Linux, and BSDs which support alsalib) library for interfacing with operating systems' MIDI I/O APIs.",
"homepage": "https://github.com/PortMidi/portmidi",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
{
"name": "alsa",
"platform": "!(windows | osx)"
"platform": "linux | android | freebsd | openbsd"
},
{
"name": "vcpkg-cmake",
Expand Down
6 changes: 5 additions & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4312,6 +4312,10 @@
"baseline": "1.6.6",
"port-version": 0
},
"libid3tag": {
"baseline": "0.16.3",
"port-version": 0
},
"libideviceactivation": {
"baseline": "2023-05-01",
"port-version": 1
Expand Down Expand Up @@ -6618,7 +6622,7 @@
},
"portmidi": {
"baseline": "2.0.4",
"port-version": 2
"port-version": 3
},
"portsmf": {
"baseline": "239",
Expand Down
9 changes: 9 additions & 0 deletions versions/l-/libid3tag.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "a30c7af82d01be2c3bd973012681915cf394d464",
"version": "0.16.3",
"port-version": 0
}
]
}
5 changes: 5 additions & 0 deletions versions/p-/portmidi.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2e836f32941f2eb402cecca7bff1e0ec566c4287",
"version": "2.0.4",
"port-version": 3
},
{
"git-tree": "73cae77fb0424c85894d1165fd2cc162bd4cd98a",
"version": "2.0.4",
Expand Down

0 comments on commit a28da9d

Please sign in to comment.