summaryrefslogtreecommitdiffstats
path: root/config.json.in
blob: a4dcf33d6a0bd2a9b97ad44ce236d3c0e6978cbc (plain)
1
2
3
4
5
6
7
8
{
    "webAppDir": "webapp/dist",
    "shareRootDir": "${ROOT_DIR}/tmp/builder_dev_host/share",
    "syncthing": {
        "home": "${ROOT_DIR}/tmp/local_dev/syncthing-config",
        "gui-address": "http://localhost:8384"
    }
}
und-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
SUMMARY     = "Video Player for AGL Demonstration"
DESCRIPTION = "AGL HMI Application for demonstrating Media Player on AGL Distribution"
HOMEPAGE    = "https://gerrit.automotivelinux.org/gerrit/#/admin/projects/apps/videoplayer"
SECTION     = "apps"

LICENSE     = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984"

SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/videoplayer;protocol=https;nobranch=1"
SRCREV = "2f4d09aec6531c64356a52255bcfaf8df7c4f3e4"

PV = "1.0+git${SRCPV}"
S  = "${WORKDIR}/git"

# build-time dependencies
DEPENDS += " \
    qtquickcontrols2 \
    libqtappfw \
    qtmultimedia \
"

inherit qmake5 agl-app

AGL_APP_NAME = "Video"

RDEPENDS:${PN} += " \
    qtmultimedia \
    qtmultimedia-qmlplugins \
"

FILES:${PN} += "${datadir}/icons"