From: aduskett at gmail.com <aduskett@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 10/10] package/gstreamer1/gstreamer1-editing-services: bump to version 1.16.0
Date: Fri, 19 Apr 2019 17:16:01 -0400 [thread overview]
Message-ID: <20190419211601.53431-10-aduskett@gmail.com> (raw)
In-Reply-To: <20190419211601.53431-1-aduskett@gmail.com>
From: Adam Duskett <Aduskett@gmail.com>
Also removed upstreamed patch 0001-examples-ges-ui-fix-some-gtk2-ism.patch.
Signed-off-by: Adam Duskett <Aduskett@gmail.com>
---
...01-examples-ges-ui-fix-some-gtk2-ism.patch | 66 -------------------
.../gstreamer1-editing-services.hash | 4 +-
.../gstreamer1-editing-services.mk | 2 +-
3 files changed, 3 insertions(+), 69 deletions(-)
delete mode 100644 package/gstreamer1/gstreamer1-editing-services/0001-examples-ges-ui-fix-some-gtk2-ism.patch
diff --git a/package/gstreamer1/gstreamer1-editing-services/0001-examples-ges-ui-fix-some-gtk2-ism.patch b/package/gstreamer1/gstreamer1-editing-services/0001-examples-ges-ui-fix-some-gtk2-ism.patch
deleted file mode 100644
index 5a074941fd..0000000000
--- a/package/gstreamer1/gstreamer1-editing-services/0001-examples-ges-ui-fix-some-gtk2-ism.patch
+++ /dev/null
@@ -1,66 +0,0 @@
-From 76f3dcb8f11a240fc7147ab556c57f10abc9e957 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= <tim@centricular.com>
-Date: Sun, 20 May 2018 23:46:42 +0100
-Subject: [PATCH] examples: ges-ui: fix some gtk2-ism
-
-Still lots of deprecated API to update.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=796243
-
-Upstream: https://cgit.freedesktop.org/gstreamer/gst-editing-services/commit/?id=76f3dcb8f11a240fc7147ab556c57f10abc9e957
-Signed-off-by: Peter Seiderer <ps.report@gmx.net>
----
- examples/c/ges-ui.c | 10 +++++-----
- 1 file changed, 5 insertions(+), 5 deletions(-)
-
-diff --git a/examples/c/ges-ui.c b/examples/c/ges-ui.c
-index 4acd1ee9..45694a6b 100644
---- a/examples/c/ges-ui.c
-+++ b/examples/c/ges-ui.c
-@@ -106,7 +106,7 @@ static int n_instances = 0;
- * These are declared non-static for signal auto-connection
- */
-
--gboolean window_delete_event_cb (GtkObject * window, GdkEvent * event,
-+gboolean window_delete_event_cb (GtkWidget * window, GdkEvent * event,
- App * app);
- void new_activate_cb (GtkMenuItem * item, App * app);
- void open_activate_cb (GtkMenuItem * item, App * app);
-@@ -1076,14 +1076,14 @@ gboolean
- add_effect_dlg_delete_event_cb (GtkWidget * widget, GdkEvent * event,
- gpointer * app)
- {
-- gtk_widget_hide_all (((App *) app)->add_effect_dlg);
-+ gtk_widget_hide (((App *) app)->add_effect_dlg);
- return TRUE;
- }
-
- void
- on_cancel_add_effect_cb (GtkButton * button, App * app)
- {
-- gtk_widget_hide_all (app->add_effect_dlg);
-+ gtk_widget_hide (app->add_effect_dlg);
- }
-
- void
-@@ -1103,7 +1103,7 @@ on_apply_effect_cb (GtkButton * button, App * app)
-
- gtk_entry_set_text (GTK_ENTRY (app->audio_effect_entry), "");
-
-- gtk_widget_hide_all (app->add_effect_dlg);
-+ gtk_widget_hide (app->add_effect_dlg);
- }
-
- static void
-@@ -1347,7 +1347,7 @@ app_new_from_uri (gchar * uri)
- /* UI callbacks ************************************************************/
-
- gboolean
--window_delete_event_cb (GtkObject * window, GdkEvent * event, App * app)
-+window_delete_event_cb (GtkWidget * window, GdkEvent * event, App * app)
- {
- app_dispose (app);
- return FALSE;
---
-2.19.0
-
diff --git a/package/gstreamer1/gstreamer1-editing-services/gstreamer1-editing-services.hash b/package/gstreamer1/gstreamer1-editing-services/gstreamer1-editing-services.hash
index a388a097dd..7d6ab30829 100644
--- a/package/gstreamer1/gstreamer1-editing-services/gstreamer1-editing-services.hash
+++ b/package/gstreamer1/gstreamer1-editing-services/gstreamer1-editing-services.hash
@@ -1,5 +1,5 @@
-# From https://gstreamer.freedesktop.org/src/gstreamer-editing-services/gstreamer-editing-services-1.14.4.tar.xz.sha256sum
-sha256 53d1d25b356009505ae0d22c218d6c6b1215399d9f6e3fe5d7b88e156531b35f gstreamer-editing-services-1.14.4.tar.xz
+# From https://gstreamer.freedesktop.org/src/gstreamer-editing-services/gstreamer-editing-services-1.16.0.tar.xz.sha256sum
+sha256 82a3faefb2b0d91e134fd02cddeee718b7846a07cbf0127fed7aa03e25495ad1 gstreamer-editing-services-1.16.0.tar.xz
# Hashes for license files:
sha256 f445dc78b88496f7e20c7a2a461b95baba5865c8919b8289ac24ac0a80c6ce7a COPYING
diff --git a/package/gstreamer1/gstreamer1-editing-services/gstreamer1-editing-services.mk b/package/gstreamer1/gstreamer1-editing-services/gstreamer1-editing-services.mk
index 74a36824ed..9412e277e6 100644
--- a/package/gstreamer1/gstreamer1-editing-services/gstreamer1-editing-services.mk
+++ b/package/gstreamer1/gstreamer1-editing-services/gstreamer1-editing-services.mk
@@ -4,7 +4,7 @@
#
################################################################################
-GSTREAMER1_EDITING_SERVICES_VERSION = 1.14.4
+GSTREAMER1_EDITING_SERVICES_VERSION = 1.16.0
GSTREAMER1_EDITING_SERVICES_SOURCE = gstreamer-editing-services-$(GSTREAMER1_EDITING_SERVICES_VERSION).tar.xz
GSTREAMER1_EDITING_SERVICES_SITE = http://gstreamer.freedesktop.org/src/gstreamer-editing-services
GSTREAMER1_EDITING_SERVICES_LICENSE = LGPL-2.0+
--
2.20.1
next prev parent reply other threads:[~2019-04-19 21:16 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-19 21:15 [Buildroot] [PATCH 01/10] package/gstreamer1/gst1-plugins-ugly: fix typo in mk file aduskett at gmail.com
2019-04-19 21:15 ` [Buildroot] [PATCH 02/10] package/gstreamer1/gst1-imx: fix integration with gstreamer 1.14 aduskett at gmail.com
2019-04-19 21:15 ` [Buildroot] [PATCH 03/10] package/gstreamer1/gstreamer1: bump to version 1.16.0 aduskett at gmail.com
2019-04-19 21:15 ` [Buildroot] [PATCH 04/10] package/gstreamer1/gst-plugins-{base, good, bad, ugly}: bump to 1.16.0 aduskett at gmail.com
2019-04-19 21:15 ` [Buildroot] [PATCH 05/10] package/gstreamer1/gst-omx: bump to version 1.16.0 aduskett at gmail.com
2019-04-19 21:15 ` [Buildroot] [PATCH 06/10] package/gstreamer1/gst1-rtsp-server: " aduskett at gmail.com
2019-04-19 21:15 ` [Buildroot] [PATCH 07/10] package/gstreamer1/gst1-vaapi: " aduskett at gmail.com
2019-04-19 21:15 ` [Buildroot] [PATCH 08/10] package/gstreamer1/gst1-libav: " aduskett at gmail.com
2019-04-19 21:16 ` [Buildroot] [PATCH 09/10] package/gstreamer1/gst1-validate: " aduskett at gmail.com
2019-04-19 21:16 ` aduskett at gmail.com [this message]
2019-04-20 13:31 ` [Buildroot] [PATCH 01/10] package/gstreamer1/gst1-plugins-ugly: fix typo in mk file Thomas Petazzoni
2019-04-26 12:29 ` Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190419211601.53431-10-aduskett@gmail.com \
--to=aduskett@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox