diff options
Diffstat (limited to 'ports/libmpeg2')
| -rw-r--r-- | ports/libmpeg2/CONTROL | 8 | ||||
| -rw-r--r-- | ports/libmpeg2/vcpkg.json | 13 |
2 files changed, 13 insertions, 8 deletions
diff --git a/ports/libmpeg2/CONTROL b/ports/libmpeg2/CONTROL deleted file mode 100644 index 380cc6493..000000000 --- a/ports/libmpeg2/CONTROL +++ /dev/null @@ -1,8 +0,0 @@ -Source: libmpeg2 -Version: 0.5.1 -Homepage: http://libmpeg2.sourceforge.net/ -Description: a free MPEG-2 video stream decoder -Supports: !(linux|osx|uwp) - -Feature: tools -Description: Build tools provided with libmpeg2 diff --git a/ports/libmpeg2/vcpkg.json b/ports/libmpeg2/vcpkg.json new file mode 100644 index 000000000..4936a91db --- /dev/null +++ b/ports/libmpeg2/vcpkg.json @@ -0,0 +1,13 @@ +{ + "name": "libmpeg2", + "version-string": "0.5.1", + "port-version": 1, + "description": "a free MPEG-2 video stream decoder", + "homepage": "http://libmpeg2.sourceforge.net/", + "supports": "!(linux | osx | uwp)", + "features": { + "tools": { + "description": "Build tools provided with libmpeg2" + } + } +} |
