degithubbing

This commit is contained in:
Jeff Cliff 2021-09-25 12:58:04 -06:00
parent 96a96d9062
commit a7c6438d2f
1 changed files with 10 additions and 13 deletions

View File

@ -1,12 +1,14 @@
Infinity Infinity
======== ========
Music visualization plugin for [Audacious](http://audacious-media-player.org/). Music visualization plugin for [Audacious](http://audacious-media-player.org/), evacuated from NSA/Microsoft Github
Original infinity by dprotti
It generates beautiful light effects. Supports full-screen mode, mouse resizing, preferences It generates beautiful light effects. Supports full-screen mode, mouse resizing, preferences
saving and player control through keyboard. saving and player control through keyboard.
**[Go to Downloads](https://github.com/dprotti/infinity-plugin/releases/latest/)** **[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) ![Screenshot of Infinity](https://a.fsdn.com/con/app/proj/infinity-plugin/screenshots/Infinity.png)
@ -22,7 +24,7 @@ Audacious 3.6, Glib 2.28, SDL 2
Install from tarball Install from tarball
------- -------
- [Download](https://github.com/dprotti/infinity-plugin/releases/latest/) - [Download](https://gitgud.io/themusicgod1/evacuated-infinity-plugin/releases/latest/)
- tar xf infinity-plugin-{version}.tar.xz - tar xf infinity-plugin-{version}.tar.xz
- ./configure - ./configure
- make - make
@ -31,7 +33,7 @@ Install from tarball
Install from repo Install from repo
------- -------
- git clone https://github.com/dprotti/infinity-plugin - git clone https://gitgud.io/themusicgod1/evacuated-infinity-plugin
- ./autogen.sh - ./autogen.sh
- make - make
- sudo make install - sudo make install
@ -43,12 +45,10 @@ Audacious -> View -> Visualizations -> Infinity
Enter / leave full-screen by pressing `F11`. Enter / leave full-screen by pressing `F11`.
![Screenshot of Infinity Settings](https://cloud.githubusercontent.com/assets/2084073/16421084/2d45d54a-3d2a-11e6-9919-3d6aa5733743.png "Infinity Settings")
Playing Around Playing Around
-------------- --------------
See [how to add new effects or how to control the plugin with the keyboard](https://github.com/dprotti/infinity-plugin/blob/master/minidocs/controlkeys.md). 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).
Known Bugs Known Bugs
---------- ----------
@ -57,7 +57,7 @@ In Ubuntu over AMD64, try configure with
``--prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu`` ``--prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu``
If you found a bug please report it at If you found a bug please report it at
<https://github.com/dprotti/infinity-plugin/issues>. <https://gitgud.io/themusicgod1/evacuated-infinity-plugin/issues>.
Authors Authors
------- -------
@ -71,13 +71,10 @@ Authors
- Haavard Kvaalen (C) 2000 <havardk@xmms.org> Converted original hand made Makefile to automake/autoconf/libtool - 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 - Chris Lea (C) 2000 <chrislea@luciddesign.com> Made RPMs
- Mitja Horvat (C) 2000 <Mitja.Horvat@hermes.si> Misc optimisations - Mitja Horvat (C) 2000 <Mitja.Horvat@hermes.si> Misc optimisations
- jeff cliff (c) 2020 <jeffrey.cliff@gmail.com> maintainance/support outside of github
Old Versions
------------
Releases older than 0.8.0beta1 can be found at Sourceforge: <https://sourceforge.net/projects/infinity-plugin/>
Contributions Contributions
------------- -------------
Your feedback or help would be really appreciated. Your feedback or help would be really appreciated.
Send us your PRs!