mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:08:59 +08:00
a42af01b72
* [libtheora] create pkg-config files * [libtheora] fix expression * [libtheora] update baseline * [libtheora] provide version from portfile * Update ports/libtheora/CMakeLists.txt Co-authored-by: Kai Pastor <dg0yt@darc.de> * Update ports/libtheora/portfile.cmake Co-authored-by: Kai Pastor <dg0yt@darc.de> * Update ports/libtheora/CMakeLists.txt Co-authored-by: Kai Pastor <dg0yt@darc.de> * [libtheora] update baseline --------- Co-authored-by: Kai Pastor <dg0yt@darc.de>
20 lines
426 B
JSON
20 lines
426 B
JSON
{
|
|
"name": "libtheora",
|
|
"version-string": "1.2.0alpha1-20170719",
|
|
"port-version": 7,
|
|
"description": "Theora is a free and open video compression format from the Xiph.org Foundation.",
|
|
"homepage": "https://github.com/xiph/theora",
|
|
"license": null,
|
|
"dependencies": [
|
|
"libogg",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|