Skip to content

Commit

Permalink
Also add libcanberra
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyONeal committed Nov 1, 2022
1 parent 948a53d commit 1266b97
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions ports/libcanberra/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
vcpkg_minimum_required(VERSION 2022-10-12) # for ${VERSION}
if(VCPKG_TARGET_IS_OSX)
message("${PORT} currently requires the following libraries from the system package manager:\n automake\n libtool\n\nThey can be installed with brew install automake libtool")
else()
Expand Down
2 changes: 1 addition & 1 deletion ports/libcanberra/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "libcanberra",
"version": "0.30",
"port-version": 3,
"port-version": 4,
"description": "An implementation of the XDG Sound Theme and Name Specifications, for generating event sounds on free desktops",
"homepage": "http://0pointer.de/lennart/projects/libcanberra/",
"license": "LGPL-2.1-or-later",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3594,7 +3594,7 @@
},
"libcanberra": {
"baseline": "0.30",
"port-version": 3
"port-version": 4
},
"libcbor": {
"baseline": "0.9.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libcanberra.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "22130c2bd67b576a35d31bf27113f3ab96c48d05",
"version": "0.30",
"port-version": 4
},
{
"git-tree": "3b2ba637761d93c1a71e356c0249c54933655b09",
"version": "0.30",
Expand Down

0 comments on commit 1266b97

Please sign in to comment.