Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libass: update to 0.17.1, adopt.
@ 2023-03-23 21:44 mhmdanas
  2023-03-28  3:33 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: mhmdanas @ 2023-03-23 21:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages libass-0.17.1
https://github.com/void-linux/void-packages/pull/42957

libass: update to 0.17.1, adopt.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly** (tested with mpv)

<!--
#### 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/42957.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libass-0.17.1-42957.patch --]
[-- Type: text/x-diff, Size: 1666 bytes --]

From c950e03ae5df5ff3b6d9a2a6b50aa94704dab843 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Thu, 23 Mar 2023 21:32:15 +0000
Subject: [PATCH] libass: update to 0.17.1, adopt.

---
 srcpkgs/libass/template | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/libass/template b/srcpkgs/libass/template
index 39a5859b4e25..17c1226a5d6d 100644
--- a/srcpkgs/libass/template
+++ b/srcpkgs/libass/template
@@ -1,21 +1,26 @@
 # Template file for 'libass'
 pkgname=libass
-version=0.17.0
+version=0.17.1
 revision=1
 build_style=gnu-configure
-hostmakedepends="automake libtool yasm pkg-config"
+hostmakedepends="automake libtool pkg-config"
 makedepends="enca-devel fontconfig-devel fribidi-devel harfbuzz-devel"
 short_desc="Portable library for SSA/ASS subtitles rendering"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Mohammed Anas <triallax@tutanota.com>"
 license="MIT"
 homepage="https://github.com/libass/libass/"
 changelog="https://raw.githubusercontent.com/libass/libass/master/Changelog"
 distfiles="https://github.com/libass/libass/archive/${version}.tar.gz"
-checksum=90ca569bcd47eea1e170d8c5dfd1e6208f1c1b70f8cf67d4219916af02e34c09
+checksum=5ba42655d7e8c5e87bba3ffc8a2b1bc19c29904240126bb0d4b924f39429219f
+
+case "$XBPS_TARGET_MACHINE" in
+	i686* | x86_64*) hostmakedepends+=" nasm"
+esac
 
 pre_configure() {
 	autoreconf -fi
 }
+
 post_install() {
 	vlicense COPYING
 }
@@ -26,7 +31,7 @@ libass-devel_package() {
 	pkg_install() {
 		vmove usr/include
 		vmove usr/lib/pkgconfig
-		vmove usr/lib/*.a
-		vmove usr/lib/*.so
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
 	}
 }

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

* Re: [PR PATCH] [Merged]: libass: update to 0.17.1, adopt.
  2023-03-23 21:44 [PR PATCH] libass: update to 0.17.1, adopt mhmdanas
@ 2023-03-28  3:33 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2023-03-28  3:33 UTC (permalink / raw)
  To: ml

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

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

libass: update to 0.17.1, adopt.
https://github.com/void-linux/void-packages/pull/42957

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

#### Testing the changes
- I tested the changes in this PR: **briefly** (tested with mpv)

<!--
#### 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] 2+ messages in thread

end of thread, other threads:[~2023-03-28  3:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-23 21:44 [PR PATCH] libass: update to 0.17.1, adopt mhmdanas
2023-03-28  3:33 ` [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).