diff --git a/love.spec b/love.spec index bed341e..2d6ca1c 100644 --- a/love.spec +++ b/love.spec @@ -24,6 +24,7 @@ BuildRequires: DevIL-devel BuildRequires: flac-devel BuildRequires: freetype-devel BuildRequires: mesa-libGL +BuildRequires: mpg123-devel BuildRequires: libmodplug-devel BuildRequires: libmng-devel BuildRequires: libogg-devel @@ -72,10 +73,9 @@ chmod -x src/*/*/*.* src/libraries/Box2D/*/*.* src/libraries/Box2D/*/*/*.* %build platform/unix/automagic -%configure --prefix=/usr --with-lua=%{luadep} \ - --disable-mpg123 --enable-static=no +%configure --prefix=/usr --with-lua=%{luadep} --enable-static=no make %{?_smp_mflags} - + %install make %{?_smp_mflags} install DESTDIR=%{buildroot} #Check Desktop file @@ -123,6 +123,9 @@ fi %{_libdir}/lib%{name}.* %changelog +* Sat Nov 12 2016 Jeremy Newton +- Enable mp3 support + * Tue Nov 8 2016 Jeremy Newton - 0.10.2-2 - Add mips and aarch64 as supported by luajit - Excluding ppc64le as it's broken for now