* [PR PATCH] New package: hacktv-2024.08.1
@ 2024-08-29 9:00 TorMFinn
2024-08-29 14:05 ` tranzystorekk
2024-08-29 14:06 ` [PR PATCH] [Closed]: " tranzystorekk
0 siblings, 2 replies; 3+ messages in thread
From: TorMFinn @ 2024-08-29 9:00 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1289 bytes --]
There is a new pull request by TorMFinn against master on the void-packages repository
https://github.com/TorMFinn/void-packages hacktv
https://github.com/void-linux/void-packages/pull/52035
New package: hacktv-2024.08.1
<!-- 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 (with note)**
**Note:** The package requirements guide mentions not to use development branches as releases, however the hacktv project has no official releases tagged making this the only option.
<!-- 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-glibc)
A patch file from https://github.com/void-linux/void-packages/pull/52035.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hacktv-52035.patch --]
[-- Type: text/x-diff, Size: 1795 bytes --]
From 835a6d666ef58e15c404b7c3723e0bfd083104e7 Mon Sep 17 00:00:00 2001
From: Tor Morten Finnesand <tmfinnesand@gmail.com>
Date: Thu, 29 Aug 2024 09:52:45 +0200
Subject: [PATCH] New package: hacktv-2024.08.1
---
srcpkgs/hacktv/patches/Makefile.patch | 14 ++++++++++++++
srcpkgs/hacktv/template | 16 ++++++++++++++++
2 files changed, 30 insertions(+)
create mode 100644 srcpkgs/hacktv/patches/Makefile.patch
create mode 100644 srcpkgs/hacktv/template
diff --git a/srcpkgs/hacktv/patches/Makefile.patch b/srcpkgs/hacktv/patches/Makefile.patch
new file mode 100644
index 00000000000000..8d947357e03ce3
--- /dev/null
+++ b/srcpkgs/hacktv/patches/Makefile.patch
@@ -0,0 +1,14 @@
+diff --git a/src/Makefile b/src/Makefile
+index 4938475e436..f6b3b210775 100644
+--- a/src/Makefile
++++ b/src/Makefile
+@@ -40,7 +40,8 @@ hacktv: $(OBJS)
+ @$(CC) $(CFLAGS) -MM $< -o $(@:.o=.d)
+
+ install:
+- cp -f hacktv $(PREFIX)/usr/local/bin/
++ mkdir -p $(DESTDIR)$(PREFIX)/bin
++ cp -f hacktv $(DESTDIR)$(PREFIX)/bin/
+
+ clean:
+ rm -f *.o *.d hacktv hacktv.exe
diff --git a/srcpkgs/hacktv/template b/srcpkgs/hacktv/template
new file mode 100644
index 00000000000000..8eb49631d46e62
--- /dev/null
+++ b/srcpkgs/hacktv/template
@@ -0,0 +1,16 @@
+# Template file for 'hacktv'
+pkgname=hacktv
+version=2024.08.1
+revision=1
+_commit="b5de3d2"
+build_wrksrc=src
+build_style=gnu-makefile
+make_use_env=yes
+hostmakedepends="pkg-config"
+makedepends="libhackrf-devel ffmpeg-devel"
+short_desc="Analogue TV transmitter for the HackRF"
+maintainer="Tor Morten Finnesand <tmfinnesand@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/fsphil/hacktv"
+distfiles="${homepage}/archive/${_commit}.tar.gz"
+checksum=02cac020d9e7a52b40d44a55f7129939e9f15276d62aebefd702b1f68b71dc5e
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: New package: hacktv-2024.08.1
2024-08-29 9:00 [PR PATCH] New package: hacktv-2024.08.1 TorMFinn
@ 2024-08-29 14:05 ` tranzystorekk
2024-08-29 14:06 ` [PR PATCH] [Closed]: " tranzystorekk
1 sibling, 0 replies; 3+ messages in thread
From: tranzystorekk @ 2024-08-29 14:05 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 234 bytes --]
New comment by tranzystorekk on void-packages repository
https://github.com/void-linux/void-packages/pull/52035#issuecomment-2317767745
Comment:
Having no official releases pretty much disqualifies this project from being packaged.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PR PATCH] [Closed]: New package: hacktv-2024.08.1
2024-08-29 9:00 [PR PATCH] New package: hacktv-2024.08.1 TorMFinn
2024-08-29 14:05 ` tranzystorekk
@ 2024-08-29 14:06 ` tranzystorekk
1 sibling, 0 replies; 3+ messages in thread
From: tranzystorekk @ 2024-08-29 14:06 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1137 bytes --]
There's a closed pull request on the void-packages repository
New package: hacktv-2024.08.1
https://github.com/void-linux/void-packages/pull/52035
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 (with note)**
**Note:** The package requirements guide mentions not to use development branches as releases, however the hacktv project has no official releases tagged making this the only option.
<!-- 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-glibc)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-08-29 14:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-29 9:00 [PR PATCH] New package: hacktv-2024.08.1 TorMFinn
2024-08-29 14:05 ` tranzystorekk
2024-08-29 14:06 ` [PR PATCH] [Closed]: " tranzystorekk
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).