From 19eae780170acdada038faafc658e44f53f75ca4 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Sat, 6 Feb 2016 20:42:29 +0000 Subject: Add more deps for kodi Change-Id: I4a5fc98e75d56c99720e59f712f46cbfae22d909 --- strata/enlightenment.morph | 64 ---------------------------------------------- strata/kodi.morph | 16 ++++++++++++ 2 files changed, 16 insertions(+), 64 deletions(-) diff --git a/strata/enlightenment.morph b/strata/enlightenment.morph index cf3d0e8b..c0be1b1b 100644 --- a/strata/enlightenment.morph +++ b/strata/enlightenment.morph @@ -14,67 +14,3 @@ chunks: ref: c9916f2ab289126a32febcc4754efc73a011fb0c unpetrify-ref: baserock/morph/0.19.6 build-system: autotools -- name: bullet3 - morph: strata/enlightenment/bullet3.morph - repo: upstream:bullet3 - ref: 940059ddb3c4476bb9860f79f35b0b1230857f54 - unpetrify-ref: baserock/morph -- name: efl - morph: strata/enlightenment/efl.morph - repo: upstream:enlightenment/efl - ref: 3013a7c5cbd728dd9bc5516ffb4bd4f505888bd4 - unpetrify-ref: v1.12.0 - build-depends: - - bullet3 - - fribidi -- name: elementary - morph: strata/enlightenment/elementary.morph - repo: upstream:enlightenment/elementary - ref: c4fbbbf984b7bd1553191c26459bce4589122ad5 - unpetrify-ref: v1.12.0 - build-depends: - - efl -- name: evas_generic_loaders - morph: strata/enlightenment/evas_generic_loaders.morph - repo: upstream:enlightenment/evas_generic_loaders - ref: 5d4415ec1e64930452f7d17cbec4c28a0efa8402 - unpetrify-ref: v1.12.0 - build-depends: - - efl -- name: enlightenment - morph: strata/enlightenment/enlightenment.morph - repo: upstream:enlightenment/enlightenment - ref: 55165e2576823780a1053b03c5230cc8df8957b5 - unpetrify-ref: v0.19.1 - build-depends: - - efl - - elementary -- name: imlib2 - morph: strata/enlightenment/imlib2.morph - repo: upstream:enlightenment/imlib2 - ref: f2f20dc5791a175be398a17fcdc4852a79079d47 - unpetrify-ref: baserock/1.4.6 - build-depends: - - efl - - elementary - - enlightenment -- name: libast - morph: strata/enlightenment/libast.morph - repo: upstream:enlightenment/libast - ref: 0dbc0a5df55474bf61ca166be40e8de2d9e3a031 - build-depends: - - efl - - elementary - - enlightenment - - imlib2 -- name: eterm - morph: strata/enlightenment/eterm.morph - repo: upstream:enlightenment/eterm - ref: 097234f1f27709ff2444e303350764ea3b80b3ad - unpetrify-ref: baserock/morph - build-depends: - - efl - - elementary - - enlightenment - - libast - - imlib2 diff --git a/strata/kodi.morph b/strata/kodi.morph index 4be9ca39..19005071 100644 --- a/strata/kodi.morph +++ b/strata/kodi.morph @@ -21,6 +21,8 @@ build-depends: - morph: strata/cups.morph - morph: strata/lorry.morph - morph: strata/java.morph +# For fribidi +- morph: strata/enlightenment.morph # For glu, glew, and others.. - morph: strata/mesa-demos-common.morph chunks: @@ -29,6 +31,18 @@ chunks: repo: upstream:boost-tarball ref: ed232fdd34968697a68783b3195b1da4226915b5 unpetrify-ref: boost_1_57_0 +- name: mysql + repo: https://github.com/mysql/mysql-server + ref: "5.6" + build-system: cmake +- name: libass + repo: https://github.com/libass/libass + ref: 0.13.1 + build-system: autotools +- name: tinyxml + repo: https://github.com/leethomason/tinyxml2 + ref: "3.0.0" + build-system: cmake - name: kodi repo: https://github.com/Memphiz/xbmc ref: Isengard @@ -36,3 +50,5 @@ chunks: unpetrify-ref: Jarvis build-depends: - boost + - mysql + - libass -- cgit v1.2.1