diff options
-rw-r--r-- | meta-multimedia/recipes-multimedia/vlc/vlc_3.0.6.bb | 11 | ||||
-rw-r--r-- | meta-multimedia/recipes-multimedia/vlc/vlc_3.0.8.bb (renamed from meta-multimedia/recipes-multimedia/vlc/vlc.inc) | 8 |
2 files changed, 7 insertions, 12 deletions
diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc_3.0.6.bb b/meta-multimedia/recipes-multimedia/vlc/vlc_3.0.6.bb deleted file mode 100644 index fcd321cb0e..0000000000 --- a/meta-multimedia/recipes-multimedia/vlc/vlc_3.0.6.bb +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
3 | LDFLAGS_append_riscv64 = " -pthread" | ||
4 | |||
5 | SRC_URI += " \ | ||
6 | file://0006-make-opencv-configurable.patch \ | ||
7 | file://0007-use-vorbisidec.patch \ | ||
8 | file://0008-fix-luaL-checkint.patch \ | ||
9 | " | ||
10 | SRC_URI[md5sum] = "4ff71d262e070fd19f86a1c3542c7b4e" | ||
11 | SRC_URI[sha256sum] = "18c16d4be0f34861d0aa51fbd274fb87f0cab3b7119757ead93f3db3a1f27ed3" | ||
diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc.inc b/meta-multimedia/recipes-multimedia/vlc/vlc_3.0.8.bb index 7308465b1b..8ea09b921c 100644 --- a/meta-multimedia/recipes-multimedia/vlc/vlc.inc +++ b/meta-multimedia/recipes-multimedia/vlc/vlc_3.0.8.bb | |||
@@ -16,7 +16,13 @@ DEPENDS = "coreutils-native fribidi libtool libgcrypt libgcrypt-native \ | |||
16 | # While this item does not require it, it depends on ffmpeg which does | 16 | # While this item does not require it, it depends on ffmpeg which does |
17 | LICENSE_FLAGS = "commercial" | 17 | LICENSE_FLAGS = "commercial" |
18 | 18 | ||
19 | SRC_URI = "http://download.videolan.org/pub/videolan/${BPN}/${PV}/${BP}.tar.xz" | 19 | SRC_URI = "http://download.videolan.org/pub/videolan/${BPN}/${PV}/${BP}.tar.xz \ |
20 | file://0006-make-opencv-configurable.patch \ | ||
21 | file://0007-use-vorbisidec.patch \ | ||
22 | file://0008-fix-luaL-checkint.patch \ | ||
23 | " | ||
24 | SRC_URI[md5sum] = "744442ec0c145453ea1d257914c8072e" | ||
25 | SRC_URI[sha256sum] = "e0149ef4a20a19b9ecd87309c2d27787ee3f47dfd47c6639644bc1f6fd95bdf6" | ||
20 | 26 | ||
21 | inherit autotools gettext pkgconfig distro_features_check | 27 | inherit autotools gettext pkgconfig distro_features_check |
22 | 28 | ||