diff --git a/README.md b/README.md index b21f567..4e2e4fc 100644 --- a/README.md +++ b/README.md @@ -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 ------- diff --git a/TODO b/TODO index a09d68f..4b54d5c 100644 --- a/TODO +++ b/TODO @@ -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 diff --git a/configure.ac b/configure.ac index 4a0e4a6..2d7776f 100644 --- a/configure.ac +++ b/configure.ac @@ -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} " -