libtheora.mk 699 B

12345678910111213141516171819202122232425
  1. ################################################################################
  2. #
  3. # libtheora
  4. #
  5. ################################################################################
  6. LIBTHEORA_VERSION = 1.1.1
  7. LIBTHEORA_SOURCE = libtheora-$(LIBTHEORA_VERSION).tar.xz
  8. LIBTHEORA_SITE = http://downloads.xiph.org/releases/theora
  9. LIBTHEORA_INSTALL_STAGING = YES
  10. # We're patching Makefile.am
  11. LIBTHEORA_AUTORECONF = YES
  12. LIBTHEORA_LICENSE = BSD-3-Clause
  13. LIBTHEORA_LICENSE_FILES = COPYING LICENSE
  14. LIBTHEORA_CONF_OPTS = \
  15. --disable-oggtest \
  16. --disable-vorbistest \
  17. --disable-sdltest \
  18. --disable-examples \
  19. --disable-spec
  20. LIBTHEORA_DEPENDENCIES = libogg libvorbis host-pkgconf
  21. $(eval $(autotools-package))