-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update kappanhang to version 1.3 / rev 1 via SR 1247718
https://build.opensuse.org/request/show/1247718 by user AndreasStieger + dimstar_suse tool to remotely open audio channels and a serial port to an Icom transceiver
- Loading branch information
1 parent
ed80c34
commit ccb4ab6
Showing
8 changed files
with
85 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<package name="kappanhang" project="openSUSE:Factory"> | ||
<title>Remotely open audio channels and a serial port to an Icom transceiver</title> | ||
<description>kappanhang remotely opens audio channels and a serial port to an Icom RS-BA1 | ||
server. The app is mainly developed for connecting to the Icom IC-705 | ||
transceiver, which has built-in Wi-Fi and RS-BA1 server. All features of the | ||
protocol are implemented including packet retransmission on packet loss.</description> | ||
<devel project="hamradio" package="kappanhang"/> | ||
<url>https://github.com/nonoo/kappanhang</url> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<revisionlist> | ||
<revision rev="1" vrev="1"> | ||
<srcmd5>04fcb39b2c6f6f19b80c03504d1afc14</srcmd5> | ||
<version>1.3</version> | ||
<time>1740171685</time> | ||
<user>dimstar_suse</user> | ||
<comment>tool to remotely open audio channels and a serial port to an Icom transceiver</comment> | ||
<requestid>1247718</requestid> | ||
</revision> | ||
</revisionlist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<services> | ||
<service name="go_modules" mode="disabled"> | ||
<param name="compression">zst</param> | ||
</service> | ||
</services> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/ipfs/bafybeiff57snzxbmfp6glzcyuuf6lgkri2s2ohcc2bd7hlvx7wcvzknlce |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
------------------------------------------------------------------- | ||
Fri Feb 21 18:33:11 UTC 2025 - Andreas Stieger <[email protected]> | ||
|
||
- initial package |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
# | ||
# spec file for package kappanhang | ||
# | ||
# Copyright (c) 2025 Andreas Stieger <[email protected]> | ||
# | ||
# All modifications and additions to the file contributed by third parties | ||
# remain the property of their copyright owners, unless otherwise agreed | ||
# upon. The license for this file, and modifications and additions to the | ||
# file, is the same license as for the pristine package itself (unless the | ||
# license for the pristine package is not an Open Source License, in which | ||
# case the license is the MIT License). An "Open Source License" is a | ||
# license that conforms to the Open Source Definition (Version 1.9) | ||
# published by the Open Source Initiative. | ||
|
||
# Please submit bugfixes or comments via https://bugs.opensuse.org/ | ||
# | ||
|
||
|
||
Name: kappanhang | ||
Version: 1.3 | ||
Release: 0 | ||
Summary: Remotely open audio channels and a serial port to an Icom transceiver | ||
License: MIT | ||
URL: https://github.com/nonoo/kappanhang | ||
Source: https://github.com/nonoo/kappanhang/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz | ||
Source1: vendor.tar.zst | ||
BuildRequires: golang-packaging | ||
BuildRequires: pkgconfig | ||
BuildRequires: zstd | ||
BuildRequires: pkgconfig(libpulse-simple) | ||
|
||
%description | ||
kappanhang remotely opens audio channels and a serial port to an Icom RS-BA1 | ||
server. The app is mainly developed for connecting to the Icom IC-705 | ||
transceiver, which has built-in Wi-Fi and RS-BA1 server. All features of the | ||
protocol are implemented including packet retransmission on packet loss. | ||
|
||
%prep | ||
%autosetup -p1 -a1 | ||
|
||
%build | ||
go build \ | ||
-mod=vendor \ | ||
-buildmode=pie \ | ||
%{nil} | ||
|
||
%install | ||
install -D -m0755 %{name} %{buildroot}%{_bindir}/%{name} | ||
|
||
%files | ||
%license LICENSE | ||
%doc README.md | ||
%{_bindir}/kappanhang | ||
|
||
%changelog |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/ipfs/bafybeibqp4ydcpgiyjpjokywphwky3hq66aokr44chfgj7mevatktw37s4 |