* Sun Jun 24 2012 Julian Sikorski <belegdol@fedoraproject.org> - 1.1-1

- Updated to 1.1
- Made %pre, %svn and %svnbuild defines optional
- Switched to .xz sources
- Updated the ffmpeg patch
- Fixed -vo png:alpha using a patch from SVN (RPM Fusion bug #2362)
el8
Julian Sikorski 13 years ago
parent 9b26a272d4
commit 8f487c26cd

@ -0,0 +1,13 @@
Index: libvo/vo_png.c
===================================================================
--- libvo/vo_png.c (wersja 34891)
+++ libvo/vo_png.c (wersja 34892)
@@ -205,7 +205,7 @@
switch(format){
case IMGFMT_RGB24:
return use_alpha ? 0 : supported_flags;
- case IMGFMT_BGR32:
+ case IMGFMT_RGBA:
return use_alpha ? supported_flags : 0;
}
return 0;

@ -24,6 +24,7 @@ Source0: http://www.mplayerhq.hu/MPlayer/releases/MPlayer-%{version}%{?pr
Source1: http://www.mplayerhq.hu/MPlayer/skins/Blue-1.8.tar.bz2 Source1: http://www.mplayerhq.hu/MPlayer/skins/Blue-1.8.tar.bz2
Source10: mplayer-snapshot.sh Source10: mplayer-snapshot.sh
Patch0: %{name}-gmplayer-subtitles.patch Patch0: %{name}-gmplayer-subtitles.patch
Patch1: %{name}-pngalpha.patch
# set defaults for Fedora # set defaults for Fedora
Patch2: %{name}-config.patch Patch2: %{name}-config.patch
# use roff include statements instead of symlinks # use roff include statements instead of symlinks
@ -223,6 +224,7 @@ This package contains various scripts from MPlayer TOOLS directory.
rm -rf ffmpeg libdvdcss libdvdnav libdvdread4 rm -rf ffmpeg libdvdcss libdvdnav libdvdread4
%endif %endif
%patch0 -p0 -b .gmplayer-subtitles %patch0 -p0 -b .gmplayer-subtitles
%patch0 -p0 -b .pngalpha
%patch2 -p1 -b .config %patch2 -p1 -b .config
%patch8 -p1 -b .manlinks %patch8 -p1 -b .manlinks
%patch14 -p1 -b .nodvdcss %patch14 -p1 -b .nodvdcss
@ -382,11 +384,12 @@ update-desktop-database &>/dev/null || :
%{_datadir}/mplayer/*.fp %{_datadir}/mplayer/*.fp
%changelog %changelog
* Thu Jun 14 2012 Julian Sikorski <belegdol@fedoraproject.org> - 1.1-1 * Sun Jun 24 2012 Julian Sikorski <belegdol@fedoraproject.org> - 1.1-1
- Updated to 1.1 - Updated to 1.1
- Made %%pre, %%svn and %%svnbuild defines optional - Made %%pre, %%svn and %%svnbuild defines optional
- Switched to .xz sources - Switched to .xz sources
- Updated the ffmpeg patch - Updated the ffmpeg patch
- Fixed -vo png:alpha using a patch from SVN (RPM Fusion bug #2362)
* Wed Jun 13 2012 Julian Sikorski <belegdol@fedoraproject.org> - 1.0-0.139.20120205svn * Wed Jun 13 2012 Julian Sikorski <belegdol@fedoraproject.org> - 1.0-0.139.20120205svn
- Restored the ability to disable subtitles in gmplayer (RPM Fusion bug #2373) - Restored the ability to disable subtitles in gmplayer (RPM Fusion bug #2373)

Loading…
Cancel
Save