Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions ports/mpg123/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set(MPG123_VERSION 1.26.3)
set(MPG123_HASH 7574331afaecf3f867455df4b7012e90686ad6ac8c5b5e820244204ea7088bf2b02c3e75f53fe71c205f9eca81fef93f1d969c8d0d1ee9775dc05482290f7b2d)
set(MPG123_VERSION 1.26.4)
set(MPG123_HASH 425162227aafb99b8723428fe9bd403739a2dd68828b86a2cff7f9928a9f0ab3f67420e56c0abe7c9deeb94bce6c6acd59acaa0606ce24c01716465640564785)

#architecture detection
if(VCPKG_TARGET_ARCHITECTURE STREQUAL "x86")
Expand Down Expand Up @@ -115,6 +115,7 @@ elseif(VCPKG_TARGET_IS_OSX OR VCPKG_TARGET_IS_LINUX)
OPTIONS ${MPG123_OPTIONS}
)
vcpkg_install_make()
vcpkg_fixup_pkgconfig()

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
endif()
Expand Down
3 changes: 1 addition & 2 deletions ports/mpg123/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "mpg123",
"version-string": "1.26.3",
"port-version": 1,
"version": "1.26.4",
"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/",
"dependencies": [
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4029,8 +4029,8 @@
"port-version": 0
},
"mpg123": {
"baseline": "1.26.3",
"port-version": 1
"baseline": "1.26.4",
"port-version": 0
},
"mpi": {
"baseline": "1",
Expand Down
5 changes: 5 additions & 0 deletions versions/m-/mpg123.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "72adf784def23c2eb0470ca915ce526a150fd51f",
"version": "1.26.4",
"port-version": 0
},
{
"git-tree": "b143abaf1493952c9a04569e7d8379dac8ff8c1c",
"version-string": "1.26.3",
Expand Down