summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <jensg@openismus.com>2021-05-27 23:03:16 +0200
committerJens Georg <jensg@openismus.com>2021-05-27 23:12:21 +0200
commit232054c9f2e840ebdf7a98366d51e2338fa835c7 (patch)
tree88a86c60f8e7efafa536b5a3a9014331f4acc3f3
parenta943600d03c4a2f4e6cfd50c1fd25348dbf14a88 (diff)
downloadgupnp-dlna-wip/phako/media-test.tar.gz
ci: Add missing pluginswip/phako/media-test
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2505348..7ca336c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -61,13 +61,13 @@ check-merge-request:
.gupnpdlna.fedora@common:
variables:
- BASE_TAG: '2021-05-27.0'
+ BASE_TAG: '2021-05-27.1'
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 &&
+ dnf -y install gstreamer1-plugins-good gstreamer1-plugins-ugly-free gstreamer1-plugin-openh264 gstreamer1-plugins-bad-free gstreamer1-libav gstreamer1-plugins-bad-freeworld gstreamer1-plugins-ugly &&
pip3 install meson
.gupnpdlna.fedora:34@x86_64: