Skip to content

Commit

Permalink
Merge pull request #352 from Bleuzen/nv-codec-headers-12
Browse files Browse the repository at this point in the history
Update nv-codec-headers to 12.1.14.0
  • Loading branch information
travier authored Apr 1, 2024
2 parents 2045ce0 + 3fe1772 commit b0e8f6c
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 14 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Kdenlive

See: <https://flathub.org/apps/org.kde.kdenlive>

## Support for older NVIDIA GPUs

Support for older NVIDIA GPUs has been removed with
[PR#253](https://github.com/flathub/org.kde.kdenlive/pull/352) (see also
[PR#259](https://github.com/flathub/org.kde.kdenlive/pull/259)).

We have kept support for those older GPUs in the Beta branch.

```
$ flatpak remote-add --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
$ flatpak install flathub-beta org.kde.kdenlive
```

Note that this branch will likely not get any further updates.
21 changes: 9 additions & 12 deletions org.kde.kdenlive.json
Original file line number Diff line number Diff line change
Expand Up @@ -532,14 +532,11 @@
{
"type": "git",
"url": "https://github.com/FFmpeg/nv-codec-headers.git",
"tag": "n11.1.5.3",
"commit": "43d91706e097565f57b311e567f0219838bcc2f6",
"tag": "n12.1.14.0",
"commit": "1889e62e2d35ff7aa9baca2bceb14f053785e6f1",
"x-checker-data": {
"type": "git",
"tag-pattern": "^n([\\d.]+)$",
"versions": {
"<": "12"
}
"tag-pattern": "^n([\\d.]+)$"
}
}
]
Expand Down Expand Up @@ -587,8 +584,8 @@
"sources": [
{
"type": "archive",
"url": "https://github.com/oneapi-src/oneVPL-intel-gpu/archive/intel-onevpl-24.1.5.tar.gz",
"sha256": "e006d59399dbd0c3b3ecd91610822d655e9303b25a385a9a3ac94a42bf34b284",
"url": "https://github.com/oneapi-src/oneVPL-intel-gpu/archive/intel-onevpl-24.2.0.tar.gz",
"sha256": "34438637670b13140153c8a6be6b32d755ba72f68b2bbb01a8ec630c3e453900",
"x-checker-data": {
"type": "anitya",
"project-id": 368736,
Expand Down Expand Up @@ -757,8 +754,8 @@
"sources": [
{
"type": "archive",
"url": "https://mediaarea.net/download/source/libmediainfo/24.01/libmediainfo_24.01.tar.xz",
"sha256": "a02dfc6689f485cec06fa12a3414c3c3aa2853b4dde18aeab4b54a56c8316259",
"url": "https://mediaarea.net/download/source/libmediainfo/24.03/libmediainfo_24.03.tar.xz",
"sha256": "cc2bb44e407c890ab566934c56763918505ab58c14134b53f0d1da9eea242c8d",
"x-checker-data": {
"type": "anitya",
"project-id": 16249,
Expand All @@ -780,8 +777,8 @@
"sources": [
{
"type": "archive",
"url": "https://mediaarea.net/download/source/mediainfo/24.01.1/mediainfo_24.01.1.tar.xz",
"sha256": "32ea646d5c86c63d54418d10b2736260ab43e4b727f81e8dd5ecf5e9b5e3fd34",
"url": "https://mediaarea.net/download/source/mediainfo/24.03/mediainfo_24.03.tar.xz",
"sha256": "6ff8f1fa2f859a13091f75a2cf913486644f6e259ad1c25afb9a93e48444c563",
"x-checker-data": {
"type": "anitya",
"project-id": 8240,
Expand Down
4 changes: 2 additions & 2 deletions python-modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
},
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/62/d5/5f610ebe421e85889f2e55e33b7f9a6795bd982198517d912eb1c76e1a53/pycparser-2.21-py2.py3-none-any.whl",
"sha256": "8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9",
"url": "https://files.pythonhosted.org/packages/13/a3/a812df4e2dd5696d1f351d58b8fe16a405b234ad2886a0dab9183fb78109/pycparser-2.22-py3-none-any.whl",
"sha256": "c3702b6d3dd8c7abc1afa565d7e63d53a1d0bd86cdc24edd75470f4de499cfcc",
"x-checker-data": {
"type": "pypi",
"name": "pycparser",
Expand Down

0 comments on commit b0e8f6c

Please sign in to comment.