Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Matej
gst-libav
Commits
53282507
Commit
53282507
authored
Mar 13, 2018
by
Tim-Philipp Müller
🐠
Browse files
Release 1.13.91
parent
6761a03f
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
53282507
=== release 1.13.91 ===
2018-03-13 19:26:51 +0000 Tim-Philipp Müller <tim@centricular.com>
* NEWS:
* RELEASE:
* configure.ac:
* gst-libav.doap:
* meson.build:
Release 1.13.91
2018-03-13 19:26:51 +0000 Tim-Philipp Müller <tim@centricular.com>
* docs/plugins/inspect/plugin-libav.xml:
Update docs
2018-03-08 11:22:29 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com>
* configure.ac:
configure.ac: enable largefile support if possible
https://bugzilla.gnome.org/show_bug.cgi?id=793103
2018-03-06 14:40:20 +1100 Matthew Waters <matthew@centricular.com>
* gst-libs/ext/Makefile.am:
build: prefer using *.la references when creating our own libtool files
Otherwise we will reference the dependant libraries with -lfoo rather than
/path/to/libfoo.la which breaks with the Android-based .la parser which
simply passes through all -l libraries.
https://bugzilla.gnome.org/show_bug.cgi?id=786403
=== release 1.13.90 ===
2018-03-03 22:44:19 +0000 Tim-Philipp Müller <tim@centricular.com>
* ChangeLog:
* NEWS:
* RELEASE:
* configure.ac:
...
...
NEWS
View file @
53282507
This diff is collapsed.
Click to expand it.
RELEASE
View file @
53282507
This is GStreamer gst-libav 1.13.9
0
.
This is GStreamer gst-libav 1.13.9
1
.
The GStreamer team is pleased to announce the first release candidate for the
upcoming stable 1.14 release series.
...
...
configure.ac
View file @
53282507
...
...
@@ -3,7 +3,7 @@ AC_PREREQ(2.69)
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 libav, 1.13.9
0
,
AC_INIT(GStreamer libav, 1.13.9
1
,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-libav)
...
...
@@ -42,11 +42,11 @@ AC_SUBST(GST_API_VERSION)
dnl *** Check for external $AS vs detected by AS_LIBTOOL
user_AS="$AS"
AG_GST_LIBTOOL_PREPARE
AS_LIBTOOL(GST, 139
0
, 0, 139
0
)
AS_LIBTOOL(GST, 139
1
, 0, 139
1
)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.13.9
0
GST_PBREQ=1.13.9
0
GST_REQ=1.13.9
1
GST_PBREQ=1.13.9
1
ORC_REQ=0.4.16
ORC_CHECK([$ORC_REQ])
...
...
gst-libav.doap
View file @
53282507
...
...
@@ -32,6 +32,16 @@ colorspace conversion elements.
</GitRepository>
</repository>
<release>
<Version>
<revision>1.13.91</revision>
<branch>master</branch>
<name></name>
<created>2018-03-13</created>
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.13.91.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.13.90</revision>
...
...
meson.build
View file @
53282507
project
(
'gst-libav'
,
'c'
,
'cpp'
,
version
:
'1.13.9
0
'
,
version
:
'1.13.9
1
'
,
meson_version
:
'>= 0.36.0'
,
default_options
:
[
'warning_level=1'
,
'buildtype=debugoptimized'
])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment