diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-09-30 13:04:26 +0300 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-09-30 13:04:26 +0300 |
commit | 329c3faf906168cdf56471a6df0563164a6cbab1 (patch) | |
tree | 9b39a08f48fdeb98d84f4294442ca3e80eac1edc | |
parent | a7eebda2ae1a47281a29d119246b378e50d0405c (diff) |
Release 1.9.901.9.90
-rw-r--r-- | ChangeLog | 59 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | RELEASE | 14 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | gst-python.doap | 9 |
5 files changed, 75 insertions, 13 deletions
@@ -1,9 +1,64 @@ +=== release 1.9.90 === + +2016-09-30 Sebastian Dröge <slomo@coaxion.net> + + * configure.ac: + releasing 1.9.90 + +2016-09-14 15:18:17 +0200 Sebastian Dröge <sebastian@centricular.com> + + * pythondetector: + meson: Add a workaround for finding the Python library on Fedora + +2016-09-14 11:42:54 +0200 Sebastian Dröge <sebastian@centricular.com> + + * pythondetector: + meson: Fix pythondetector on Debian and use sysconfig for getting the ABIFLAGS too + Paths like /usr/lib/python3.5/config-3.5m-x86_64-linux-gnu would not be + detected by the old code, but it's all nicely stored in sysconfig so + let's just use that. + +2016-09-14 11:31:32 +0200 Sebastian Dröge <sebastian@centricular.com> + + * configure.ac: + configure: Depend on gstreamer 1.9.2.1 + +2016-09-13 15:17:41 -0300 Thibault Saunier <thibault.saunier@osg.samsung.com> + + * pythondetector: + meson: Search python shared lib in lib64/ if it is a directory + +2016-09-05 12:52:46 -0300 Thibault Saunier <thibault.saunier@osg.samsung.com> + + * plugin/gstpythonplugin.c: + build: Remove unused variables + +2016-09-05 11:30:43 -0300 Thibault Saunier <thibault.saunier@osg.samsung.com> + + * config.h.meson: + * gi/meson.build: + * gi/overrides/meson.build: + * meson.build: + * plugin/meson.build: + * pythondetector: + Add support for Meson as alternative/parallel build system + https://github.com/mesonbuild/meson + +2016-09-01 12:31:53 +0300 Sebastian Dröge <sebastian@centricular.com> + + * configure.ac: + Back to development + === release 1.9.2 === -2016-09-01 Sebastian Dröge <slomo@coaxion.net> +2016-09-01 12:31:42 +0300 Sebastian Dröge <sebastian@centricular.com> + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.9.2 + * gst-python.doap: + Release 1.9.2 2016-07-06 13:54:19 +0300 Sebastian Dröge <sebastian@centricular.com> @@ -1 +1 @@ -This is GStreamer 1.9.2 +This is GStreamer 1.9.90 @@ -1,13 +1,10 @@ -Release notes for GStreamer Python bindings 1.9.2 +Release notes for GStreamer Python bindings 1.9.90 -The GStreamer team is pleased to announce the second release of the unstable -1.9 release series, which marks the feature freeze for 1.10. The 1.9 release -series is adding new features on top of the 1.0, 1.2, 1.4, 1.6 and 1.8 series -and is part of the API and ABI-stable 1.x release series of the GStreamer -multimedia framework. The unstable 1.9 release series will lead to the stable -1.10 release series in the next weeks. Any newly added API can still change -until that point. +The GStreamer team is pleased to announce the first release candidate of the +stable 1.10 release series. The 1.10 release series is adding new features on +top of the 1.0, 1.2, 1.4, 1.6 and 1.8 series and is part of the API and +ABI-stable 1.x release series of the GStreamer multimedia framework. Binaries for Android, iOS, Mac OS X and Windows will be provided in the next days. @@ -50,4 +47,5 @@ subscribe to the gstreamer-devel list. Contributors to this release * Sebastian Dröge + * Thibault Saunier
\ No newline at end of file diff --git a/configure.ac b/configure.ac index 9ad379d..6022b3c 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.68]) dnl initialize autoconf dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, cvs and prerelease does Werror too -AC_INIT(GStreamer GObject Introspection overrides for Python , 1.9.2.1, +AC_INIT(GStreamer GObject Introspection overrides for Python , 1.9.90, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-python) @@ -38,7 +38,7 @@ AC_SUBST(ACLOCAL_AMFLAGS, "-I m4 -I common/m4") dnl required versions of other packages dnl Note that they are runtime requirements -AC_SUBST(GST_REQ, 1.9.2.1) +AC_SUBST(GST_REQ, 1.9.90) AC_SUBST(PYGOBJECT_REQ, 3.0) AC_DISABLE_STATIC diff --git a/gst-python.doap b/gst-python.doap index 6325b47..710b454 100644 --- a/gst-python.doap +++ b/gst-python.doap @@ -32,6 +32,15 @@ GStreamer Python Bindings is a set of overrides and Gst fundamental types handli <release> <Version> + <revision>1.9.90</revision> + <branch>master</branch> + <created>2016-09-30</created> + <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-python/gst-python-1.9.90.tar.xz" /> + </Version> + </release> + + <release> + <Version> <revision>1.9.2</revision> <branch>master</branch> <created>2016-09-01</created> |