Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Vhs
@ 2022-10-27 16:25 tranzystorek-io
  2022-10-27 17:07 ` New package: vhs-0.1.0 tranzystorek-io
  2022-10-27 19:40 ` [PR PATCH] [Merged]: " Vaelatern
  0 siblings, 2 replies; 3+ messages in thread
From: tranzystorek-io @ 2022-10-27 16:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages vhs
https://github.com/void-linux/void-packages/pull/40191

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

#### 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**

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

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

From 5aef09d98861118a9ae364dc5cb7d7736d2bcfcb Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Thu, 27 Oct 2022 18:20:55 +0200
Subject: [PATCH 1/2] ttyd: update to 1.7.2

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

diff --git a/srcpkgs/ttyd/template b/srcpkgs/ttyd/template
index 0ed4cb21f952..0d91091e6f25 100644
--- a/srcpkgs/ttyd/template
+++ b/srcpkgs/ttyd/template
@@ -1,6 +1,6 @@
 # Template file for 'ttyd'
 pkgname=ttyd
-version=1.6.3
+version=1.7.2
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config xxd"
@@ -11,7 +11,7 @@ maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="MIT"
 homepage="https://tsl0922.github.io/ttyd/"
 distfiles="https://github.com/tsl0922/ttyd/archive/${version}.tar.gz"
-checksum=1116419527edfe73717b71407fb6e06f46098fc8a8e6b0bb778c4c75dc9f64b9
+checksum=edc44cd5319c0c9d0858081496cae36fc5c54ee7722e0a547dde39537dfb63de
 
 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
 	makedepends+=" musl-legacy-compat"

From 4a12d6acc86d718cc937d69a0b9ca25edb3bb000 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Thu, 27 Oct 2022 18:22:39 +0200
Subject: [PATCH 2/2] New package: vhs-0.1.0

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

diff --git a/srcpkgs/vhs/template b/srcpkgs/vhs/template
new file mode 100644
index 000000000000..d05a04fa5e05
--- /dev/null
+++ b/srcpkgs/vhs/template
@@ -0,0 +1,28 @@
+# Template file for 'vhs'
+pkgname=vhs
+version=0.1.0
+revision=1
+build_style=go
+build_helper=qemu
+go_import_path="github.com/charmbracelet/vhs"
+go_ldflags="-X main.Version=v${version}"
+depends="ffmpeg ttyd"
+short_desc="Your CLI home video recorder"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="MIT"
+homepage="https://github.com/charmbracelet/vhs"
+distfiles="https://github.com/charmbracelet/vhs/archive/refs/tags/v${version}.tar.gz"
+checksum=7a1d36482dec0ab158bef852fa0f9e90ce6b7011bc9dd56244fd84692e17433b
+
+post_install() {
+	vlicense LICENSE
+
+	VHS="${DESTDIR}/usr/bin/vhs"
+	for shell in bash fish zsh; do
+		vtargetrun ${VHS} completion ${shell} > vhs.${shell}
+		vcompletion vhs.${shell} ${shell}
+	done
+
+	vtargetrun ${VHS} manual > vhs.1
+	vman vhs.1
+}

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

* Re: New package: vhs-0.1.0
  2022-10-27 16:25 [PR PATCH] Vhs tranzystorek-io
@ 2022-10-27 17:07 ` tranzystorek-io
  2022-10-27 19:40 ` [PR PATCH] [Merged]: " Vaelatern
  1 sibling, 0 replies; 3+ messages in thread
From: tranzystorek-io @ 2022-10-27 17:07 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/40191#issuecomment-1293824121

Comment:
Ping @Vaelatern

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

* Re: [PR PATCH] [Merged]: New package: vhs-0.1.0
  2022-10-27 16:25 [PR PATCH] Vhs tranzystorek-io
  2022-10-27 17:07 ` New package: vhs-0.1.0 tranzystorek-io
@ 2022-10-27 19:40 ` Vaelatern
  1 sibling, 0 replies; 3+ messages in thread
From: Vaelatern @ 2022-10-27 19:40 UTC (permalink / raw)
  To: ml

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

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

New package: vhs-0.1.0
https://github.com/void-linux/void-packages/pull/40191

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

#### 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**

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

end of thread, other threads:[~2022-10-27 19:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-27 16:25 [PR PATCH] Vhs tranzystorek-io
2022-10-27 17:07 ` New package: vhs-0.1.0 tranzystorek-io
2022-10-27 19:40 ` [PR PATCH] [Merged]: " Vaelatern

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).