Github messages for voidlinux
 help / color / mirror / Atom feed
From: drichline <drichline@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: alass-2.0.0
Date: Sat, 15 Oct 2022 22:05:49 +0200	[thread overview]
Message-ID: <20221015200549.Mz0PXwi4rlUSvKEfnAErtbM_XHjfBEWhnsjt_4DAgTc@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-39972@inbox.vuxu.org>

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

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

https://github.com/drichline/void-packages alass-branch
https://github.com/void-linux/void-packages/pull/39972

New package: alass-2.0.0
Closes #38965 

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

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


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures:
  - aarch64-glibc

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-alass-branch-39972.patch --]
[-- Type: text/x-diff, Size: 1242 bytes --]

From 9100037fcf9fff4385f2af188feb4faafdb4bacb Mon Sep 17 00:00:00 2001
From: Dakota Richline <43507179+drichline@users.noreply.github.com>
Date: Sat, 15 Oct 2022 15:33:48 -0400
Subject: [PATCH] New package: alass-2.0.0

---
 srcpkgs/alass/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/alass/template

diff --git a/srcpkgs/alass/template b/srcpkgs/alass/template
new file mode 100644
index 000000000000..18940c3de4f6
--- /dev/null
+++ b/srcpkgs/alass/template
@@ -0,0 +1,21 @@
+# Template file for 'alass'
+pkgname=alass
+version=2.0.0
+revision=1
+build_style=cargo
+depends="ffmpeg"
+short_desc="Command line tool to synchronize subtitles to movies"
+maintainer="Dakota Richline <drichline@protonmail.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/kaegi/alass"
+distfiles="https://github.com/kaegi/alass/archive/refs/tags/v${version}.tar.gz"
+checksum=ce88f92c7a427b623edcabb1b64e80be70cca2777f3da4b96702820a6cdf1e26
+
+do_install() {
+	vbin target/${RUST_TARGET}/release/alass-cli
+	vdoc README.md
+}
+
+if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
+	make_check=ci-skip # Tests fail to build on i686 container with error "ran out of registers during register allocation"
+fi

  reply	other threads:[~2022-10-15 20:05 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-15 19:34 [PR PATCH] " drichline
2022-10-15 20:05 ` drichline [this message]
2022-10-15 21:09 ` [PR REVIEW] " classabbyamp
2022-10-15 21:09 ` classabbyamp
2022-10-15 21:09 ` classabbyamp
2022-10-17 15:49 ` drichline
2022-10-17 15:49 ` drichline
2022-10-17 15:50 ` drichline
2022-10-18  9:52 ` classabbyamp
2023-01-17  1:59 ` github-actions
2023-01-31  2:01 ` [PR PATCH] [Closed]: " github-actions

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=20221015200549.Mz0PXwi4rlUSvKEfnAErtbM_XHjfBEWhnsjt_4DAgTc@z \
    --to=drichline@users.noreply.github.com \
    --cc=ml@inbox.vuxu.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 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).