diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2024-02-27 16:56:38 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2024-02-27 16:56:38 +0000 |
commit | a6d10d5e4555a315a3d0b56ac1c99c4f4526f428 (patch) | |
tree | 1fb7ce7646eed3943408153c81ff9c17e43eb364 | |
parent | e7ea3c20f5e8818bca744fd92308351a262adb8f (diff) |
orc: update to 0.4.38
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1388>
-rw-r--r-- | recipes/orc.recipe | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/orc.recipe b/recipes/orc.recipe index fc9e5fd0..9bd02de1 100644 --- a/recipes/orc.recipe +++ b/recipes/orc.recipe @@ -3,12 +3,12 @@ from cerbero.tools.libtool import LibtoolLibrary class Recipe(recipe.Recipe): name = 'orc' - version = '0.4.37' + version = '0.4.38' stype = SourceType.TARBALL # These properties are only used when stype is TARBALL url = 'https://gstreamer.freedesktop.org/src/orc/orc-%(version)s.tar.xz' - tarball_checksum = '85638c0d447d989cd0d7e03406adbfbc380e67db2a622a4727a0ce3d440b2974' + tarball_checksum = 'a55a98d4772567aa3faed8fb84d540c3db77eaba16d3e2e10b044fbc9228668d' # These properties are only used when stype is GIT remotes = {'origin': 'https://gitlab.freedesktop.org/gstreamer/orc.git'} commit = 'origin/main' @@ -22,7 +22,7 @@ class Recipe(recipe.Recipe): files_libs = ['liborc-0.4'] files_devel = ['include/orc-0.4', '%(libdir)s/pkgconfig/orc-0.4.pc', - 'share/aclocal/orc.m4', 'bin/orcc%(bext)s'] + 'bin/orcc%(bext)s'] def prepare(self): # Don't build testing helper library on ios |