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