diff options
| author | evpobr <evpobr@gmail.com> | 2020-08-20 09:21:09 +0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-19 21:21:09 -0700 |
| commit | 89aa2f39f01ce8065de088910b8dc81954de282d (patch) | |
| tree | bfb537f7edfc39cede9ee3d7ed9c47660135594e | |
| parent | fb8b20f4604eb495e1d772b16395980d171954ce (diff) | |
| download | vcpkg-89aa2f39f01ce8065de088910b8dc81954de282d.tar.gz vcpkg-89aa2f39f01ce8065de088910b8dc81954de282d.zip | |
[libvorbis] Update to 1.3.7 (#12909)
| -rw-r--r-- | ports/libvorbis/CONTROL | 6 | ||||
| -rw-r--r-- | ports/libvorbis/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/libvorbis/vcpkg.json | 10 |
3 files changed, 12 insertions, 8 deletions
diff --git a/ports/libvorbis/CONTROL b/ports/libvorbis/CONTROL deleted file mode 100644 index 13273ff70..000000000 --- a/ports/libvorbis/CONTROL +++ /dev/null @@ -1,6 +0,0 @@ -Source: libvorbis -Version: 1.3.6-4d963fe -Port-Version: 2 -Homepage: https://github.com/xiph/vorbis -Description: Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, general-purpose compressed audio format. -Build-Depends: libogg diff --git a/ports/libvorbis/portfile.cmake b/ports/libvorbis/portfile.cmake index fe641f8e8..d6d29cf9f 100644 --- a/ports/libvorbis/portfile.cmake +++ b/ports/libvorbis/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO xiph/vorbis - REF 4d963fe0b4ba3bdb45233de4b959ce2f36963f7a - SHA512 c739cebf1a7ff4739447e899d3373e2fa7a0f3a87affd59c9c0c65d69e7611ceadcdcd1592c279e65123d7d2e1c9f8f8e7dee93def8753bcdd6d115677232d83 + REF v1.3.7 + SHA512 bfb6f5dbfd49ed38b2b08b3667c06d02e68f649068a050f21a3cc7e1e56b27afd546aaa3199c4f6448f03f6e66a82f9a9dc2241c826d3d1d4acbd38339b9e9fb HEAD_REF master PATCHES 0001-Dont-export-vorbisenc-functions.patch diff --git a/ports/libvorbis/vcpkg.json b/ports/libvorbis/vcpkg.json new file mode 100644 index 000000000..9f467363d --- /dev/null +++ b/ports/libvorbis/vcpkg.json @@ -0,0 +1,10 @@ +{ + "name": "libvorbis", + "version-string": "1.3.7", + "description": "Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, general-purpose compressed audio format", + "homepage": "https://github.com/xiph/vorbis", + "license": "BSD-3-Clause", + "dependencies": [ + "libogg" + ] +} |
