Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1] package/gst1-interpipe: bump version to 1.1.8
@ 2022-01-24 20:58 Peter Seiderer
  2022-01-24 21:15 ` Thomas Petazzoni
  2022-01-28 20:50 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Seiderer @ 2022-01-24 20:58 UTC (permalink / raw)
  To: buildroot

Changelog (since 1.1.7):

  8b70f08 Add definition of new event GstAppSinkCallbacks for interpipesink element
  ddaa9b5 Add conditional build according to GST_VERSION_MINOR
  730dea6 Bump project version
  8718b12 Add initialization for the GstAppSinkCallbacks struct
  f015ff7 Remove redundant initialization of new_event callback
  530da92 Update copyright year in README file
  e8ce826 Add explanatory comment on the memset of GstAppSinkCallbacks struct
  f0f3b8e Fix README copyright date to 2016-2022
  814982e Merge branch 'hotfix/add-new-event-callback'

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/gstreamer1/gst1-interpipe/gst1-interpipe.hash | 2 +-
 package/gstreamer1/gst1-interpipe/gst1-interpipe.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/gstreamer1/gst1-interpipe/gst1-interpipe.hash b/package/gstreamer1/gst1-interpipe/gst1-interpipe.hash
index 348abdb003..d9f09d2985 100644
--- a/package/gstreamer1/gst1-interpipe/gst1-interpipe.hash
+++ b/package/gstreamer1/gst1-interpipe/gst1-interpipe.hash
@@ -1,5 +1,5 @@
 # locally computed hash
-sha256  0fd29d3cba623163dd5852989d7ca21eee9033da9d14a467ccd5e527e3b4297b  gst1-interpipe-1.1.7-br1.tar.gz
+sha256  b97af0dfa108c5f736a961c388267c7a9c8f915e753985d7e85939091032deed  gst1-interpipe-v1.1.8-br1.tar.gz
 
 # Hashes for license files:
 sha256  16d7caa6cabbfd0ca47e064a7b48cb446d013e84ca88c854d6470851752136d5  COPYING
diff --git a/package/gstreamer1/gst1-interpipe/gst1-interpipe.mk b/package/gstreamer1/gst1-interpipe/gst1-interpipe.mk
index fa4485e6f8..cec23e7fa7 100644
--- a/package/gstreamer1/gst1-interpipe/gst1-interpipe.mk
+++ b/package/gstreamer1/gst1-interpipe/gst1-interpipe.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GST1_INTERPIPE_VERSION = 1.1.7
+GST1_INTERPIPE_VERSION = v1.1.8
 GST1_INTERPIPE_SITE = https://github.com/RidgeRun/gst-interpipe
 GST1_INTERPIPE_SITE_METHOD = git
 # fetch gst-interpipe/common sub module
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH v1] package/gst1-interpipe: bump version to 1.1.8
  2022-01-24 20:58 [Buildroot] [PATCH v1] package/gst1-interpipe: bump version to 1.1.8 Peter Seiderer
@ 2022-01-24 21:15 ` Thomas Petazzoni
  2022-01-28 20:50 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2022-01-24 21:15 UTC (permalink / raw)
  To: Peter Seiderer; +Cc: buildroot

On Mon, 24 Jan 2022 21:58:11 +0100
Peter Seiderer <ps.report@gmx.net> wrote:

> Changelog (since 1.1.7):
> 
>   8b70f08 Add definition of new event GstAppSinkCallbacks for interpipesink element
>   ddaa9b5 Add conditional build according to GST_VERSION_MINOR
>   730dea6 Bump project version
>   8718b12 Add initialization for the GstAppSinkCallbacks struct
>   f015ff7 Remove redundant initialization of new_event callback
>   530da92 Update copyright year in README file
>   e8ce826 Add explanatory comment on the memset of GstAppSinkCallbacks struct
>   f0f3b8e Fix README copyright date to 2016-2022
>   814982e Merge branch 'hotfix/add-new-event-callback'
> 
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> ---
>  package/gstreamer1/gst1-interpipe/gst1-interpipe.hash | 2 +-
>  package/gstreamer1/gst1-interpipe/gst1-interpipe.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH v1] package/gst1-interpipe: bump version to 1.1.8
  2022-01-24 20:58 [Buildroot] [PATCH v1] package/gst1-interpipe: bump version to 1.1.8 Peter Seiderer
  2022-01-24 21:15 ` Thomas Petazzoni
@ 2022-01-28 20:50 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-01-28 20:50 UTC (permalink / raw)
  To: Peter Seiderer; +Cc: buildroot

>>>>> "Peter" == Peter Seiderer <ps.report@gmx.net> writes:

 > Changelog (since 1.1.7):
 >   8b70f08 Add definition of new event GstAppSinkCallbacks for interpipesink element
 >   ddaa9b5 Add conditional build according to GST_VERSION_MINOR
 >   730dea6 Bump project version
 >   8718b12 Add initialization for the GstAppSinkCallbacks struct
 >   f015ff7 Remove redundant initialization of new_event callback
 >   530da92 Update copyright year in README file
 >   e8ce826 Add explanatory comment on the memset of GstAppSinkCallbacks struct
 >   f0f3b8e Fix README copyright date to 2016-2022
 >   814982e Merge branch 'hotfix/add-new-event-callback'

 > Signed-off-by: Peter Seiderer <ps.report@gmx.net>

Committed to 2021.02.x and 2021.11.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-01-28 20:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-24 20:58 [Buildroot] [PATCH v1] package/gst1-interpipe: bump version to 1.1.8 Peter Seiderer
2022-01-24 21:15 ` Thomas Petazzoni
2022-01-28 20:50 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox