]> granicus.if.org Git - handbrake/commitdiff
flatpak: add nasm to modules
authorJohn Stebbins <jstebbins.hb@gmail.com>
Mon, 4 Jun 2018 22:26:47 +0000 (15:26 -0700)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Thu, 14 Jun 2018 20:44:55 +0000 (13:44 -0700)
nasm is a build requirement that is not provided by any of the flatpak
SDKs

(cherry picked from commit ab936ca9a47de9ec6fe02abc4cfbaaef8c995a19)

pkg/linux/flatpak/fr.handbrake.HandBrakeCLI.json
pkg/linux/flatpak/fr.handbrake.ghb.json

index c006549b767481c3977fb1c8ad478fa4e5844018..6f560a47e8ee97a9078de86b733b1b51d5540cae 100644 (file)
                     "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"
+                        }
+                    ]
+                }
             ]
         }
     ]
index 34f578350b91b30eaef4d8c1aa412407c5b559cd..36539e382541559dd926edacce1efcc63e3af1c1 100644 (file)
                     "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"
+                        }
+                    ]
+                }
             ]
         }
     ]