Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ hunter_default_version(autoutils VERSION 0.3.0)
hunter_default_version(aws-c-common VERSION 0.5.6)
hunter_default_version(basis_universal VERSION 1.15-c4c0db7-p0)
hunter_default_version(benchmark VERSION 1.5.0)
hunter_default_version(bento4 VERSION 1.5.1-628-e6ee435-p0)
hunter_default_version(bento4 VERSION 1.6.0-638-p0)
hunter_default_version(binaryen VERSION 1.38.28-p1)
hunter_default_version(bison VERSION 3.0.4-p0)
hunter_default_version(boost-pba VERSION 1.0.0-p0)
Expand Down
20 changes: 19 additions & 1 deletion cmake/projects/bento4/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@

include(hunter_add_version)
include(hunter_cacheable)
include(hunter_cmake_args)
include(hunter_download)
include(hunter_pick_scheme)

hunter_add_version(
hunter_add_version(
PACKAGE_NAME
bento4
VERSION
Expand All @@ -19,6 +20,23 @@ include(hunter_pick_scheme)
9193721f6b7dce92afa01c37d6c28ddf55103ba5
)

hunter_add_version(
PACKAGE_NAME
bento4
VERSION
"1.6.0-638-p0"
URL
"https://github.com/cpp-pm/Bento4/archive/v1.6.0-638-p0.tar.gz"
SHA1
0c3e45f7652164fadbaf9283d143ff306e296f46
)

hunter_cmake_args(
bento4
CMAKE_ARGS
BUILD_APPS=OFF
)

hunter_pick_scheme(DEFAULT url_sha1_cmake)
hunter_cacheable(bento4)
hunter_download(PACKAGE_NAME bento4)
2 changes: 1 addition & 1 deletion docs/packages/pkg/bento4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bento4
======

- `Official <https://github.com/axiomatic-systems/Bento4>`__
- `Hunterized <https://github.com/hunter-packages/Bento4>`__
- `Hunterized <https://github.com/cpp-pm/Bento4>`__
- `Example <https://github.com/cpp-pm/hunter/blob/master/examples/bento4/CMakeLists.txt>`__
- Added by `Brad Kotsopoulos <https://github.com/bkotzz>`__ (`pr-1797 <https://github.com/ruslo/hunter/pull/1797>`__)

Expand Down