mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 01:24:47 +08:00
[mpg123] Bump to 1.31.3 (#30321)
* [mpg123] Bump to version 1.31.3. * [mpg123] Update portfile. - Copy pdbs - Remove unecessary cleanup of bin directories on macOS. * [mpg123] Update baseline.
This commit is contained in:
parent
6146b482ec
commit
39ffd6851e
@ -3,7 +3,7 @@ vcpkg_from_sourceforge(
|
||||
REPO mpg123/mpg123
|
||||
REF "${VERSION}"
|
||||
FILENAME "mpg123-${VERSION}.tar.bz2"
|
||||
SHA512 eca285382ee3e780353834addf1336c4a2f8f11256af22f95e11efa243de669761c083c86ddfc6ac8c02a920a3c4ab4ad767efa2739fb052e9719f35ef407bc3
|
||||
SHA512 5dd550e06f5d0d432cac1b7e546215e56378b44588c1a98031498473211e08bc4228de45be41f7ba764f7f6c0eb752a6501235bcc3712c9a8d8852ae3c607d98
|
||||
PATCHES
|
||||
fix-modulejack.patch
|
||||
fix-m1-build.patch
|
||||
@ -23,15 +23,11 @@ vcpkg_cmake_configure(
|
||||
BUILD_PROGRAMS
|
||||
)
|
||||
vcpkg_cmake_install()
|
||||
vcpkg_copy_pdbs()
|
||||
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/${PORT})
|
||||
vcpkg_fixup_pkgconfig()
|
||||
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||
|
||||
if(VCPKG_TARGET_IS_OSX)
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin")
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/bin")
|
||||
endif()
|
||||
|
||||
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/COPYING")
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mpg123",
|
||||
"version": "1.31.2",
|
||||
"version": "1.31.3",
|
||||
"description": "mpg123 is a real time MPEG 1.0/2.0/2.5 audio player/decoder for layers 1, 2 and 3 (MPEG 1.0 layer 3 also known as MP3).",
|
||||
"homepage": "https://sourceforge.net/projects/mpg123/",
|
||||
"license": "LGPL-2.1-or-later",
|
||||
|
@ -5225,7 +5225,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"mpg123": {
|
||||
"baseline": "1.31.2",
|
||||
"baseline": "1.31.3",
|
||||
"port-version": 0
|
||||
},
|
||||
"mpi": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "a328d4e2a48af20df2ff33217be9c27343a56d4b",
|
||||
"version": "1.31.3",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "635b5b51532f7cec33d16ada405e517be936c014",
|
||||
"version": "1.31.2",
|
||||
|
Loading…
Reference in New Issue
Block a user