Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] freetype: update to 2.13.2.
@ 2023-08-28 18:02 mhmdanas
  2023-09-01 15:54 ` [PR PATCH] [Updated] " mhmdanas
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: mhmdanas @ 2023-08-28 18:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1230 bytes --]

There is a new pull request by mhmdanas against master on the void-packages repository

https://github.com/mhmdanas/void-packages freetype-2.13.2
https://github.com/void-linux/void-packages/pull/45800

freetype: update to 2.13.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/45800.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-freetype-2.13.2-45800.patch --]
[-- Type: text/x-diff, Size: 1446 bytes --]

From ce36f40bbfc7dc84d6102acb4eb5bc36c9e311cf Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Mon, 28 Aug 2023 18:52:30 +0100
Subject: [PATCH] freetype: update to 2.13.2.

---
 srcpkgs/freetype/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/freetype/template b/srcpkgs/freetype/template
index 2e5aeaadc9fa0..1028af01632cb 100644
--- a/srcpkgs/freetype/template
+++ b/srcpkgs/freetype/template
@@ -1,11 +1,11 @@
 # Template file for 'freetype'
 pkgname=freetype
-version=2.13.1
+version=2.13.2
 revision=1
 build_style=gnu-configure
 configure_args="--enable-freetype-config"
 hostmakedepends="pkg-config"
-makedepends="bzip2-devel libpng-devel brotli-devel"
+makedepends="bzip2-devel libpng-devel brotli-devel harfbuzz-devel"
 short_desc="Font rendering engine and library API"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, FTL"
@@ -13,7 +13,7 @@ homepage="https://www.freetype.org/"
 # Should be using NONGNU_SITE instead, but that often redirects to outdated
 # mirrors, causing fetching the distfile to fail.
 distfiles="https://download-mirror.savannah.gnu.org/releases/freetype/freetype-${version}.tar.xz"
-checksum=ea67e3b019b1104d1667aa274f5dc307d8cbd606b399bc32df308a77f1a564bf
+checksum=12991c4e55c506dd7f9b765933e62fd2be2e06d421505d7950a132e4f1bb484d
 
 post_patch() {
 	vsed -i -e "s/%PKG_CONFIG%/pkg-config/" builds/unix/freetype-config.in

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

* Re: [PR PATCH] [Updated] freetype: update to 2.13.2.
  2023-08-28 18:02 [PR PATCH] freetype: update to 2.13.2 mhmdanas
@ 2023-09-01 15:54 ` mhmdanas
  2023-09-23 13:19 ` Duncaen
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: mhmdanas @ 2023-09-01 15:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1235 bytes --]

There is an updated pull request by mhmdanas against master on the void-packages repository

https://github.com/mhmdanas/void-packages freetype-2.13.2
https://github.com/void-linux/void-packages/pull/45800

freetype: update to 2.13.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/45800.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-freetype-2.13.2-45800.patch --]
[-- Type: text/x-diff, Size: 1446 bytes --]

From b4a04b92eda1661fe9516d3c2be9ec81e37d6097 Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Mon, 28 Aug 2023 18:52:30 +0100
Subject: [PATCH] freetype: update to 2.13.2.

---
 srcpkgs/freetype/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/freetype/template b/srcpkgs/freetype/template
index 2e5aeaadc9fa0..1028af01632cb 100644
--- a/srcpkgs/freetype/template
+++ b/srcpkgs/freetype/template
@@ -1,11 +1,11 @@
 # Template file for 'freetype'
 pkgname=freetype
-version=2.13.1
+version=2.13.2
 revision=1
 build_style=gnu-configure
 configure_args="--enable-freetype-config"
 hostmakedepends="pkg-config"
-makedepends="bzip2-devel libpng-devel brotli-devel"
+makedepends="bzip2-devel libpng-devel brotli-devel harfbuzz-devel"
 short_desc="Font rendering engine and library API"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, FTL"
@@ -13,7 +13,7 @@ homepage="https://www.freetype.org/"
 # Should be using NONGNU_SITE instead, but that often redirects to outdated
 # mirrors, causing fetching the distfile to fail.
 distfiles="https://download-mirror.savannah.gnu.org/releases/freetype/freetype-${version}.tar.xz"
-checksum=ea67e3b019b1104d1667aa274f5dc307d8cbd606b399bc32df308a77f1a564bf
+checksum=12991c4e55c506dd7f9b765933e62fd2be2e06d421505d7950a132e4f1bb484d
 
 post_patch() {
 	vsed -i -e "s/%PKG_CONFIG%/pkg-config/" builds/unix/freetype-config.in

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

* Re: freetype: update to 2.13.2.
  2023-08-28 18:02 [PR PATCH] freetype: update to 2.13.2 mhmdanas
  2023-09-01 15:54 ` [PR PATCH] [Updated] " mhmdanas
@ 2023-09-23 13:19 ` Duncaen
  2023-09-23 13:20 ` Duncaen
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Duncaen @ 2023-09-23 13:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 182 bytes --]

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/45800#issuecomment-1732317144

Comment:
Hm doesn't this introduce a build cycle?

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

* Re: freetype: update to 2.13.2.
  2023-08-28 18:02 [PR PATCH] freetype: update to 2.13.2 mhmdanas
  2023-09-01 15:54 ` [PR PATCH] [Updated] " mhmdanas
  2023-09-23 13:19 ` Duncaen
@ 2023-09-23 13:20 ` Duncaen
  2023-09-24 10:23 ` mhmdanas
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Duncaen @ 2023-09-23 13:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 193 bytes --]

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/45800#issuecomment-1732317144

Comment:
Hm doesn't this introduce a build cycle? (harfbuzz)

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

* Re: freetype: update to 2.13.2.
  2023-08-28 18:02 [PR PATCH] freetype: update to 2.13.2 mhmdanas
                   ` (2 preceding siblings ...)
  2023-09-23 13:20 ` Duncaen
@ 2023-09-24 10:23 ` mhmdanas
  2023-10-13 22:47 ` [PR PATCH] [Updated] " mhmdanas
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: mhmdanas @ 2023-09-24 10:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 220 bytes --]

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/45800#issuecomment-1732539543

Comment:
Hmm, it does, I'll see if it's possible to remove the dependency on harfbuzz.

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

* Re: [PR PATCH] [Updated] freetype: update to 2.13.2.
  2023-08-28 18:02 [PR PATCH] freetype: update to 2.13.2 mhmdanas
                   ` (3 preceding siblings ...)
  2023-09-24 10:23 ` mhmdanas
@ 2023-10-13 22:47 ` mhmdanas
  2023-10-13 22:47 ` mhmdanas
  2023-10-24 13:12 ` [PR PATCH] [Merged]: " classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: mhmdanas @ 2023-10-13 22:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1235 bytes --]

There is an updated pull request by mhmdanas against master on the void-packages repository

https://github.com/mhmdanas/void-packages freetype-2.13.2
https://github.com/void-linux/void-packages/pull/45800

freetype: update to 2.13.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/45800.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-freetype-2.13.2-45800.patch --]
[-- Type: text/x-diff, Size: 1162 bytes --]

From b259ba261e7d826251de8fe9aeae37b1bc574b1b Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Mon, 28 Aug 2023 18:52:30 +0100
Subject: [PATCH] freetype: update to 2.13.2.

---
 srcpkgs/freetype/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/freetype/template b/srcpkgs/freetype/template
index 2e5aeaadc9fa07..2ef25443ac22ef 100644
--- a/srcpkgs/freetype/template
+++ b/srcpkgs/freetype/template
@@ -1,6 +1,6 @@
 # Template file for 'freetype'
 pkgname=freetype
-version=2.13.1
+version=2.13.2
 revision=1
 build_style=gnu-configure
 configure_args="--enable-freetype-config"
@@ -13,7 +13,7 @@ homepage="https://www.freetype.org/"
 # Should be using NONGNU_SITE instead, but that often redirects to outdated
 # mirrors, causing fetching the distfile to fail.
 distfiles="https://download-mirror.savannah.gnu.org/releases/freetype/freetype-${version}.tar.xz"
-checksum=ea67e3b019b1104d1667aa274f5dc307d8cbd606b399bc32df308a77f1a564bf
+checksum=12991c4e55c506dd7f9b765933e62fd2be2e06d421505d7950a132e4f1bb484d
 
 post_patch() {
 	vsed -i -e "s/%PKG_CONFIG%/pkg-config/" builds/unix/freetype-config.in

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

* Re: freetype: update to 2.13.2.
  2023-08-28 18:02 [PR PATCH] freetype: update to 2.13.2 mhmdanas
                   ` (4 preceding siblings ...)
  2023-10-13 22:47 ` [PR PATCH] [Updated] " mhmdanas
@ 2023-10-13 22:47 ` mhmdanas
  2023-10-24 13:12 ` [PR PATCH] [Merged]: " classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: mhmdanas @ 2023-10-13 22:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 193 bytes --]

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/45800#issuecomment-1762331326

Comment:
Turns out it's not required, so I just removed it.

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

* Re: [PR PATCH] [Merged]: freetype: update to 2.13.2.
  2023-08-28 18:02 [PR PATCH] freetype: update to 2.13.2 mhmdanas
                   ` (5 preceding siblings ...)
  2023-10-13 22:47 ` mhmdanas
@ 2023-10-24 13:12 ` classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2023-10-24 13:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1069 bytes --]

There's a merged pull request on the void-packages repository

freetype: update to 2.13.2.
https://github.com/void-linux/void-packages/pull/45800

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-10-24 13:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-28 18:02 [PR PATCH] freetype: update to 2.13.2 mhmdanas
2023-09-01 15:54 ` [PR PATCH] [Updated] " mhmdanas
2023-09-23 13:19 ` Duncaen
2023-09-23 13:20 ` Duncaen
2023-09-24 10:23 ` mhmdanas
2023-10-13 22:47 ` [PR PATCH] [Updated] " mhmdanas
2023-10-13 22:47 ` mhmdanas
2023-10-24 13:12 ` [PR PATCH] [Merged]: " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).