summaryrefslogtreecommitdiff
path: root/recipes/openjpeg.recipe
diff options
context:
space:
mode:
authorLubosz Sarnecki <lubosz@gmail.com>2014-07-25 10:39:05 +0200
committerSebastian Dröge <sebastian@centricular.com>2014-07-24 16:50:44 +0200
commitd4ad6b3b509fa67d8d1c4e107077f397ed594ed7 (patch)
tree9310f03b3c670452e5a3a27debf7a0237b3eaff5 /recipes/openjpeg.recipe
parentf5256620149f5af9b235aabee40aea076fce3723 (diff)
recipes: Add openjpeg and include it in gst-plugins-bad
https://bugzilla.gnome.org/show_bug.cgi?id=733657
Diffstat (limited to 'recipes/openjpeg.recipe')
-rw-r--r--recipes/openjpeg.recipe12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/openjpeg.recipe b/recipes/openjpeg.recipe
new file mode 100644
index 00000000..4fa31cbe
--- /dev/null
+++ b/recipes/openjpeg.recipe
@@ -0,0 +1,12 @@
+class Recipe(recipe.Recipe):
+ version = '1.5.2'
+ name = 'openjpeg'
+ licenses = [License.BSD]
+ stype = SourceType.TARBALL
+ configure_options = ' --enable-static'
+ config_sh = 'autoreconf --install --force && ./configure'
+ url = 'http://optimate.dl.sourceforge.net/project/openjpeg.mirror/1.5.2/openjpeg-1.5.2.tar.gz'
+
+ files_libs = ['libopenjpeg']
+ files_bins = ['image_to_j2k', 'j2k_dump', 'j2k_to_image']
+ files_devel = ['include/openjpeg-1.5/openjpeg.h'] \ No newline at end of file