Package: libomxil-bellagio / 0.9.3-1

Metadata

Package Version Patches format
libomxil-bellagio 0.9.3-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Fallback on different registry location except for.patch | (download)

src/common.c | 40 36 + 4 - 0 !
src/common.h | 1 1 + 0 - 0 !
src/core_extensions/OMXCoreRMExt.c | 2 1 + 1 - 0 !
src/st_static_component_loader.c | 2 1 + 1 - 0 !
4 files changed, 39 insertions(+), 6 deletions(-)

 [patch] fallback on different registry location (except for omx_bellagio_registry)
0002 Change plugindir not the best solution heck.patch | (download)

m4/ax_set_plugindir.m4 | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 [patch] change plugindir, not the best solution, heck


0003_fix_docdir.patch | (download)

Makefile.am | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
0004_fix_FTBFS_for_natty.patch | (download)

src/base/omx_base_component.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix for natty build 
 Avoid GCC 4.5 warning with 'case -1' statement on enum type.
0005_test_build.patch | (download)

test/components/audio_effects/Makefile.am | 4 2 + 2 - 0 !
test/components/audio_effects/omxaudiomixertest.h | 2 1 + 1 - 0 !
test/components/audio_effects/omxvolcontroltest.c | 2 1 + 1 - 0 !
test/components/audio_effects/omxvolcontroltest.h | 2 1 + 1 - 0 !
test/components/resource_manager/Makefile.am | 4 2 + 2 - 0 !
test/components/resource_manager/omxprioritytest.c | 4 2 + 2 - 0 !
test/components/resource_manager/omxprioritytest.h | 2 1 + 1 - 0 !
test/components/resource_manager/omxrmtest.c | 4 2 + 2 - 0 !
test/components/resource_manager/omxrmtest.h | 2 1 + 1 - 0 !
9 files changed, 13 insertions(+), 13 deletions(-)

 fix for building test components
 Change the include/lib path to source directory 
0006_fix_FTBFS_for_gcc4.6.patch | (download)

configure.ac | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix ftbfs for gcc-4.6
 Add -Wno-error=unused-but-set-variable -Wno-error=unused-but-set-parameter for
 CFLAGS.