Author: belegdol
Update of /cvs/free/rpms/mplayer/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv32488
Modified Files:
.cvsignore mplayer-ffmpeg.patch mplayer-nodvdcss.patch
mplayer-snapshot.sh mplayer.spec sources
Log Message:
* Sat May 25 2013 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.1-7.20130416svn
- 20130416 snapshot
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mplayer/F-19/.cvsignore,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- .cvsignore 3 Feb 2013 15:38:22 -0000 1.31
+++ .cvsignore 25 May 2013 14:46:58 -0000 1.32
@@ -1,2 +1,2 @@
Blue-1.8.tar.bz2
-mplayer-export-2013-01-23.tar.bz2
+mplayer-export-2013-04-16.tar.bz2
mplayer-ffmpeg.patch:
Makefile | 2
configure | 4 -
ffmpeg/libavformat/internal.h | 32 ++++++++++++
ffmpeg/libavutil/x86/asm.h | 110 ++++++++++++++++++++++++++++++++++++++++++
4 files changed, 145 insertions(+), 3 deletions(-)
Index: mplayer-ffmpeg.patch
===================================================================
RCS file: /cvs/free/rpms/mplayer/F-19/mplayer-ffmpeg.patch,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mplayer-ffmpeg.patch 3 Feb 2013 15:38:22 -0000 1.8
+++ mplayer-ffmpeg.patch 25 May 2013 14:46:58 -0000 1.9
@@ -1,7 +1,7 @@
-diff -up mplayer-export-2013-01-23/configure.ffmpeg mplayer-export-2013-01-23/configure
---- mplayer-export-2013-01-23/configure.ffmpeg 2013-02-03 16:31:05.861615031 +0100
-+++ mplayer-export-2013-01-23/configure 2013-02-03 16:31:05.871615111 +0100
-@@ -6935,7 +6935,7 @@ elif test "$ffmpeg_so" = auto ; then
+diff -up mplayer-export-2013-03-24/configure.ffmpeg mplayer-export-2013-03-24/configure
+--- mplayer-export-2013-03-24/configure.ffmpeg 2013-03-23 08:28:55.993725707 +0100
++++ mplayer-export-2013-03-24/configure 2013-03-23 08:28:56.003725776 +0100
+@@ -6973,7 +6973,7 @@ elif test "$ffmpeg_so" = auto ; then
inc_ffmpeg=$($_pkg_config --cflags libswscale libavformat libavcodec libavutil)
ld_tmp=$($_pkg_config --libs libswscale libavformat libavcodec libavutil)
header_check libavutil/avutil.h $inc_ffmpeg $ld_tmp &&
@@ -10,7 +10,7 @@
elif header_check libavutil/avutil.h -lswscale -lavformat -lavcodec -lavutil ; then
extra_ldflags="$extra_ldflags -lswscale -lavformat -lavcodec -lavutil"
ffmpeg_so=yes
-@@ -7644,7 +7644,7 @@ if test "$_gui" = yes ; then
+@@ -7682,7 +7682,7 @@ if test "$_gui" = yes ; then
# Required libraries
if test "$ffmpeg" != yes ||
@@ -19,9 +19,9 @@
die "The GUI requires libavcodec with PNG support (needs zlib)."
fi
test "$_freetype" = no && test "$_bitmap_font" = no
&&
-diff -up mplayer-export-2013-01-23/ffmpeg/libavformat/internal.h.ffmpeg
mplayer-export-2013-01-23/ffmpeg/libavformat/internal.h
---- mplayer-export-2013-01-23/ffmpeg/libavformat/internal.h.ffmpeg 2013-02-03
16:31:05.872615119 +0100
-+++ mplayer-export-2013-01-23/ffmpeg/libavformat/internal.h 2013-02-03 16:31:05.872615119
+0100
+diff -up mplayer-export-2013-03-24/ffmpeg/libavformat/internal.h.ffmpeg
mplayer-export-2013-03-24/ffmpeg/libavformat/internal.h
+--- mplayer-export-2013-03-24/ffmpeg/libavformat/internal.h.ffmpeg 2013-03-23
08:28:56.004725783 +0100
++++ mplayer-export-2013-03-24/ffmpeg/libavformat/internal.h 2013-03-23 08:28:56.004725783
+0100
@@ -0,0 +1,32 @@
+/*
+ * copyright (c) 2001 Fabrice Bellard
@@ -55,9 +55,9 @@
+} AVCodecTag;
+
+#endif /* AVFORMAT_INTERNAL_H */
-diff -up mplayer-export-2013-01-23/ffmpeg/libavutil/x86/asm.h.ffmpeg
mplayer-export-2013-01-23/ffmpeg/libavutil/x86/asm.h
---- mplayer-export-2013-01-23/ffmpeg/libavutil/x86/asm.h.ffmpeg 2013-02-03
16:31:05.873615127 +0100
-+++ mplayer-export-2013-01-23/ffmpeg/libavutil/x86/asm.h 2013-02-03 16:31:05.873615127
+0100
+diff -up mplayer-export-2013-03-24/ffmpeg/libavutil/x86/asm.h.ffmpeg
mplayer-export-2013-03-24/ffmpeg/libavutil/x86/asm.h
+--- mplayer-export-2013-03-24/ffmpeg/libavutil/x86/asm.h.ffmpeg 2013-03-23
08:28:56.005725790 +0100
++++ mplayer-export-2013-03-24/ffmpeg/libavutil/x86/asm.h 2013-03-23 08:28:56.005725790
+0100
@@ -0,0 +1,110 @@
+/*
+ * copyright (c) 2006 Michael Niedermayer <michaelni(a)gmx.at>
@@ -169,15 +169,15 @@
+#define MANGLE(a) EXTERN_PREFIX LOCAL_MANGLE(a)
+
+#endif /* AVUTIL_X86_ASM_H */
-diff -up mplayer-export-2013-01-23/Makefile.ffmpeg mplayer-export-2013-01-23/Makefile
---- mplayer-export-2013-01-23/Makefile.ffmpeg 2013-02-03 16:31:05.862615039 +0100
-+++ mplayer-export-2013-01-23/Makefile 2013-02-03 16:31:05.874615134 +0100
-@@ -761,7 +761,7 @@ mencoder$(EXESUF) mplayer$(EXESUF):
- $(CC) -o $@ $^ $(EXTRALIBS)
-
- codec-cfg$(EXESUF): codec-cfg.c codec-cfg.h help_mp.h
-- $(HOST_CC) -O -DCODECS2HTML -I. -Iffmpeg -o $@ $<
-+ $(HOST_CC) -O -DCODECS2HTML -I. -Iffmpeg $(CFLAGS) -o $@ $<
+diff -up mplayer-export-2013-03-24/Makefile.ffmpeg mplayer-export-2013-03-24/Makefile
+--- mplayer-export-2013-03-24/Makefile.ffmpeg 2013-03-23 08:28:55.000000000 +0100
++++ mplayer-export-2013-03-24/Makefile 2013-03-23 08:29:01.000760529 +0100
+@@ -773,7 +773,7 @@ mencoder$(EXESUF) mplayer$(EXESUF):
+ codec-cfg-test$(EXESUF): HOSTCFLAGS := $(HOSTCFLAGS) -DTESTING
+ codec-cfg$(EXESUF) codecs2html$(EXESUF): HOSTCFLAGS := $(HOSTCFLAGS) -DCODECS2HTML
+ codec-cfg$(EXESUF) codec-cfg-test$(EXESUF) codecs2html$(EXESUF): codec-cfg.c codec-cfg.h
help_mp.h
+- $(HOST_CC) $(HOSTCFLAGS) -o $@ $<
++ $(HOST_CC) $(HOSTCFLAGS) $(CFLAGS)-o $@ $<
codecs.conf.h: codec-cfg$(EXESUF) etc/codecs.conf
./$^ > $@
mplayer-nodvdcss.patch:
Makefile | 7 -------
configure | 2 +-
2 files changed, 1 insertion(+), 8 deletions(-)
Index: mplayer-nodvdcss.patch
===================================================================
RCS file: /cvs/free/rpms/mplayer/F-19/mplayer-nodvdcss.patch,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- mplayer-nodvdcss.patch 3 Feb 2013 15:38:22 -0000 1.11
+++ mplayer-nodvdcss.patch 25 May 2013 14:46:58 -0000 1.12
@@ -1,7 +1,7 @@
-diff -up mplayer-export-2013-01-23/configure.nodvdcss
mplayer-export-2013-01-23/configure
---- mplayer-export-2013-01-23/configure.nodvdcss 2013-02-02 10:03:58.000000000 +0100
-+++ mplayer-export-2013-01-23/configure 2013-02-03 16:35:16.537604524 +0100
-@@ -780,7 +780,7 @@ _dvdnavconfig=dvdnav-config
+diff -up mplayer-export-2013-03-29/configure.nodvdcss
mplayer-export-2013-03-29/configure
+--- mplayer-export-2013-03-29/configure.nodvdcss 2013-03-28 08:45:33.000000000 +0100
++++ mplayer-export-2013-03-29/configure 2013-03-28 08:46:54.302523303 +0100
+@@ -741,7 +741,7 @@ _dvdnavconfig=dvdnav-config
_dvdreadconfig=dvdread-config
_dvdread=auto
_dvdread_internal=auto
@@ -10,34 +10,34 @@
_xanim=auto
_real=auto
_live=auto
-diff -up mplayer-export-2013-01-23/Makefile.nodvdcss mplayer-export-2013-01-23/Makefile
---- mplayer-export-2013-01-23/Makefile.nodvdcss 2013-02-03 16:35:16.533604493 +0100
-+++ mplayer-export-2013-01-23/Makefile 2013-02-03 16:35:16.537604524 +0100
+diff -up mplayer-export-2013-03-29/Makefile.nodvdcss mplayer-export-2013-03-29/Makefile
+--- mplayer-export-2013-03-29/Makefile.nodvdcss 2013-03-28 08:46:54.300523311 +0100
++++ mplayer-export-2013-03-29/Makefile 2013-03-28 08:48:09.386242474 +0100
@@ -124,11 +124,6 @@ SRCS_COMMON-$(LIBDCA) +=
- SRCS_COMMON-$(LIBDV) += libmpcodecs/ad_libdv.c \
- libmpcodecs/vd_libdv.c \
+ SRCS_COMMON-$(LIBDV) += libmpcodecs/ad_libdv.c \
+ libmpcodecs/vd_libdv.c \
libmpdemux/demux_rawdv.c
--SRCS_COMMON-$(LIBDVDCSS_INTERNAL) += libdvdcss/css.c \
-- libdvdcss/device.c \
-- libdvdcss/error.c \
-- libdvdcss/ioctl.c \
-- libdvdcss/libdvdcss.c \
+-SRCS_COMMON-$(LIBDVDCSS_INTERNAL) += libdvdcss/css.c \
+- libdvdcss/device.c \
+- libdvdcss/error.c \
+- libdvdcss/ioctl.c \
+- libdvdcss/libdvdcss.c \
SRCS_COMMON-$(LIBMAD) += libmpcodecs/ad_libmad.c
-@@ -720,7 +715,6 @@ DIRS = . \
+@@ -730,7 +725,6 @@ DIRS = . \
- ALL_DIRS = $(DIRS) \
- libass \
-- libdvdcss \
- libdvdnav \
- libdvdnav/vm \
- libdvdread4 \
-@@ -847,7 +841,6 @@ osdep/mplayer-rc.o: osdep/mplayer.exe.ma
+ ALL_DIRS = $(DIRS) \
+ libass \
+- libdvdcss \
+ libdvdnav \
+ libdvdnav/vm \
+ libdvdread4 \
+@@ -859,7 +853,6 @@ osdep/mplayer-rc.o: osdep/mplayer.exe.ma
gui/%: CFLAGS += -Wno-strict-prototypes
--libdvdcss/%: CFLAGS := -Ilibdvdcss -D_GNU_SOURCE -DVERSION=\"1.2.12\"
$(CFLAGS_LIBDVDCSS) $(CFLAGS)
- libdvdnav/%: CFLAGS := -Ilibdvdnav -D_GNU_SOURCE -DHAVE_CONFIG_H
-DVERSION=\"MPlayer-custom\" $(CFLAGS)
- libdvdread4/%: CFLAGS := -Ilibdvdread4 -D_GNU_SOURCE $(CFLAGS_LIBDVDCSS_DVDREAD)
$(CFLAGS)
+-libdvdcss/%: CFLAGS := $(CFLAGS_LIBDVDCSS) $(CFLAGS)
+ libdvdnav/%: CFLAGS := -Ilibdvdnav -DHAVE_CONFIG_H
-DVERSION=\"MPlayer-custom\" $(CFLAGS)
+ libdvdread4/%: CFLAGS := -Ilibdvdread4 $(CFLAGS_LIBDVDCSS_DVDREAD) $(CFLAGS)
Index: mplayer-snapshot.sh
===================================================================
RCS file: /cvs/free/rpms/mplayer/F-19/mplayer-snapshot.sh,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- mplayer-snapshot.sh 3 Feb 2013 15:38:22 -0000 1.14
+++ mplayer-snapshot.sh 25 May 2013 14:46:58 -0000 1.15
@@ -13,7 +13,7 @@
unset CDPATH
pwd=$(pwd)
svn=$(date +%Y-%m-%d)
-svn=2013-01-23
+svn=2013-04-16
dirname=mplayer-export-$svn
mplayer_rev={$svn}
#mplayer_rev=HEAD
Index: mplayer.spec
===================================================================
RCS file: /cvs/free/rpms/mplayer/F-19/mplayer.spec,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- mplayer.spec 8 May 2013 11:39:26 -0000 1.68
+++ mplayer.spec 25 May 2013 14:46:58 -0000 1.69
@@ -1,12 +1,12 @@
%define codecdir %{_libdir}/codecs
-%define pre 20130123svn
+%define pre 20130416svn
%define svn 1
-%define svnbuild 2013-01-23
+%define svnbuild 2013-04-16
%define faad2min 1:2.6.1
Name: mplayer
Version: 1.1
-Release: 6.%{?pre}%{?dist}
+Release: 7.%{?pre}%{?dist}
Summary: Movie player playing most video formats and DVDs
%if 0%{!?_without_amr:1}
@@ -382,6 +382,9 @@
%{_datadir}/mplayer/*.fp
%changelog
+* Sat May 25 2013 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.1-7.20130416svn
+- 20130416 snapshot
+
* Wed May 08 2013 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.1-6.20130123svn
- Fixed dangerous playlist parsing
- Dropped em8300-devel BR since the package was retired in Fedora
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mplayer/F-19/sources,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- sources 3 Feb 2013 15:38:22 -0000 1.32
+++ sources 25 May 2013 14:46:58 -0000 1.33
@@ -1,2 +1,2 @@
340368f4e33f767d9df109990fb29c02 Blue-1.8.tar.bz2
-0d068b037182c3bba25f048d33274607 mplayer-export-2013-01-23.tar.bz2
+58b49829c9d0e04eece48bcc24912581 mplayer-export-2013-04-16.tar.bz2