mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
Release 1.13.91
This commit is contained in:
parent
1bcec1ec3b
commit
b24674d51d
3 changed files with 7 additions and 15 deletions
13
NEWS
13
NEWS
|
@ -1,13 +0,0 @@
|
||||||
=====================================================================
|
|
||||||
Gst# 0.99.0 - 2013-12-21
|
|
||||||
=====================================================================
|
|
||||||
|
|
||||||
Gst# 0.99.0 is the first beta release of .NET/Mono bindings for Gstreamer 1.x.
|
|
||||||
|
|
||||||
This version of Gst# provides bindings for the API exposed by Gstreamer 1.0.0
|
|
||||||
|
|
||||||
There is no API stability guarantee for now, but we try to keep breaking
|
|
||||||
changes to a minimum.
|
|
||||||
|
|
||||||
This version of Gst# can be installed in parallel with Gst# 0.10, and should not
|
|
||||||
have any impact on applications using Gst# 0.10.
|
|
|
@ -14,11 +14,16 @@ These libraries are needed for clutter-sharp to compile:
|
||||||
* gstreamer core, base and good 1.4 or higher
|
* gstreamer core, base and good 1.4 or higher
|
||||||
* [gtk-sharp] 3.22.6 or higher - *NOTE: This can be built as a meson subproject if using the meson build system.*
|
* [gtk-sharp] 3.22.6 or higher - *NOTE: This can be built as a meson subproject if using the meson build system.*
|
||||||
|
|
||||||
|
You will also need various .NET/mono bits (mcs and al). On debian-based distros
|
||||||
|
you can install these with:
|
||||||
|
|
||||||
|
sudo apt-get install mono-mcs mono-devel
|
||||||
|
|
||||||
Building & Installing
|
Building & Installing
|
||||||
----
|
----
|
||||||
|
|
||||||
meson build && ninja -C build/
|
meson build && ninja -C build/
|
||||||
I
|
|
||||||
HACKING
|
HACKING
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
project('gstreamer-sharp', ['cs', 'c'], version: '1.13.0.1',
|
project('gstreamer-sharp', ['cs', 'c'], version: '1.13.91',
|
||||||
meson_version: '>0.42', license: 'LGPL')
|
meson_version: '>0.42', license: 'LGPL')
|
||||||
|
|
||||||
if host_machine.system() == 'osx'
|
if host_machine.system() == 'osx'
|
||||||
|
|
Loading…
Reference in a new issue