diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-02 23:06:48 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-11-03 06:57:49 -0700 |
| commit | b402a3076fbafe05d0b8621e50603b65c3fe8147 (patch) | |
| tree | 4cf5c1f27d02abeba179d3f9ae5273178212594a /meta-multimedia | |
| parent | 175765fdf30200314d19bc8f11f4ede9b820dad6 (diff) | |
| download | meta-openembedded-b402a3076fbafe05d0b8621e50603b65c3fe8147.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: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia')
31 files changed, 31 insertions, 31 deletions
diff --git a/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb b/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb index 82c2cbe086..c97c20f3fc 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 | " | 13 | " |
| 14 | 14 | ||
diff --git a/meta-multimedia/recipes-multimedia/aom/aom_3.0.0.bb b/meta-multimedia/recipes-multimedia/aom/aom_3.0.0.bb index 2741fe7429..778dc192c8 100644 --- a/meta-multimedia/recipes-multimedia/aom/aom_3.0.0.bb +++ b/meta-multimedia/recipes-multimedia/aom/aom_3.0.0.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=6ea91368c1bbdf877159435572b931f5 \ | |||
| 6 | file://PATENTS;md5=e69ad12202bd20da3c76a5d3648cfa83 \ | 6 | file://PATENTS;md5=e69ad12202bd20da3c76a5d3648cfa83 \ |
| 7 | " | 7 | " |
| 8 | 8 | ||
| 9 | SRC_URI = "git://aomedia.googlesource.com/aom;protocol=https" | 9 | SRC_URI = "git://aomedia.googlesource.com/aom;protocol=https;branch=master" |
| 10 | 10 | ||
| 11 | SRCREV = "307ce06ed82d93885ee8ed53e152c9268ac0d98d" | 11 | SRCREV = "307ce06ed82d93885ee8ed53e152c9268ac0d98d" |
| 12 | 12 | ||
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 6cff4aa775..5645de2a71 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 8ce800327a..9c4af8128d 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 4d3d9f52da..036d5c1591 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 51101e8e6d..e2f490072d 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 = "fc21d284dc7fcacdbc456f30228110a55e6e79f6" | 8 | SRCREV = "fc21d284dc7fcacdbc456f30228110a55e6e79f6" |
| 9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
| 10 | PV = "2.2.2" | 10 | PV = "2.2.2" |
diff --git a/meta-multimedia/recipes-multimedia/gerbera/gerbera_1.7.0.bb b/meta-multimedia/recipes-multimedia/gerbera/gerbera_1.7.0.bb index f7d9c76370..ec5548ab6c 100644 --- a/meta-multimedia/recipes-multimedia/gerbera/gerbera_1.7.0.bb +++ b/meta-multimedia/recipes-multimedia/gerbera/gerbera_1.7.0.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 | file://0001-include-optional-header.patch \ | 7 | file://0001-include-optional-header.patch \ |
| 8 | " | 8 | " |
| 9 | 9 | ||
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 baf75aa51d..d9863608a8 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 04a2ac7770..fd94cc8770 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 = "193ca8c353a42334f65ddfc988a105a47bca3547" | 15 | SRCREV = "193ca8c353a42334f65ddfc988a105a47bca3547" |
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 26a40576d9..f9b8c7d722 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/libuvc/libuvc.bb b/meta-multimedia/recipes-multimedia/libuvc/libuvc.bb index b34479f381..464b1dc23e 100644 --- a/meta-multimedia/recipes-multimedia/libuvc/libuvc.bb +++ b/meta-multimedia/recipes-multimedia/libuvc/libuvc.bb | |||
| @@ -5,7 +5,7 @@ LICENSE = "BSD-3-Clause" | |||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2f1963e0bb88c93463af750daf9ba0c2" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2f1963e0bb88c93463af750daf9ba0c2" |
| 6 | DEPENDS = "libusb jpeg" | 6 | DEPENDS = "libusb jpeg" |
| 7 | 7 | ||
| 8 | SRC_URI = "git://github.com/libuvc/libuvc.git" | 8 | SRC_URI = "git://github.com/libuvc/libuvc.git;branch=master;protocol=https" |
| 9 | SRCREV = "ad6c72a4e390367f0d2be81aac00cfc0b6680d74" | 9 | SRCREV = "ad6c72a4e390367f0d2be81aac00cfc0b6680d74" |
| 10 | PV = "v0.0.6+git${SRCPV}" | 10 | PV = "v0.0.6+git${SRCPV}" |
| 11 | 11 | ||
diff --git a/meta-multimedia/recipes-multimedia/mimic/mimic_1.3.0.1.bb b/meta-multimedia/recipes-multimedia/mimic/mimic_1.3.0.1.bb index 412a272eed..0cdc709f09 100644 --- a/meta-multimedia/recipes-multimedia/mimic/mimic_1.3.0.1.bb +++ b/meta-multimedia/recipes-multimedia/mimic/mimic_1.3.0.1.bb | |||
| @@ -20,7 +20,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a2c2c7371b58b9cdeae0dc68846fe9f1" | |||
| 20 | DEPENDS = "curl-native libpcre2" | 20 | DEPENDS = "curl-native libpcre2" |
| 21 | 21 | ||
| 22 | SRCREV = "adf655da0399530ac1b586590257847eb61be232" | 22 | SRCREV = "adf655da0399530ac1b586590257847eb61be232" |
| 23 | SRC_URI = "git://github.com/MycroftAI/mimic1.git \ | 23 | SRC_URI = "git://github.com/MycroftAI/mimic1.git;branch=master;protocol=https \ |
| 24 | file://0001-Fix-musl-compatibility.patch \ | 24 | file://0001-Fix-musl-compatibility.patch \ |
| 25 | file://0001-cmu_indic_lang-Make-cst_rx_not_indic-as-extern-decla.patch \ | 25 | file://0001-cmu_indic_lang-Make-cst_rx_not_indic-as-extern-decla.patch \ |
| 26 | " | 26 | " |
diff --git a/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb b/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb index 0fcd77d3a1..3564f6df87 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 libmusicbrainz-native" | |||
| 8 | PV = "5.1.0+git${SRCPV}" | 8 | PV = "5.1.0+git${SRCPV}" |
| 9 | 9 | ||
| 10 | SRCREV = "8be45b12a86bc0e46f2f836c8ac88e1e98d82aee" | 10 | SRCREV = "8be45b12a86bc0e46f2f836c8ac88e1e98d82aee" |
| 11 | SRC_URI = "git://github.com/metabrainz/libmusicbrainz.git" | 11 | SRC_URI = "git://github.com/metabrainz/libmusicbrainz.git;branch=master;protocol=https" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
diff --git a/meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.19.bb b/meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.19.bb index 27bc1d2ffb..6cff3c404d 100644 --- a/meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.19.bb +++ b/meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.19.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 = "27767959442ef390aabb16790494ba93fed962ef" | 11 | SRCREV = "27767959442ef390aabb16790494ba93fed962ef" |
| 12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
diff --git a/meta-multimedia/recipes-multimedia/musicpd/mpc_0.33.bb b/meta-multimedia/recipes-multimedia/musicpd/mpc_0.33.bb index 32ec15defe..09190a8197 100644 --- a/meta-multimedia/recipes-multimedia/musicpd/mpc_0.33.bb +++ b/meta-multimedia/recipes-multimedia/musicpd/mpc_0.33.bb | |||
| @@ -7,7 +7,7 @@ inherit meson pkgconfig | |||
| 7 | 7 | ||
| 8 | DEPENDS += "libmpdclient" | 8 | DEPENDS += "libmpdclient" |
| 9 | 9 | ||
| 10 | SRC_URI = "git://github.com/MusicPlayerDaemon/mpc" | 10 | SRC_URI = "git://github.com/MusicPlayerDaemon/mpc;branch=master;protocol=https" |
| 11 | SRCREV = "ef16b280052ef0320cb80f79d74c8ce0324005ed" | 11 | SRCREV = "ef16b280052ef0320cb80f79d74c8ce0324005ed" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
diff --git a/meta-multimedia/recipes-multimedia/musicpd/mpd_0.22.9.bb b/meta-multimedia/recipes-multimedia/musicpd/mpd_0.22.9.bb index 9daa19c2d6..4eac256748 100644 --- a/meta-multimedia/recipes-multimedia/musicpd/mpd_0.22.9.bb +++ b/meta-multimedia/recipes-multimedia/musicpd/mpd_0.22.9.bb | |||
| @@ -18,7 +18,7 @@ DEPENDS += " \ | |||
| 18 | " | 18 | " |
| 19 | 19 | ||
| 20 | SRC_URI = " \ | 20 | SRC_URI = " \ |
| 21 | git://github.com/MusicPlayerDaemon/MPD;branch=v0.22.x \ | 21 | git://github.com/MusicPlayerDaemon/MPD;branch=v0.22.x;protocol=https \ |
| 22 | file://0001-include-utility-for-std-forward.patch \ | 22 | file://0001-include-utility-for-std-forward.patch \ |
| 23 | file://mpd.conf.in \ | 23 | file://mpd.conf.in \ |
| 24 | " | 24 | " |
diff --git a/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.45.bb b/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.45.bb index aa1a234a64..b1ecbf1e43 100644 --- a/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.45.bb +++ b/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.45.bb | |||
| @@ -33,7 +33,7 @@ PACKAGECONFIG[outputs_screen] = "-Doutputs_screen=true,-Doutputs_screen=false" | |||
| 33 | PACKAGECONFIG[chat_screen] = "-Dchat_screen=true,-Dchat_screen=false" | 33 | PACKAGECONFIG[chat_screen] = "-Dchat_screen=true,-Dchat_screen=false" |
| 34 | 34 | ||
| 35 | SRC_URI = " \ | 35 | SRC_URI = " \ |
| 36 | git://github.com/MusicPlayerDaemon/ncmpc \ | 36 | git://github.com/MusicPlayerDaemon/ncmpc;branch=master;protocol=https \ |
| 37 | " | 37 | " |
| 38 | SRCREV = "6780ec072f1d314f44ed77efdc58d03c6fbcc96b" | 38 | SRCREV = "6780ec072f1d314f44ed77efdc58d03c6fbcc96b" |
| 39 | S = "${WORKDIR}/git" | 39 | 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 35c7989bef..aab43ea297 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.20.1.bb b/meta-multimedia/recipes-multimedia/openal/openal-soft_1.20.1.bb index e380a6f385..095ef93a11 100644 --- a/meta-multimedia/recipes-multimedia/openal/openal-soft_1.20.1.bb +++ b/meta-multimedia/recipes-multimedia/openal/openal-soft_1.20.1.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0f159f19f9377e1895fbb477d5a7953e" | |||
| 6 | inherit cmake pkgconfig | 6 | inherit cmake pkgconfig |
| 7 | 7 | ||
| 8 | SRCREV = "f5e0eef34db3a3ab94b61a2f99f84f078ba947e7" | 8 | SRCREV = "f5e0eef34db3a3ab94b61a2f99f84f078ba947e7" |
| 9 | SRC_URI = "git://github.com/kcat/openal-soft \ | 9 | SRC_URI = "git://github.com/kcat/openal-soft;branch=master;protocol=https \ |
| 10 | file://0001-Use-BUILD_CC-to-compile-native-tools.patch \ | 10 | file://0001-Use-BUILD_CC-to-compile-native-tools.patch \ |
| 11 | file://0002-makehrtf-Disable-Wstringop-truncation.patch \ | 11 | file://0002-makehrtf-Disable-Wstringop-truncation.patch \ |
| 12 | " | 12 | " |
diff --git a/meta-multimedia/recipes-multimedia/pipewire/pipewire-0.2_git.bb b/meta-multimedia/recipes-multimedia/pipewire/pipewire-0.2_git.bb index 31b33c0930..d6dfd87fce 100644 --- a/meta-multimedia/recipes-multimedia/pipewire/pipewire-0.2_git.bb +++ b/meta-multimedia/recipes-multimedia/pipewire/pipewire-0.2_git.bb | |||
| @@ -11,7 +11,7 @@ DEPENDS = "alsa-lib dbus udev" | |||
| 11 | SRCREV = "14c11c0fe4d366bad4cfecdee97b6652ff9ed63d" | 11 | SRCREV = "14c11c0fe4d366bad4cfecdee97b6652ff9ed63d" |
| 12 | PV = "0.2.7" | 12 | PV = "0.2.7" |
| 13 | 13 | ||
| 14 | SRC_URI = "git://github.com/PipeWire/pipewire" | 14 | SRC_URI = "git://github.com/PipeWire/pipewire;branch=master;protocol=https" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
| 17 | 17 | ||
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_0.2.2.bb b/meta-multimedia/recipes-support/crossguid/crossguid_0.2.2.bb index 7441716635..bc54ea9fe5 100644 --- a/meta-multimedia/recipes-support/crossguid/crossguid_0.2.2.bb +++ b/meta-multimedia/recipes-support/crossguid/crossguid_0.2.2.bb | |||
| @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1373274bc8d8001edc54933919f36f68" | |||
| 8 | DEPENDS += "util-linux" | 8 | DEPENDS += "util-linux" |
| 9 | 9 | ||
| 10 | SRCREV = "5b45cdd9a56ca9da35ee0f8845cb4e2603d245dc" | 10 | SRCREV = "5b45cdd9a56ca9da35ee0f8845cb4e2603d245dc" |
| 11 | SRC_URI = "git://github.com/graeme-hill/crossguid;protocol=https" | 11 | SRC_URI = "git://github.com/graeme-hill/crossguid;protocol=https;branch=master" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
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 f237e8160d..c3457217eb 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}/*" |
diff --git a/meta-multimedia/recipes-support/libsrtp/libsrtp_2.3.0.bb b/meta-multimedia/recipes-support/libsrtp/libsrtp_2.3.0.bb index 07b81015fc..5b4f34592b 100644 --- a/meta-multimedia/recipes-support/libsrtp/libsrtp_2.3.0.bb +++ b/meta-multimedia/recipes-support/libsrtp/libsrtp_2.3.0.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2909fcf6f09ffff8430463d91c08c4e1" | |||
| 7 | 7 | ||
| 8 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" |
| 9 | SRCREV = "d02d21111e379c297e93a9033d7b653135f732ee" | 9 | SRCREV = "d02d21111e379c297e93a9033d7b653135f732ee" |
| 10 | SRC_URI = "git://github.com/cisco/libsrtp.git" | 10 | SRC_URI = "git://github.com/cisco/libsrtp.git;branch=master;protocol=https" |
| 11 | 11 | ||
| 12 | inherit autotools pkgconfig | 12 | inherit autotools pkgconfig |
| 13 | 13 | ||
diff --git a/meta-multimedia/recipes-support/srt/srt_1.4.2.bb b/meta-multimedia/recipes-support/srt/srt_1.4.2.bb index 72b84abc63..5b5c1f24d9 100644 --- a/meta-multimedia/recipes-support/srt/srt_1.4.2.bb +++ b/meta-multimedia/recipes-support/srt/srt_1.4.2.bb | |||
| @@ -7,7 +7,7 @@ LICENSE = "MPL-2.0" | |||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=815ca599c9df247a0c7f619bab123dad" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=815ca599c9df247a0c7f619bab123dad" |
| 8 | 8 | ||
| 9 | SRCREV = "50b7af06f3a0a456c172b4cb3aceafa8a5cc0036" | 9 | SRCREV = "50b7af06f3a0a456c172b4cb3aceafa8a5cc0036" |
| 10 | SRC_URI = "git://github.com/Haivision/srt;protocol=https \ | 10 | SRC_URI = "git://github.com/Haivision/srt;protocol=https;branch=master \ |
| 11 | file://0001-don-t-install-srt-ffplay.patch \ | 11 | file://0001-don-t-install-srt-ffplay.patch \ |
| 12 | file://0001-core-Fix-build-with-GCC-11.-1806.patch \ | 12 | file://0001-core-Fix-build-with-GCC-11.-1806.patch \ |
| 13 | " | 13 | " |
