mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
Update README and versioning
This commit is contained in:
parent
0545b23f5a
commit
0124eb1622
3 changed files with 14 additions and 8 deletions
18
README.md
18
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
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.39.91
|
||||
1.12.0
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue