Skip to content

Commit

Permalink
[alsa] update to 1.2.6.1 (#22824)
Browse files Browse the repository at this point in the history
  • Loading branch information
abique authored Jan 28, 2022
1 parent 520e6af commit a059176
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 34 deletions.
28 changes: 0 additions & 28 deletions ports/alsa/0001-control-empty-fix-the-static-build.patch

This file was deleted.

6 changes: 2 additions & 4 deletions ports/alsa/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@ These can be installed on Ubuntu systems via sudo apt install autoconf libtool"
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO alsa-project/alsa-lib
REF v1.2.5.1
SHA512 1c8613e520bd24ec2332b677a35d1c49171781f6408be61c79ec90d143d424d8df6e1c9e22e082d331022e0fe858145f7ea214a7b731ed5e306762194b49d50e
REF v1.2.6.1
SHA512 d1de9112ec0d600db6e5a20b558811a7a9f34d00a9b1dfb5332669b73732c1c1b8ddda57368edc199e255eba8bcb8a6767b4d9325c9860ade02d84dcaac6eb47
HEAD_REF master
PATCHES
0001-control-empty-fix-the-static-build.patch
)

if(VCPKG_LIBRARY_LINKAGE STREQUAL dynamic)
Expand Down
3 changes: 2 additions & 1 deletion ports/alsa/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "alsa",
"version": "1.2.5.1",
"version": "1.2.6.1",
"description": "The Advanced Linux Sound Architecture (ALSA) - library",
"homepage": "https://www.alsa-project.org/",
"license": "LGPL-2.1-or-later",
"supports": "linux"
}
5 changes: 5 additions & 0 deletions versions/a-/alsa.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "1ce0c3410e25de5357b707dc0f800cf7c3a7f213",
"version": "1.2.6.1",
"port-version": 0
},
{
"git-tree": "03a04f17b2dfb480de15a07b58188b161dbe6dda",
"version": "1.2.5.1",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"port-version": 2
},
"alsa": {
"baseline": "1.2.5.1",
"baseline": "1.2.6.1",
"port-version": 0
},
"ampl-asl": {
Expand Down

0 comments on commit a059176

Please sign in to comment.