ugh great cloudwall
This commit is contained in:
parent
c846b6d568
commit
bf8d7499c2
2
AUTHORS
2
AUTHORS
|
@ -10,4 +10,4 @@ Infinity Visualization Plugin
|
|||
- Haavard Kvaalen (C) 2000 <havardk@xmms.org> Converted original hand made Makefile to automake/autoconf/libtool
|
||||
- Chris Lea (C) 2000 <chrislea@luciddesign.com> Made RPMs
|
||||
- Mitja Horvat (C) 2000 <Mitja.Horvat@hermes.si> Misc optimisations
|
||||
- jeff cliff (c) 2021 <jeffrey.cliff@gmail.com> support outside of github/on gitgud
|
||||
- jeff cliff (c) 2021 <jeffrey.cliff@gmail.com> support outside of github/on gitgud/nogafam
|
||||
|
|
1
HISTORY
1
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
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
2
NEWS
2
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
|
||||
|
|
10
README.md
10
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
|
||||
<https://gitgud.io/themusicgod1/evacuated-infinity-plugin/issues>.
|
||||
<https://git.nogafam.es/themusicgod1/evacuated-infinity-plugin/issues>.
|
||||
|
||||
Authors
|
||||
-------
|
||||
|
|
|
@ -1 +1 @@
|
|||
https://gitgud.io/themusicgod1/evacuated-infinity-plugin/issues/
|
||||
https:///git.nogafam.es/themusicgod1/evacuated-infinity-plugin/issues/
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue