diff --git a/abi_symbols b/abi_symbols --- a/abi_symbols +++ b/abi_symbols @@ -41,6 +41,7 @@ libmpg123.so.0:mpg123_free_string libmpg123.so.0:mpg123_geteq libmpg123.so.0:mpg123_getformat +libmpg123.so.0:mpg123_getformat2 libmpg123.so.0:mpg123_getpar libmpg123.so.0:mpg123_getparam libmpg123.so.0:mpg123_getstate diff --git a/abi_symbols32 b/abi_symbols32 --- a/abi_symbols32 +++ b/abi_symbols32 @@ -46,6 +46,7 @@ libmpg123.so.0:mpg123_free_string libmpg123.so.0:mpg123_geteq libmpg123.so.0:mpg123_getformat +libmpg123.so.0:mpg123_getformat2 libmpg123.so.0:mpg123_getpar libmpg123.so.0:mpg123_getparam libmpg123.so.0:mpg123_getstate diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : mpg123 -version : 1.24.0 -release : 5 +version : 1.25.0 +release : 6 source : - - http://downloads.sourceforge.net/mpg123/mpg123-1.24.0.tar.bz2 : 55fb169a7711938f5df0497d1ffe28419fbef50011dc01d00b216379e6a2256c + - http://downloads.sourceforge.net/mpg123/mpg123-1.25.0.tar.bz2 : 552e3e1db045e00f474252917007795ac295863fc8b13891859b3382d2f24e48 homepage : http://www.mpg123.de/ component : multimedia.codecs license : LGPL-2.1 @@ -25,7 +25,8 @@ - pkgconfig32(sndfile) - pkgconfig32(vorbis) setup : | - %configure --with-module-suffix=.so + %configure --enable-int-quality \ + --with-module-suffix=.so build : | %make install : | diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -3,8 +3,8 @@ mpg123 http://www.mpg123.de/ - Ikey Doherty - ikey@solus-project.com + Michael Meinertzhagen + mmeinert@protonmail.com LGPL-2.1 multimedia.codecs @@ -37,7 +37,7 @@ emul32 - mpg123 + mpg123 /usr/lib32/ @@ -51,8 +51,8 @@ programming.devel - mpg123-devel - mpg123-32bit + mpg123-devel + mpg123-32bit /usr/lib32/lib*.so @@ -65,7 +65,7 @@ Console based mp3 decoder - mpg123 + mpg123 /usr/bin @@ -79,7 +79,7 @@ programming.devel - mpg123 + mpg123 /usr/include/ @@ -91,12 +91,12 @@ - - 2017-04-13 - 1.24.0 + + 2017-06-08 + 1.25.0 Packaging update - Ikey Doherty - ikey@solus-project.com + Michael Meinertzhagen + mmeinert@protonmail.com \ No newline at end of file