From 0124eb16224bc0d2e6f6f48e608825b97e8ea78f Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Thu, 24 Aug 2017 11:47:52 -0300 Subject: [PATCH] Update README and versioning --- README.md | 18 ++++++++++++------ VERSION | 2 +- configure.ac | 2 +- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ca7f7a4..c803a9b 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,18 @@ gstreamer-sharp covers the core and base gstreamer libraries. Prerequisites ---- These libraries are needed for clutter-sharp to compile: -* [gtk-sharp] 2.99.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.* Building & Installing ---- -Simply type ./autogen.sh --prefix=/usr && make install +With meson: + + meson build && ninja -C build/ + +With Autotools: + + ./autogen.sh --prefix=/usr && make install Supported Platforms ---- @@ -21,10 +27,11 @@ Supported Platforms Quick Start ---- -gstreamer-sharp provides ports of all samples from the gstreamer SDK in the samples folder. +gstreamer-sharp provides ports of all samples from gst-docs in the samples folder. Documentation ---- + Since this is a gobject-introspection binding the recommended documentation is the native [gstreamer](http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/) documentation. A monodoc generated documentation will be installed. Roadmap @@ -37,6 +44,5 @@ License ---- gstreamer-sharp is licensed under the [LGPL 2.1](https://www.gnu.org/licenses/lgpl-2.1.html) -[bindinator]:https://github.com/andreiagaita/bindinator/ -[gtk-sharp]:https://github.com/mono/gtk-sharp - +[bindinator]:https://github.com/shana/bindinator +[gtk-sharp]:https://github.com/openmedicus/gtk-sharp diff --git a/VERSION b/VERSION index c6801e4..0eed1a2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.39.91 +1.12.0 diff --git a/configure.ac b/configure.ac index 154e1d4..ee8155f 100644 --- a/configure.ac +++ b/configure.ac @@ -73,7 +73,7 @@ AC_SUBST(GACUTIL_FLAGS) AC_SUBST(LIB_PREFIX) AC_SUBST(LIB_SUFFIX) -GTK_SHARP_VERSION=2.99.4 +GTK_SHARP_VERSION=3.22.6 dnl Check for glib-sharp PKG_CHECK_MODULES(GLIB_SHARP, glib-sharp-3.0 >= $GTK_SHARP_VERSION) AC_SUBST(GLIB_SHARP_CFLAGS) -- 2.7.4