From: John Stebbins Date: Mon, 4 Jun 2018 22:26:47 +0000 (-0700) Subject: flatpak: add nasm to modules X-Git-Tag: 1.1.1~3^2~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3dc76803a637bbdc4ae02b0054ea09bf25194a53;p=handbrake flatpak: add nasm to modules nasm is a build requirement that is not provided by any of the flatpak SDKs (cherry picked from commit ab936ca9a47de9ec6fe02abc4cfbaaef8c995a19) --- diff --git a/pkg/linux/flatpak/fr.handbrake.HandBrakeCLI.json b/pkg/linux/flatpak/fr.handbrake.HandBrakeCLI.json index c006549b7..6f560a47e 100644 --- a/pkg/linux/flatpak/fr.handbrake.HandBrakeCLI.json +++ b/pkg/linux/flatpak/fr.handbrake.HandBrakeCLI.json @@ -28,6 +28,19 @@ "path": "download.tgz", "strip-components": 0 } + ], + "modules": [ + { + "name": "nasm", + "cleanup": ["*"], + "sources": [ + { + "type": "archive", + "url": "http://www.nasm.us/pub/nasm/releasebuilds/2.13.02/nasm-2.13.02.tar.xz", + "sha256": "8ac3235f49a6838ff7a8d7ef7c19a4430d0deecc0c2d3e3e237b5e9f53291757" + } + ] + } ] } ] diff --git a/pkg/linux/flatpak/fr.handbrake.ghb.json b/pkg/linux/flatpak/fr.handbrake.ghb.json index 34f578350..36539e382 100644 --- a/pkg/linux/flatpak/fr.handbrake.ghb.json +++ b/pkg/linux/flatpak/fr.handbrake.ghb.json @@ -35,6 +35,19 @@ "path": "download.tgz", "strip-components": 0 } + ], + "modules": [ + { + "name": "nasm", + "cleanup": ["*"], + "sources": [ + { + "type": "archive", + "url": "http://www.nasm.us/pub/nasm/releasebuilds/2.13.02/nasm-2.13.02.tar.xz", + "sha256": "8ac3235f49a6838ff7a8d7ef7c19a4430d0deecc0c2d3e3e237b5e9f53291757" + } + ] + } ] } ]