diff options
Diffstat (limited to 'ports/libtheora')
| -rw-r--r-- | ports/libtheora/CONTROL | 6 | ||||
| -rw-r--r-- | ports/libtheora/vcpkg.json | 10 |
2 files changed, 10 insertions, 6 deletions
diff --git a/ports/libtheora/CONTROL b/ports/libtheora/CONTROL deleted file mode 100644 index e40a8f28f..000000000 --- a/ports/libtheora/CONTROL +++ /dev/null @@ -1,6 +0,0 @@ -Source: libtheora -Version: 1.2.0alpha1-20170719 -Port-Version: 2 -Homepage: https://github.com/xiph/theora -Description: Theora is a free and open video compression format from the Xiph.org Foundation. -Build-Depends: libogg diff --git a/ports/libtheora/vcpkg.json b/ports/libtheora/vcpkg.json new file mode 100644 index 000000000..58167e7d1 --- /dev/null +++ b/ports/libtheora/vcpkg.json @@ -0,0 +1,10 @@ +{ + "name": "libtheora", + "version-string": "1.2.0alpha1-20170719", + "port-version": 3, + "description": "Theora is a free and open video compression format from the Xiph.org Foundation.", + "homepage": "https://github.com/xiph/theora", + "dependencies": [ + "libogg" + ] +} |
