mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/gstreamer to 1.18.5-1
This commit is contained in:
parent
0bd96a06db
commit
55195dc243
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
# - remove valgrind makedepend
|
||||
|
||||
pkgname=gstreamer
|
||||
pkgver=1.18.4
|
||||
pkgver=1.18.5
|
||||
pkgrel=1
|
||||
pkgdesc="Multimedia graph framework - core"
|
||||
url="https://gstreamer.freedesktop.org/"
|
||||
|
@ -13,7 +13,7 @@ arch=(x86_64)
|
|||
license=(LGPL)
|
||||
depends=(libxml2 glib2 libunwind libcap libelf python)
|
||||
makedepends=(gobject-introspection git bash-completion meson gmp gsl gtk3)
|
||||
_commit=eacb7aa8d12f66a3ff1970c149210972f6079b56 # tags/1.18.4^0
|
||||
_commit=71c213f99ad5c8fc8f36a26238483f2bdf7d846a # tags/1.18.5^0
|
||||
install=gstreamer.install
|
||||
source=("git+https://gitlab.freedesktop.org/gstreamer/gstreamer.git#commit=$_commit")
|
||||
sha256sums=('SKIP')
|
||||
|
@ -43,5 +43,5 @@ check() {
|
|||
}
|
||||
|
||||
package() {
|
||||
DESTDIR="$pkgdir" meson install -C build
|
||||
meson install -C build --destdir "$pkgdir"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue