* [Buildroot] [PATCH 1/2] package/fdk-aac: bump to version 0.1.3
@ 2014-12-11 15:58 Jörg Krause
2014-12-11 15:58 ` [Buildroot] [PATCH 2/2] package/ffmpeg: bump to version 2.5 Jörg Krause
2014-12-11 18:49 ` [Buildroot] [PATCH 1/2] package/fdk-aac: bump to version 0.1.3 Thomas Petazzoni
0 siblings, 2 replies; 5+ messages in thread
From: Jörg Krause @ 2014-12-11 15:58 UTC (permalink / raw)
To: buildroot
Signed-off-by: J?rg Krause <jkrause@posteo.de>
---
package/fdk-aac/fdk-aac.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/fdk-aac/fdk-aac.mk b/package/fdk-aac/fdk-aac.mk
index dde3e7e..0a97291 100644
--- a/package/fdk-aac/fdk-aac.mk
+++ b/package/fdk-aac/fdk-aac.mk
@@ -4,7 +4,7 @@
#
################################################################################
-FDK_AAC_VERSION = 0.1.2
+FDK_AAC_VERSION = 0.1.3
FDK_AAC_SITE = http://downloads.sourceforge.net/project/opencore-amr/fdk-aac
FDK_AAC_LICENSE = fdk-aac license
FDK_AAC_LICENSE_FILES = NOTICE
--
2.1.3
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 2/2] package/ffmpeg: bump to version 2.5
2014-12-11 15:58 [Buildroot] [PATCH 1/2] package/fdk-aac: bump to version 0.1.3 Jörg Krause
@ 2014-12-11 15:58 ` Jörg Krause
2014-12-11 16:24 ` Bernd Kuhls
2014-12-11 18:49 ` [Buildroot] [PATCH 1/2] package/fdk-aac: bump to version 0.1.3 Thomas Petazzoni
1 sibling, 1 reply; 5+ messages in thread
From: Jörg Krause @ 2014-12-11 15:58 UTC (permalink / raw)
To: buildroot
Signed-off-by: J?rg Krause <jkrause@posteo.de>
---
package/ffmpeg/ffmpeg.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/ffmpeg/ffmpeg.mk b/package/ffmpeg/ffmpeg.mk
index 784d8b3..1820dc4 100644
--- a/package/ffmpeg/ffmpeg.mk
+++ b/package/ffmpeg/ffmpeg.mk
@@ -4,7 +4,7 @@
#
################################################################################
-FFMPEG_VERSION = 2.4.4
+FFMPEG_VERSION = 2.5
FFMPEG_SOURCE = ffmpeg-$(FFMPEG_VERSION).tar.bz2
FFMPEG_SITE = http://ffmpeg.org/releases
FFMPEG_INSTALL_STAGING = YES
--
2.1.3
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 2/2] package/ffmpeg: bump to version 2.5
2014-12-11 15:58 ` [Buildroot] [PATCH 2/2] package/ffmpeg: bump to version 2.5 Jörg Krause
@ 2014-12-11 16:24 ` Bernd Kuhls
2014-12-11 18:59 ` Jörg Krause
0 siblings, 1 reply; 5+ messages in thread
From: Bernd Kuhls @ 2014-12-11 16:24 UTC (permalink / raw)
To: buildroot
=?UTF-8?q?J=C3=B6rg=20Krause?= <jkrause-1KBjaw7Xf1
+zQB+pC5nmwQ@public.gmane.org> wrote in news:1418313511-12701-2-git-send-
email-jkrause at posteo.de:
> -FFMPEG_VERSION = 2.4.4
> +FFMPEG_VERSION = 2.5
Hi,
ffmpeg.hash also needs an update.
Otherwise the patch is ok, Kodi rc3 still works with it after adjusting the
kodi-specific ffmpeg patch, therefore
Acked-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Regards, Bernd
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 2/2] package/ffmpeg: bump to version 2.5
2014-12-11 16:24 ` Bernd Kuhls
@ 2014-12-11 18:59 ` Jörg Krause
0 siblings, 0 replies; 5+ messages in thread
From: Jörg Krause @ 2014-12-11 18:59 UTC (permalink / raw)
To: buildroot
On Do, 2014-12-11 at 17:24 +0100, Bernd Kuhls wrote:
> =?UTF-8?q?J=C3=B6rg=20Krause?= <jkrause-1KBjaw7Xf1
> +zQB+pC5nmwQ at public.gmane.org> wrote in news:1418313511-12701-2-git-send-
> email-jkrause at posteo.de:
>
> > -FFMPEG_VERSION = 2.4.4
> > +FFMPEG_VERSION = 2.5
>
> Hi,
>
> ffmpeg.hash also needs an update.
> Otherwise the patch is ok, Kodi rc3 still works with it after adjusting the
> kodi-specific ffmpeg patch, therefore
>
> Acked-by: Bernd Kuhls <bernd.kuhls@t-online.de>
>
Ah, I missed the warning: No hash found. I will send a new version.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 1/2] package/fdk-aac: bump to version 0.1.3
2014-12-11 15:58 [Buildroot] [PATCH 1/2] package/fdk-aac: bump to version 0.1.3 Jörg Krause
2014-12-11 15:58 ` [Buildroot] [PATCH 2/2] package/ffmpeg: bump to version 2.5 Jörg Krause
@ 2014-12-11 18:49 ` Thomas Petazzoni
1 sibling, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2014-12-11 18:49 UTC (permalink / raw)
To: buildroot
Dear J?rg Krause,
On Thu, 11 Dec 2014 16:58:30 +0100, J?rg Krause wrote:
> Signed-off-by: J?rg Krause <jkrause@posteo.de>
> ---
> package/fdk-aac/fdk-aac.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-12-11 18:59 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-11 15:58 [Buildroot] [PATCH 1/2] package/fdk-aac: bump to version 0.1.3 Jörg Krause
2014-12-11 15:58 ` [Buildroot] [PATCH 2/2] package/ffmpeg: bump to version 2.5 Jörg Krause
2014-12-11 16:24 ` Bernd Kuhls
2014-12-11 18:59 ` Jörg Krause
2014-12-11 18:49 ` [Buildroot] [PATCH 1/2] package/fdk-aac: bump to version 0.1.3 Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox