Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/flathub/shared-modules.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/smpeg
diff options
context:
space:
mode:
authorUnrud <Unrud@users.noreply.github.com>2021-09-06 19:47:43 +0300
committerPatrick <tingping@tingping.se>2021-09-07 08:17:08 +0300
commitae74ea6577e92d3dd768575214a45df8c7b45a32 (patch)
tree47889f2e03f3b093da6cb1afb42eeb54c8538ff0 /smpeg
parent385034c6f2ec681b93462c99100522a27a22fb4a (diff)
Fix smpeg with freedesktop runtime 21.08
The file **acinclude.m4** contains an old version of **libtool.m4** which causes the following error: > Version mismatch error. This is libtool 2.4.6, but the definition of this LT_INIT comes from an older release. > You should recreate aclocal.m4 with macros from libtool 2.4.6 and run autoconf again. This patch removes the old version, which in turn causes **autoreconf** to install a new version by running **libtoolize**.
Diffstat (limited to 'smpeg')
-rw-r--r--smpeg/smpeg-0.4.5.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/smpeg/smpeg-0.4.5.json b/smpeg/smpeg-0.4.5.json
index a4d82aa..a931bac 100644
--- a/smpeg/smpeg-0.4.5.json
+++ b/smpeg/smpeg-0.4.5.json
@@ -13,6 +13,12 @@
"sha256": "1276ea797dd9fde8a12dd3f33f180153922544c28ca9fc7b477c018876be1916"
},
{
+ "type": "shell",
+ "commands": [
+ "sed -i '/^## libtool.m4/,/^#####/d' acinclude.m4"
+ ]
+ },
+ {
"type": "script",
"dest-filename": "autogen.sh",
"commands": [