Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : gstreamer-1.0 | name : gstreamer-1.0 | ||||
| version : 1.14.4 | version : 1.16.0 | ||||
| release : 24 | release : 25 | ||||
| source : | source : | ||||
| - https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.14.4.tar.xz : f94f6696c5f05a3b3a9183e39c5f5c0b779f75a04c0efa497e7920afa985ffc7 | - https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.16.0.tar.xz : 0e8e2f7118be437cba879353970cf83c2acced825ecb9275ba05d9186ef07c00 | ||||
| license : LGPL-2.0-or-later | license : LGPL-2.0-or-later | ||||
| component : multimedia.gstreamer | component : multimedia.gstreamer | ||||
| summary : Streaming media framework | summary : Streaming media framework | ||||
| description: | | description: | | ||||
| GStreamer is a streaming media framework that enables applications to share a common set of plugins | GStreamer is a streaming media framework that enables applications to share a common set of plugins | ||||
| for things like video encoding and decoding, audio encoding and decoding, audio and video filters, | for things like video encoding and decoding, audio encoding and decoding, audio and video filters, | ||||
| audio visualisation, web streaming and anything else that streams in real-time or otherwise. | audio visualisation, web streaming and anything else that streams in real-time or otherwise. | ||||
| This package only provides base functionality and libraries. | This package only provides base functionality and libraries. | ||||
| You may need at least gst-plugins-base and one of Good, Bad, Ugly or Libav plugins. | You may need at least gst-plugins-base and one of Good, Bad, Ugly or Libav plugins. | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(gobject-introspection-1.0) | - pkgconfig(gobject-introspection-1.0) | ||||
| - pkgconfig(gtk-doc) | - pkgconfig(gtk-doc) | ||||
| setup : | | setup : | | ||||
| %configure --disable-static --with-package-name="GStreamer ${version} Solus" \ | %meson_configure -D package-name="GStreamer ${version} Solus" \ | ||||
| --with-package-origin="https://getsol.us" \ | -D package-origin="https://getsol.us" \ | ||||
| --enable-gtk-doc | -D gobject-cast-checks=disabled \ | ||||
| -D glib-asserts=disabled \ | |||||
| -D glib-checks=disabled | |||||
| build : | | build : | | ||||
| %make | %ninja_build | ||||
| install : | | install : | | ||||
| %make_install | %ninja_install | ||||
| check : | | |||||
| %ninja_check || : | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.