summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-03-14 00:26:35 +0000
committerTim-Philipp Müller <tim@centricular.com>2018-03-14 00:26:35 +0000
commitb24674d51d7916e03c0787de40d32895266244b8 (patch)
tree9e25be32c8847285bc040e0917f4e825ed7bbf99
parent1bcec1ec3b5dfab10610b21d24ca30ec946f1011 (diff)
-rw-r--r--NEWS13
-rw-r--r--README.md7
-rw-r--r--meson.build2
3 files changed, 7 insertions, 15 deletions
diff --git a/NEWS b/NEWS
deleted file mode 100644
index d50bc93dce..0000000000
--- a/NEWS
+++ /dev/null
@@ -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.
diff --git a/README.md b/README.md
index 52013e6fc9..fd730f237c 100644
--- a/README.md
+++ b/README.md
@@ -14,11 +14,16 @@ These libraries are needed for clutter-sharp to compile:
* 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.*
+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
----
meson build && ninja -C build/
- I
+
HACKING
-------
diff --git a/meson.build b/meson.build
index 774470a7cb..8ee1aa81a3 100644
--- a/meson.build
+++ b/meson.build
@@ -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')
if host_machine.system() == 'osx'