Release 0.96

Desktop / GNOME / PiTiVi - Thibault Saunier [gnome.org] - 30 June 2016 13:18 UTC



###

diff --git a/build/flatpak/pitivi.template.json b/build/flatpak/pitivi.template.json
index 3a7b5de..9c44411 100644
--- a/build/flatpak/pitivi.template.json
+++ b/build/flatpak/pitivi.template.json
@@ -354,7 +354,7 @@
{
"type": "git",
"url": "https://git.gnome.org/browse/pitivi",
- "branch": "master"
+ "branch": "0.96"
}
]
}
diff --git a/configure.ac b/configure.ac
index 656d9e5..8825b12 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ dnl Note for packagers: see pitivi/check.py for the dependencies

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(Pitivi, 0.95,
+AC_INIT(Pitivi, 0.96,
https://phabricator.freedesktop.org/tag/pitivi/,
pitivi)

diff --git a/pitivi/check.py b/pitivi/check.py
index 4a61c98..1c0acb7 100644
--- a/pitivi/check.py
+++ b/pitivi/check.py
@@ -364,15 +364,15 @@ def initialize_modules():
GST_API_VERSION = "1.0"
GTK_API_VERSION = "3.0"
GLIB_API_VERSION = "2.0"
-HARD_DEPENDENCIES = [GICheck("3.14.0"),
+HARD_DEPENDENCIES = [GICheck("3.20.0"),
CairoDependency("1.10.0"),
- GstDependency("Gst", GST_API_VERSION, "1.6.0"),
- GstDependency("GES", GST_API_VERSION, "1.6.0.0"),
+ GstDependency("Gst", GST_API_VERSION, "1.8.2"),
+ GstDependency("GES", GST_API_VERSION, "1.8.2"),
GIDependency("GstTranscoder", GST_API_VERSION),
- GtkDependency("Gtk", GTK_API_VERSION, "3.12.0"),
+ GtkDependency("Gtk", GTK_API_VERSION, "3.20.0"),
ClassicDependency("numpy"),
GIDependency("Gio", "2.0"),
- GstPluginDependency("gstgtk", "1.6.0"),
+ GstPluginDependency("gstgtk", "1.8.2"),
ClassicDependency("matplotlib"),
]

5c16986 Release 0.96
build/flatpak/pitivi.template.json | 2 +-
configure.ac | 2 +-
pitivi/check.py | 10 +++++-----
3 files changed, 7 insertions(+), 7 deletions(-)

Upstream: git.gnome.org


  • Share