From dd570c9123f94ef68f05165002c7ed0ef9e43fe4 Mon Sep 17 00:00:00 2001 From: Joe Corall Date: Tue, 24 Dec 2024 17:05:13 -0500 Subject: [PATCH] Add islandora_hls and islandora_vtt --- composer.json | 1 + composer.lock | 48 +++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 48 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a108ae1f..931e1f8f 100755 --- a/composer.json +++ b/composer.json @@ -52,6 +52,7 @@ "drupal/fpa": "^4.0", "drupal/hal": "^1.0||^2.0", "drupal/islandora": "^2.8.1", + "drupal/islandora_hls": "^1.0@alpha", "drupal/islandora_mirador": "^2", "drupal/islandora_vtt": "^1.0@beta", "drupal/js_cookie": "^1.0", diff --git a/composer.lock b/composer.lock index 15b95ff6..db93a095 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "2a8741dedd91498bb50612afa0f7c939", + "content-hash": "a4a78bc8529ee6cece30206c079e0f09", "packages": [ { "name": "adci/full-name-parser", @@ -3889,6 +3889,51 @@ "issues": "https://github.com/Islandora/documentation/issues" } }, + { + "name": "drupal/islandora_hls", + "version": "1.0.0-alpha1", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/islandora_hls.git", + "reference": "1.0.0-alpha1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/islandora_hls-1.0.0-alpha1.zip", + "reference": "1.0.0-alpha1", + "shasum": "6aee13634ed05a9a2efd532dbbc89482e8ee4a36" + }, + "require": { + "drupal/core": "^10 || ^11", + "drupal/islandora": "*" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "1.0.0-alpha1", + "datestamp": "1733586301", + "security-coverage": { + "status": "not-covered", + "message": "Project has not opted into security advisory coverage!" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "joecorall", + "homepage": "https://www.drupal.org/user/1144790" + } + ], + "description": "Create streaming audio and video derivatives", + "homepage": "https://www.drupal.org/project/islandora_hls", + "support": { + "source": "https://git.drupalcode.org/project/islandora_hls" + } + }, { "name": "drupal/islandora_iiif", "version": "2.13.2", @@ -14320,6 +14365,7 @@ "drupal/context": 5, "drupal/flysystem": 15, "drupal/flysystem_gcs_cors": 15, + "drupal/islandora_hls": 15, "drupal/islandora_vtt": 10, "drupal/rest_oai_pmh": 10, "drupal/term_merge": 10,