* [Buildroot] [PATCH 1/1 v2] libvpx: bump version to 1.4.0
@ 2015-04-07 22:53 Sagaert Johan
2015-04-08 20:11 ` Arnout Vandecappelle
2015-04-08 20:51 ` Thomas Petazzoni
0 siblings, 2 replies; 5+ messages in thread
From: Sagaert Johan @ 2015-04-07 22:53 UTC (permalink / raw)
To: buildroot
Use tar.bz2 instead of git.
Also added the hash file.
Changes: https://chromium.googlesource.com/webm/libvpx/+/0080aca235e2d677e49ff46c3e8e77d9dd15858c/CHANGELOG
Signed-off-by: Sagaert Johan <sagaert.johan@proximus.be>
---
V1->V2
Use tar.bz2 and add hash.
---
package/libvpx/libvpx.hash | 2 ++
package/libvpx/libvpx.mk | 9 ++++-----
2 files changed, 6 insertions(+), 5 deletions(-)
create mode 100644 package/libvpx/libvpx.hash
diff --git a/package/libvpx/libvpx.hash b/package/libvpx/libvpx.hash
new file mode 100644
index 0000000..44cd994
--- /dev/null
+++ b/package/libvpx/libvpx.hash
@@ -0,0 +1,2 @@
+# Locally computed:
+sha256 f582d9b2d60a592a4a3d8c32965ca2d2167e9ade38c6c30bac8801ff66a118e4 libvpx-1.4.0.tar.bz2
diff --git a/package/libvpx/libvpx.mk b/package/libvpx/libvpx.mk
index 7624835..a6a6d83 100644
--- a/package/libvpx/libvpx.mk
+++ b/package/libvpx/libvpx.mk
@@ -4,13 +4,12 @@
#
################################################################################
-LIBVPX_VERSION = v1.3.0
-LIBVPX_SITE = http://git.chromium.org/webm/libvpx.git
-LIBVPX_SITE_METHOD = git
-
+LIBVPX_VERSION_MAJOR = 1.4
+LIBVPX_VERSION = $(LIBVPX_VERSION_MAJOR).0
+LIBVPX_SOURCE = libvpx-$(LIBVPX_VERSION).tar.bz2
+LIBVPX_SITE = http://storage.googleapis.com/downloads.webmproject.org/releases/webm
LIBVPX_LICENSE = BSD-3c
LIBVPX_LICENSE_FILES = LICENSE PATENTS
-
LIBVPX_INSTALL_STAGING = YES
# ld is being used with cc options. therefore, pretend ld is cc.
--
2.3.3
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 1/1 v2] libvpx: bump version to 1.4.0
2015-04-07 22:53 [Buildroot] [PATCH 1/1 v2] libvpx: bump version to 1.4.0 Sagaert Johan
@ 2015-04-08 20:11 ` Arnout Vandecappelle
2015-04-08 20:51 ` Thomas Petazzoni
1 sibling, 0 replies; 5+ messages in thread
From: Arnout Vandecappelle @ 2015-04-08 20:11 UTC (permalink / raw)
To: buildroot
On 08/04/15 00:53, Sagaert Johan wrote:
> Use tar.bz2 instead of git.
> Also added the hash file.
> Changes: https://chromium.googlesource.com/webm/libvpx/+/0080aca235e2d677e49ff46c3e8e77d9dd15858c/CHANGELOG
>
> Signed-off-by: Sagaert Johan <sagaert.johan@proximus.be>
Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
(build test, including check that ffmpeg links against it)
> ---
> V1->V2
> Use tar.bz2 and add hash.
> ---
> package/libvpx/libvpx.hash | 2 ++
> package/libvpx/libvpx.mk | 9 ++++-----
> 2 files changed, 6 insertions(+), 5 deletions(-)
> create mode 100644 package/libvpx/libvpx.hash
>
> diff --git a/package/libvpx/libvpx.hash b/package/libvpx/libvpx.hash
> new file mode 100644
> index 0000000..44cd994
> --- /dev/null
> +++ b/package/libvpx/libvpx.hash
> @@ -0,0 +1,2 @@
> +# Locally computed:
> +sha256 f582d9b2d60a592a4a3d8c32965ca2d2167e9ade38c6c30bac8801ff66a118e4 libvpx-1.4.0.tar.bz2
> diff --git a/package/libvpx/libvpx.mk b/package/libvpx/libvpx.mk
> index 7624835..a6a6d83 100644
> --- a/package/libvpx/libvpx.mk
> +++ b/package/libvpx/libvpx.mk
> @@ -4,13 +4,12 @@
> #
> ################################################################################
>
> -LIBVPX_VERSION = v1.3.0
> -LIBVPX_SITE = http://git.chromium.org/webm/libvpx.git
> -LIBVPX_SITE_METHOD = git
> -
> +LIBVPX_VERSION_MAJOR = 1.4
> +LIBVPX_VERSION = $(LIBVPX_VERSION_MAJOR).0
There is no need to introduce the LIBVPX_VERSION_MAJOR symbol. Just define the
version as 1.4.0.
Regards,
Arnout
> +LIBVPX_SOURCE = libvpx-$(LIBVPX_VERSION).tar.bz2
> +LIBVPX_SITE = http://storage.googleapis.com/downloads.webmproject.org/releases/webm
> LIBVPX_LICENSE = BSD-3c
> LIBVPX_LICENSE_FILES = LICENSE PATENTS
> -
> LIBVPX_INSTALL_STAGING = YES
>
> # ld is being used with cc options. therefore, pretend ld is cc.
>
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286500
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 1/1 v2] libvpx: bump version to 1.4.0
2015-04-07 22:53 [Buildroot] [PATCH 1/1 v2] libvpx: bump version to 1.4.0 Sagaert Johan
2015-04-08 20:11 ` Arnout Vandecappelle
@ 2015-04-08 20:51 ` Thomas Petazzoni
2015-04-08 22:45 ` Johan Sagaert
1 sibling, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2015-04-08 20:51 UTC (permalink / raw)
To: buildroot
Dear Sagaert Johan,
On Wed, 8 Apr 2015 00:53:31 +0200, Sagaert Johan wrote:
> Use tar.bz2 instead of git.
> Also added the hash file.
> Changes: https://chromium.googlesource.com/webm/libvpx/+/0080aca235e2d677e49ff46c3e8e77d9dd15858c/CHANGELOG
>
> Signed-off-by: Sagaert Johan <sagaert.johan@proximus.be>
Thanks, applied, after removing the unnecessary LIBVPX_VERSION_MAJOR
variable, as suggested by Arnout.
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
* [Buildroot] [PATCH 1/1 v2] libvpx: bump version to 1.4.0
2015-04-08 20:51 ` Thomas Petazzoni
@ 2015-04-08 22:45 ` Johan Sagaert
2015-04-09 4:43 ` Baruch Siach
0 siblings, 1 reply; 5+ messages in thread
From: Johan Sagaert @ 2015-04-08 22:45 UTC (permalink / raw)
To: buildroot
Thomas Petazzoni schreef op 8/04/2015 om 22:51:
> Dear Sagaert Johan,
>
> On Wed, 8 Apr 2015 00:53:31 +0200, Sagaert Johan wrote:
>> Use tar.bz2 instead of git.
>> Also added the hash file.
>> Changes: https://chromium.googlesource.com/webm/libvpx/+/0080aca235e2d677e49ff46c3e8e77d9dd15858c/CHANGELOG
>>
>> Signed-off-by: Sagaert Johan <sagaert.johan@proximus.be>
> Thanks, applied, after removing the unnecessary LIBVPX_VERSION_MAJOR
> variable, as suggested by Arnout.
>
> Thomas
Dear Thomas
Fine, thanks :
Is there a thumb rule when this is needed ? I see many packages use
this scheme .
Regards, Johan
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 1/1 v2] libvpx: bump version to 1.4.0
2015-04-08 22:45 ` Johan Sagaert
@ 2015-04-09 4:43 ` Baruch Siach
0 siblings, 0 replies; 5+ messages in thread
From: Baruch Siach @ 2015-04-09 4:43 UTC (permalink / raw)
To: buildroot
Hi Johan,
On Thu, Apr 09, 2015 at 12:45:07AM +0200, Johan Sagaert wrote:
> Thomas Petazzoni schreef op 8/04/2015 om 22:51:
> >On Wed, 8 Apr 2015 00:53:31 +0200, Sagaert Johan wrote:
> >>Use tar.bz2 instead of git.
> >>Also added the hash file.
> >>Changes: https://chromium.googlesource.com/webm/libvpx/+/0080aca235e2d677e49ff46c3e8e77d9dd15858c/CHANGELOG
> >>
> >>Signed-off-by: Sagaert Johan <sagaert.johan@proximus.be>
> >Thanks, applied, after removing the unnecessary LIBVPX_VERSION_MAJOR
> >variable, as suggested by Arnout.
>
> Fine, thanks :
> Is there a thumb rule when this is needed ? I see many packages use this
> scheme .
We split the _MAJOR part of the version when it is used on its one, e.g. for
_SITE name.
baruch
--
http://baruch.siach.name/blog/ ~. .~ Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
- baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-04-09 4:43 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-07 22:53 [Buildroot] [PATCH 1/1 v2] libvpx: bump version to 1.4.0 Sagaert Johan
2015-04-08 20:11 ` Arnout Vandecappelle
2015-04-08 20:51 ` Thomas Petazzoni
2015-04-08 22:45 ` Johan Sagaert
2015-04-09 4:43 ` Baruch Siach
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox