summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <jensg@openismus.com>2021-05-27 22:07:18 +0200
committerJens Georg <jensg@openismus.com>2021-05-27 22:07:18 +0200
commit5d048a387295187aab0b4ba0b0fac08c858ce424 (patch)
tree05dbda9d8603cd099c6af04b9082afe0823df9bc
parentf05d1841725ab0d3a14f35ff43cab1cd487e5c91 (diff)
downloadgupnp-dlna-5d048a387295187aab0b4ba0b0fac08c858ce424.tar.gz
ci: Enable GStreamer plugins
-rw-r--r--.gitlab-ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 39e61fd..5f7a8f3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -61,11 +61,13 @@ check-merge-request:
.gupnpdlna.fedora@common:
variables:
- BASE_TAG: '2021-05-23.2'
+ BASE_TAG: '2021-05-27.0'
FDO_UPSTREAM_REPO: GNOME/gupnp-dlna
FDO_DISTRIBUTION_PACKAGES: 'clang clang-analyzer gcovr git libasan libubsan python3-gobject python3-pip xmlto gobject-introspection-devel gtk-doc libxml2-devel vala ninja-build gstreamer1-devel gstreamer1-plugins-base-devel'
FDO_DISTRIBUTION_EXEC: |
dnf clean all &&
+ dnf -y install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-34.noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-34.noarch.rpm &&
+ dnf -y install gstreamer1-plugins-ugly-free gstreamer1-plugins-bad-free gstreamer1-libav gstreamer1-plugins-bad-freeworld gstreamer1-plugins-ugly &&
pip3 install meson
.gupnpdlna.fedora:34@x86_64: