diff options
| author | Armin Kuster <akuster808@gmail.com> | 2021-11-07 11:09:24 -0800 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2021-11-17 12:26:21 -0800 |
| commit | 59bff77ad0b3a66417194670de25f60183a4f6bb (patch) | |
| tree | 35f979cd0f44769b8eee775c0e61f35e0de03352 /meta-multimedia | |
| parent | 7889158dcd187546fc5e99fd81d0779cad3e8d17 (diff) | |
| download | meta-openembedded-59bff77ad0b3a66417194670de25f60183a4f6bb.tar.gz | |
recipes: Update SRC_URI branch and protocols
This patch updates SRC_URIs using git to include branch=master if no branch is set
and also to use protocol=https for github urls as generated by the conversion script
in OE-Core.
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-multimedia')
27 files changed, 27 insertions, 27 deletions
diff --git a/meta-multimedia/recipes-connectivity/libupnp/libupnp_git.bb b/meta-multimedia/recipes-connectivity/libupnp/libupnp_git.bb index 828e351be6..ef473c4896 100644 --- a/meta-multimedia/recipes-connectivity/libupnp/libupnp_git.bb +++ b/meta-multimedia/recipes-connectivity/libupnp/libupnp_git.bb | |||
| @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=394a0f17b97f33426275571e15920434" | |||
| 12 | PV = "1.8.4+git${SRCPV}" | 12 | PV = "1.8.4+git${SRCPV}" |
| 13 | # release-1.8.4 | 13 | # release-1.8.4 |
| 14 | SRCREV = "d5a01fc9895daae98a0c5a8c7d3afce46add529d" | 14 | SRCREV = "d5a01fc9895daae98a0c5a8c7d3afce46add529d" |
| 15 | SRC_URI = "git://github.com/mrjimenez/pupnp.git;protocol=https \ | 15 | SRC_URI = "git://github.com/mrjimenez/pupnp.git;protocol=https;branch=master \ |
| 16 | file://CVE-2020-13848.patch" | 16 | file://CVE-2020-13848.patch" |
| 17 | 17 | ||
| 18 | S="${WORKDIR}/git" | 18 | S="${WORKDIR}/git" |
diff --git a/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb b/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb index 20faef047e..32e74f08c3 100644 --- a/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb +++ b/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb | |||
| @@ -8,7 +8,7 @@ DEPENDS = "avahi cmake-native dvb-apps libdvbcsa libpcre2 openssl uriparser zlib | |||
| 8 | LICENSE = "GPLv3+" | 8 | LICENSE = "GPLv3+" |
| 9 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=9cae5acac2e9ee2fc3aec01ac88ce5db" | 9 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=9cae5acac2e9ee2fc3aec01ac88ce5db" |
| 10 | 10 | ||
| 11 | SRC_URI = "git://github.com/tvheadend/tvheadend.git \ | 11 | SRC_URI = "git://github.com/tvheadend/tvheadend.git;branch=master;protocol=https \ |
| 12 | file://0001-adjust-for-64bit-time_t.patch \ | 12 | file://0001-adjust-for-64bit-time_t.patch \ |
| 13 | file://0001-allocate-space-for-buf-on-heap.patch \ | 13 | file://0001-allocate-space-for-buf-on-heap.patch \ |
| 14 | " | 14 | " |
diff --git a/meta-multimedia/recipes-multimedia/dca/dcadec_0.2.0.bb b/meta-multimedia/recipes-multimedia/dca/dcadec_0.2.0.bb index 1a51abc360..343b9d7915 100644 --- a/meta-multimedia/recipes-multimedia/dca/dcadec_0.2.0.bb +++ b/meta-multimedia/recipes-multimedia/dca/dcadec_0.2.0.bb | |||
| @@ -4,7 +4,7 @@ LICENSE = "LGPLv2.1" | |||
| 4 | LIC_FILES_CHKSUM = "file://COPYING.LGPLv2.1;md5=4fbd65380cdd255951079008b364516c" | 4 | LIC_FILES_CHKSUM = "file://COPYING.LGPLv2.1;md5=4fbd65380cdd255951079008b364516c" |
| 5 | 5 | ||
| 6 | SRCREV = "b93deed1a231dd6dd7e39b9fe7d2abe05aa00158" | 6 | SRCREV = "b93deed1a231dd6dd7e39b9fe7d2abe05aa00158" |
| 7 | SRC_URI = "git://github.com/foo86/dcadec.git;protocol=https \ | 7 | SRC_URI = "git://github.com/foo86/dcadec.git;protocol=https;branch=master \ |
| 8 | file://0001-define-BASELIB-make-variable.patch \ | 8 | file://0001-define-BASELIB-make-variable.patch \ |
| 9 | " | 9 | " |
| 10 | 10 | ||
diff --git a/meta-multimedia/recipes-multimedia/dleyna/dleyna-connector-dbus_0.3.0.bb b/meta-multimedia/recipes-multimedia/dleyna/dleyna-connector-dbus_0.3.0.bb index f23bc6ca81..c89156dcf8 100644 --- a/meta-multimedia/recipes-multimedia/dleyna/dleyna-connector-dbus_0.3.0.bb +++ b/meta-multimedia/recipes-multimedia/dleyna/dleyna-connector-dbus_0.3.0.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ | |||
| 7 | 7 | ||
| 8 | DEPENDS = "glib-2.0 dbus dleyna-core" | 8 | DEPENDS = "glib-2.0 dbus dleyna-core" |
| 9 | 9 | ||
| 10 | SRC_URI = "git://github.com/01org/${BPN}.git" | 10 | SRC_URI = "git://github.com/01org/${BPN}.git;branch=master;protocol=https" |
| 11 | SRCREV = "de913c35e5c936e2d40ddbd276ee902cd802bd3a" | 11 | SRCREV = "de913c35e5c936e2d40ddbd276ee902cd802bd3a" |
| 12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 13 | 13 | ||
diff --git a/meta-multimedia/recipes-multimedia/dleyna/dleyna-core_0.6.0.bb b/meta-multimedia/recipes-multimedia/dleyna/dleyna-core_0.6.0.bb index 8939cd36e2..647532d9fa 100644 --- a/meta-multimedia/recipes-multimedia/dleyna/dleyna-core_0.6.0.bb +++ b/meta-multimedia/recipes-multimedia/dleyna/dleyna-core_0.6.0.bb | |||
| @@ -13,7 +13,7 @@ DEPENDS = "glib-2.0 gupnp" | |||
| 13 | 13 | ||
| 14 | PV .= "+git${SRCPV}" | 14 | PV .= "+git${SRCPV}" |
| 15 | 15 | ||
| 16 | SRC_URI = "git://github.com/01org/${BPN}.git" | 16 | SRC_URI = "git://github.com/01org/${BPN}.git;branch=master;protocol=https" |
| 17 | SRCREV = "1c6853f5bc697dc0a8774fd70dbc915c4dbe7c5b" | 17 | SRCREV = "1c6853f5bc697dc0a8774fd70dbc915c4dbe7c5b" |
| 18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
| 19 | 19 | ||
diff --git a/meta-multimedia/recipes-multimedia/dleyna/dleyna-renderer_0.6.0.bb b/meta-multimedia/recipes-multimedia/dleyna/dleyna-renderer_0.6.0.bb index 642f21bd53..4b53763440 100644 --- a/meta-multimedia/recipes-multimedia/dleyna/dleyna-renderer_0.6.0.bb +++ b/meta-multimedia/recipes-multimedia/dleyna/dleyna-renderer_0.6.0.bb | |||
| @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ | |||
| 11 | DEPENDS = "glib-2.0 gssdp gupnp gupnp-av gupnp-dlna libsoup-2.4 dleyna-core" | 11 | DEPENDS = "glib-2.0 gssdp gupnp gupnp-av gupnp-dlna libsoup-2.4 dleyna-core" |
| 12 | RDEPENDS_${PN} = "dleyna-connector-dbus" | 12 | RDEPENDS_${PN} = "dleyna-connector-dbus" |
| 13 | 13 | ||
| 14 | SRC_URI = "git://github.com/01org/${BPN}.git \ | 14 | SRC_URI = "git://github.com/01org/${BPN}.git;branch=master;protocol=https \ |
| 15 | file://0001-add-gupnp-1.2-API-support.patch \ | 15 | file://0001-add-gupnp-1.2-API-support.patch \ |
| 16 | " | 16 | " |
| 17 | SRCREV = "50fd1ec9d51328e7dea98874129dc8d6fe3ea1dd" | 17 | SRCREV = "50fd1ec9d51328e7dea98874129dc8d6fe3ea1dd" |
diff --git a/meta-multimedia/recipes-multimedia/dleyna/dleyna-server_0.6.0.bb b/meta-multimedia/recipes-multimedia/dleyna/dleyna-server_0.6.0.bb index e31b7aea2a..5fa3e2373a 100644 --- a/meta-multimedia/recipes-multimedia/dleyna/dleyna-server_0.6.0.bb +++ b/meta-multimedia/recipes-multimedia/dleyna/dleyna-server_0.6.0.bb | |||
| @@ -12,7 +12,7 @@ DEPENDS = "glib-2.0 gssdp gupnp gupnp-av gupnp-dlna libsoup-2.4 libxml2 dleyna-c | |||
| 12 | RDEPENDS_${PN} = "dleyna-connector-dbus" | 12 | RDEPENDS_${PN} = "dleyna-connector-dbus" |
| 13 | 13 | ||
| 14 | PV .= "+git${SRCPV}" | 14 | PV .= "+git${SRCPV}" |
| 15 | SRC_URI = "git://github.com/01org/${BPN}.git" | 15 | SRC_URI = "git://github.com/01org/${BPN}.git;branch=master;protocol=https" |
| 16 | SRCREV = "eb895ae82715e9889a948ffa810c0f828b4f4c76" | 16 | SRCREV = "eb895ae82715e9889a948ffa810c0f828b4f4c76" |
| 17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
| 18 | 18 | ||
diff --git a/meta-multimedia/recipes-multimedia/fdk-aac/fdk-aac_2.0.1.bb b/meta-multimedia/recipes-multimedia/fdk-aac/fdk-aac_2.0.1.bb index d7911681c7..c499119c6f 100644 --- a/meta-multimedia/recipes-multimedia/fdk-aac/fdk-aac_2.0.1.bb +++ b/meta-multimedia/recipes-multimedia/fdk-aac/fdk-aac_2.0.1.bb | |||
| @@ -11,7 +11,7 @@ LICENSE = "Fraunhofer_FDK_AAC_Codec_Library_for_Android" | |||
| 11 | LICENSE_FLAGS = "commercial" | 11 | LICENSE_FLAGS = "commercial" |
| 12 | LIC_FILES_CHKSUM = "file://NOTICE;md5=5985e1e12f4afa710d64ed7bfd291875" | 12 | LIC_FILES_CHKSUM = "file://NOTICE;md5=5985e1e12f4afa710d64ed7bfd291875" |
| 13 | 13 | ||
| 14 | SRC_URI = "git://github.com/mstorsjo/fdk-aac.git;protocol=git;branch=master" | 14 | SRC_URI = "git://github.com/mstorsjo/fdk-aac.git;protocol=https;branch=master" |
| 15 | SRCREV = "d387d3b6ed79ff9a82c60440bdd86e6e5e324bec" | 15 | SRCREV = "d387d3b6ed79ff9a82c60440bdd86e6e5e324bec" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
diff --git a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc index fcc9df8c30..ee3e38cd93 100644 --- a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc +++ b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc | |||
| @@ -4,7 +4,7 @@ SECTION = "libs/multimedia" | |||
| 4 | LICENSE = "LGPL-2.1" | 4 | LICENSE = "LGPL-2.1" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594" |
| 6 | 6 | ||
| 7 | SRC_URI = "git://github.com/FluidSynth/fluidsynth.git" | 7 | SRC_URI = "git://github.com/FluidSynth/fluidsynth.git;branch=master;protocol=https" |
| 8 | SRCREV = "19a20eb8526465fdf940b740b13462d71e190a1a" | 8 | SRCREV = "19a20eb8526465fdf940b740b13462d71e190a1a" |
| 9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
| 10 | PV = "2.1.3" | 10 | PV = "2.1.3" |
diff --git a/meta-multimedia/recipes-multimedia/gerbera/gerbera_git.bb b/meta-multimedia/recipes-multimedia/gerbera/gerbera_git.bb index c96e4c52e9..2f9ceffab7 100644 --- a/meta-multimedia/recipes-multimedia/gerbera/gerbera_git.bb +++ b/meta-multimedia/recipes-multimedia/gerbera/gerbera_git.bb | |||
| @@ -3,7 +3,7 @@ Description = "Gerbera - An UPnP media server" | |||
| 3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=25cdec9afe3f1f26212ead6bd2f7fac8" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=25cdec9afe3f1f26212ead6bd2f7fac8" |
| 5 | 5 | ||
| 6 | SRC_URI = "git://github.com/v00d00/gerbera.git;protocol=https \ | 6 | SRC_URI = "git://github.com/v00d00/gerbera.git;protocol=https;branch=master \ |
| 7 | " | 7 | " |
| 8 | 8 | ||
| 9 | PV = "1.3.2" | 9 | PV = "1.3.2" |
diff --git a/meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark_git.bb b/meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark_git.bb index d2d845d9a3..19d43a4b74 100644 --- a/meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark_git.bb +++ b/meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark_git.bb | |||
| @@ -17,7 +17,7 @@ SRCREV_common = "88e512ca7197a45c4114f7fa993108f23245bf50" | |||
| 17 | SRCREV_FORMAT = "base_common" | 17 | SRCREV_FORMAT = "base_common" |
| 18 | SRC_URI = " \ | 18 | SRC_URI = " \ |
| 19 | git://github.com/RidgeRun/gst-shark.git;protocol=https;branch=${SRCBRANCH};name=base \ | 19 | git://github.com/RidgeRun/gst-shark.git;protocol=https;branch=${SRCBRANCH};name=base \ |
| 20 | git://gitlab.freedesktop.org/gstreamer/common.git;protocol=https;destsuffix=git/common;name=common; \ | 20 | git://gitlab.freedesktop.org/gstreamer/common.git;protocol=https;destsuffix=git/common;name=common;branch=master \ |
| 21 | " | 21 | " |
| 22 | 22 | ||
| 23 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |
diff --git a/meta-multimedia/recipes-multimedia/libcamera/libcamera.bb b/meta-multimedia/recipes-multimedia/libcamera/libcamera.bb index 3f8fe2f360..e16fd25962 100644 --- a/meta-multimedia/recipes-multimedia/libcamera/libcamera.bb +++ b/meta-multimedia/recipes-multimedia/libcamera/libcamera.bb | |||
| @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "\ | |||
| 9 | " | 9 | " |
| 10 | 10 | ||
| 11 | SRC_URI = " \ | 11 | SRC_URI = " \ |
| 12 | git://linuxtv.org/libcamera.git;protocol=git \ | 12 | git://linuxtv.org/libcamera.git;protocol=git;branch=master \ |
| 13 | " | 13 | " |
| 14 | 14 | ||
| 15 | SRCREV = "a8be6e94e79f602d543a15afd44ef60e378b138f" | 15 | SRCREV = "a8be6e94e79f602d543a15afd44ef60e378b138f" |
diff --git a/meta-multimedia/recipes-multimedia/libdvbcsa/libdvbcsa_1.1.0.bb b/meta-multimedia/recipes-multimedia/libdvbcsa/libdvbcsa_1.1.0.bb index 7f042c382f..4cf8e2effc 100644 --- a/meta-multimedia/recipes-multimedia/libdvbcsa/libdvbcsa_1.1.0.bb +++ b/meta-multimedia/recipes-multimedia/libdvbcsa/libdvbcsa_1.1.0.bb | |||
| @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | |||
| 5 | 5 | ||
| 6 | SRCREV = "bc6c0b164a87ce05e9925785cc6fb3f54c02b026" | 6 | SRCREV = "bc6c0b164a87ce05e9925785cc6fb3f54c02b026" |
| 7 | 7 | ||
| 8 | SRC_URI = "git://code.videolan.org/videolan/libdvbcsa.git;protocol=https \ | 8 | SRC_URI = "git://code.videolan.org/videolan/libdvbcsa.git;protocol=https;branch=master \ |
| 9 | file://libdvbcsa.pc \ | 9 | file://libdvbcsa.pc \ |
| 10 | " | 10 | " |
| 11 | 11 | ||
diff --git a/meta-multimedia/recipes-multimedia/libsquish/libsquish_git.bb b/meta-multimedia/recipes-multimedia/libsquish/libsquish_git.bb index f060f1e80d..cb42d943fc 100644 --- a/meta-multimedia/recipes-multimedia/libsquish/libsquish_git.bb +++ b/meta-multimedia/recipes-multimedia/libsquish/libsquish_git.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://alpha.cpp;beginline=3;endline=22;md5=6665e479f71feb92 | |||
| 6 | PV = "1.10+git${SRCPV}" | 6 | PV = "1.10+git${SRCPV}" |
| 7 | 7 | ||
| 8 | SRCREV = "52e7d93c5947f72380521116c05d97c528863ba8" | 8 | SRCREV = "52e7d93c5947f72380521116c05d97c528863ba8" |
| 9 | SRC_URI = "git://github.com/OpenELEC/libsquish.git;protocol=https" | 9 | SRC_URI = "git://github.com/OpenELEC/libsquish.git;protocol=https;branch=master" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
| 12 | 12 | ||
diff --git a/meta-multimedia/recipes-multimedia/mimic/mimic_1.2.0.2.bb b/meta-multimedia/recipes-multimedia/mimic/mimic_1.2.0.2.bb index b313b110cc..4631b037be 100644 --- a/meta-multimedia/recipes-multimedia/mimic/mimic_1.2.0.2.bb +++ b/meta-multimedia/recipes-multimedia/mimic/mimic_1.2.0.2.bb | |||
| @@ -20,7 +20,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=416ef1ca5167707fe381d7be33664a33" | |||
| 20 | DEPENDS = "curl-native icu" | 20 | DEPENDS = "curl-native icu" |
| 21 | 21 | ||
| 22 | SRCREV = "67e43bf0fa56008276b878ec3790aa5f32eb2a16" | 22 | SRCREV = "67e43bf0fa56008276b878ec3790aa5f32eb2a16" |
| 23 | SRC_URI = "git://github.com/MycroftAI/mimic.git" | 23 | SRC_URI = "git://github.com/MycroftAI/mimic.git;branch=master;protocol=https" |
| 24 | 24 | ||
| 25 | inherit autotools | 25 | inherit autotools |
| 26 | 26 | ||
diff --git a/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb b/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb index ca9d94a19c..253f995d88 100644 --- a/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb +++ b/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb | |||
| @@ -8,7 +8,7 @@ DEPENDS = "expat libxml2 libxml2-native neon neon-native" | |||
| 8 | PV = "5.1.0+git${SRCPV}" | 8 | PV = "5.1.0+git${SRCPV}" |
| 9 | 9 | ||
| 10 | SRCREV = "44c05779dd996035758f5ec426766aeedce29cc3" | 10 | SRCREV = "44c05779dd996035758f5ec426766aeedce29cc3" |
| 11 | SRC_URI = "git://github.com/metabrainz/libmusicbrainz.git \ | 11 | SRC_URI = "git://github.com/metabrainz/libmusicbrainz.git;branch=master;protocol=https \ |
| 12 | file://allow-libdir-override.patch " | 12 | file://allow-libdir-override.patch " |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
diff --git a/meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.16.bb b/meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.16.bb index 235e63e481..84b7baab23 100644 --- a/meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.16.bb +++ b/meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.16.bb | |||
| @@ -6,7 +6,7 @@ HOMEPAGE = "https://www.musicpd.org/libs/libmpdclient/" | |||
| 6 | inherit meson | 6 | inherit meson |
| 7 | 7 | ||
| 8 | SRC_URI = " \ | 8 | SRC_URI = " \ |
| 9 | git://github.com/MusicPlayerDaemon/libmpdclient \ | 9 | git://github.com/MusicPlayerDaemon/libmpdclient;branch=master;protocol=https \ |
| 10 | " | 10 | " |
| 11 | SRCREV = "4e8d990eb5239566ee948f1cd79b7248e008620a" | 11 | SRCREV = "4e8d990eb5239566ee948f1cd79b7248e008620a" |
| 12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
diff --git a/meta-multimedia/recipes-multimedia/musicpd/mpc_0.31.bb b/meta-multimedia/recipes-multimedia/musicpd/mpc_0.31.bb index 41abe7108a..b4fce35df7 100644 --- a/meta-multimedia/recipes-multimedia/musicpd/mpc_0.31.bb +++ b/meta-multimedia/recipes-multimedia/musicpd/mpc_0.31.bb | |||
| @@ -10,7 +10,7 @@ DEPENDS += " \ | |||
| 10 | " | 10 | " |
| 11 | 11 | ||
| 12 | SRC_URI = " \ | 12 | SRC_URI = " \ |
| 13 | git://github.com/MusicPlayerDaemon/mpc \ | 13 | git://github.com/MusicPlayerDaemon/mpc;branch=master;protocol=https \ |
| 14 | " | 14 | " |
| 15 | SRCREV = "59875acdf34e5f0eac0c11453c49daef54f78413" | 15 | SRCREV = "59875acdf34e5f0eac0c11453c49daef54f78413" |
| 16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
diff --git a/meta-multimedia/recipes-multimedia/musicpd/mpd_0.20.22.bb b/meta-multimedia/recipes-multimedia/musicpd/mpd_0.20.22.bb index 133ee6e792..3f20515993 100644 --- a/meta-multimedia/recipes-multimedia/musicpd/mpd_0.20.22.bb +++ b/meta-multimedia/recipes-multimedia/musicpd/mpd_0.20.22.bb | |||
| @@ -17,7 +17,7 @@ DEPENDS += " \ | |||
| 17 | " | 17 | " |
| 18 | 18 | ||
| 19 | SRC_URI = " \ | 19 | SRC_URI = " \ |
| 20 | git://github.com/MusicPlayerDaemon/MPD;branch=v0.20.x \ | 20 | git://github.com/MusicPlayerDaemon/MPD;branch=v0.20.x;protocol=https \ |
| 21 | file://mpd.conf.in \ | 21 | file://mpd.conf.in \ |
| 22 | file://0001-StringBuffer-Include-cstddef-for-size_t.patch \ | 22 | file://0001-StringBuffer-Include-cstddef-for-size_t.patch \ |
| 23 | file://0002-Include-stdexcept-for-runtime_error.patch \ | 23 | file://0002-Include-stdexcept-for-runtime_error.patch \ |
diff --git a/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.34.bb b/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.34.bb index 0c99c7c698..c92a4421a3 100644 --- a/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.34.bb +++ b/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.34.bb | |||
| @@ -31,7 +31,7 @@ PACKAGECONFIG[outputs_screen] = "-Doutputs_screen=true,-Doutputs_screen=false" | |||
| 31 | PACKAGECONFIG[chat_screen] = "-Dchat_screen=true,-Dchat_screen=false" | 31 | PACKAGECONFIG[chat_screen] = "-Dchat_screen=true,-Dchat_screen=false" |
| 32 | 32 | ||
| 33 | SRC_URI = " \ | 33 | SRC_URI = " \ |
| 34 | git://github.com/MusicPlayerDaemon/ncmpc \ | 34 | git://github.com/MusicPlayerDaemon/ncmpc;branch=master;protocol=https \ |
| 35 | " | 35 | " |
| 36 | SRCREV = "79cf9905355f25bc5cc6d5a05d2846d75342f554" | 36 | SRCREV = "79cf9905355f25bc5cc6d5a05d2846d75342f554" |
| 37 | S = "${WORKDIR}/git" | 37 | S = "${WORKDIR}/git" |
diff --git a/meta-multimedia/recipes-multimedia/mycroft/mycroft_19.8.1.bb b/meta-multimedia/recipes-multimedia/mycroft/mycroft_19.8.1.bb index 62d1ad7f74..e71cb87014 100644 --- a/meta-multimedia/recipes-multimedia/mycroft/mycroft_19.8.1.bb +++ b/meta-multimedia/recipes-multimedia/mycroft/mycroft_19.8.1.bb | |||
| @@ -7,7 +7,7 @@ LICENSE = "Apache-2.0" | |||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=79aa497b11564d1d419ee889e7b498f6" | 7 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=79aa497b11564d1d419ee889e7b498f6" |
| 8 | 8 | ||
| 9 | SRCREV = "913f29d3d550637934f9abf43a097eb2c30d76fc" | 9 | SRCREV = "913f29d3d550637934f9abf43a097eb2c30d76fc" |
| 10 | SRC_URI = "git://github.com/MycroftAI/mycroft-core.git;branch=master \ | 10 | SRC_URI = "git://github.com/MycroftAI/mycroft-core.git;branch=master;protocol=https \ |
| 11 | file://0001-Remove-python-venv.patch \ | 11 | file://0001-Remove-python-venv.patch \ |
| 12 | file://0002-dev_setup.sh-Remove-the-git-dependency.patch \ | 12 | file://0002-dev_setup.sh-Remove-the-git-dependency.patch \ |
| 13 | file://0003-dev_setup.sh-Remove-the-TERM-dependency.patch \ | 13 | file://0003-dev_setup.sh-Remove-the-TERM-dependency.patch \ |
diff --git a/meta-multimedia/recipes-multimedia/openal/openal-soft_1.19.1.bb b/meta-multimedia/recipes-multimedia/openal/openal-soft_1.19.1.bb index a9cdfac8a9..5787f22036 100644 --- a/meta-multimedia/recipes-multimedia/openal/openal-soft_1.19.1.bb +++ b/meta-multimedia/recipes-multimedia/openal/openal-soft_1.19.1.bb | |||
| @@ -7,7 +7,7 @@ inherit cmake pkgconfig | |||
| 7 | 7 | ||
| 8 | # openal-soft-1.19.1 | 8 | # openal-soft-1.19.1 |
| 9 | SRCREV = "6761218e51699f46bf25c377e65b3e9ea5e434b9" | 9 | SRCREV = "6761218e51699f46bf25c377e65b3e9ea5e434b9" |
| 10 | SRC_URI = "git://github.com/kcat/openal-soft \ | 10 | SRC_URI = "git://github.com/kcat/openal-soft;branch=master;protocol=https \ |
| 11 | file://0001-Use-BUILD_CC-to-compile-native-tools.patch \ | 11 | file://0001-Use-BUILD_CC-to-compile-native-tools.patch \ |
| 12 | file://0002-makehrtf-Disable-Wstringop-truncation.patch \ | 12 | file://0002-makehrtf-Disable-Wstringop-truncation.patch \ |
| 13 | " | 13 | " |
diff --git a/meta-multimedia/recipes-multimedia/rtmpdump/rtmpdump_2.4.bb b/meta-multimedia/recipes-multimedia/rtmpdump/rtmpdump_2.4.bb index 5f78be4f51..53ee2a82fb 100644 --- a/meta-multimedia/recipes-multimedia/rtmpdump/rtmpdump_2.4.bb +++ b/meta-multimedia/recipes-multimedia/rtmpdump/rtmpdump_2.4.bb | |||
| @@ -9,7 +9,7 @@ DEPENDS = "gnutls zlib" | |||
| 9 | 9 | ||
| 10 | SRCREV = "fa8646daeb19dfd12c181f7d19de708d623704c0" | 10 | SRCREV = "fa8646daeb19dfd12c181f7d19de708d623704c0" |
| 11 | SRC_URI = " \ | 11 | SRC_URI = " \ |
| 12 | git://git.ffmpeg.org/rtmpdump \ | 12 | git://git.ffmpeg.org/rtmpdump;branch=master \ |
| 13 | file://fix-racing-build-issue.patch" | 13 | file://fix-racing-build-issue.patch" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
diff --git a/meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa.bb b/meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa.bb index 062096892e..68cf8795a6 100644 --- a/meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa.bb +++ b/meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa.bb | |||
| @@ -7,7 +7,7 @@ LICENSE = "BSD-3-Clause" | |||
| 7 | LIC_FILES_CHKSUM = "file://NOTICE;md5=dbdefe400d894b510a9de14813181d0b" | 7 | LIC_FILES_CHKSUM = "file://NOTICE;md5=dbdefe400d894b510a9de14813181d0b" |
| 8 | 8 | ||
| 9 | SRCREV = "8449529c7e50f432091539ba7b438e79b04059b5" | 9 | SRCREV = "8449529c7e50f432091539ba7b438e79b04059b5" |
| 10 | SRC_URI = "git://github.com/tinyalsa/tinyalsa \ | 10 | SRC_URI = "git://github.com/tinyalsa/tinyalsa;branch=master;protocol=https \ |
| 11 | file://0001-Use-CMAKE_INSTALL_-path-instead-of-hardcoding-bin-li.patch \ | 11 | file://0001-Use-CMAKE_INSTALL_-path-instead-of-hardcoding-bin-li.patch \ |
| 12 | " | 12 | " |
| 13 | PV = "1.1.1+git${SRCPV}" | 13 | PV = "1.1.1+git${SRCPV}" |
diff --git a/meta-multimedia/recipes-multimedia/tremor/tremor_20180319.bb b/meta-multimedia/recipes-multimedia/tremor/tremor_20180319.bb index 6abf6080bd..f8ab1bf680 100644 --- a/meta-multimedia/recipes-multimedia/tremor/tremor_20180319.bb +++ b/meta-multimedia/recipes-multimedia/tremor/tremor_20180319.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=db1b7a668b2a6f47b2af88fb008ad555 \ | |||
| 6 | file://os.h;beginline=3;endline=14;md5=5c0af5e1bedef3ce8178c89f48cd6f1f" | 6 | file://os.h;beginline=3;endline=14;md5=5c0af5e1bedef3ce8178c89f48cd6f1f" |
| 7 | DEPENDS = "libogg" | 7 | DEPENDS = "libogg" |
| 8 | 8 | ||
| 9 | SRC_URI = "git://gitlab.xiph.org/xiph/tremor.git;protocol=https \ | 9 | SRC_URI = "git://gitlab.xiph.org/xiph/tremor.git;protocol=https;branch=master \ |
| 10 | file://obsolete_automake_macros.patch;striplevel=0 \ | 10 | file://obsolete_automake_macros.patch;striplevel=0 \ |
| 11 | file://tremor-arm-thumb2.patch \ | 11 | file://tremor-arm-thumb2.patch \ |
| 12 | " | 12 | " |
diff --git a/meta-multimedia/recipes-support/crossguid/crossguid.bb b/meta-multimedia/recipes-support/crossguid/crossguid.bb index 228b8b6540..f2d6e7a241 100644 --- a/meta-multimedia/recipes-support/crossguid/crossguid.bb +++ b/meta-multimedia/recipes-support/crossguid/crossguid.bb | |||
| @@ -10,7 +10,7 @@ DEPENDS += "util-linux" | |||
| 10 | PV = "0.0+git${SRCPV}" | 10 | PV = "0.0+git${SRCPV}" |
| 11 | 11 | ||
| 12 | SRCREV = "b56957ac453575e91ca1b63a80c0077c2b0d011a" | 12 | SRCREV = "b56957ac453575e91ca1b63a80c0077c2b0d011a" |
| 13 | SRC_URI = "git://github.com/graeme-hill/crossguid;protocol=https" | 13 | SRC_URI = "git://github.com/graeme-hill/crossguid;protocol=https;branch=master" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
| 16 | 16 | ||
diff --git a/meta-multimedia/recipes-support/gst-instruments/gst-instruments_git.bb b/meta-multimedia/recipes-support/gst-instruments/gst-instruments_git.bb index feffa9fe19..50c69a9a08 100644 --- a/meta-multimedia/recipes-support/gst-instruments/gst-instruments_git.bb +++ b/meta-multimedia/recipes-support/gst-instruments/gst-instruments_git.bb | |||
| @@ -9,7 +9,7 @@ DEPENDS = "gstreamer1.0" | |||
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
| 11 | SRCREV = "3b862e52e5c53ad1023dc6808effa4cb75572c4b" | 11 | SRCREV = "3b862e52e5c53ad1023dc6808effa4cb75572c4b" |
| 12 | SRC_URI = "git://github.com/kirushyk/gst-instruments.git;protocol=https;" | 12 | SRC_URI = "git://github.com/kirushyk/gst-instruments.git;protocol=https;branch=master" |
| 13 | 13 | ||
| 14 | FILES_${PN}-staticdev += "${libdir}/gstreamer-1.0/*a" | 14 | FILES_${PN}-staticdev += "${libdir}/gstreamer-1.0/*a" |
| 15 | FILES_${PN} += "${libdir}/*" | 15 | FILES_${PN} += "${libdir}/*" |
