Skip to content

Commit

Permalink
Merge pull request #125 from JoergAtGithub/useUpstreamLibid3tag
Browse files Browse the repository at this point in the history
Use upstream libid3tag
  • Loading branch information
daschuer authored Feb 29, 2024
2 parents b20ad39 + e155ad3 commit 03df0a6
Show file tree
Hide file tree
Showing 11 changed files with 47 additions and 228 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: 4 additions & 0 deletions 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
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
}
]
}

0 comments on commit 03df0a6

Please sign in to comment.