]> git.pld-linux.org Git - packages/totem.git/commitdiff
Add workaround for meson bug. Release 2 auto/th/totem-3.26.0-2
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Mon, 19 Mar 2018 20:09:16 +0000 (21:09 +0100)
committerMarcin Banasiak <marcin.banasiak@gmail.com>
Mon, 19 Mar 2018 20:11:15 +0000 (21:11 +0100)
totem.spec

index 5425310bdd6fa1a03e1e73104cdded608893a90f..071d3621ae4f057168c95ece41fb6293aa215508 100644 (file)
@@ -6,7 +6,7 @@ Summary:        Movie player for GNOME based on the gstreamer engine
 Summary(pl.UTF-8):     Odtwarzacz filmów dla GNOME oparty na silniku gstreamer
 Name:          totem
 Version:       3.26.0
-Release:       1
+Release:       2
 License:       GPL v2
 Group:         X11/Applications/Multimedia
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/totem/3.26/%{name}-%{version}.tar.xz
@@ -229,6 +229,9 @@ of audio and video files in the properties dialog.
        -Denable-nautilus=yes \
        -Denable-python=yes \
        -Denable-gtk-doc=true
+
+# work-around for https://github.com/mesonbuild/meson/issues/1994
+%meson_build -C build src/Totem-1.0.gir
 %meson_build -C build -j1
 
 %install
This page took 0.227412 seconds and 4 git commands to generate.