SDL2 updated in docs

This commit is contained in:
Duilio Protti 2016-07-01 14:16:28 -03:00
parent 7c77c97b4b
commit c5d5c04800
3 changed files with 3 additions and 10 deletions

View File

@ -13,11 +13,11 @@ saving and player control through keyboard.
Requirements
------------
Audacious >= 3.5, 1.2 <= SDL < 2, Glib >= 2.28
Audacious >= 3.5, Glib >= 2.28, SDL >= 2
**Install deps in Ubuntu**
`sudo apt -y install audacious-dev libsdl1.2-dev libglib2.0-dev`
`sudo apt -y install audacious-dev libsdl2-dev libglib2.0-dev`
Install from tarball
-------

6
TODO
View File

@ -2,11 +2,5 @@ TODO
====
* Provide Ubuntu package
* Save window position on close
* Remove config.h.in from repo?
* Remove prefs.c
* Update to SDL 2?
* Compile on Windows
* Fix MMX
* Add icon
* Add an option to disable the screensaver

View File

@ -1,7 +1,7 @@
## Process this file with autoconf to produce a configure script.
AC_PREREQ(2.65)
AC_INIT([Infinity plugin],[0.9.0-dev],[https://github.com/dprotti/infinity-plugin/issues],[infinity-plugin],[https://dprotti.github.io/infinity-plugin])
AC_INIT([Infinity plugin],[0.9.0alpha2],[https://github.com/dprotti/infinity-plugin/issues],[infinity-plugin],[https://dprotti.github.io/infinity-plugin])
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
@ -186,4 +186,3 @@ CFLAGS : ${INF_CFLAGS_EXTRA} ${CFLAGS}
CXXFLAGS : ${CXXFLAGS}
Debug enabled : ${debug}
"