diff --git a/mplayer.spec b/mplayer.spec index a50b9f9..450351f 100644 --- a/mplayer.spec +++ b/mplayer.spec @@ -8,7 +8,7 @@ Name: mplayer Epoch: 1 -Version: 1.1.1 +Version: 1.2 Release: 1mamba Summary: MPlayer, the Movie Player for Linux Group: Applications/Multimedia @@ -246,7 +246,6 @@ CC=%{_host}-gcc CPP=%{_host}-cpp \ --enable-radio \ --enable-radio-capture \ %if "%{stage1}" != "1" - --enable-xmms \ --enable-jack \ %endif --enable-smb \ @@ -261,12 +260,14 @@ CC=%{_host}-gcc CPP=%{_host}-cpp \ --disable-mpdvdkit \ %endif --enable-x11 \ + --extra-cflags="`pkg-config --cflags smbclient`" \ --extra-ldflags="\ %if "%{stage1}" != "1" -ljack \ %endif -lfribidi -ldca -lX11 -lXext" +# --enable-xmms \ # --realcodecsdir=%{realpath} \ # --disable-libavformat_a \ # --disable-libavutil_a \ @@ -388,6 +389,9 @@ exit 0 %endif %changelog +* Fri Oct 09 2015 Automatic Build System 1.2-1mamba +- automatic version update by autodist + * Mon May 06 2013 Automatic Build System 1.1.1-1mamba - automatic version update by autodist