diff options
author | John Stebbins <[email protected]> | 2018-06-04 15:26:47 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2018-06-04 15:52:09 -0700 |
commit | ab936ca9a47de9ec6fe02abc4cfbaaef8c995a19 (patch) | |
tree | 58802c0594a9ad251d3c64127a0457b7da986ae2 | |
parent | 7e538312d588b9386245bc237aaf666578f35223 (diff) |
flatpak: add nasm to modules
nasm is a build requirement that is not provided by any of the flatpak
SDKs
-rw-r--r-- | pkg/linux/flatpak/fr.handbrake.HandBrakeCLI.json | 13 | ||||
-rw-r--r-- | pkg/linux/flatpak/fr.handbrake.ghb.json | 13 |
2 files changed, 26 insertions, 0 deletions
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" + } + ] + } ] } ] |