SUMMARY = "bdremux - a blu-ray movie stream remuxer" SECTION = "multimedia" LICENSE = "Proprietary" LIC_FILES_CHKSUM = "file://COPYING;md5=374d7e305a3d05bc98bec47c241f02af" DEPENDS = "${@base_conditional('OPENDREAMBOX_GST_VERSION', '0.10', 'gstreamer', 'gstreamer1.0', d)}" GST_SRCREV = "${@base_conditional('OPENDREAMBOX_GST_VERSION', '0.10', '351a9aad7ac0d5122b97ab7c2b4ef184392e9124', '8bf413af5673ca77dee4b077562176eddc15e668', d)}" SRCREV = "${@opendreambox_srcrev('${GST_SRCREV}', d)}" SRC_URI_append = ";branch=${@base_conditional('OPENDREAMBOX_GST_VERSION', '0.10', 'master', 'gst_1.0', d)}" inherit autotools opendreambox-git