-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rtptools: move to newer github #66556
Conversation
It seems that "columbia-irt" now is using "irtlab" github for this project. The homepage with its tarballs is still gone, but you can get tarballs from the new github. However these don't include "./configure" so we need to run autoconf before building
Huh, this is annoying... I swear I tried a |
The repository isn't tagging their latest release, so we shouldn't be using the latest URL here. We can simply use
This will check the git tags instead. I'll add a suggestion. |
Co-authored-by: Nanda H Krishna <[email protected]>
Thanks. Sorry for the bother, it's my first time trying to mess with livecheck |
No issues, haha. I'm working on some changes that should make this process easier 👍🏼 |
Is this really the same upstream project? Or a fork |
I have no first-hand knowledge but https://github.com/irtlab claims to be the github of the group at Columbia that created this library. Assuming that's not completely fraudulent it seems like it's the closest place to an official repo of the sources. The https://github.com/columbia-irt account seems to be (more) abandoned Doesn't look like this particular library is under and development at this time though; it doesn't seem to have a live presence on IRT's webpage. Perhaps @mcd500, @janstary, or @sobomax can clear up this question more since they seem to be the recent committers to that repo and all remain active on github. |
Perhaps it might help to file an issue to ask for a clarification? |
There already is a similar irtlab/rtptools#135 open since June (look at the thread) with no answer. |
Oof. Ok. Do other package managers ship rtptools? Have any of them switched to github for their source? |
It looks like archilinux does https://aur.archlinux.org/packages/rtptools However they're still pointing at the 404 links at www.cs.columbia.edu so they don't have a real upstream at the minute. |
Yea, doesn't look like anyone else has switched: https://repology.org/project/rtptools/versions Maybe the formula should just be deprecated? It's not maintained, had 101 installs in the past year... It doesn't look great. |
I don't care one way or another. I only noticed this formula because it's missing a Big Sur bundle and I tried to fix it 🤷 Of course if we deprecate-but-dont-disable that still leaves the question of fixing the compilation. |
Out of curiosity, I downloaded the 1.22 tarball from http://distfiles.macports.org/rtptools/ (which matches the "2c76b2a423fb943820c91194372133a44cbdc456ebf69c51616ec50eeb068c28" of the source tarball we used to track before our source stopped working) and compared it versus the new github-hosted one. As I mentioned before, the big change is a difference it what build scripts are included:
there are some minimal changes in ansi.h and rtpdump.h but they're just related to when to
So the old and new tarball seem to be basically the same code, but probably just tagged slightly different or something. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
It seems that "columbia-irt" now is using "irtlab" github for this project.
The homepage with its tarballs is still gone, but you can get tarballs from the new github. However these don't include
./configure
so we need to run autoconf before building