Skip to content

Commit 269556d

Browse files
committed
initial commit
1 parent e16f1d3 commit 269556d

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if(NOT RESULT EQUAL 0)
2929
"version.txt file doesn't exist!\n"
3030
"Since your working directory doesn't contain a git repository you must provide \"${CMAKE_SOURCE_DIR}/version.txt\" file containing a valid version string.\n"
3131
"The version string provided to version.txt must match the following format:\n\tv[VERSION_MAJOR].[VERSION_MINOR].[VERSION_PATCH]\n"
32-
"To get the information on version of the downloaded library please follow the link below:\n\t https://github.com/mpeg5/xeve"
32+
"To get the information on version of the downloaded library please follow the link below:\n\t https://github.com/openapv/openapv"
3333
)
3434
endif()
3535

@@ -107,13 +107,13 @@ endif()
107107

108108
# Packaging
109109
include(InstallRequiredSystemLibraries)
110-
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/COPYING")
110+
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE")
111111
set(CPACK_RESOURCE_FILE_README "${CMAKE_CURRENT_SOURCE_DIR}/README.md")
112112

113-
set(CPACK_PACKAGE_NAME "OAPV")
114-
set(CPACK_PACKAGE_VENDOR "CPNCF")
115-
set(CPACK_PACKAGE_CONTACT "https://github.com/cpncf/oapv")
116-
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "OAPV - professional video codec")
113+
set(CPACK_PACKAGE_NAME "OpenAPV")
114+
set(CPACK_PACKAGE_VENDOR "OpenAPV")
115+
set(CPACK_PACKAGE_CONTACT "https://github.com/openapv/oapv")
116+
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Open Advanced Professional Video Codec")
117117
set(CPACK_PACKAGE_VERSION "${PROJECT_VERSION}")
118118
set(CPACK_PACKAGE_VERSION_MAJOR "${PROJECT_VERSION_MAJOR}")
119119
set(CPACK_PACKAGE_VERSION_MINOR "${PROJECT_VERSION_MINOR}")

version.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v0.0.2

0 commit comments

Comments
 (0)