-
Notifications
You must be signed in to change notification settings - Fork 695
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
testing/gst-plugins-rs: upgrade to 0.11.0
- Loading branch information
1 parent
f1a2982
commit 1229745
Showing
2 changed files
with
6,477 additions
and
7 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# Maintainer: Krassy Boykinov <[email protected]> | ||
pkgname=gst-plugins-rs | ||
pkgver=0.10.11 | ||
pkgrel=3 | ||
pkgver=0.11.0 | ||
pkgrel=0 | ||
pkgdesc="Gstreamer rust plugins" | ||
url="https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" | ||
# ppc64le, s390x, riscv64: ring | ||
# armv7: CI/CD does not build for 0.10.11 | ||
arch="all !armv7 !ppc64le !s390x !riscv64" | ||
# ppc64le, s390x, riscv64: ring in gst-plugin-version-helper | ||
# armv7, armhf, x86: ring in gtk4 | ||
arch="all !armhf !armv7 !ppc64le !riscv64 !s390x !x86" | ||
license="MIT AND Apache-2.0 AND MPL-2.0 AND LGPL-2.1-or-later" | ||
makedepends=" | ||
cargo | ||
|
@@ -21,7 +21,9 @@ makedepends=" | |
openssl-dev | ||
" | ||
subpackages="$pkgname-dev $pkgname-tools" | ||
source="https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/archive/$pkgver/gst-plugins-rs-$pkgver.tar.gz | ||
source=" | ||
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/archive/$pkgver/gst-plugins-rs-$pkgver.tar.gz | ||
Cargo.lock.patch | ||
dylib.patch | ||
" | ||
options="net !check" # they don't run | ||
|
@@ -55,6 +57,7 @@ tools() { | |
} | ||
|
||
sha512sums=" | ||
801ba5b492d9441236b7f104f8542d593af4562c980a347fa5ab7fd249790e575a9240f02560eb23bb3b922f8dbad38fa0879d44c834d4a6d5d349cd59962204 gst-plugins-rs-0.10.11.tar.gz | ||
1d8ecd7812a96ead4cada31cfdfdf4eb125c704b12726e6a1533ac70dedaa333d1786dac0199271608a6df1ed238f9d1cd3f5d98c3fd34a10cc3fa54a6ed7cad gst-plugins-rs-0.11.0.tar.gz | ||
cb67c2a2c4dc121df67c4798e118748ac090b68458d5fbad6aab95d21742bcf783b74a3af93c65dc28d18a3f3962eed167e82bb9a5cc670d5c512c32a2213dd0 Cargo.lock.patch | ||
5f354a7776859f62a235947b5a31779688bc681f3c47c3fbf85806c8a12f68023a731067c958e40dfd580af591ea271e4e5184ef3b45a193c9b855486c64fef0 dylib.patch | ||
" |
Oops, something went wrong.