Skip to content

Commit

Permalink
[libmt32emu] update from 2.5.3 to 2.6.2 (microsoft#23836)
Browse files Browse the repository at this point in the history
* [libmt32emu] update from 2.5.3 to 2.6.2

* update version

* Add license

* update version

* Update license

* update version
  • Loading branch information
JonLiu1993 authored Apr 1, 2022
1 parent 656e0af commit 01d6f6f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
11 changes: 7 additions & 4 deletions ports/libmt32emu/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO munt/munt
REF libmt32emu_2_5_3
SHA512 c801e22e861898281316109533ca6264f5a9cf778d4f0bb14b49bb6d04d53b7e60cd8320d5b29a63534f6c470b4feb67c881e86c49b7860a98639ce01b99debf
REF 004800c20b1edaab921e08f69133fc2a4bd3b8e8 #vlibmt32emu_2_6_2
SHA512 3a47c269d285f3930eefda4cae6f1c7e157fc4e88d7d64ad029542586b6592b32d5f9bf0e22344e27a21869aea2191051505f3727e52dff268cf2be4d52f15c3
HEAD_REF master
)

Expand All @@ -15,6 +15,11 @@ vcpkg_cmake_configure(
)

vcpkg_cmake_install()

vcpkg_cmake_config_fixup(PACKAGE_NAME MT32Emu CONFIG_PATH lib/cmake/MT32Emu)

vcpkg_fixup_pkgconfig()

vcpkg_copy_pdbs()

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
Expand All @@ -23,5 +28,3 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/share/doc")


file(INSTALL "${SOURCE_PATH}/mt32emu/COPYING.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

vcpkg_fixup_pkgconfig()
4 changes: 2 additions & 2 deletions ports/libmt32emu/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "libmt32emu",
"version": "2.5.3",
"port-version": 1,
"version": "2.6.2",
"description": "A MT-32 emulator",
"homepage": "https://github.com/munt/munt/tree/master/mt32emu",
"license": "GPL-2.0-or-later",
"dependencies": [
{
"name": "vcpkg-cmake",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3765,8 +3765,8 @@
"port-version": 4
},
"libmt32emu": {
"baseline": "2.5.3",
"port-version": 1
"baseline": "2.6.2",
"port-version": 0
},
"libmupdf": {
"baseline": "1.19.0-rc2",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libmt32emu.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "de283dae22ced9be75cf6356a02732fec8b4eb11",
"version": "2.6.2",
"port-version": 0
},
{
"git-tree": "da8f12396b75ff5163acd190bf7f79a3d0b5098a",
"version": "2.5.3",
Expand Down

0 comments on commit 01d6f6f

Please sign in to comment.