-
-
Notifications
You must be signed in to change notification settings - Fork 67
gstreamer-np: Add 1.28.3 #591
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
scillidan
wants to merge
9
commits into
ScoopInstaller:master
Choose a base branch
from
scillidan:gstreamer
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+53
−0
Open
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
43253f0
gstreamer: Add 1.28.3
scillidan 2790ccf
gstreamer: Rename manifest name to gstreamer-np
scillidan 52990ae
gstreamer-np: Fix autoupdate
scillidan b5456b7
gstreamer-np: Update installer, uninstaller
scillidan 8c738b0
gstreamer-np: Change license to LGPL-2.1-only
scillidan 139587b
gstreamer-np: Update version to 1.28.4; Update checkver
scillidan 9a26ac8
gstreamer-np: Update regex of checkver
scillidan 19655ed
gstreamer-np: Update regex of checkver
scillidan b6ea003
gstreamer-np: Update regex of checkver
scillidan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,53 @@ | ||
| { | ||
| "homepage": "https://gstreamer.freedesktop.org", | ||
| "version": "1.28.4", | ||
| "description": "Open-source multimedia framework core library.", | ||
| "license": { | ||
| "identifier": "LGPL-2.1-only", | ||
| "url": "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/raw/master/COPYING" | ||
| }, | ||
| "architecture": { | ||
| "64bit": { | ||
| "url": "https://gstreamer.freedesktop.org/data/pkg/windows/1.28.4/msvc/gstreamer-1.0-msvc-x86_64-1.28.4.exe#/install_gstreamer.exe", | ||
| "hash": "1a745d67225e43394a4a5db929c97397cb56e74b1c38bb77c6ded4b037d3c040" | ||
| }, | ||
| "32bit": { | ||
| "url": "https://gstreamer.freedesktop.org/data/pkg/windows/1.28.4/msvc/gstreamer-1.0-msvc-x86-1.28.4.exe#/install_gstreamer.exe", | ||
| "hash": "ebf1d136558bc5a90b9599095fef8db927e10978ec39bd038363d38a2debf97b" | ||
| }, | ||
| "arm64": { | ||
| "url": "https://gstreamer.freedesktop.org/data/pkg/windows/1.28.4/msvc/gstreamer-1.0-msvc-arm64-1.28.4.exe#/install_gstreamer.exe", | ||
| "hash": "6f810ad85e0fe7b566ab2f2841c0fec52e010265af6883427652e0a159a40fc7" | ||
| } | ||
| }, | ||
| "installer": { | ||
| "script": [ | ||
| "if (!(is_admin)) { error \"$app requires admin rights to $cmd\"; break }", | ||
| "Start-Process \"$dir\\install_gstreamer.exe\" -ArgumentList @('/SP-', '/VERYSILENT', '/SUPPRESSMSGBOXES', '/NORESTART', \"/DIR=`\"$dir`\"\") -Wait | Out-Null", | ||
| "Remove-Item \"$dir\\install_gstreamer.exe\"" | ||
| ] | ||
| }, | ||
| "uninstaller": { | ||
| "script": [ | ||
| "if (!(is_admin)) { error \"$app requires admin rights to $cmd\"; break }", | ||
| "Invoke-ExternalCommand \"$dir\\unins000.exe\" -ArgumentList @('/VERYSILENT', '/SUPPRESSMSGBOXES', '/NORESTART') | Out-Null" | ||
| ] | ||
|
scillidan marked this conversation as resolved.
|
||
| }, | ||
| "checkver": { | ||
| "url": "https://gstreamer.freedesktop.org/download/#windows", | ||
| "regex": "latest stable release is <strong>([\\d.]+)</strong>" | ||
| }, | ||
| "autoupdate": { | ||
| "architecture": { | ||
| "64bit": { | ||
| "url": "https://gstreamer.freedesktop.org/data/pkg/windows/$version/msvc/gstreamer-1.0-msvc-x86_64-$version.exe#/install_gstreamer.exe" | ||
| }, | ||
| "32bit": { | ||
| "url": "https://gstreamer.freedesktop.org/data/pkg/windows/$version/msvc/gstreamer-1.0-msvc-x86-$version.exe#/install_gstreamer.exe" | ||
| }, | ||
| "arm64": { | ||
| "url": "https://gstreamer.freedesktop.org/data/pkg/windows/$version/msvc/gstreamer-1.0-msvc-arm64-$version.exe#/install_gstreamer.exe" | ||
| } | ||
| } | ||
| } | ||
| } | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.