evacuated-infinity-plugin/README.md

79 lines
2.3 KiB
Markdown
Raw Normal View History

Infinity
========
2021-09-25 18:58:04 +00:00
Music visualization plugin for [Audacious](http://audacious-media-player.org/), evacuated from NSA/Microsoft Github
Original infinity by dprotti
2016-06-28 15:01:02 +00:00
2016-06-29 17:32:48 +00:00
It generates beautiful light effects. Supports full-screen mode, mouse resizing, preferences
saving and player control through keyboard.
2016-02-13 16:39:22 +00:00
![Screenshot of Infinity](https://a.fsdn.com/con/app/proj/infinity-plugin/screenshots/Infinity.png)
Requirements
------------
Audacious 3.10+, Glib 2.64+, SDL 2.0.10+
2016-06-27 14:26:32 +00:00
**Install deps in Ubuntu**
2016-06-25 20:36:39 +00:00
2016-07-11 17:49:41 +00:00
`sudo apt-get -y install pkg-config audacious-dev libsdl2-dev libglib2.0-dev`
2016-06-25 20:36:39 +00:00
Install from tarball
-------
2021-09-25 20:17:19 +00:00
- [Download](https://git.nogafam.es/themusicgod1/evacuated-infinity-plugin/releases/latest/)
2016-06-30 18:20:54 +00:00
- tar xf infinity-plugin-{version}.tar.xz
- ./configure
- make
- sudo make install
Install from repo
-------
2021-09-25 20:17:19 +00:00
- git clone https://git.nogafam.es/themusicgod1/evacuated-infinity-plugin
2016-06-29 14:31:31 +00:00
- ./autogen.sh
- make
- sudo make install
Run
---
Audacious -> View -> Visualizations -> Infinity
Enter / leave full-screen by pressing `F11`.
Playing Around
--------------
2021-09-25 20:17:19 +00:00
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
----------
2016-07-11 17:49:41 +00:00
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
2021-09-25 20:17:19 +00:00
<https://git.nogafam.es/themusicgod1/evacuated-infinity-plugin/issues>.
2013-10-18 18:12:35 +00:00
Authors
-------
- Julien Carme (c) 2000 Original author
2016-07-11 17:49:41 +00:00
- Duilio Protti (C) 2016 Current maintainer
- @CBke@github (C) 2016 Nice patches
2013-10-18 18:12:35 +00:00
- John Lightsey (C) 2004 <john@nixnuts.net> Portability fixes and GPL License compliance
- Jean Delvare (C) 2004 <khali@linux-fr.org> Some nice patches
- Will Tatam (C) 2004 <wtatam@premierit.com> Online source RPMs <http://apt.premierithosting.com/FC2/i386/SRPMS.premierit/>
- 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
2021-09-25 18:58:04 +00:00
- jeff cliff (c) 2020 <jeffrey.cliff@gmail.com> maintainance/support outside of github
Contributions
-------------
Your feedback or help would be really appreciated.
2021-09-25 18:58:04 +00:00
Send us your PRs!