gstreamer 1.24.8-1
This commit is contained in:
parent
083cf9f009
commit
c8e71f01ff
11
PKGBUILD
11
PKGBUILD
@ -5,22 +5,23 @@
|
||||
|
||||
# Maintainer: Future Linux Team <future_linux@163.com>
|
||||
pkgname=gstreamer
|
||||
pkgver=1.24.2
|
||||
pkgver=1.24.8
|
||||
pkgrel=1
|
||||
pkgdesc="Multimedia graph framework - core"
|
||||
arch=('x86_64')
|
||||
url="https://gstreamer.freedesktop.org/"
|
||||
license=('LGPL-2.1-or-later')
|
||||
depends=('glib2')
|
||||
makedepends=('meson')
|
||||
depends=('gcc-libs' 'glib2' 'glibc' 'libcap' 'libelf' 'libunwind')
|
||||
makedepends=('meson' 'gobject-introspection' 'bash-completion')
|
||||
source=(https://gstreamer.freedesktop.org/src/${pkgname}/${pkgname}-${pkgver}.tar.xz)
|
||||
sha256sums=(9cafdd23bd180f1681c56cd3a6879a8497ccf24da6f422a6b6f356fa074a8481)
|
||||
sha256sums=(b807dbf36c5d2b3ce1c604133ed0c737350f9523ce4d8d644a1177c5f9d6ded3)
|
||||
|
||||
build() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
|
||||
meson setup build \
|
||||
future-meson build \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib64 \
|
||||
--buildtype=release \
|
||||
-Dgst_debug=false \
|
||||
-Dpackage-name="GStreamer (Future Linux)" \
|
||||
|
Loading…
Reference in New Issue
Block a user