[tracker-oci-images/sam/libav] Add libav to test environment
- From: Sam Thursfield <sthursfield src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker-oci-images/sam/libav] Add libav to test environment
- Date: Wed, 10 Jul 2019 13:05:47 +0000 (UTC)
commit bb4d1bde13d62751e1a825f4205168a5a8579d57
Author: Sam Thursfield <sam afuera me uk>
Date: Wed Jul 10 14:04:08 2019 +0100
Add libav to test environment
We use the package provided by https://rpmfusion.org/.
This is required for https://gitlab.gnome.org/GNOME/tracker-miners/issues/54
(test the libav codepaths).
It also allows us to test support for .m4a/.mp4 files, which is not yet
possible in stock Fedora images.
fedora/prepare.sh | 7 +++++++
1 file changed, 7 insertions(+)
---
diff --git a/fedora/prepare.sh b/fedora/prepare.sh
index 5d75b64..94a40c7 100644
--- a/fedora/prepare.sh
+++ b/fedora/prepare.sh
@@ -16,6 +16,13 @@ dnf install -y libseccomp-devel
dnf builddep -y tracker-miners
dnf install -y gstreamer1-plugins-good
+# We need libav so we can test the libav-based mediafile extractor, and so
+# we can test our support for .m4a/mp4 files.
+#
+# RPM Fusion install commands from https://rpmfusion.org/Configuration
+dnf install -y https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E
%fedora).noarch.rpm https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E
%fedora).noarch.rpm
+dnf install -y gstreamer1-libav
+
# Git is needed to clone tracker as a subproject when building tracker-miners.
dnf install -y git
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]