All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] libvpx : bump version to 1.4.0
@ 2015-04-07 10:45 Sagaert Johan
  2015-04-07 19:29 ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: Sagaert Johan @ 2015-04-07 10:45 UTC (permalink / raw)
  To: buildroot

no hash file needed for git repo's
Changes : https://chromium.googlesource.com/webm/libvpx/+/0080aca235e2d677e49ff46c3e8e77d9dd15858c/CHANGELOG

Signed-off-by: Sagaert Johan <sagaert.johan@proximus.be>
---
 package/libvpx/libvpx.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libvpx/libvpx.mk b/package/libvpx/libvpx.mk
index 7624835..6a65ad3 100644
--- a/package/libvpx/libvpx.mk
+++ b/package/libvpx/libvpx.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBVPX_VERSION = v1.3.0
+LIBVPX_VERSION = v1.4.0
 LIBVPX_SITE = http://git.chromium.org/webm/libvpx.git
 LIBVPX_SITE_METHOD = git
 
-- 
2.3.3

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

* [Buildroot] [PATCH 1/1] libvpx : bump version to 1.4.0
  2015-04-07 10:45 [Buildroot] [PATCH 1/1] libvpx : bump version to 1.4.0 Sagaert Johan
@ 2015-04-07 19:29 ` Thomas Petazzoni
  2015-04-07 22:14   ` Johan Sagaert
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Petazzoni @ 2015-04-07 19:29 UTC (permalink / raw)
  To: buildroot

Hello,

On Tue,  7 Apr 2015 12:45:25 +0200, Sagaert Johan wrote:
> no hash file needed for git repo's
> Changes : https://chromium.googlesource.com/webm/libvpx/+/0080aca235e2d677e49ff46c3e8e77d9dd15858c/CHANGELOG
> 
> Signed-off-by: Sagaert Johan <sagaert.johan@proximus.be>
> ---
>  package/libvpx/libvpx.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/libvpx/libvpx.mk b/package/libvpx/libvpx.mk
> index 7624835..6a65ad3 100644
> --- a/package/libvpx/libvpx.mk
> +++ b/package/libvpx/libvpx.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -LIBVPX_VERSION = v1.3.0
> +LIBVPX_VERSION = v1.4.0
>  LIBVPX_SITE = http://git.chromium.org/webm/libvpx.git
>  LIBVPX_SITE_METHOD = git

As Peter Korsgaard pointed out, there is apparently a tarball available
for this release. It would be better to use a tarball rather than
fetching through Git when possible.

Thanks,

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

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

* [Buildroot] [PATCH 1/1] libvpx : bump version to 1.4.0
  2015-04-07 19:29 ` Thomas Petazzoni
@ 2015-04-07 22:14   ` Johan Sagaert
  2015-04-07 22:18     ` Peter Korsgaard
  0 siblings, 1 reply; 4+ messages in thread
From: Johan Sagaert @ 2015-04-07 22:14 UTC (permalink / raw)
  To: buildroot

Thomas Petazzoni schreef op 7/04/2015 om 21:29:
> Hello,
>
> On Tue,  7 Apr 2015 12:45:25 +0200, Sagaert Johan wrote:
>> no hash file needed for git repo's
>> Changes : https://chromium.googlesource.com/webm/libvpx/+/0080aca235e2d677e49ff46c3e8e77d9dd15858c/CHANGELOG
>>
>> Signed-off-by: Sagaert Johan <sagaert.johan@proximus.be>
>> ---
>>   package/libvpx/libvpx.mk | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/package/libvpx/libvpx.mk b/package/libvpx/libvpx.mk
>> index 7624835..6a65ad3 100644
>> --- a/package/libvpx/libvpx.mk
>> +++ b/package/libvpx/libvpx.mk
>> @@ -4,7 +4,7 @@
>>   #
>>   ################################################################################
>>   
>> -LIBVPX_VERSION = v1.3.0
>> +LIBVPX_VERSION = v1.4.0
>>   LIBVPX_SITE = http://git.chromium.org/webm/libvpx.git
>>   LIBVPX_SITE_METHOD = git
> As Peter Korsgaard pointed out, there is apparently a tarball available
> for this release. It would be better to use a tarball rather than
> fetching through Git when possible.
>
> Thanks,
>
> Thomas
Dear Thomas
Sure to use 
https://chromium.googlesource.com/webm/libvpx/+archive/c74bf6d889992c3cabe017ec353ca85c323107cd.tar.gz 
?
We would lose the version tag like this.
I don't see release 1.4 in the downloads : 
http://code.google.com/p/webm/downloads/list (maybe due to the 
code.google.*  service pending end ...)

Best regards , Johan

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

* [Buildroot] [PATCH 1/1] libvpx : bump version to 1.4.0
  2015-04-07 22:14   ` Johan Sagaert
@ 2015-04-07 22:18     ` Peter Korsgaard
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2015-04-07 22:18 UTC (permalink / raw)
  To: buildroot

>>>>> "Johan" == Johan Sagaert <sagaert.johan@proximus.be> writes:

Hi,

> Dear Thomas
 > Sure to use
 > https://chromium.googlesource.com/webm/libvpx/+archive/c74bf6d889992c3cabe017ec353ca85c323107cd.tar.gz
 > ?
 > We would lose the version tag like this.
 > I don't see release 1.4 in the downloads :
 > http://code.google.com/p/webm/downloads/list (maybe due to the
 > code.google.*  service pending end ...)

The announcement links to
http://downloads.webmproject.org/releases/webm/index.html or more
specically
http://downloads.webmproject.org/releases/webm/libvpx-1.4.0.tar.bz2

Which looks sensible to me.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2015-04-07 22:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-07 10:45 [Buildroot] [PATCH 1/1] libvpx : bump version to 1.4.0 Sagaert Johan
2015-04-07 19:29 ` Thomas Petazzoni
2015-04-07 22:14   ` Johan Sagaert
2015-04-07 22:18     ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.