mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
wrap: add libopenjp2 for gst-plugins-bad
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/147>
This commit is contained in:
parent
ac7b46033f
commit
94aed416e0
2 changed files with 11 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -60,5 +60,6 @@ subprojects/x264
|
||||||
subprojects/libxml2-*
|
subprojects/libxml2-*
|
||||||
subprojects/sqlite-*
|
subprojects/sqlite-*
|
||||||
subprojects/libdrm-*
|
subprojects/libdrm-*
|
||||||
|
subprojects/openjpeg*
|
||||||
prefix/
|
prefix/
|
||||||
pygobject
|
pygobject
|
||||||
|
|
10
subprojects/libopenjp2.wrap
Normal file
10
subprojects/libopenjp2.wrap
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
[wrap-file]
|
||||||
|
directory = libopenjp2
|
||||||
|
|
||||||
|
source_url = https://github.com/uclouvain/openjpeg/archive/v2.3.1.tar.gz
|
||||||
|
source_filename = openjpeg-2.3.1.tar.gz
|
||||||
|
source_hash = 63f5a4713ecafc86de51bfad89cc07bb788e9bba24ebbf0c4ca637621aadb6a9
|
||||||
|
|
||||||
|
patch_url = https://wrapdb.mesonbuild.com/v1/projects/libopenjp2/2.3.1/1/get_zip
|
||||||
|
patch_filename = libopenjp2-2.3.1-1-wrap.zip
|
||||||
|
patch_hash = e98704b3dcb854071ce2aa107b676ffbd52b94cdcf7dde24420e34a1a5bd85fd
|
Loading…
Reference in a new issue