Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 4/4] package/tvheadend: bump version
  2013-12-01 22:36 [Buildroot] [pull request] Pull request for branch yem/bumps Yann E. MORIN
@ 2013-12-01 22:36 ` Yann E. MORIN
  0 siblings, 0 replies; 11+ messages in thread
From: Yann E. MORIN @ 2013-12-01 22:36 UTC (permalink / raw)
  To: buildroot

From: "Yann E. MORIN" <yann.morin.1998@free.fr>

Misc fixes and improvements all over the place, mostly fixes.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
 package/tvheadend/tvheadend.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/tvheadend/tvheadend.mk b/package/tvheadend/tvheadend.mk
index 7578dab..1713d58 100644
--- a/package/tvheadend/tvheadend.mk
+++ b/package/tvheadend/tvheadend.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-TVHEADEND_VERSION           = 2b649954346aa2e9c81834d500a25c528f31f829
+TVHEADEND_VERSION           = c7d0335eb10d02b780423bef8e7c740e422fff13
 TVHEADEND_SITE              = git://github.com/tvheadend/tvheadend.git
 TVHEADEND_LICENSE           = GPLv3+
 TVHEADEND_LICENSE_FILES     = LICENSE
-- 
1.8.1.2

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

* [Buildroot] [PATCH 1/4] package/kodi-audioencoder-flac: bump version
@ 2015-01-18 12:16 Bernd Kuhls
  2015-01-18 12:16 ` [Buildroot] [PATCH 2/4] package/kodi-audioencoder-vorbis: " Bernd Kuhls
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Bernd Kuhls @ 2015-01-18 12:16 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/kodi-audioencoder-flac/kodi-audioencoder-flac.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/kodi-audioencoder-flac/kodi-audioencoder-flac.mk b/package/kodi-audioencoder-flac/kodi-audioencoder-flac.mk
index a200150..c5115c4 100644
--- a/package/kodi-audioencoder-flac/kodi-audioencoder-flac.mk
+++ b/package/kodi-audioencoder-flac/kodi-audioencoder-flac.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-KODI_AUDIOENCODER_FLAC_VERSION = a960ebae64f4b66f580e70318fe6da97771cacba
+KODI_AUDIOENCODER_FLAC_VERSION = 62c2cc876b572dd8fd9b85d708f86ec9a9d2ffc7
 KODI_AUDIOENCODER_FLAC_SITE = $(call github,xbmc,audioencoder.flac,$(KODI_AUDIOENCODER_FLAC_VERSION))
 KODI_AUDIOENCODER_FLAC_LICENSE = GPLv2+
 KODI_AUDIOENCODER_FLAC_LICENSE_FILES = src/EncoderFlac.cpp
-- 
1.7.10.4

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

* [Buildroot] [PATCH 2/4] package/kodi-audioencoder-vorbis: bump version
  2015-01-18 12:16 [Buildroot] [PATCH 1/4] package/kodi-audioencoder-flac: bump version Bernd Kuhls
@ 2015-01-18 12:16 ` Bernd Kuhls
  2015-01-18 14:00   ` Yann E. MORIN
  2015-01-18 12:16 ` [Buildroot] [PATCH 3/4] package/kodi-audioencoder-lame: " Bernd Kuhls
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 11+ messages in thread
From: Bernd Kuhls @ 2015-01-18 12:16 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/kodi-audioencoder-vorbis/kodi-audioencoder-vorbis.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/kodi-audioencoder-vorbis/kodi-audioencoder-vorbis.mk b/package/kodi-audioencoder-vorbis/kodi-audioencoder-vorbis.mk
index f1864e2..1e5523c 100644
--- a/package/kodi-audioencoder-vorbis/kodi-audioencoder-vorbis.mk
+++ b/package/kodi-audioencoder-vorbis/kodi-audioencoder-vorbis.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-KODI_AUDIOENCODER_VORBIS_VERSION = 787d4a048be7fe8191afda8005a209976724dda1
+KODI_AUDIOENCODER_VORBIS_VERSION = dbf5c62c088283143c7ad530b106f3cc0c9392e9
 KODI_AUDIOENCODER_VORBIS_SITE = $(call github,xbmc,audioencoder.vorbis,$(KODI_AUDIOENCODER_VORBIS_VERSION))
 KODI_AUDIOENCODER_VORBIS_LICENSE = GPLv2+
 KODI_AUDIOENCODER_VORBIS_LICENSE_FILES = src/EncoderVorbis.cpp
-- 
1.7.10.4

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

* [Buildroot] [PATCH 3/4] package/kodi-audioencoder-lame: bump version
  2015-01-18 12:16 [Buildroot] [PATCH 1/4] package/kodi-audioencoder-flac: bump version Bernd Kuhls
  2015-01-18 12:16 ` [Buildroot] [PATCH 2/4] package/kodi-audioencoder-vorbis: " Bernd Kuhls
@ 2015-01-18 12:16 ` Bernd Kuhls
  2015-01-18 14:00   ` Yann E. MORIN
  2015-01-18 12:16 ` [Buildroot] [PATCH 4/4] package/tvheadend: " Bernd Kuhls
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 11+ messages in thread
From: Bernd Kuhls @ 2015-01-18 12:16 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/kodi-audioencoder-lame/kodi-audioencoder-lame.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/kodi-audioencoder-lame/kodi-audioencoder-lame.mk b/package/kodi-audioencoder-lame/kodi-audioencoder-lame.mk
index a890f64..8a4a28c 100644
--- a/package/kodi-audioencoder-lame/kodi-audioencoder-lame.mk
+++ b/package/kodi-audioencoder-lame/kodi-audioencoder-lame.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-KODI_AUDIOENCODER_LAME_VERSION = 6f8384f0d003faf7b91dcd38357ea0ecf9030cce
+KODI_AUDIOENCODER_LAME_VERSION = 3eb59de951996659c143faaabacc5f34ee9a0b81
 KODI_AUDIOENCODER_LAME_SITE = $(call github,xbmc,audioencoder.lame,$(KODI_AUDIOENCODER_LAME_VERSION))
 KODI_AUDIOENCODER_LAME_LICENSE = GPLv2+
 KODI_AUDIOENCODER_LAME_LICENSE_FILES = src/EncoderLame.cpp
-- 
1.7.10.4

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

* [Buildroot] [PATCH 4/4] package/tvheadend: bump version
  2015-01-18 12:16 [Buildroot] [PATCH 1/4] package/kodi-audioencoder-flac: bump version Bernd Kuhls
  2015-01-18 12:16 ` [Buildroot] [PATCH 2/4] package/kodi-audioencoder-vorbis: " Bernd Kuhls
  2015-01-18 12:16 ` [Buildroot] [PATCH 3/4] package/kodi-audioencoder-lame: " Bernd Kuhls
@ 2015-01-18 12:16 ` Bernd Kuhls
  2015-01-18 14:08   ` Yann E. MORIN
  2015-01-18 13:59 ` [Buildroot] [PATCH 1/4] package/kodi-audioencoder-flac: " Yann E. MORIN
  2015-02-02 20:38 ` Thomas Petazzoni
  4 siblings, 1 reply; 11+ messages in thread
From: Bernd Kuhls @ 2015-01-18 12:16 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/tvheadend/tvheadend.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/tvheadend/tvheadend.mk b/package/tvheadend/tvheadend.mk
index 01feb82..d6b77da 100644
--- a/package/tvheadend/tvheadend.mk
+++ b/package/tvheadend/tvheadend.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-TVHEADEND_VERSION = c051d0bda5b69ce61e64a97fd4a41db899dcfb53
+TVHEADEND_VERSION = 7006b9fd88ce0cf54d59399df40fe4ee003c4180
 TVHEADEND_SITE = $(call github,tvheadend,tvheadend,$(TVHEADEND_VERSION))
 TVHEADEND_LICENSE = GPLv3+
 TVHEADEND_LICENSE_FILES = LICENSE.md
-- 
1.7.10.4

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

* [Buildroot] [PATCH 1/4] package/kodi-audioencoder-flac: bump version
  2015-01-18 12:16 [Buildroot] [PATCH 1/4] package/kodi-audioencoder-flac: bump version Bernd Kuhls
                   ` (2 preceding siblings ...)
  2015-01-18 12:16 ` [Buildroot] [PATCH 4/4] package/tvheadend: " Bernd Kuhls
@ 2015-01-18 13:59 ` Yann E. MORIN
  2015-02-02 20:38 ` Thomas Petazzoni
  4 siblings, 0 replies; 11+ messages in thread
From: Yann E. MORIN @ 2015-01-18 13:59 UTC (permalink / raw)
  To: buildroot

Bernd, All,

On 2015-01-18 13:16 +0100, Bernd Kuhls spake thusly:
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  package/kodi-audioencoder-flac/kodi-audioencoder-flac.mk |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/kodi-audioencoder-flac/kodi-audioencoder-flac.mk b/package/kodi-audioencoder-flac/kodi-audioencoder-flac.mk
> index a200150..c5115c4 100644
> --- a/package/kodi-audioencoder-flac/kodi-audioencoder-flac.mk
> +++ b/package/kodi-audioencoder-flac/kodi-audioencoder-flac.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -KODI_AUDIOENCODER_FLAC_VERSION = a960ebae64f4b66f580e70318fe6da97771cacba
> +KODI_AUDIOENCODER_FLAC_VERSION = 62c2cc876b572dd8fd9b85d708f86ec9a9d2ffc7
>  KODI_AUDIOENCODER_FLAC_SITE = $(call github,xbmc,audioencoder.flac,$(KODI_AUDIOENCODER_FLAC_VERSION))
>  KODI_AUDIOENCODER_FLAC_LICENSE = GPLv2+
>  KODI_AUDIOENCODER_FLAC_LICENSE_FILES = src/EncoderFlac.cpp
> -- 
> 1.7.10.4
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH 2/4] package/kodi-audioencoder-vorbis: bump version
  2015-01-18 12:16 ` [Buildroot] [PATCH 2/4] package/kodi-audioencoder-vorbis: " Bernd Kuhls
@ 2015-01-18 14:00   ` Yann E. MORIN
  0 siblings, 0 replies; 11+ messages in thread
From: Yann E. MORIN @ 2015-01-18 14:00 UTC (permalink / raw)
  To: buildroot

Bernd, All,

On 2015-01-18 13:16 +0100, Bernd Kuhls spake thusly:
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  package/kodi-audioencoder-vorbis/kodi-audioencoder-vorbis.mk |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/kodi-audioencoder-vorbis/kodi-audioencoder-vorbis.mk b/package/kodi-audioencoder-vorbis/kodi-audioencoder-vorbis.mk
> index f1864e2..1e5523c 100644
> --- a/package/kodi-audioencoder-vorbis/kodi-audioencoder-vorbis.mk
> +++ b/package/kodi-audioencoder-vorbis/kodi-audioencoder-vorbis.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -KODI_AUDIOENCODER_VORBIS_VERSION = 787d4a048be7fe8191afda8005a209976724dda1
> +KODI_AUDIOENCODER_VORBIS_VERSION = dbf5c62c088283143c7ad530b106f3cc0c9392e9
>  KODI_AUDIOENCODER_VORBIS_SITE = $(call github,xbmc,audioencoder.vorbis,$(KODI_AUDIOENCODER_VORBIS_VERSION))
>  KODI_AUDIOENCODER_VORBIS_LICENSE = GPLv2+
>  KODI_AUDIOENCODER_VORBIS_LICENSE_FILES = src/EncoderVorbis.cpp
> -- 
> 1.7.10.4
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH 3/4] package/kodi-audioencoder-lame: bump version
  2015-01-18 12:16 ` [Buildroot] [PATCH 3/4] package/kodi-audioencoder-lame: " Bernd Kuhls
@ 2015-01-18 14:00   ` Yann E. MORIN
  0 siblings, 0 replies; 11+ messages in thread
From: Yann E. MORIN @ 2015-01-18 14:00 UTC (permalink / raw)
  To: buildroot

Bernd, All,

On 2015-01-18 13:16 +0100, Bernd Kuhls spake thusly:
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  package/kodi-audioencoder-lame/kodi-audioencoder-lame.mk |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/kodi-audioencoder-lame/kodi-audioencoder-lame.mk b/package/kodi-audioencoder-lame/kodi-audioencoder-lame.mk
> index a890f64..8a4a28c 100644
> --- a/package/kodi-audioencoder-lame/kodi-audioencoder-lame.mk
> +++ b/package/kodi-audioencoder-lame/kodi-audioencoder-lame.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -KODI_AUDIOENCODER_LAME_VERSION = 6f8384f0d003faf7b91dcd38357ea0ecf9030cce
> +KODI_AUDIOENCODER_LAME_VERSION = 3eb59de951996659c143faaabacc5f34ee9a0b81
>  KODI_AUDIOENCODER_LAME_SITE = $(call github,xbmc,audioencoder.lame,$(KODI_AUDIOENCODER_LAME_VERSION))
>  KODI_AUDIOENCODER_LAME_LICENSE = GPLv2+
>  KODI_AUDIOENCODER_LAME_LICENSE_FILES = src/EncoderLame.cpp
> -- 
> 1.7.10.4
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH 4/4] package/tvheadend: bump version
  2015-01-18 12:16 ` [Buildroot] [PATCH 4/4] package/tvheadend: " Bernd Kuhls
@ 2015-01-18 14:08   ` Yann E. MORIN
  0 siblings, 0 replies; 11+ messages in thread
From: Yann E. MORIN @ 2015-01-18 14:08 UTC (permalink / raw)
  To: buildroot

Bernd, All,

On 2015-01-18 13:16 +0100, Bernd Kuhls spake thusly:
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  package/tvheadend/tvheadend.mk |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/tvheadend/tvheadend.mk b/package/tvheadend/tvheadend.mk
> index 01feb82..d6b77da 100644
> --- a/package/tvheadend/tvheadend.mk
> +++ b/package/tvheadend/tvheadend.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -TVHEADEND_VERSION = c051d0bda5b69ce61e64a97fd4a41db899dcfb53
> +TVHEADEND_VERSION = 7006b9fd88ce0cf54d59399df40fe4ee003c4180
>  TVHEADEND_SITE = $(call github,tvheadend,tvheadend,$(TVHEADEND_VERSION))
>  TVHEADEND_LICENSE = GPLv3+
>  TVHEADEND_LICENSE_FILES = LICENSE.md
> -- 
> 1.7.10.4
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH 1/4] package/kodi-audioencoder-flac: bump version
  2015-01-18 12:16 [Buildroot] [PATCH 1/4] package/kodi-audioencoder-flac: bump version Bernd Kuhls
                   ` (3 preceding siblings ...)
  2015-01-18 13:59 ` [Buildroot] [PATCH 1/4] package/kodi-audioencoder-flac: " Yann E. MORIN
@ 2015-02-02 20:38 ` Thomas Petazzoni
  4 siblings, 0 replies; 11+ messages in thread
From: Thomas Petazzoni @ 2015-02-02 20:38 UTC (permalink / raw)
  To: buildroot

Dear Bernd Kuhls,

On Sun, 18 Jan 2015 13:16:41 +0100, Bernd Kuhls wrote:
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/kodi-audioencoder-flac/kodi-audioencoder-flac.mk |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

All four patches applied.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 4/4] package/tvheadend: bump version
  2018-10-03  8:23 [Buildroot] [PATCH 1/4] package/dtv-scan-tables: " Bernd Kuhls
@ 2018-10-03  8:23 ` Bernd Kuhls
  0 siblings, 0 replies; 11+ messages in thread
From: Bernd Kuhls @ 2018-10-03  8:23 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/tvheadend/tvheadend.hash | 2 +-
 package/tvheadend/tvheadend.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/tvheadend/tvheadend.hash b/package/tvheadend/tvheadend.hash
index ce275f132f..43178b874a 100644
--- a/package/tvheadend/tvheadend.hash
+++ b/package/tvheadend/tvheadend.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256 3389e857651665cc1fe96e624ffe12ad1ec28f31d396f0579fcaa47536fb6400  tvheadend-9b9ee6859be90fedb5d43ad1d770dfcdb8b1caf4.tar.gz
+sha256 92c5f2cdda085b81fc50025afeb3ece74f60fae2b26f40a7dd07e227b0db2d9f  tvheadend-17dff3e5ffbd67174b6c0d7b49f5488e19ec1ead.tar.gz
 sha256 54dc3cbc00bf126bcba43e2af7f3ad1dc00f335985da1409fa943c7b7256d942  LICENSE.md
diff --git a/package/tvheadend/tvheadend.mk b/package/tvheadend/tvheadend.mk
index 5ebb98b941..e92c111082 100644
--- a/package/tvheadend/tvheadend.mk
+++ b/package/tvheadend/tvheadend.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-TVHEADEND_VERSION = 9b9ee6859be90fedb5d43ad1d770dfcdb8b1caf4
+TVHEADEND_VERSION = 17dff3e5ffbd67174b6c0d7b49f5488e19ec1ead
 TVHEADEND_SITE = $(call github,tvheadend,tvheadend,$(TVHEADEND_VERSION))
 TVHEADEND_LICENSE = GPL-3.0+
 TVHEADEND_LICENSE_FILES = LICENSE.md
-- 
2.19.0

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

end of thread, other threads:[~2018-10-03  8:23 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-18 12:16 [Buildroot] [PATCH 1/4] package/kodi-audioencoder-flac: bump version Bernd Kuhls
2015-01-18 12:16 ` [Buildroot] [PATCH 2/4] package/kodi-audioencoder-vorbis: " Bernd Kuhls
2015-01-18 14:00   ` Yann E. MORIN
2015-01-18 12:16 ` [Buildroot] [PATCH 3/4] package/kodi-audioencoder-lame: " Bernd Kuhls
2015-01-18 14:00   ` Yann E. MORIN
2015-01-18 12:16 ` [Buildroot] [PATCH 4/4] package/tvheadend: " Bernd Kuhls
2015-01-18 14:08   ` Yann E. MORIN
2015-01-18 13:59 ` [Buildroot] [PATCH 1/4] package/kodi-audioencoder-flac: " Yann E. MORIN
2015-02-02 20:38 ` Thomas Petazzoni
  -- strict thread matches above, loose matches on Subject: below --
2018-10-03  8:23 [Buildroot] [PATCH 1/4] package/dtv-scan-tables: " Bernd Kuhls
2018-10-03  8:23 ` [Buildroot] [PATCH 4/4] package/tvheadend: " Bernd Kuhls
2013-12-01 22:36 [Buildroot] [pull request] Pull request for branch yem/bumps Yann E. MORIN
2013-12-01 22:36 ` [Buildroot] [PATCH 4/4] package/tvheadend: bump version Yann E. MORIN

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