Skip to content

Commit

Permalink
[allgero5] vcpkg_fixup_pkgconfig (microsoft#17775)
Browse files Browse the repository at this point in the history
* vcpkg_fixup_pkgconfig for allgero5

* version stuff
  • Loading branch information
Neumann-A authored May 11, 2021
1 parent 42edfd6 commit ce0c57a
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 6 deletions.
5 changes: 0 additions & 5 deletions ports/allegro5/CONTROL

This file was deleted.

1 change: 1 addition & 0 deletions ports/allegro5/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ vcpkg_configure_cmake(
)

vcpkg_install_cmake()
vcpkg_fixup_pkgconfig()

file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
file(GLOB PDB_GLOB ${CURRENT_BUILDTREES_DIR}-dbg/lib/*.pdb)
Expand Down
22 changes: 22 additions & 0 deletions ports/allegro5/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "allegro5",
"version": "5.2.6.0",
"port-version": 1,
"description": "Allegro is a cross-platform library mainly aimed at video game and multimedia programming. It handles common, low-level tasks such as creating windows, accepting user input, loading data, drawing images, playing sounds, etc. and generally abstracting away the underlying platform. However, Allegro is not a game engine: you are free to design and structure your program as you like.",
"homepage": "https://github.com/liballeg/allegro5",
"dependencies": [
"bzip2",
"freetype",
"libflac",
"libogg",
"libpng",
"libtheora",
"libvorbis",
"openal-soft",
"opengl",
"opus",
"opusfile",
"physfs",
"zlib"
]
}
5 changes: 5 additions & 0 deletions versions/a-/allegro5.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b851d9d0babf00bdd273eec402aea26e826cb517",
"version": "5.2.6.0",
"port-version": 1
},
{
"git-tree": "ffd182fe5ba2979356a59dee5cb050e22ef500e9",
"version-string": "5.2.6.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"allegro5": {
"baseline": "5.2.6.0",
"port-version": 0
"port-version": 1
},
"ampl-asl": {
"baseline": "2020-11-11",
Expand Down

0 comments on commit ce0c57a

Please sign in to comment.