Project

General

Profile

Download (1.75 KB) Statistics
| Branch: | Revision:

hydrilla-fixes-bundle / src / archive-org-fix-videos / index.json @ ac7a34c8

1
// SPDX-License-Identifier: CC0-1.0
2

    
3
// Copyright (C) 2022 Wojtek Kosior <koszko@koszko.org>
4
// Available under the terms of Creative Commons Zero v1.0 Universal.
5

    
6
{
7
    "$schema": "https://hydrilla.koszko.org/schemas/package_source-2.schema.json",
8
    "source_name": "archive-org-fix-videos",
9
    "copyright":  [
10
	// The text of the LicenseRef- GPL also gets included in the report.
11
	{"file": "report.spdx"},
12
	{"file": "LICENSES/CC0-1.0.txt"}
13
    ],
14
    "additional_files": [
15
	{"file": "LICENSES/LicenseRef-GPL-3.0-or-later-WITH-js-exceptions.txt"}
16
    ],
17
    "upstream_url": "https://git.koszko.org/hydrilla-fixes-bundle/tree/src/archive-org-fix-videos",
18
    "definitions": [{
19
	"type":         "mapping_and_resource",
20
	"identifier":   "archive-org-fix-videos",
21
	"long_name":    "Internet Archive video playback fix",
22
	"uuid":         "95352ce2-38e8-4e65-b572-ac382fb559d1",
23
	"version":      [2022, 2, 18],
24
	"revision":     2,
25
	"description":  "Make videos on archive.org playable without relying on site-served JavaScript.",
26
	"dependencies": [],
27
	"scripts":      [{"file": "internet_archive_video.js"}],
28
	"payloads": {
29
	    // * https://archive.org/details/opensource_movies <- to get testing links
30
	    "https://archive.org/details/*": {
31
		"identifier": "archive-org-fix-videos"
32
	    }
33
	}
34
    }, {
35
	"type":	             "mapping",
36
	"identifier":        "internet-archive-fix-videos",
37
	"long_name":         "Internet Archive video playback fix (transitional package)",
38
	"uuid":	             "90682b76-b264-4576-840f-a27f465bdf7b",
39
	"version":           [2022, 2, 18, 2],
40
	"description":       "This is a transitional package and can be safely removed.",
41
	"required_mappings": [{"identifier": "archive-org-fix-videos"}],
42
	"payloads":          {}
43
    }],
44
    "reuse_generate_spdx_report": true
45
}
(1-1/2)