Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: ft2-clone-1.75
@ 2024-01-25  7:59 TorMFinn
  2024-01-25 10:57 ` TorMFinn
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: TorMFinn @ 2024-01-25  7:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TorMFinn/void-packages ft2-clone
https://github.com/void-linux/void-packages/pull/48363

New package: ft2-clone-1.75
<!-- 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, (x86_64)


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

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

From 7db104b5f3abda8a613c98fa88370e336b290d0f Mon Sep 17 00:00:00 2001
From: Tor Morten Finnesand <tmfinnesand@gmail.com>
Date: Thu, 25 Jan 2024 07:47:47 +0100
Subject: [PATCH] New package: ft2-clone-1.75

---
 srcpkgs/ft2-clone/files/ft2-clone.desktop |  6 ++++++
 srcpkgs/ft2-clone/template                | 22 ++++++++++++++++++++++
 2 files changed, 28 insertions(+)
 create mode 100644 srcpkgs/ft2-clone/files/ft2-clone.desktop
 create mode 100644 srcpkgs/ft2-clone/template

diff --git a/srcpkgs/ft2-clone/files/ft2-clone.desktop b/srcpkgs/ft2-clone/files/ft2-clone.desktop
new file mode 100644
index 0000000000000..ceaacb223e601
--- /dev/null
+++ b/srcpkgs/ft2-clone/files/ft2-clone.desktop
@@ -0,0 +1,6 @@
+[Desktop Entry]
+Name=ft2-clone
+Exec=ft2-clone
+Icon=ft2-clone
+Type=Application
+Categories=Audio;AudioVideo;
diff --git a/srcpkgs/ft2-clone/template b/srcpkgs/ft2-clone/template
new file mode 100644
index 0000000000000..aa5ed1e44be4b
--- /dev/null
+++ b/srcpkgs/ft2-clone/template
@@ -0,0 +1,22 @@
+# Template file for 'ft2-clone'
+pkgname=ft2-clone
+version=1.75
+revision=1
+archs="i686 x86_64"
+build_style=cmake
+configure_args="-DCMAKE_BUILD_TYPE=Release -DEXTERNAL_LIBFLAC=ON"
+hostmakedepends="pkg-config"
+makedepends="SDL2-devel libflac-devel"
+depends="SDL2 libflac"
+short_desc="Modern port of FastTracker II originally for DOS"
+maintainer="Tor Morten Finnesand <tmfinnesand@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://16-bits.org/ft2.php"
+distfiles="https://github.com/8bitbubsy/ft2-clone/archive/refs/tags/v${version}.tar.gz"
+checksum="a6b48ee6cb72b3ef9494dd1923a638954653d7f279cf20ad6064badfe0e4d8b1"
+
+post_install() {
+	vinstall src/gfxdata/icon/ft2-clone.png 644 usr/share/pixmaps
+	vinstall ${FILESDIR}/ft2-clone.desktop 644 usr/share/applications
+	vlicense LICENSE
+}

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

* Re: New package: ft2-clone-1.75
  2024-01-25  7:59 [PR PATCH] New package: ft2-clone-1.75 TorMFinn
@ 2024-01-25 10:57 ` TorMFinn
  2024-04-25  1:46 ` github-actions
  2024-04-25  7:41 ` TorMFinn
  2 siblings, 0 replies; 4+ messages in thread
From: TorMFinn @ 2024-01-25 10:57 UTC (permalink / raw)
  To: ml

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

New comment by TorMFinn on void-packages repository

https://github.com/void-linux/void-packages/pull/48363#issuecomment-1909916974

Comment:
A question regarding this PR. ft2-clone has the option to link against a bundled version of libflac or the system installed version. I decided to go with adding libflac as a dependency in the template for both building and runtime, however would it be preferable to instead link against the bundled version?

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

* Re: New package: ft2-clone-1.75
  2024-01-25  7:59 [PR PATCH] New package: ft2-clone-1.75 TorMFinn
  2024-01-25 10:57 ` TorMFinn
@ 2024-04-25  1:46 ` github-actions
  2024-04-25  7:41 ` TorMFinn
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2024-04-25  1:46 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/48363#issuecomment-2076177290

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: New package: ft2-clone-1.75
  2024-01-25  7:59 [PR PATCH] New package: ft2-clone-1.75 TorMFinn
  2024-01-25 10:57 ` TorMFinn
  2024-04-25  1:46 ` github-actions
@ 2024-04-25  7:41 ` TorMFinn
  2 siblings, 0 replies; 4+ messages in thread
From: TorMFinn @ 2024-04-25  7:41 UTC (permalink / raw)
  To: ml

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

New comment by TorMFinn on void-packages repository

https://github.com/void-linux/void-packages/pull/48363#issuecomment-2076567805

Comment:
Any possibility of getting this merged? :)

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

end of thread, other threads:[~2024-04-25  7:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-25  7:59 [PR PATCH] New package: ft2-clone-1.75 TorMFinn
2024-01-25 10:57 ` TorMFinn
2024-04-25  1:46 ` github-actions
2024-04-25  7:41 ` TorMFinn

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