Package Details: sdrpp-git 1.0.4.r561.eab4264-1

Git Clone URL: https://aur.archlinux.org/sdrpp-git.git (read-only, click to copy)
Package Base: sdrpp-git
Description: The bloat-free SDR receiver
Upstream URL: https://www.sdrpp.org/
Keywords: sdr++ sdr-plus-plus
Licenses: GPL3
Conflicts: sdrpp
Provides: sdrpp
Submitter: ryzerth
Maintainer: thotypous (ryzerth, 2WheelDev, eclairevoyant, dnaeon)
Last Packager: eclairevoyant
Votes: 23
Popularity: 0.37
First Submitted: 2021-02-14 23:36 (UTC)
Last Updated: 2024-01-24 00:49 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

eclairevoyant commented on 2023-04-09 23:12 (UTC) (edited on 2023-04-09 23:14 (UTC) by eclairevoyant)

gcc and make should be removed from the makedepends as they are part of base-devel as per https://wiki.archlinux.org/title/PKGBUILD#makedepends:

The package base-devel is assumed to be already installed when building with makepkg. Dependencies of this package should not be included in makedepends array.

Also this needs git in the makedepends to build properly and license should be corrected to GPL3. arch is also wrong considering this is going have ELF binaries, it should be x86_64.

2WheelDev commented on 2023-01-29 23:15 (UTC)

So I submitted an orphan request in an attempt to get this fixed. @Ryzerth does not want to do this or accept any help.

Quite frankly his attitude towards me, is disgusting. If you wish to see his reply: https://lists.archlinux.org/archives/list/aur-requests@lists.archlinux.org/message/ZM7JB2VQX3WPTBDI6KCU5WY3REJPF37M/

soenke commented on 2023-01-12 07:23 (UTC)

What a ridiculous answer by @ryzerth. AUR does not need another badly maintained pkg! This versioning issue is annoying.

@WheelDev: You could consider submitting a request for marking this as orphaned (to take over) or merging.

2WheelDev commented on 2022-11-21 21:41 (UTC)

So back in October I contacted ryzerth regarding the pkgver issue and to offer assistance with maintaining the package, unfortunately no progress was made. I have waited before posting this, but as it has now been over a month without any attempt to make an update, I feel it was time to update everyone

I know about it. As I've mentioned on the github, the PC that I use for the AUR is currently out of service.

It will be edited when I get the time to fix it.

It's never been an issue since the master branch sees one or more commits a day most of the time anyway.

So there we go!

Yamashiro commented on 2022-11-11 23:20 (UTC)

Second/thirding the request for the pkgver change, adding the package IgnorePkg is not a really a recommended workaround.

mihaly4 commented on 2022-11-10 09:28 (UTC)

Can you add systemd service file for sdr++ server mode?

deadite66 commented on 2022-11-05 15:52 (UTC) (edited on 2022-11-05 15:52 (UTC) by deadite66)

@ut4nj add sdrpp-git to IgnorePkg in /etc/pacman.conf

https://wiki.archlinux.org/title/pacman#Skip_package_from_being_upgraded

ut4nj commented on 2022-11-05 15:32 (UTC) (edited on 2024-04-19 17:27 (UTC) by ut4nj)

1

abougouffa commented on 2022-03-11 12:11 (UTC)

Thank you for the package, however, it is a little bit annoying each time I run yay, the version generated is always interpreted to be behind the package version. A better pkgver() style can be used like this: (as mentioned in the VCS package guidelines).

Please change `pkgver()' to this one:

pkgver() {
  cd "SDRPlusPlus"
  git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}