Config.in 708 B

12345678910111213141516171819202122232425
  1. config BR2_PACKAGE_DVDAUTHOR
  2. bool "dvdauthor"
  3. select BR2_PACKAGE_LIBXML2
  4. select BR2_PACKAGE_FREETYPE
  5. select BR2_PACKAGE_LIBPNG
  6. help
  7. DVDAuthor is a set of tools to help you author the file and
  8. directory structure of a DVD-Video disc, including
  9. programmatic commands for implementing interactive behaviour.
  10. It is driven by command lines and XML control files, though
  11. there are other programs that provide GUI-based front ends
  12. if you prefer
  13. http://dvdauthor.sourceforge.net
  14. if BR2_PACKAGE_DVDAUTHOR
  15. config BR2_PACKAGE_DVDAUTHOR_DVDUNAUTHOR
  16. bool "dvdunauthor"
  17. select BR2_PACKAGE_LIBDVDREAD
  18. help
  19. This option enables the dvdunauthor program, which requires
  20. libdvdread.
  21. endif