All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bernd Kuhls <bernd@kuhls.net>
To: buildroot@buildroot.org
Subject: [Buildroot] [PATCH 1/3] package/libdisplay-info: bump version to 0.2.0
Date: Sat,  6 Jul 2024 12:23:20 +0200	[thread overview]
Message-ID: <20240706102322.3127779-1-bernd@kuhls.net> (raw)

Removed patch which is included in this release.
Use xz tarball and its sha256 hash, both provided by upstream.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 ...0001-displayid.c-Include-sys-types.h.patch | 36 -------------------
 package/libdisplay-info/libdisplay-info.hash  |  3 +-
 package/libdisplay-info/libdisplay-info.mk    |  6 ++--
 3 files changed, 5 insertions(+), 40 deletions(-)
 delete mode 100644 package/libdisplay-info/0001-displayid.c-Include-sys-types.h.patch

diff --git a/package/libdisplay-info/0001-displayid.c-Include-sys-types.h.patch b/package/libdisplay-info/0001-displayid.c-Include-sys-types.h.patch
deleted file mode 100644
index 3fa57ee10d..0000000000
--- a/package/libdisplay-info/0001-displayid.c-Include-sys-types.h.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 648c1cb66b571b037976b61363654f39448f5fac Mon Sep 17 00:00:00 2001
-From: Bernd Kuhls <bernd@kuhls.net>
-Date: Sun, 7 May 2023 14:14:48 +0200
-Subject: [PATCH] displayid.c: Include sys/types.h
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Fixes build error
-../displayid.c:377:10: error: ‘ssize_t’ undeclared (first use in this function); did you mean ‘size_t’?
-
-seen with:
-arc-linux-gcc.br_real (Buildroot 2021.11-4428-g6b6741b) 10.2.0
-
-Upstream: https://gitlab.freedesktop.org/emersion/libdisplay-info/-/commit/5c9801a75f2815790ad1ed5500cec2728a36c6ec
-
-Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
----
- displayid.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/displayid.c b/displayid.c
-index 398772b..f1749c6 100644
---- a/displayid.c
-+++ b/displayid.c
-@@ -3,6 +3,7 @@
- #include <inttypes.h>
- #include <stdlib.h>
- #include <string.h>
-+#include <sys/types.h>
- 
- #include "bits.h"
- #include "displayid.h"
--- 
-2.39.2
-
diff --git a/package/libdisplay-info/libdisplay-info.hash b/package/libdisplay-info/libdisplay-info.hash
index a0829479a8..cc93a0cf32 100644
--- a/package/libdisplay-info/libdisplay-info.hash
+++ b/package/libdisplay-info/libdisplay-info.hash
@@ -1,3 +1,4 @@
+# From https://gitlab.freedesktop.org/emersion/libdisplay-info/-/releases/0.2.0/downloads/libdisplay-info-0.2.0.tar.xz.sha256sum
+sha256  5a2f002a16f42dd3540c8846f80a90b8f4bdcd067a94b9d2087bc2feae974176  libdisplay-info-0.2.0.tar.xz
 # Locally computed
-sha256  51cdb0362882ca2af62532ab4d95e60d81e9890b339264719fd55f8e3945d695  libdisplay-info-0.1.1.tar.bz2
 sha256  15b396244e58830c5614b9394f4deccfe684970cd507f299383ab57ad339eedd  LICENSE
diff --git a/package/libdisplay-info/libdisplay-info.mk b/package/libdisplay-info/libdisplay-info.mk
index 26a6a9a4d9..b88463849e 100644
--- a/package/libdisplay-info/libdisplay-info.mk
+++ b/package/libdisplay-info/libdisplay-info.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-LIBDISPLAY_INFO_VERSION = 0.1.1
-LIBDISPLAY_INFO_SOURCE = libdisplay-info-$(LIBDISPLAY_INFO_VERSION).tar.bz2
-LIBDISPLAY_INFO_SITE = https://gitlab.freedesktop.org/emersion/libdisplay-info/-/archive/$(LIBDISPLAY_INFO_VERSION)
+LIBDISPLAY_INFO_VERSION = 0.2.0
+LIBDISPLAY_INFO_SOURCE = libdisplay-info-$(LIBDISPLAY_INFO_VERSION).tar.xz
+LIBDISPLAY_INFO_SITE = https://gitlab.freedesktop.org/emersion/libdisplay-info/-/releases/$(LIBDISPLAY_INFO_VERSION)/downloads
 LIBDISPLAY_INFO_LICENSE = MIT
 LIBDISPLAY_INFO_LICENSE_FILES = LICENSE
 LIBDISPLAY_INFO_INSTALL_STAGING = YES
-- 
2.39.2

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

             reply	other threads:[~2024-07-06 10:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-06 10:23 Bernd Kuhls [this message]
2024-07-06 10:23 ` [Buildroot] [PATCH 2/3] package/edid-decode: bump version to 6f117a8 Bernd Kuhls
2024-07-06 10:23 ` [Buildroot] [PATCH 3/3] package/hwdata: bump version to 0.384 Bernd Kuhls
2024-07-08 21:01 ` [Buildroot] [PATCH 1/3] package/libdisplay-info: bump version to 0.2.0 Thomas Petazzoni via buildroot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240706102322.3127779-1-bernd@kuhls.net \
    --to=bernd@kuhls.net \
    --cc=buildroot@buildroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.