automatic version update by autodist [release 1.4-1mamba;Sat Nov 23 2019]

This commit is contained in:
Automatic Build System 2024-01-06 07:20:44 +01:00
parent fbb347985e
commit 46aeca9ea3
2 changed files with 16 additions and 5 deletions

View File

@ -0,0 +1,10 @@
--- MPlayer-1.4/stream/stream_smb.c.orig 2019-11-23 18:18:30.033000000 +0100
+++ MPlayer-1.4/stream/stream_smb.c 2019-11-23 18:18:40.312000000 +0100
@@ -18,6 +18,7 @@
#include "config.h"
+#include <time.h>
#include <libsmbclient.h>
#include <unistd.h>

View File

@ -8,7 +8,7 @@
Name: mplayer
Epoch: 1
Version: 1.3.0
Version: 1.4
Release: 1mamba
Summary: MPlayer, the Movie Player for Linux
Group: Applications/Multimedia
@ -26,6 +26,7 @@ Patch1: %{name}-1.0rc2-playlist.patch
Patch5: %{name}-1.0rc1-liblzo.patch
Patch6: %{name}-1.0rc2-vo_ivtv.patch
Patch7: %{name}-1.0rc2.svn2009_07_12-x264.patch
Patch8: mplayer-1.4-missing-time-h.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: enca-devel
@ -121,10 +122,6 @@ BuildRequires: liblame-devel
BuildRequires: libfaad2-devel
#BuildRequires: libdvdcss-devel
%endif
%ifarch %{ix86}
BuildRequires: divx4linux-devel
BuildRequires: libvbe-devel
%endif
BuildRequires: ladspa-devel
#BuildRequires: libmad-devel
#BuildRequires: libflac-devel
@ -200,6 +197,7 @@ This package contains a GUI for MPlayer.
#%patch1 -p1 -b .playlist
#%patch5 -p1 -b .liblzo_path
#%patch7 -p1
%patch8 -p1
%build
find . -name "CVS" | xargs rm -rf
@ -389,6 +387,9 @@ exit 0
%endif
%changelog
* Sat Nov 23 2019 Automatic Build System <autodist@mambasoft.it> 1.4-1mamba
- automatic version update by autodist
* Wed Feb 17 2016 Automatic Build System <autodist@mambasoft.it> 1.3.0-1mamba
- automatic version update by autodist