diff --git a/AUTHORS b/AUTHORS index 1dc85b8..fad7373 100644 --- a/AUTHORS +++ b/AUTHORS @@ -10,4 +10,4 @@ Infinity Visualization Plugin - Haavard Kvaalen (C) 2000 Converted original hand made Makefile to automake/autoconf/libtool - Chris Lea (C) 2000 Made RPMs - Mitja Horvat (C) 2000 Misc optimisations -- jeff cliff (c) 2021 support outside of github/on gitgud +- jeff cliff (c) 2021 support outside of github/on gitgud/nogafam diff --git a/HISTORY b/HISTORY index 54902cb..80929c3 100644 --- a/HISTORY +++ b/HISTORY @@ -11,3 +11,4 @@ In 2013 the project was moved into Github. In 2016 code moved from 100% C to mix of C / C++ to match Audacious 3.6 API. in 2021 code moved out of github to gitgud by themusicgod1 +in 2021 code moved out of gitgud to nogafam by themusicgod1 diff --git a/Infinity.png b/Infinity.png new file mode 100644 index 0000000..4e52ca1 Binary files /dev/null and b/Infinity.png differ diff --git a/NEWS b/NEWS index 5523085..42bb069 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ Release: 0.9.0alpha2 Date: 2021-09-25 -First release on Gitgud +First release on Gitgud, nogafam Release: 0.9.0alpha1 Date: 2016-06-25 diff --git a/README.md b/README.md index 08cfd9c..360ef52 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,6 @@ Original infinity by dprotti It generates beautiful light effects. Supports full-screen mode, mouse resizing, preferences saving and player control through keyboard. -**[Go to Downloads](https://gitgud.io/themusicgod1/evacuated-infinity-plugin/releases/latest/)** - ![Screenshot of Infinity](https://a.fsdn.com/con/app/proj/infinity-plugin/screenshots/Infinity.png) Requirements @@ -24,7 +22,7 @@ Audacious 3.10+, Glib 2.64+, SDL 2.0.10+ Install from tarball ------- -- [Download](https://gitgud.io/themusicgod1/evacuated-infinity-plugin/releases/latest/) +- [Download](https://git.nogafam.es/themusicgod1/evacuated-infinity-plugin/releases/latest/) - tar xf infinity-plugin-{version}.tar.xz - ./configure - make @@ -33,7 +31,7 @@ Install from tarball Install from repo ------- -- git clone https://gitgud.io/themusicgod1/evacuated-infinity-plugin +- git clone https://git.nogafam.es/themusicgod1/evacuated-infinity-plugin - ./autogen.sh - make - sudo make install @@ -48,7 +46,7 @@ Enter / leave full-screen by pressing `F11`. Playing Around -------------- -See [how to add new effects or how to control the plugin with the keyboard](https://gitgud.io/themusicgod1/evacuated-infinity-plugin/blob/master/minidocs/controlkeys.md). +See [how to add new effects or how to control the plugin with the keyboard](https://git.nogafam.es/themusicgod1/evacuated-infinity-plugin/blob/master/minidocs/controlkeys.md). Known Bugs ---------- @@ -57,7 +55,7 @@ In Ubuntu over AMD64, try configure with ``--prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu`` If you found a bug please report it at -. +. Authors ------- diff --git a/REPORT-BUGS b/REPORT-BUGS index 7efcb79..97176e9 100644 --- a/REPORT-BUGS +++ b/REPORT-BUGS @@ -1 +1 @@ -https://gitgud.io/themusicgod1/evacuated-infinity-plugin/issues/ +https:///git.nogafam.es/themusicgod1/evacuated-infinity-plugin/issues/ diff --git a/configure.ac b/configure.ac index 42081f4..2689cff 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ ## Process this file with autoconf to produce a configure script. AC_PREREQ(2.69) -AC_INIT([Infinity plugin],[0.9.0-dev],[https://gitgud.io/themusicgod1/evacuated-infinity-plugin/issues],[infinity-plugin],[https://gitgud.io/themusicgod1/evacuated-infinity-plugin]) +AC_INIT([Infinity plugin],[0.9.0-dev],[https://git.nogafam.es/themusicgod1/evacuated-infinity-plugin/issues],[infinity-plugin],[https://git.nogafam.es/themusicgod1/evacuated-infinity-plugin]) AC_CANONICAL_HOST AC_CANONICAL_TARGET