From 84d589a963d902849b7022091e97ec71c38ed82e Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Mon, 30 Apr 2012 03:48:15 +0000 Subject: package/multimedia: move multimedia libraries out Move multimedia libraries ouf of the Audio and Video category into the Libraries/Multimedia one. Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/libtheora/Config.in | 9 +++++++++ package/libtheora/libtheora.mk | 20 ++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 package/libtheora/Config.in create mode 100644 package/libtheora/libtheora.mk (limited to 'package/libtheora') diff --git a/package/libtheora/Config.in b/package/libtheora/Config.in new file mode 100644 index 000000000..bf20a5037 --- /dev/null +++ b/package/libtheora/Config.in @@ -0,0 +1,9 @@ +config BR2_PACKAGE_LIBTHEORA + bool "libtheora" + select BR2_PACKAGE_LIBOGG + select BR2_PACKAGE_LIBVORBIS + help + A library for the free and open video compression format "Theora" + from the Xiph.org Foundation. + + http://www.theora.org/ diff --git a/package/libtheora/libtheora.mk b/package/libtheora/libtheora.mk new file mode 100644 index 000000000..89489b787 --- /dev/null +++ b/package/libtheora/libtheora.mk @@ -0,0 +1,20 @@ +############################################################# +# +# libtheora +# +############################################################# +LIBTHEORA_VERSION = 1.1.1 +LIBTHEORA_SOURCE = libtheora-$(LIBTHEORA_VERSION).tar.bz2 +LIBTHEORA_SITE = http://downloads.xiph.org/releases/theora +LIBTHEORA_INSTALL_STAGING = YES + +LIBTHEORA_CONF_OPT = \ + --disable-oggtest \ + --disable-vorbistest \ + --disable-sdltest \ + --disable-examples \ + --disable-spec + +LIBTHEORA_DEPENDENCIES = libogg libvorbis host-pkg-config + +$(eval $(call AUTOTARGETS)) -- cgit v1.2.3