diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-12-24 23:23:52 +0100 |
|---|---|---|
| committer | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-12-25 10:17:02 +0100 |
| commit | 0cc9b2df36fac9682afc3654906561f7e9bf9a93 (patch) | |
| tree | ff689b0519565ad55f22946c1617d399b3d11e8e /meta-multimedia | |
| parent | d8e53c627cdcc3ec3fa0994ebde8bec350573d79 (diff) | |
| download | meta-openembedded-0cc9b2df36fac9682afc3654906561f7e9bf9a93.tar.gz | |
vlc: upgrade 3.0.17-1 -> 3.0.17.4
This update contains minor bugfixes.
Changelog:
3.0.17.4:
Service Discovery: Fix UPnP regression on Windows
3.0.17.3:
Demux: Fix a regression causing a lack of audio in adaptive streaming
3.0.17.2:
Interface: Qt: Fix right click support on video
Misc: Update YouTube script
This commit has been detached from all branches. The version format
change does not cause version-going-backwards issues.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Diffstat (limited to 'meta-multimedia')
| -rw-r--r-- | meta-multimedia/recipes-multimedia/vlc/vlc_3.0.17.4.bb (renamed from meta-multimedia/recipes-multimedia/vlc/vlc_3.0.17-1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc_3.0.17-1.bb b/meta-multimedia/recipes-multimedia/vlc/vlc_3.0.17.4.bb index 9b85cb5374..dfc838066b 100644 --- a/meta-multimedia/recipes-multimedia/vlc/vlc_3.0.17-1.bb +++ b/meta-multimedia/recipes-multimedia/vlc/vlc_3.0.17.4.bb | |||
| @@ -16,14 +16,14 @@ DEPENDS = "coreutils-native fribidi libtool libgcrypt libgcrypt-native bison-nat | |||
| 16 | LDFLAGS:append:riscv64 = " -latomic" | 16 | LDFLAGS:append:riscv64 = " -latomic" |
| 17 | LDFLAGS:append:riscv32 = " -latomic" | 17 | LDFLAGS:append:riscv32 = " -latomic" |
| 18 | 18 | ||
| 19 | SRC_URI = "git://github.com/videolan/vlc.git;protocol=https;branch=3.0.x \ | 19 | SRC_URI = "git://github.com/videolan/vlc.git;protocol=https;nobranch=1 \ |
| 20 | file://0001-make-opencv-configurable.patch \ | 20 | file://0001-make-opencv-configurable.patch \ |
| 21 | file://0002-use-vorbisidec.patch \ | 21 | file://0002-use-vorbisidec.patch \ |
| 22 | file://0003-fix-luaL-checkint.patch \ | 22 | file://0003-fix-luaL-checkint.patch \ |
| 23 | file://0004-Use-packageconfig-to-detect-mmal-support.patch \ | 23 | file://0004-Use-packageconfig-to-detect-mmal-support.patch \ |
| 24 | file://0005-linux-thread-Use-SYS_futex-instead-of-__NR_futex.patch \ | 24 | file://0005-linux-thread-Use-SYS_futex-instead-of-__NR_futex.patch \ |
| 25 | " | 25 | " |
| 26 | SRCREV = "aa76328c572d93f1d99c867a94ecad1dc3259733" | 26 | SRCREV = "c650ce1a4e352cc04192229a8878b8b6c312527d" |
| 27 | S = "${WORKDIR}/git" | 27 | S = "${WORKDIR}/git" |
| 28 | 28 | ||
| 29 | inherit autotools-brokensep features_check gettext pkgconfig mime-xdg | 29 | inherit autotools-brokensep features_check gettext pkgconfig mime-xdg |
