kumquat-buildroot/package/mp4v2/Config.in
Fabrice Fontaine a324bbcf7e package/mp4v2: bump to version 2.1.1
- Switch to new active fork:
  https://github.com/enzo1982/mp4v2/discussions/1
  461abd2b13
- C++11 is not needed anymore thanks to
  5a57bc2ce8
- Drop patch (not needed since
  23f8b907d4)
- Update license (minor fix:
  0c37402d9d)
- Version 2.1.1 was never released before so no issue is expected
  (except a misunderstanding of users but new upstream is aware of this:
  https://github.com/enzo1982/mp4v2/discussions/1#discussioncomment-2399344)

https://github.com/enzo1982/mp4v2/releases/tag/v2.1.1
https://github.com/enzo1982/mp4v2/releases/tag/v2.1.0

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2022-03-27 17:59:55 +02:00

23 lines
499 B
Plaintext

config BR2_PACKAGE_MP4V2
bool "mp4v2"
depends on BR2_INSTALL_LIBSTDCPP
help
The MP4v2 library provides functions to read, create, and
modify mp4 files.
https://mp4v2.org/
if BR2_PACKAGE_MP4V2
config BR2_PACKAGE_MP4V2_UTIL
bool "Install mp4 command line tools"
help
Enable to install the mp4 command line tools mp4art,
mp4chaps, mp4extract, mp4info, mp4subtitle, mp4tags, and
mp4trackdump.
endif
comment "mp4v2 needs a toolchain w/ C++"
depends on !BR2_INSTALL_LIBSTDCPP