Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: ffmpegfs-2.13
@ 2023-04-10  7:52 teldra
  2023-04-10  7:55 ` [PR PATCH] [Updated] " teldra
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: teldra @ 2023-04-10  7:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages new-ffmpegfs
https://github.com/void-linux/void-packages/pull/43369

New package: ffmpegfs-2.13
<!-- 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**|**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/43369.patch is attached

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

From eb715dce9e51454eb79722373ab979afdfd4fc59 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 10 Apr 2023 09:45:58 +0200
Subject: [PATCH] New package: ffmpegfs-2.13

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

diff --git a/srcpkgs/ffmpegfs/template b/srcpkgs/ffmpegfs/template
new file mode 100644
index 000000000000..af29ae458906
--- /dev/null
+++ b/srcpkgs/ffmpegfs/template
@@ -0,0 +1,15 @@
+# Template file for 'ffmpegfs'
+pkgname=ffmpegfs
+version=2.13
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config asciidoc w3m xxd"
+makedepends="sqlite-devel fuse-devel libcue-devel libchardet-devel ffmpeg-devel
+ libdvdread-devel libbluray-devel chromaprint-devel libdvdnav-devel"
+short_desc="Read-only FUSE filesystem which transcodes various audio and video formats"
+maintainer="teldra <teldra@rotce.de>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/nschlia/ffmpegfs"
+changelog="https://raw.githubusercontent.com/nschlia/ffmpegfs/master/HISTORY.md"
+distfiles="https://github.com/nschlia/ffmpegfs/archive/refs/tags/v${version}.tar.gz"
+checksum=615434fb4037c8cf9594bac8471915088e650fa2d6e4d0dea63e7eccf3f0d296

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

* Re: [PR PATCH] [Updated] New package: ffmpegfs-2.13
  2023-04-10  7:52 [PR PATCH] New package: ffmpegfs-2.13 teldra
@ 2023-04-10  7:55 ` teldra
  2023-07-10  2:08 ` github-actions
  2023-07-25  2:01 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: teldra @ 2023-04-10  7:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages new-ffmpegfs
https://github.com/void-linux/void-packages/pull/43369

New package: ffmpegfs-2.13
<!-- 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**|**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/43369.patch is attached

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

From 2f4adfca3363d114332b561e517a3e98a048e5c2 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 10 Apr 2023 09:45:58 +0200
Subject: [PATCH] New package: ffmpegfs-2.13

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

diff --git a/srcpkgs/ffmpegfs/template b/srcpkgs/ffmpegfs/template
new file mode 100644
index 000000000000..9663f453c3f8
--- /dev/null
+++ b/srcpkgs/ffmpegfs/template
@@ -0,0 +1,15 @@
+# Template file for 'ffmpegfs'
+pkgname=ffmpegfs
+version=2.13
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config asciidoc w3m xxd"
+makedepends="sqlite-devel fuse-devel libcue-devel libchardet-devel ffmpeg-devel
+ libdvdread-devel libbluray-devel chromaprint-devel libdvdnav-devel"
+short_desc="FUSE filesystem which transcodes various audio and video formats"
+maintainer="teldra <teldra@rotce.de>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/nschlia/ffmpegfs"
+changelog="https://raw.githubusercontent.com/nschlia/ffmpegfs/master/HISTORY.md"
+distfiles="https://github.com/nschlia/ffmpegfs/archive/refs/tags/v${version}.tar.gz"
+checksum=615434fb4037c8cf9594bac8471915088e650fa2d6e4d0dea63e7eccf3f0d296

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

* Re: New package: ffmpegfs-2.13
  2023-04-10  7:52 [PR PATCH] New package: ffmpegfs-2.13 teldra
  2023-04-10  7:55 ` [PR PATCH] [Updated] " teldra
@ 2023-07-10  2:08 ` github-actions
  2023-07-25  2:01 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2023-07-10  2:08 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/43369#issuecomment-1627967026

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: ffmpegfs-2.13
  2023-04-10  7:52 [PR PATCH] New package: ffmpegfs-2.13 teldra
  2023-04-10  7:55 ` [PR PATCH] [Updated] " teldra
  2023-07-10  2:08 ` github-actions
@ 2023-07-25  2:01 ` github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2023-07-25  2:01 UTC (permalink / raw)
  To: ml

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

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

New package: ffmpegfs-2.13
https://github.com/void-linux/void-packages/pull/43369

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**|**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] 4+ messages in thread

end of thread, other threads:[~2023-07-25  2:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-10  7:52 [PR PATCH] New package: ffmpegfs-2.13 teldra
2023-04-10  7:55 ` [PR PATCH] [Updated] " teldra
2023-07-10  2:08 ` github-actions
2023-07-25  2:01 ` [PR PATCH] [Closed]: " github-actions

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