mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/gstreamer to 1.20.5-2
This commit is contained in:
parent
0cfc973da9
commit
4d9682a3ab
1 changed files with 5 additions and 6 deletions
|
@ -30,7 +30,7 @@ pkgname=(
|
|||
gstreamer-docs
|
||||
)
|
||||
pkgver=1.20.5
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Multimedia graph framework"
|
||||
url="https://gstreamer.freedesktop.org/"
|
||||
arch=(x86_64)
|
||||
|
@ -44,8 +44,8 @@ makedepends=(
|
|||
valgrind libunwind gobject-introspection bash-completion gtk3 libcap python
|
||||
|
||||
# gst-plugins-base
|
||||
cdparanoia graphene libvisual opus libtheora libxv sdl2 qt5-base qt5-tools
|
||||
zlib libglvnd wayland wayland-protocols libx11 libgudev libdrm mesa orc
|
||||
cdparanoia graphene opus libtheora libxv sdl2 qt5-base qt5-tools zlib libglvnd
|
||||
wayland wayland-protocols libx11 libgudev libdrm mesa orc
|
||||
|
||||
# gst-plugins-good
|
||||
nasm v4l-utils aalib flac jack2 lame libcaca libdv mpg123 libraw1394
|
||||
|
@ -128,6 +128,7 @@ build() {
|
|||
-D gst-plugins-base:gobject-cast-checks=disabled
|
||||
-D gst-plugins-base:package-name="Arch Linux gst-plugins-base $pkgver-$pkgrel"
|
||||
-D gst-plugins-base:package-origin="https://www.archlinux.org/"
|
||||
-D gst-plugins-base:libvisual=disabled
|
||||
-D gst-plugins-base:tremor=disabled
|
||||
-D gst-plugins-good:gobject-cast-checks=disabled
|
||||
-D gst-plugins-good:package-name="Arch Linux gst-plugins-good $pkgver-$pkgrel"
|
||||
|
@ -380,14 +381,12 @@ package_gst-plugins-base() {
|
|||
pkgdesc+=" - base plugins"
|
||||
depends=(
|
||||
"gst-plugins-base-libs=$pkgver"
|
||||
alsa-lib cdparanoia libvisual libvorbis libtheora pango opus graphene libpng
|
||||
libjpeg
|
||||
alsa-lib cdparanoia libvorbis libtheora pango opus graphene libpng libjpeg
|
||||
)
|
||||
|
||||
cd root; local files=(
|
||||
usr/lib/gstreamer-1.0/libgstalsa.so
|
||||
usr/lib/gstreamer-1.0/libgstcdparanoia.so
|
||||
usr/lib/gstreamer-1.0/libgstlibvisual.so
|
||||
usr/lib/gstreamer-1.0/libgstogg.so
|
||||
usr/lib/gstreamer-1.0/libgstopengl.so
|
||||
usr/lib/gstreamer-1.0/libgstopus.so
|
||||
|
|
Loading…
Reference in a new issue