Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > tainted-updates-src > by-pkgid > 5855a2583c3944658c6e0520a8cea5a6 > files > 19

mplayer-1.3.0-12.mga6.tainted.src.rpm

%define build_3264bit     0
%{?_with_3264bit: %{expand: %%global build_3264bit 1}}
%{?_without_3264bit: %{expand: %%global build_3264bit 0}}
%if %{build_3264bit}
%define pkgext  32
%else
%define pkgext  %{nil}
%endif

%define name            mplayer%{pkgext}
%define upstream_name   MPlayer
%define prerel          %{nil}
%define version         1.3.0
%define svn             %{nil}
%define ffmpegversion   3.3.3
%if "%{svn}" != ""
%define fversion %{svn}
%else
%define fversion %{version}
%endif
%if "%{prerel}" != ""
%if "%{svn}" != ""
%define rel             1.%{prerel}.0.%{svn}.1
%else
%define rel 1.%{prerel}.1
%endif
%else
%if "%{svn}" != ""
%define rel 1.%{svn}.1
%else
%define rel 12
%endif
%endif

%define build_plf 0
%define build_optimization 0
%define build_debug 0
%bcond_without mencoder
%define build_gui 1
%define build_system_ffmpeg 1

%define build_yasm      1
%define build_live      1
%define build_vesa      1
%bcond_without theora
%define build_ggi       0
%bcond_without lirc
%define build_xmms      0
%define build_amr       0
%define build_arts      0
%define build_aa        1
%define build_cdda      0
%define build_compiz    0
%define build_dirac     1
%define build_dv        1
%define build_sdl       1
%define build_lzo       1
%define build_smb       1
%define build_mga       1
%define build_fbdev     1
%define build_dvb       1
%define build_fribidi   1
%define build_enca      1
%define build_alsa      1
%define build_jack      1
%define build_openal    0
%define build_pulse     1
%define build_schroedinger      1
%define build_twolame 0
%define build_lame 1
%define build_faac 0
%define build_faad 0
%define build_x264 0
%define build_xvid 0
%define build_dts 0
%bcond_with directfb
%define build_v4l2 1
%define build_xvmc 1
%define build_vdpau 1
%define build_ivtv 0
%define build_libass 1
%define build_vpx 1
%define build_rtmp 1
%define build_zr 0
%define build_libnut 1
%define build_cdio 1
%if %build_cdio
%define build_cdda 0
%endif
%define build_bluray 1

%define build_smb       0

%ifnarch %ix86
%define build_vesa 0
%endif

%if "%{?distro_section}" == "tainted"
%define build_plf 1
%endif

%if %build_plf
%define build_amr 1
%define build_twolame 1
%define build_faac 0
%define build_faad 1
%define build_x264 1
%define build_xvid 1
%define build_dts 1
%define build_yasm 1
%define build_dirac 1
%define build_schroedinger 1
%endif

%if %build_system_ffmpeg
%define build_amr 0
%define build_dirac 0
%define build_schroedinger 0
%define build_vpx 0
%define build_zr 0
%endif

%{?_with_amr: %{expand: %%global build_amr 1}}
%{?_without_amr: %{expand: %%global build_amr 0}}
%{?_with_live: %{expand: %%global build_live 1}}
%{?_without_live: %{expand: %%global build_live 0}}
%{?_with_yasm: %{expand: %%global build_yasm 1}}
%{?_without_yasm: %{expand: %%global build_yasm 0}}
%{?_with_vesa: %{expand: %%global build_vesa 1}}
%{?_without_vesa: %{expand: %%global build_vesa 0}}
%{?_with_optimization: %{expand: %%global build_optimization 1}}
%{?_with_debug: %{expand: %%global build_debug 1}}
%{?_without_debug: %{expand: %%global build_debug 0}}
%{?_with_gui: %{expand: %%global build_gui 1}}
%{?_without_gui: %{expand: %%global build_gui 0}}
%{?_with_system_ffmpeg: %{expand: %%global build_system_ffmpeg 1}}
%{?_without_system_ffmpeg: %{expand: %%global build_system_ffmpeg 0}}
%{?_with_smb: %{expand: %%global build_smb 1}}
%{?_without_smb: %{expand: %%global build_smb 0}}
%{?_with_ggi: %{expand: %%global build_ggi 1}}
%{?_without_ggi: %{expand: %%global build_ggi 0}}
%{?_with_xmms: %{expand: %%global build_xmms 1}}
%{?_without_xmms: %{expand: %%global build_xmms 0}}
%{?_with_arts: %{expand: %%global build_arts 1}}
%{?_without_arts: %{expand: %%global build_arts 0}}
%{?_with_aa: %{expand: %%global build_aa 1}}
%{?_without_aa: %{expand: %%global build_aa 0}}
%{?_with_cdda: %{expand: %%global build_cdda 1}}
%{?_without_cdda: %{expand: %%global build_cdda 0}}
%{?_with_dirac: %{expand: %%global build_dirac 1}}
%{?_without_dirac: %{expand: %%global build_dirac 0}}
%{?_with_dv: %{expand: %%global build_dv 1}}
%{?_without_dv: %{expand: %%global build_dv 0}}
%{?_with_sdl: %{expand: %%global build_sdl 1}}
%{?_without_sdl: %{expand: %%global build_sdl 0}}
%{?_with_lzo: %{expand: %%global build_lzo 1}}
%{?_without_lzo: %{expand: %%global build_lzo 0}}
%{?_with_mga: %{expand: %%global build_mga 1}}
%{?_without_mga: %{expand: %%global build_mga 0}}
%{?_with_fribidi: %{expand: %%global build_fribidi 1}}
%{?_without_fribidi: %{expand: %%global build_fribidi 0}}
%{?_with_enca: %{expand: %%global build_enca 1}}
%{?_without_enca: %{expand: %%global build_enca 0}}
%{?_with_jack: %{expand: %%global build_jack 1}}
%{?_without_jack: %{expand: %%global build_jack 0}}
%{?_with_libass: %{expand: %%global build_libass 1}}
%{?_without_libass: %{expand: %%global build_libass 0}}
%{?_with_pulse: %{expand: %%global build_pulse 1}}
%{?_without_pulse: %{expand: %%global build_pulse 0}}
%{?_with_openal: %{expand: %%global build_openal 1}}
%{?_without_openal: %{expand: %%global build_openal 0}}
%{?_with_schroedinger: %{expand: %%global build_schroedinger 1}}
%{?_without_schroedinger: %{expand: %%global build_schroedinger 0}}
%{?_with_twolame: %{expand: %%global build_twolame 1}}
%{?_without_twolame: %{expand: %%global build_twolame 0}}
%{?_with_lame: %{expand: %%global build_lame 1}}
%{?_without_lame: %{expand: %%global build_lame 0}}
%{?_with_faac: %{expand: %%global build_faac 1}}
%{?_without_faac: %{expand: %%global build_faac 0}}
%{?_with_faad: %{expand: %%global build_faad 1}}
%{?_without_faad: %{expand: %%global build_faad 0}}
%{?_with_x264: %{expand: %%global build_x264 1}}
%{?_without_x264: %{expand: %%global build_x264 0}}
%{?_with_xvid: %{expand: %%global build_xvid 1}}
%{?_without_xvid: %{expand: %%global build_xvid 0}}
%{?_with_dts: %{expand: %%global build_dts 1}}
%{?_without_dts: %{expand: %%global build_dts 0}}
%{?_with_rtmp: %{expand: %%global build_rtmp 1}}
%{?_without_rtmp: %{expand: %%global build_rtmp 0}}
%{?_with_v4l2: %{expand: %%global build_v4l2 1}}
%{?_without_v4l2: %{expand: %%global build_v4l2 0}}
%{?_with_xvmc: %{expand: %%global build_xvmc 1}}
%{?_without_xvmc: %{expand: %%global build_xvmc 0}}
%{?_with_vdpau: %{expand: %%global build_vdpau 1}}
%{?_without_vdpau: %{expand: %%global build_vdpau 0}}
%{?_with_vpx: %{expand: %%global build_vpx 1}}
%{?_without_vpx: %{expand: %%global build_vpx 0}}
%{?_with_libnut: %{expand: %%global build_libnut 1}}
%{?_without_libnut: %{expand: %%global build_libnut 0}}
%{?_with_cdio: %{expand: %%global build_cdio 1}}
%{?_without_cdio: %{expand: %%global build_cdio 0}}
%{?_with_bluray: %{expand: %%global build_bluray 1}}
%{?_without_bluray: %{expand: %%global build_bluray 0}}

Name:           %{name}
Version:        %{version}
Release:        %mkrel %{rel}
Summary:        Movie player for linux
%if "%{svn}" != ""
#gw generated using svn export
Source0:        %{name}-%{svn}.tar.xz
%else
Source0:        ftp://ftp.mplayerhq.hu/MPlayer/releases/%{upstream_name}-%{fversion}.tar.xz
%endif
Source1:        http://ffmpeg.org/releases/ffmpeg-%{ffmpegversion}.tar.xz
#gw default skin
Source4:        http://mplayerhq.hu/MPlayer/skins/Blue-1.11.tar.bz2
Patch0:         mplayer-1.0rc4-distro-config.patch
Patch3:         mplayer-mp3lib-no-strict-aliasing.patch
Patch7:         mplayer-1.0pre1-nomgafirst.patch
Patch21:        mplayer-1.0rc2-compiz.patch
# fixes for crashes found while fixing CVE-2008-1558
Patch28:        mplayer-rtsp-extra-fixes.patch
Patch31:        mplayer-format-string-literal.patch
#gw fix crash: https://qa.mandriva.com/show_bug.cgi?id=55443
Patch35:        mplayer-fix-dvd-crash.patch
# hack to build video filters that require internal FFmpeg headers -
# this requires the private headers to be present during build
# (it is somewhat bad, but there are many other files in mplayer that
#  already require them, so we couldn't remove them anyway)
Patch49:        mplayer-filters-hack-with-shared.patch
Patch50:        mplayer-1.1-fix-live-test.patch
Patch54:        60_arm-private-symbols.patch
Patch56:        mplayer-configure-dvdread-ldflags.patch
# (cjw) fix a segmentation fault caused by not calling avformat_write_header()
Patch57:	mplayer-1.2-spdifenc-segfault.patch
# (cjw) allow specifying alsa hw devices in the form <name>:CARD=<card>,DEV=<dev> e.g. hdmi:CARD=NVidia,DEV=3
#       by writing: -ao alsa:device=<name>=CARD^<card>,DEV^<dev> e.g.: -ao alsa:device=hdmi=CARD^NVidia,DEV^3
#       These devices can be listed using:  aplay -l
Patch58:	mplayer-1.2-alsa-equal-signs.patch
Patch59:	mplayer-r37857-gif-crash.patch
Patch60:	mplayer-r37875-screenshot-crash.patch
URL:            http://www.mplayerhq.hu
License:        GPLv2
Group:          Video/Players
BuildRequires:  libncurses-devel
%if %build_aa
BuildRequires:  libaa-devel
%endif
BuildRequires:  a52dec-devel
%if %build_arts
BuildRequires:  libarts-devel
%endif
%if %build_amr
BuildRequires:  opencore-amr-devel
%endif

%if %build_jack
BuildRequires:  libjack-devel
%endif
%if %build_pulse
BuildRequires:  libpulseaudio-devel
%endif
%if %build_openal
BuildRequires:  libopenal-devel
%endif
%if %build_cdda
BuildRequires:  libcdda-devel
%endif
%if %build_dirac
BuildRequires:  libdirac-devel >= 0.9.0
%endif
%if %build_schroedinger
BuildRequires:  libschroedinger-devel
%endif
%if %build_dv
BuildRequires:  libdv-devel
%endif
BuildRequires:  libdxr3-devel
BuildRequires:  libjpeg-devel
BuildRequires:  openjpeg-devel
%if %with lirc
BuildRequires:  liblirc-devel
%endif
%if %build_lzo
BuildRequires:  liblzo-devel
%endif
BuildRequires:  libmad-devel
BuildRequires:  libnas-devel
BuildRequires:  libpng-devel
%if %build_sdl
BuildRequires:  libSDL-devel >= 1.1.8
%endif
BuildRequires:  libtermcap-devel
%if %build_xmms
BuildRequires:  libxmms-devel
%endif
%if %build_ggi
BuildRequires:  libggiwmh-devel
%endif
%if %build_smb
# require samba < 3.2.0 to avoid shipping GPLv2 vs GPLv3
BuildRequires:  libsmbclient-devel < 3.2.0
%endif
%if %build_twolame
BuildRequires:  libtwolame-devel
%endif
%if %build_faac
BuildRequires:  libfaac-devel
%endif
%if %build_faad
BuildRequires: libfaad2-devel
%endif
%if %build_x264
BuildRequires:  libx264-devel >= 0.120
%endif
%if %build_xvid
BuildRequires:  xvid-devel >= 1.0.0-0.beta2.1plf
%endif
%if %build_dts
BuildRequires: dtsdec-devel
%endif
%if %build_lame
BuildRequires: liblame-devel
%endif
%if %build_plf
Requires: %mklibname dvdcss 2
%endif
%if %build_live
BuildRequires: live-devel
%endif
%if %build_vesa
BuildRequires: libvbe-devel
BuildRequires: liblrmi-devel
%endif
%if %with theora
BuildRequires: libtheora-devel
%endif
%if %build_fribidi
BuildRequires: libfribidi-devel >= 0.10.4
%endif
%if %build_enca
BuildRequires: libenca-devel
%endif
%if %with directfb
BuildRequires: libdirectfb-devel
%endif
%if %build_xvmc
BuildRequires: libxvmc-devel
%endif
%if %build_vdpau
BuildRequires: vdpau-devel
%endif
%if %build_libass
BuildRequires: libass-devel
%endif
BuildRequires: gsm-devel
BuildRequires: libmpg123-devel
%if %build_vpx
BuildRequires: libvpx-devel
%endif
%if %build_rtmp
BuildRequires: rtmp-devel
%endif
%if %build_libnut
BuildRequires: libnut-devel
%endif
%if %build_cdio
BuildRequires: libcdio-devel
BuildRequires: libcdio-paranoia-devel
%endif
%if %build_bluray
BuildRequires: bluray-devel
%endif
BuildRequires: bzip2-devel
BuildRequires: libmng-devel
BuildRequires: libmesagl-devel
BuildRequires: libxxf86vm-devel
BuildRequires: libxxf86dga-devel
BuildRequires: libxscrnsaver-devel
BuildRequires: libspeex-devel
BuildRequires: libmpcdec-devel
BuildRequires: ladspa-devel
BuildRequires: libxslt-proc
BuildRequires: docbook-style-xsl
BuildRequires: docbook-dtd412-xml
BuildRequires: libcaca-devel
BuildRequires: giflib-devel
%if %build_yasm
BuildRequires: yasm
%endif
BuildRequires: libbs2b-devel
%if %build_system_ffmpeg
BuildRequires: ffmpeg-devel >= %{ffmpegversion}
%endif
BuildRequires: libdvdread-devel
BuildRequires: libdvdnav-devel

Provides:       mplayer%{pkgext}1.0
Obsoletes:      mplayer%{pkgext}1.0


%description
MPlayer is a movie player for LINUX (runs on many other Unices, and
non-x86 CPUs, see the documentation). It plays most MPEG, VOB, AVI,
VIVO, ASF/WMV, QT/MOV, FLI, NuppelVideo, yuv4mpeg, FILM, RoQ, and some
RealMedia files, supported by many native, XAnim, and Win32 DLL codecs.
You can watch VideoCD, SVCD, DVD, 3ivx, FLI, and even DivX movies too
(and you don't need the avifile library at all!). The another big
feature of mplayer is the wide range of supported output drivers. It
works with X11, Xv, DGA, OpenGL, SVGAlib, fbdev, AAlib, but you can use
SDL (and this way all drivers of SDL), VESA (on every VESA compatible
card, even without X!), and some lowlevel card-specific drivers (for
Matrox, 3Dfx and Radeon) too! Most of them supports software or hardware
scaling, so you can enjoy movies in fullscreen. MPlayer supports
displaying through some hardware MPEG decoder boards, such as the DVB
and DXR3/Hollywood+! And what about the nice big antialiased shaded
subtitles (9 supported types!!!) with european/ISO 8859-1,2 (hungarian,
english, czech, etc), cyrillic, korean fonts, and OSD?
%if %build_plf

This package is in the 'tainted' section because some included codecs
are covered by patents.  It also includes support for reading DVDs
encrypted with CSS which might be illegal in some countries.
%endif

%package doc
Summary: %{upstream_name} documentation
Group: Documentation
BuildArch: noarch

%description doc
This package contains documentation for %{upstream_name}.

%if %build_gui
%package gui
Summary:        GUI for %{name}
Group:          Video/Players
Requires:       %{name} = %{version}
BuildRequires:  gtk+2-devel
BuildRequires:  imagemagick
BuildArch:	noarch
Provides:       mplayer%{pkgext}1.0-gui
Obsoletes:      mplayer%{pkgext}1.0-gui
Conflicts:      mplayer-skins < 1.3-8

%description gui
This package contains a GUI for %{name}.
%endif

%if %with mencoder
%package -n mencoder%{pkgext}
Summary: MPlayer's movie encoder
Group:          Video/Editors and Converters
Requires:       %{name} = %{version}
Provides:       mencoder%{pkgext}1.0
Obsoletes:      mencoder%{pkgext}1.0

%description -n mencoder%{pkgext}
MEncoder a movie encoder and is a part of the MPlayer package.
%if !%build_plf
Note: this version doesn't have support for encoding in patented codecs.
Use 'tainted' media if you want them.
%else
This 'tainted' build has additional support for AAC decoding with libfaad
which is covered by software patents. It also includes support for reading
DVDs encrypted with CSS which might be illegal in some countries.
%endif
%endif


%prep
%if "%{svn}" != ""
%setup -q -n %{name} -a 4
#gw as we have have used svn export:
echo %{svn}|sed s/^r// > snapshot_version
perl -pi -e 's^r\$svn_revision^%{release}^' version.sh
find DOCS -name .svn|xargs rm -rf
%else
%setup -q -n MPlayer-%{version}%{prerel} -a 4
echo %{version}%{prerel}-%{release} > VERSION
%endif
#gw fix permissions
chmod 644 AUTHORS Changelog README Copyright
rm -f Blue/README
%patch0 -p1 -b .distro-config
#%%patch3 -p1 -b .mp2
#%%patch7 -p1 -b .mga
#%%patch21 -p0 -b .compiz
%patch28 -p1 -b .rtsp-extra-fixes
%patch31 -p1 -b .format~
%patch35 -p0
%if %build_system_ffmpeg
%patch49 -p1
%endif
%patch50 -p0
%patch54 -p1
%patch56 -p1 -b .link-libdvdread
%patch57 -p1 -b .pts
%patch58 -p1 -b .equal-signs
%patch59 -p1
%patch60 -p1

mv DOCS/README README.DOCS

rm -rf ffmpeg
tar -xJf %{SOURCE1}
mv ffmpeg-%{ffmpegversion} ffmpeg
pushd ffmpeg
popd

%build
%if !%build_optimization
export CFLAGS="$CFLAGS $RPM_OPT_FLAGS"
%endif
%ifarch %arm
# libmpeg2 contains some armv5te asm but unlike the mpeg2dec package
# we can't disable ARCH_ARM here so build with armv5te
export CFLAGS="`echo $CFLAGS|sed -e 's!armv5t!armv5te!g'`"
%endif
%if %build_debug
export CFLAGS="$CFLAGS -g"
%endif
%ifarch ppc
export CFLAGS="$CFLAGS -mcpu=7450 -maltivec"
%endif
%if %with directfb
export CPPFLAGS="-I%{_includedir}/directfb"
%endif
%if %{build_3264bit}
export EXESUF=32
%endif
export LDFLAGS="%{?ldflags}"
./configure \
        --prefix=%{_prefix} \
        --datadir=%{_datadir}/%{name} \
        --confdir=%{_sysconfdir}/%{name} \
        --libdir=%{_libdir} \
%if !%build_optimization
%ifarch %ix86 x86_64 ppc
        --enable-runtime-cpudetection \
%endif
%ifarch %ix86
        --enable-mmx \
        --enable-3dnow \
        --enable-sse \
        --enable-sse2 \
        --enable-fastmemcpy \
	--disable-ossaudio \
%endif
%endif
        --enable-freetype \
        --enable-nas \
%if %build_debug
        --enable-debug=3 \
%else
        --disable-sighandler \
%endif
%if %build_gui
        --enable-gui \
%endif
%if %build_system_ffmpeg
        --disable-ffmpeg_a \
%endif
        --language=all \
%if ! %build_faad
        --disable-faad \
%endif
        --enable-dvdnav \
        --enable-dvdread \
        %{?_with_lirc} \
        --enable-tv \
%if ! %build_v4l2
        --disable-tv-v4l2 \
%endif
        --enable-joystick \
        \
        --enable-gl \
        --disable-svga \
%if ! %build_mga
        --disable-mga \
%endif
%if ! %build_fbdev
        --disable-fbdev \
%endif
        %{?_with_directfb} \
        %{?_with_mencoder} \
%if ! %build_live
        --disable-live \
%endif
%if ! %build_vesa
       --disable-vesa \
%endif
        %{?_with_theora} \
        --enable-menu \
%if %build_xmms
        --enable-xmms --with-xmmslibdir=%{_libdir} \
%endif
%if %build_smb
        --enable-smb \
%endif
%if ! %build_dvb
       --disable-dvb \
%endif
%if ! %build_ggi
        --disable-ggi \
%endif
        --codecsdir=%{_libdir}/codecs \
%if ! %build_arts
        --disable-arts \
%endif
%if ! %build_jack
        --disable-jack \
%endif
%if ! %build_aa
        --disable-aa \
%endif
%if ! %build_cdda
        --disable-cdparanoia \
%endif
%if ! %build_dv
        --disable-libdv \
%endif
%if ! %build_lzo
        --disable-liblzo \
%endif
%if ! %build_sdl
        --disable-sdl \
%endif
%if ! %build_alsa
        --disable-alsa \
%endif
%if ! %build_fribidi
        --disable-fribidi \
%endif
%if !%build_enca
        --disable-enca \
%endif
%if %build_pulse
        --enable-pulse \
%endif
%if !%build_openal
        --disable-openal \
%endif
%if %build_zr
        --enable-zr \
%endif
%if %build_xvmc
        --enable-xvmc \
%endif
%if ! %build_ivtv
        --disable-ivtv \
%endif
%if ! %build_vdpau
        --disable-vdpau
%endif


# Keep this line before empty end %%configure (ppc conditionnal pb)
make EXESUF=%{pkgext}
#gw make sure we have our version string included:
grep -F "%{release}" version.h

%install
install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_datadir}/%{name}
install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}
install -m 755 mplayer%{pkgext} -D %{buildroot}%{_bindir}/mplayer%{pkgext}
for lang in en de fr hu pl zh_CN es it; do
    install -m 644 DOCS/man/$lang/mplayer.1 -D %{buildroot}%{_mandir}/$([ "$lang" != "en" ] && echo $lang)/man1/mplayer%{pkgext}.1
done
%find_lang mplayer%{pkgext} --with-man

%if %with mencoder
install -m 755 mencoder%{pkgext} -D %{buildroot}%{_bindir}/mencoder%{pkgext}

for lang in en de fr hu pl zh_CN es it; do
    ln -s mplayer%{pkgext}.1 %{buildroot}%{_mandir}/$([ "$lang" != "en" ] && echo $lang)/man1/mencoder%{pkgext}.1
done
%find_lang mencoder%{pkgext} --with-man
install -m 755 TOOLS/mencvcd.sh %{buildroot}%{_bindir}/mencvcd%{pkgext}
install -m 755 TOOLS/divx2svcd.sh %{buildroot}%{_bindir}/divx2svcd%{pkgext}
install -m 755 TOOLS/wma2ogg.pl %{buildroot}%{_bindir}/wma2ogg%{pkgext}.pl
%endif
install -m 755 TOOLS/midentify.sh %{buildroot}%{_bindir}/midentify%{pkgext}
install -m 644 etc/example.conf %{buildroot}%{_sysconfdir}/%{name}/mplayer.conf
install -m 644 etc/menu.conf %{buildroot}%{_sysconfdir}/%{name}

%if %build_gui
# default Skin
install -d -m 755 %{buildroot}%{_datadir}/%{name}/skins/
cp -r Blue %{buildroot}%{_datadir}/%{name}/skins/
ln -s Blue %{buildroot}%{_datadir}/%{name}/skins/default
# gmplayer equals mplayer -gui
ln -s mplayer%{pkgext} %{buildroot}%{_bindir}/gmplayer%{pkgext}
# icons
mkdir -p %{buildroot}{%{_liconsdir},%{_iconsdir},%{_miconsdir}}
convert -transparent white Blue/icons/icon48x48.png %{buildroot}%{_liconsdir}/mplayer%{pkgext}.png
convert -transparent white Blue/icons/icon32x32.png %{buildroot}%{_iconsdir}/mplayer%{pkgext}.png
convert -transparent white -scale 16x16 Blue/icons/icon48x48.png %{buildroot}%{_miconsdir}/mplayer%{pkgext}.png
install -D -m 644 etc/mplayer.desktop %{buildroot}%{_datadir}/applications/mplayer%{pkgext}.desktop
perl -pi -e 's@mplayer$@mplayer%{pkgext}@g' %{buildroot}%{_datadir}/applications/mplayer%{pkgext}.desktop
%endif
%if %{build_3264bit}
if [ -e %{buildroot}%{_liconsdir}/mplayer%{pkgext}.png ]; then
        convert %{buildroot}%{_liconsdir}/mplayer%{pkgext}.png -channel green -negate \
                %{buildroot}%{_liconsdir}/mplayer%{pkgext}.png
fi
if [ -e %{buildroot}%{_iconsdir}/mplayer%{pkgext}.png ]; then
        convert %{buildroot}%{_iconsdir}/mplayer%{pkgext}.png -channel green -negate \
                %{buildroot}%{_iconsdir}/mplayer%{pkgext}.png
fi
if [ -e %{buildroot}%{_miconsdir}/mplayer%{pkgext}.png ]; then
        convert %{buildroot}%{_miconsdir}/mplayer%{pkgext}.png -channel green -negate \
                %{buildroot}%{_miconsdir}/mplayer%{pkgext}.png
fi
%endif

%if %build_debug
export DONT_STRIP=1
%endif

%files -f mplayer%{pkgext}.lang
%doc AUTHORS Changelog README Copyright
%dir %{_sysconfdir}/%{name}
%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/%{name}/mplayer.conf
%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/%{name}/menu.conf
%{_bindir}/midentify%{pkgext}
%{_bindir}/mplayer%{pkgext}
%{_mandir}/man1/mplayer%{pkgext}.1*
%dir %{_datadir}/%{name}

%files doc
%defattr(-,root,root,755)
%doc README.DOCS
%doc DOCS/default.css DOCS/xml DOCS/tech/

%if %with mencoder
%files -n mencoder%{pkgext} -f mencoder%{pkgext}.lang
%{_bindir}/mencoder%{pkgext}
%{_bindir}/divx2svcd%{pkgext}
%{_bindir}/mencvcd%{pkgext}
%{_bindir}/wma2ogg%{pkgext}.pl
%{_mandir}/man1/mencoder%{pkgext}.1*
%endif

%if %build_gui
%files gui
%{_bindir}/gmplayer%{pkgext}
%{_datadir}/applications/mplayer%{pkgext}.desktop
%{_datadir}/%{name}/skins/
%{_iconsdir}/mplayer%{pkgext}.png
%{_miconsdir}/mplayer%{pkgext}.png
%{_liconsdir}/mplayer%{pkgext}.png
%endif






%changelog
* Sun Aug 13 2017 luigiwalser <luigiwalser> 1.3.0-12.mga6
+ Revision: 1140168
- add upstream patch to fix crash with -vf screenshot
- update bundled ffmpeg to 3.3.3

* Fri May 05 2017 zezinho <zezinho> 1.3.0-11.mga6.tainted
+ Revision: 1099206
- mp3 patents gone

* Tue May 02 2017 akien <akien> 1.3.0-10.mga6
+ Revision: 1098312
- Rebuild for ffmpeg 3.3

* Fri Mar 31 2017 tv <tv> 1.3.0-9.mga6.tainted
+ Revision: 1095506
- rebuild for new libbluray

* Fri Mar 10 2017 shlomif <shlomif> 1.3.0-8.mga6.tainted
+ Revision: 1091482
- New version 1.3.0 with support for ffmpeg 3.2.4.

  + akien <akien>
    - Rebuild for ffmpeg 3.2.4

* Wed Mar 01 2017 ghibo <ghibo> 1.2.1-7.mga6.tainted
+ Revision: 1088319
- Rebuilt against pulseaudio 10

* Tue Jan 10 2017 luigiwalser <luigiwalser> 1.2.1-6.mga6.tainted
+ Revision: 1080922
- rebuild for libass
- update bundled ffmpeg to 2.8.8

* Sun Aug 21 2016 daviddavid <daviddavid> 1.2.1-5.mga6.tainted
+ Revision: 1047653
- submit to tainted

* Sat Aug 20 2016 luigiwalser <luigiwalser> 1.2.1-4.mga6
+ Revision: 1047447
- rebuild (should be without directfb now)
- add upstream patch to fix crash with invalid gif file (CVE-2016-4352, mpl#2295)
- update bundled ffmpeg to 2.8.6

* Tue Jan 26 2016 fwang <fwang> 1.2.1-2.mga6.tainted
+ Revision: 927801
- bump rel to reupload for core

* Mon Jan 25 2016 fwang <fwang> 1.2.1-1.mga6
+ Revision: 927370
- 1.2.1

* Mon Jan 18 2016 luigiwalser <luigiwalser> 1.2-7.mga6.tainted
+ Revision: 925619
- rebuild for x264
- update bundled ffmpeg to 2.8.5

* Thu Jan 07 2016 luigiwalser <luigiwalser> 1.2-6.mga6.tainted
+ Revision: 920404
- rebuild for giflib

* Sat Jan 02 2016 luigiwalser <luigiwalser> 1.2-5.mga6.tainted
+ Revision: 918288
- rebuild without directfb

* Thu Dec 31 2015 cjw <cjw> 1.2-4.mga6.tainted
+ Revision: 917406
- patch57: fix segmentation fault in spdifenc due to uninitialized pts pointer
- patch58: allow specifying alsa devices with equal signs in the name by using caret (^) characters

* Tue Dec 22 2015 fwang <fwang> 1.2-3.mga6.tainted
+ Revision: 913339
- gmplayer is a symlink now

* Tue Dec 22 2015 fwang <fwang> 1.2-3.mga6
+ Revision: 913309
- rebuild for ffmpeg 2.8.4

* Sat Oct 17 2015 fwang <fwang> 1.2-2.mga6.tainted
+ Revision: 892287
- rebuild for ffmpeg 2.8.1

* Tue Oct 06 2015 fwang <fwang> 1.2-1.mga6.tainted
+ Revision: 886567
- 1.2 final

  + tv <tv>
    - disable OSS support
    - simplify %%if/%%else by using %%bcond_with*

* Thu Sep 10 2015 fwang <fwang> 1.1.1-15.r37423.2.mga6.tainted
+ Revision: 875339
- rebuild for new mplayer

* Tue Aug 04 2015 shlomif <shlomif> 1.1.1-15.r37423.1.mga6
+ Revision: 860982
- Remove an unnecessary "Requires: soundwrapper" (Patch thx to ysoft).

* Thu Jul 16 2015 sander85 <sander85> 1.1.1-14.r37423.1.mga6.tainted
+ Revision: 854730
- Rebuild for new libcdio

* Sun Jun 28 2015 luigiwalser <luigiwalser> 1.1.1-13.r37423.1.mga6.tainted
+ Revision: 847215
- update to r37423
- remove upstreamed patch 57
- rediff patch 56
- remove configure option that breaks build with bundled ffmpeg

* Sat Jun 27 2015 cjw <cjw> 1.1.1-12.r37337.4.mga6.tainted
+ Revision: 846255
- rebuild for ffmpeg 2.7.1

  + luigiwalser <luigiwalser>
    - update bundled ffmpeg to 2.4.9

* Mon Mar 09 2015 shlomif <shlomif> 1.1.1-12.r37337.3.mga5.tainted
+ Revision: 818237
- Update ffmpeg to version 2.4.7.

* Mon Feb 16 2015 luigiwalser <luigiwalser> 1.1.1-12.r37337.2.mga5.tainted
+ Revision: 815106
- update bundled ffmpeg to 2.4.6

* Mon Jan 12 2015 luigiwalser <luigiwalser> 1.1.1-12.r37337.1.mga5.tainted
+ Revision: 810006
- update bundled ffmpeg to 2.4.5

* Mon Dec 08 2014 luigiwalser <luigiwalser> 1.1.1-11.r37337.1.mga5.tainted
+ Revision: 802236
- update to r37337
- update bundled ffmpeg to 2.4.4

* Sun Nov 16 2014 cjw <cjw> 1.1.1-10.r37323.3.mga5.tainted
+ Revision: 797393
- patch49: only disable spp filter, the other filters still build with ffmpeg in the source dir
- patch56: improve libdvdread handling in configure script

* Thu Nov 13 2014 akien <akien> 1.1.1-10.r37323.2.mga5.tainted
+ Revision: 796881
- Version 1.10 of the GUI theme

* Wed Nov 05 2014 akien <akien> 1.1.1-10.r37323.1.mga5.tainted
+ Revision: 795853
- Update to svn 37323
- Drop hack for system ffmpeg (patch49) that is no longer needed with ffmpeg 2.4.x and prevents building

  + umeabot <umeabot>
    - Second Mageia 5 Mass Rebuild

* Mon Sep 01 2014 luigiwalser <luigiwalser> 1.1.1-10.r37263.1.mga5.tainted
+ Revision: 670587
- update to r37263

  + tv <tv>
    - rebuild for lack of libdvdnavmini.so.4

* Mon Aug 18 2014 fwang <fwang> 1.1.1-9.r37254.2.mga5.tainted
+ Revision: 664992
- rebuild for ffmpeg 2.3.3

  + luigiwalser <luigiwalser>
    - update to r37254
    - generate proper mplayer tarball (use svn export)
    - update bundled ffmpeg to 2.3.2
    - fix release tag
    - remove no longer needed patch 56

* Sat Aug 09 2014 tv <tv> 1.1.1-8.r37250.7.mga5
+ Revision: 661222
- new snapshot (fix building with ffmpeg 2.3.1)
- disable patch 43
- rediff patch 56
- rebuild for new directfb

  + fwang <fwang>
    - rebuild for new ffmpeg

  + ovitters <ovitters>
    - rename Name to upstream_name

* Tue Jun 24 2014 fwang <fwang> 1.1.1-7.r37113.6.mga5.tainted
+ Revision: 639185
- use ffmpeg 2.2.4

* Tue Jun 03 2014 fwang <fwang> 1.1.1-7.r37113.5.mga5.tainted
+ Revision: 631901
- rebuild for new ffmpeg

* Sat May 17 2014 shlomif <shlomif> 1.1.1-7.r37113.4.mga5.tainted
+ Revision: 623218
- rpmlint cleanups
- Rebuild for new libdirectfb

* Mon May 05 2014 fwang <fwang> 1.1.1-6.r37113.4.mga5.tainted
+ Revision: 620189
- rebuild for ffmpeg

* Thu May 01 2014 luigiwalser <luigiwalser> 1.1.1-6.r37113.3.mga5.tainted
+ Revision: 619143
- rebuild for directfb

* Fri Apr 11 2014 fwang <fwang> 1.1.1-6.r37113.2.mga5.tainted
+ Revision: 613386
- rebuild for new ffmpeg
- rebuild for new ffmpeg

* Sun Mar 30 2014 luigiwalser <luigiwalser> 1.1.1-6.r37113.1.mga5.tainted
+ Revision: 610651
- new svn revision 37113

* Mon Mar 24 2014 fwang <fwang> 1.1.1-5.r36867.2.mga5.tainted
+ Revision: 607759
- rebuild for new ffmpeg

* Mon Feb 17 2014 luigiwalser <luigiwalser> 1.1.1-5.r36867.1.mga5.tainted
+ Revision: 593268
- new svn revision 36867 (compatible with ffmpeg 2.1.x)
- remove upstreamed patches 51-53, 55
- remove upstreamed portion of format-string-literal patch
- revert upstream changes that broke building

* Sat Feb 15 2014 luigiwalser <luigiwalser> 1.1.1-4.r36361.1.mga5.tainted
+ Revision: 592292
- rebuild for directfb and libass

* Tue Feb 04 2014 fwang <fwang> 1.1.1-3.r36361.2.mga5
+ Revision: 581533
- fix rel

* Tue Feb 04 2014 fwang <fwang> 1.1.1-3.r36361.1.mga5
+ Revision: 581504
- rebuild for new ffmpeg

* Wed Nov 06 2013 luigiwalser <luigiwalser> 1.1.1-3.r36361.1.mga4.tainted
+ Revision: 549756
- add upstream patch to fix implicit declaration of gethostbyname2 (mga#11495)

  + umeabot <umeabot>
    - Mageia 4 Mass Rebuild

* Sat Oct 12 2013 luigiwalser <luigiwalser> 1.1.1-2.r36361.1.mga4.tainted
+ Revision: 495982
- add upstream patches to fix mp3 decoding cutting out early (mga#10478)

* Wed Oct 09 2013 luigiwalser <luigiwalser> 1.1.1-1.r36361.8.mga4.tainted
+ Revision: 493841
- rebuild for ffmpeg 2.0.2

* Mon Sep 02 2013 fwang <fwang> 1.1.1-1.r36361.7.mga4.tainted
+ Revision: 474207
- rebuild for updated cdio

* Sun Sep 01 2013 fwang <fwang> 1.1.1-1.r36361.6.mga4.tainted
+ Revision: 473904
- rebuild for new cdio

* Tue Aug 27 2013 tv <tv> 1.1.1-1.r36361.5.mga4.tainted
+ Revision: 472364
- rebuild for new libmng

* Sat Aug 24 2013 luigiwalser <luigiwalser> 1.1.1-1.r36361.4.mga4.tainted
+ Revision: 470995
- rebuild for x264

* Sat Aug 17 2013 fwang <fwang> 1.1.1-1.r36361.3.mga4.tainted
+ Revision: 467238
- rebuild for new dfb

* Tue Aug 13 2013 fwang <fwang> 1.1.1-1.r36361.2.mga4.tainted
+ Revision: 466051
- rebuild for new ffmpeg

* Sun Jul 14 2013 luigiwalser <luigiwalser> 1.1.1-1.r36361.1.mga4.tainted
+ Revision: 453954
- rebuild for ffmpeg 2.0 (and update bundled source)
- fix version tag (should be 1.1.1 since r36241)
- new svn revision 36361
- remove patches 58-61 no longer needed with new ffmpeg

* Mon Jun 17 2013 luigiwalser <luigiwalser> 1.1-14.r36347.1.mga4.tainted
+ Revision: 443885
- new svn revision 36347
- rediff patches 31, 33, 49
- remove patch 52 (not needed with current mplayer)
- remove patch 53 (not needed with current ffmpeg)
- remove patches 55, 56, 57 (upstreamed)
- revert upstream changes not working with ffmpeg 1.2 (patches 58-61)

* Mon Jun 03 2013 fwang <fwang> 1.1-13.r35916.3.mga4.tainted
+ Revision: 435522
- rebuild for new libpng

* Fri May 24 2013 fwang <fwang> 1.1-13.r35916.2.mga4.tainted
+ Revision: 425843
- rebuild for new ffmpeg

* Mon May 06 2013 luigiwalser <luigiwalser> 1.1-13.r35916.1.mga3.tainted
+ Revision: 412435
- add upstream patch to disable playlist parsing by default for security reasons

* Sun Apr 14 2013 luigiwalser <luigiwalser> 1.1-12.r35916.4.mga3.tainted
+ Revision: 410096
- add upstream fixes for building with bundled ffmpeg

* Fri Apr 05 2013 fwang <fwang> 1.1-12.r35916.3.mga3.tainted
+ Revision: 408188
- rebuild for new ffmpeg 1.1.4

* Sat Mar 30 2013 rtp <rtp> 1.1-12.r35916.2.mga3.tainted
+ Revision: 406721
- merge asm fix from Debian for libmpeg2 arm asm
- enable cpu detection only on system where it's working
- build with armv5te on arm to workaround libmpeg2 building only
  with armv5te asm on arm.

* Sun Mar 17 2013 lmenut <lmenut> 1.1-12.r35916.1.mga3.tainted
+ Revision: 403606
- rebuild for new rpm-mageia-setup
  do not own man lang directories (mga #9055)

* Mon Feb 18 2013 luigiwalser <luigiwalser> 1.1-11.r35916.1.mga3.tainted
+ Revision: 399024
- new svn revision 35916
- revert added EVRC support (not in ffmpeg 1.1)

* Tue Feb 12 2013 fwang <fwang> 1.1-10.r35756.1.mga3.tainted
+ Revision: 398089
- rebuild for ffmpeg 1.1.2
- rebuild for ffmpeg 1.1.1

* Tue Jan 22 2013 cjw <cjw> 1.1-9.r35756.1.mga3.tainted
+ Revision: 390672
- remove upstream-bundled ffmpeg before extracting srpm-bundled ffmpeg (fixes warning about ffmpeg version mismatch)
- new svn snapshot r35756 (fixes #8762)

  + gw666 <gw666>
    - apply giflib patch only on Mageia 3 and newer to allow backports to
      Mageia 2

  + umeabot <umeabot>
    - Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Tue Jan 08 2013 fwang <fwang> 1.1-9.mga3.tainted
+ Revision: 341579
- rebuild for ffmpeg 1.1

  + luigiwalser <luigiwalser>
    - fix building with bundled ffmpeg

* Sun Dec 09 2012 luigiwalser <luigiwalser> 1.1-7.mga3.tainted
+ Revision: 328988
- fix building with updated giflib
- update bundled ffmpeg to 1.0.1

* Sun Oct 14 2012 fwang <fwang> 1.1-6.mga3.tainted
+ Revision: 305501
- update rpm group

  + ennael <ennael>
    - Documentation group

* Fri Sep 28 2012 fwang <fwang> 1.1-5.mga3.tainted
+ Revision: 298917
- update rpm group
- rebuild for ffmpeg 1.0

* Wed Sep 19 2012 fwang <fwang> 1.1-4.mga3.tainted
+ Revision: 296123
- rebuild for ffmpeg 0.11.2

* Sat Sep 15 2012 fwang <fwang> 1.1-3.mga3.tainted
+ Revision: 294215
- rebuild for new x264

* Sat Jul 28 2012 fwang <fwang> 1.1-2.mga3.tainted
+ Revision: 275247
- rebuild for new dfb

* Sat Jun 16 2012 luigiwalser <luigiwalser> 1.1-1.mga3.tainted
+ Revision: 261011
- update bundled ffmpeg to 0.11.1
- update to MPlayer 1.1 final release (sync with mdv)
- fix configure LIVE555 detection
- fix building non-svn version
- minor spec cosmetics

* Tue Jun 05 2012 luigiwalser <luigiwalser> 1.0-1.rc4.0.r34991.1.mga3.tainted
+ Revision: 256023
- update to new svn snapshot r34991 (sync with mdv)

* Mon May 28 2012 luigiwalser <luigiwalser> 1.0-1.rc4.0.r34911.1.mga3.tainted
+ Revision: 248507
- remove patch 48 (upstreamed)
- remove patches 50-52 (were taken from upstream)
- update bundled ffmpeg code to 0.11
- update to r34911 (sync with mdv)
- add patch 43 to not use ffmpeg API not in stable release (from mdv)

* Mon May 07 2012 luigiwalser <luigiwalser> 1.0-1.rc4.0.r34578.9.mga2.tainted
+ Revision: 234857
- update bundled ffmpeg to 0.10.3

* Mon Mar 26 2012 luigiwalser <luigiwalser> 1.0-1.rc4.0.r34578.8.mga2.tainted
+ Revision: 226484
- fixes from upstream for PNG loading in the GUI (mga #4923)

* Sun Mar 25 2012 luigiwalser <luigiwalser> 1.0-1.rc4.0.r34578.7.mga2.tainted
+ Revision: 226412
- fixes for PNG loading from upstream

* Wed Mar 21 2012 fwang <fwang> 1.0-1.rc4.0.r34578.6.mga2.tainted
+ Revision: 225144
- drop unused switch
- configure step is doing sed for detecting decoders
- do not extract ffmpeg tarball when using system ffmpeg
- br bluray

* Mon Mar 19 2012 luigiwalser <luigiwalser> 1.0-1.rc4.0.r34578.5.mga2.tainted
+ Revision: 224351
- update bundled ffmpeg code to 0.10.2

* Sun Mar 18 2012 fwang <fwang> 1.0-1.rc4.0.r34578.4.mga2.tainted
+ Revision: 223790
- fix on configure is of no use now, i think
- move static lib into first place
- try to fix link order

  + luigiwalser <luigiwalser>
    - add upstream patch (r34800) to fix compile with new live package
    - add -fpermissive to fix demux_rtp compile
    - update default skin (mga #4923)

* Wed Feb 29 2012 zezinho <zezinho> 1.0-1.rc4.0.r34578.3.mga2.tainted
+ Revision: 216235
- remove old info about external codecs

* Mon Feb 27 2012 zezinho <zezinho> 1.0-1.rc4.0.r34578.2.mga2.tainted
+ Revision: 215565
- fix distro-config like revision 81480

* Sun Jan 29 2012 anssi <anssi> 1.0-1.rc4.0.r34578.1.mga2.tainted
+ Revision: 202886
- drop now unneeded FFmpeg workaround patch (workaround-ffmpeg-pic.patch)
- fix wrong AC-3 frame size in lavcac3enc-build-with-shared.patch
  (see bug #4191)

  + luigiwalser <luigiwalser>
    - update mplayer snapshot to r34578 (sync with mdv)
    - separate mplayer and ffmpeg code (they come from different sources)
    - use system ffmpeg code as internal copy
    - build against system dvdread & dvdnav (from mdv)

* Fri Jan 27 2012 anssi <anssi> 1.0-1.rc4.0.r34577.4.mga2.tainted
+ Revision: 202249
- fix missing FFmpeg filters (bug #4191, lavcac3enc-build-with-shared.patch,
  filters-hack-with-shared.patch)

* Fri Jan 27 2012 fwang <fwang> 1.0-1.rc4.0.r34577.3.mga2.tainted
+ Revision: 202151
- rebuild for new ffmpeg

  + luigiwalser <luigiwalser>
    - removed patches no longer needed according to Anssi

* Mon Jan 16 2012 luigiwalser <luigiwalser> 1.0-1.rc4.0.r34577.2.mga2
+ Revision: 196705
- build with cdio instead of cdparanoia
- enable libnut support
- use system ffmpeg

* Mon Jan 16 2012 luigiwalser <luigiwalser> 1.0-1.rc4.0.r34577.1.mga2
+ Revision: 196626
- update snapshot
- patch from Anssi to fix frame width/height issue with system ffmpeg
- fix path to skins (from mdv)

  + fwang <fwang>
    - set doc sub package as noarch

* Wed Jan 11 2012 luigiwalser <luigiwalser> 1.0-1.rc4.0.r34537.1.mga2.tainted
+ Revision: 194887
- fix more format string errors
- fix another format string error
- newer snapshot (sync with mdv)
- don't use soundwrapper for the desktop entry
- fix permissions of directories in doc package
- bump major of libx264 soname
- remove upstreamed patches
- re-diff distro config patch

* Tue Jan 10 2012 dmorgan <dmorgan> 1.0-1.rc4.0.r32713.13.mga2
+ Revision: 194381
- Bump release

  + luigiwalser <luigiwalser>
    - security fix for CVE-2009-4636 (P45, mdv)
    - security fix for CVE-2011-0722 (P46, mdv)
    - security fix for ffmpeg-mov_bad_timings (P47, google)
    - security fix for ffmpeg-mp3_outlen (P48, google)
    - security fix for ffmpeg-vorbis_zero_samplerate (P49, google)

* Tue Jan 10 2012 luigiwalser <luigiwalser> 1.0-1.rc4.0.r32713.12.mga2.tainted
+ Revision: 194376
- Add security updates from October 2011 Mageia 1 update (doktor5000):
- fixed CVE-2011-1196, denial of service and possible code execution via
  malformed OGG file (from Ubuntu, CVE-2011-1196.patch)
- fixed CVE-2011-3362, arbitrary code execution via malformed CAVS file
  (from Ubuntu, CVE-2011-3362.patch)
- fix unchecked return values that may cause a crash
  (from upstream, check_all_svq3_get_ue_golomb_returns.patch)
- fixed CVE-2011-1931, denial of service and possible code execution via
  malformed AMV file (from Ubuntu, CVE-2011-1931.patch)
- fixed CVE-2011-2161, denial of service via malformed APE file
  (from Ubuntu, CVE-2011-2161.patch)
- fixed CVE-2011-0480, denial of service and possible code execution via
  crafted WebM file (rediffed from Ubuntu,
- mplayer-1.4.0-mga-fix-CVE-2011-0480.patch)
- fixed CVE-2011-0723, denial of service and possible code execution via
  crafted VC1 file  (from Ubuntu, fix-CVE-2011-0723.patch)

* Mon Jan 09 2012 luigiwalser <luigiwalser> 1.0-1.rc4.0.r32713.11.mga2
+ Revision: 193683
- simplify man pages installation (from mdv)
- Fix high pitched hiss with mp3lib when built with gcc 4.6 (P36, mdv)
- Fix ff_imdct_calc_sse() on gcc 4.6 (P37, mdv)
- remove unneeded desktop-file-utils requires (from mdv)
- enable runtime cpu detection on x86_64 (from mdv)
- remove subshell usage from build (from mdv)
- clean spec
- remove obsolete option

* Tue Dec 13 2011 fwang <fwang> 1.0-1.rc4.0.r32713.11.mga2.tainted
+ Revision: 181283
- rebuild for new x264

* Fri Oct 07 2011 fwang <fwang> 1.0-1.rc4.0.r32713.10.mga2.tainted
+ Revision: 152648
- rebuild for new openjpeg

* Fri Oct 07 2011 fwang <fwang> 1.0-1.rc4.0.r32713.9.mga2.tainted
+ Revision: 152609
- rebuild for new openjpeg

* Tue Sep 20 2011 fwang <fwang> 1.0-1.rc4.0.r32713.8.mga2.tainted
+ Revision: 145939
- fix typo
- fix build with libpng 1.5
- rebuild for new libpng

* Mon Jul 18 2011 fwang <fwang> 1.0-1.rc4.0.r32713.7.mga2.tainted
+ Revision: 125857
- rebuild for new dfb

* Sun Jun 26 2011 fwang <fwang> 1.0-1.rc4.0.r32713.6.mga2.tainted
+ Revision: 114027
- rebuild for new libx264

* Sun May 29 2011 cjw <cjw> 1.0-1.rc4.0.r32713.5.mga1.tainted
+ Revision: 100681
- support tainted builds

* Wed Apr 06 2011 ahmad <ahmad> 1.0-1.rc4.0.r32713.4.mga1
+ Revision: 81539
- make --enable-zr optional and disable it, it doesn't build ATM
- modify the distro-config patch to comment out the '[protocol.dvdnav]' line in
  mplayer.conf (upstream typo), otherwise it affects all the lines that come
  after it rendering a lot of our default settings ineffective
  (unless you're playing a DVD with the dvdnav:// protocol). Should fix (mag#599).

* Thu Feb 17 2011 blino <blino> 1.0-1.rc4.0.r32713.2.mga1
+ Revision: 53362
- rename distro config patch
- remove unused kernel-version scripts and macros
- imported package mplayer

  + ahmad <ahmad>
    - drop old/unneeded scriptlets
    - drop esound-devel BR (phasing out esound from the distro)


* Fri Dec 17 2010 Funda Wang <fwang@mandriva.org> 1.0-1.rc4.0.r32713.2mdv2011.0
+ Revision: 622495
- rebuild for new directfb

* Tue Dec 14 2010 Götz Waschk <waschk@mandriva.org> 1.0-1.rc4.0.r32713.1mdv2011.0
+ Revision: 621733
- new snapshot
- rediff patch 0
- bump x264 dep
- disable rtmp for backports
- disable vpx for backports
- disable libass for backports
- cleanup

* Mon Dec 06 2010 Götz Waschk <waschk@mandriva.org> 1.0-1.rc4.0.r32675.1mdv2011.0
+ Revision: 612232
- enable libass, gsm, mpg123, vpx and rtmp
- new snapshot
- use svn exported tarball to reduce source package size
- drop patches 1,26,36
- rediff patches 12,31
- disable integrated AAC decoder

* Fri Dec 03 2010 Oden Eriksson <oeriksson@mandriva.com> 1.0-1.rc4.0.r31086.4mdv2011.0
+ Revision: 606663
- rebuild

* Wed May 05 2010 Götz Waschk <waschk@mandriva.org> 1.0-1.rc4.0.r31086.3mdv2010.1
+ Revision: 542309
- rebuild
- bump x264 dep

* Sun May 02 2010 Anssi Hannula <anssi@mandriva.org> 1.0-1.rc4.0.r31086.2mdv2010.1
+ Revision: 541619
- fix regression in playback of VP6F video streams (e.g. some flv files)
  (fix-vp6f.patch)

* Sun Apr 25 2010 Götz Waschk <waschk@mandriva.org> 1.0-1.rc4.0.r31086.1mdv2010.1
+ Revision: 538606
- new snapshot
- move all binary codecs to %%_libdir/codecs

* Sat Jan 23 2010 Götz Waschk <waschk@mandriva.org> 1.0-1.rc4.0.r30392.1mdv2010.1
+ Revision: 495207
- new snapshot

* Sun Jan 10 2010 Götz Waschk <waschk@mandriva.org> 1.0-1.rc4.0.r30268.1mdv2010.1
+ Revision: 489248
- new snapshot
- fix giflib detection
- build with a52dec and openjpeg support
- fix fribidi build

  + Oden Eriksson <oeriksson@mandriva.com>
    - rebuilt against libjpeg v8

* Sun Dec 27 2009 Götz Waschk <waschk@mandriva.org> 1.0-1.rc4.0.r30130.1mdv2010.1
+ Revision: 482824
- new version
- drop patch 34

* Thu Dec 10 2009 Götz Waschk <waschk@mandriva.org> 1.0-1.rc4.0.r29987.1mdv2010.1
+ Revision: 476009
- new version
- rediff patch 0

* Tue Nov 24 2009 Götz Waschk <waschk@mandriva.org> 1.0-1.rc4.0.r29964.1mdv2010.1
+ Revision: 469542
- new snapshot
- add patch for DVD crash (bug #55443)

* Sun Nov 08 2009 Funda Wang <fwang@mandriva.org> 1.0-1.rc4.0.r29850.3mdv2010.1
+ Revision: 463088
- rebuild for new dfb

* Sat Nov 07 2009 Götz Waschk <waschk@mandriva.org> 1.0-1.rc4.0.r29850.2mdv2010.1
+ Revision: 462398
- new snapshot

* Fri Oct 16 2009 Colin Guthrie <cguthrie@mandriva.org> 1.0-1.rc3.0.r29554.2mdv2010.0
+ Revision: 457955
- Fix initial volume setting with pulseaudio

  + Götz Waschk <waschk@mandriva.org>
    - increase version number

* Thu Aug 27 2009 Götz Waschk <waschk@mandriva.org> 1.0-1.rc2.25.r29554.1mdv2010.0
+ Revision: 421677
- new snapshot

* Sat Aug 15 2009 Oden Eriksson <oeriksson@mandriva.com> 1.0-1.rc2.25.r29434.2mdv2010.0
+ Revision: 416529
- rebuilt against libjpeg v7

* Tue Jul 21 2009 Götz Waschk <waschk@mandriva.org> 1.0-1.rc2.25.r29434.1mdv2010.0
+ Revision: 398417
- new snapshot
- build with bs2b support

* Mon Jul 20 2009 Götz Waschk <waschk@mandriva.org> 1.0-1.rc2.25.r29433.1mdv2010.0
+ Revision: 398107
- use default linker flags (Anssi)
- new snapshot
- build with opencore-amr

* Fri Jul 10 2009 Götz Waschk <waschk@mandriva.org> 1.0-1.rc2.23.r29416.1mdv2010.0
+ Revision: 394085
- new snapshot
- fix version string patching

* Wed Jul 01 2009 Götz Waschk <waschk@mandriva.org> 1.0-1.rc2.23.r29409.1mdv2010.0
+ Revision: 391373
- new snapshot
- update patches 12,28,33
- spec fix

* Mon Mar 02 2009 Anssi Hannula <anssi@mandriva.org> 1.0-1.rc2.23.r28791.2mdv2009.1
+ Revision: 347009
- fix --with(out) xvmc build option
- enable vdpau support, enabled on 2009.0 and newer

* Mon Mar 02 2009 Götz Waschk <waschk@mandriva.org> 1.0-1.rc2.23.r28791.1mdv2009.1
+ Revision: 346961
- new snapshot
- rediff patch 31
- update build deps
- enable bzip2 support

* Thu Jan 29 2009 Götz Waschk <waschk@mandriva.org> 1.0-1.rc2.23.r28387.1mdv2009.1
+ Revision: 335187
- new snapshot
- fix customization of the version string
- disable dirac and schroedinger on 2009.0

* Fri Jan 23 2009 Götz Waschk <waschk@mandriva.org> 1.0-1.rc2.23.r28348.1mdv2009.1
+ Revision: 332710
- new snapshot
- drop patch 1
- fix icon

* Thu Jan 22 2009 Götz Waschk <waschk@mandriva.org> 1.0-1.rc2.23.r28347.1mdv2009.1
+ Revision: 332605
- new snapshot
- enable dirac, schroedinger, mng support
- always use included libdvdnav and libdvdread
- drop source 6
- drop patches 2,4,19,20,22,23,24,25,27,29,30
- rediff patch 12, 31
- disable patches 1,3,7,21
- fix build

  + Per Øyvind Karlsen <peroyvind@mandriva.org>
    - fix issue with attempting to free an invalid pointer when opening rar files (P32)
    - fix build with -Werror=format-security (P31)

  + Oden Eriksson <oeriksson@mandriva.com>
    - lowercase ImageMagick

* Wed Oct 29 2008 Götz Waschk <waschk@mandriva.org> 1.0-1.rc2.23mdv2009.1
+ Revision: 298652
- fix for CVS-2008-0073

* Sun Oct 19 2008 Götz Waschk <waschk@mandriva.org> 1.0-1.rc2.22mdv2009.1
+ Revision: 295423
- rebuild

* Mon Oct 13 2008 Götz Waschk <waschk@mandriva.org> 1.0-1.rc2.21mdv2009.1
+ Revision: 293180
- rebuild

* Mon Oct 13 2008 Götz Waschk <waschk@mandriva.org> 1.0-1.rc2.20mdv2009.1
+ Revision: 293089
- fix build with new libx264

* Sun Oct 12 2008 Götz Waschk <waschk@mandriva.org> 1.0-1.rc2.19mdv2009.1
+ Revision: 292980
- rebuild

* Mon Sep 29 2008 Frederik Himpe <fhimpe@mandriva.org> 1.0-1.rc2.18mdv2009.0
+ Revision: 289726
- Add security patch fixing integer buffer underflow
  (http://www.ocert.org/advisories/ocert-2008-013.html)

* Tue Sep 16 2008 Götz Waschk <waschk@mandriva.org> 1.0-1.rc2.17mdv2009.0
+ Revision: 285191
- P27: security fix for CVE-2008-1558
- P28: fixes for crashes found together with CVE-2008-1558
- disable ivtv, it does not build

* Fri Sep 05 2008 Götz Waschk <waschk@mandriva.org> 1.0-1.rc2.16mdv2009.0
+ Revision: 281075
- patch to add scaletempo filter (bug #43529)
- build with new fribidi

* Sun Aug 17 2008 Funda Wang <fwang@mandriva.org> 1.0-1.rc2.15mdv2009.0
+ Revision: 273058
- disable smb in mdv > 2009 due to license incompatible
- rebuild for new dfb

  + Götz Waschk <waschk@mandriva.org>
    - disable dirac by default

* Fri Jul 18 2008 Buchan Milne <bgmilne@mandriva.org> 1.0-1.rc2.14mdv2009.0
+ Revision: 238214
- Buildrequire libsmbclient-devel < 3.2.0 to avoid GPLv2 vs GPLv3 issues

  + Pixel <pixel@mandriva.com>
    - rpm filetriggers deprecates update_menus/update_scrollkeeper/update_mime_database/update_icon_cache/update_desktop_database/post_install_gconf_schemas
    - do not call ldconfig in %%post/%%postun, it is now handled by filetriggers

* Fri May 30 2008 Funda Wang <fwang@mandriva.org> 1.0-1.rc2.13mdv2009.0
+ Revision: 213500
- rebuild for new directfb

* Fri May 16 2008 Götz Waschk <waschk@mandriva.org> 1.0-1.rc2.12mdv2009.0
+ Revision: 208085
- support building with external faad again
- spec cleanup

* Thu Apr 24 2008 Götz Waschk <waschk@mandriva.org> 1.0-1.rc2.11mdv2009.0
+ Revision: 197147
- fix build with new libdvdnav

* Wed Feb 13 2008 Frederic Crozat <fcrozat@mandriva.com> 1.0-1.rc2.10mdv2008.1
+ Revision: 167031
- Update patch20 with SVN version of pulseaudio plugin, fixes Mdv bug #36461
- Update patch0 to check pulse output first, if present

* Tue Feb 05 2008 Götz Waschk <waschk@mandriva.org> 1.0-1.rc2.9mdv2008.1
+ Revision: 162707
- add four official security patches
- fix bug #37263 (default video output)

* Sun Jan 27 2008 Giuseppe Ghibò <ghibo@mandriva.com> 1.0-1.rc2.8mdv2008.1
+ Revision: 158705
- Add support for mplayer32 (to allow coexisting with 64bit mplayer in X86_64 arch, to be rebuild with --with 3264bit flag).

* Sat Jan 26 2008 Götz Waschk <waschk@mandriva.org> 1.0-1.rc2.7mdv2008.1
+ Revision: 158373
- update dirac patch and enable it
- add support for building with dirac

* Thu Jan 17 2008 Götz Waschk <waschk@mandriva.org> 1.0-1.rc2.6mdv2008.1
+ Revision: 154482
- rebuild

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

* Wed Jan 02 2008 Götz Waschk <waschk@mandriva.org> 1.0-1.rc2.5mdv2008.1
+ Revision: 140382
- stop screensaver by default (bug #35863)

  + Thierry Vignaud <tv@mandriva.org>
    - kill re-definition of %%buildroot on Pixel's request

* Mon Nov 26 2007 Götz Waschk <waschk@mandriva.org> 1.0-1.rc2.4mdv2008.1
+ Revision: 112144
- remove input.conf to fix bug #35516
- remove URL parameter from the desktop file (bug #35248)

* Sat Oct 13 2007 Colin Guthrie <cguthrie@mandriva.org> 1.0-1.rc2.3mdv2008.1
+ Revision: 97955
- Reenable Compiz and PulseAudio support by applying updated patches

* Wed Oct 10 2007 Götz Waschk <waschk@mandriva.org> 1.0-1.rc2.2mdv2008.1
+ Revision: 96835
- remove codecs.conf

* Wed Oct 10 2007 Götz Waschk <waschk@mandriva.org> 1.0-1.rc2.1mdv2008.1
+ Revision: 96634
- drop patch 11
- new version
- disable compiz and pulse support
- drop amr sources, now external libamrnb/wb is supported
- drop vidix
- drop patches 2,4,5,6,8,9,10,12,13,14,15,16,17,18,20,21,22
- rediff patches 3,12
- bump dvdnav dep
- drop legacy menu

  + Guillaume Rousse <guillomovitch@mandriva.org>
    - rebuild

* Fri Sep 14 2007 Götz Waschk <waschk@mandriva.org> 1.0-1.rc1.20mdv2008.0
+ Revision: 85498
- security fix for avi index reader

* Sun Jul 15 2007 Colin Guthrie <cguthrie@mandriva.org> 1.0-1.rc1.19mdv2008.0
+ Revision: 52228
- Rebuild due to build system hiccup

* Sat Jul 14 2007 Colin Guthrie <cguthrie@mandriva.org> 1.0-1.rc1.18mdv2008.0
+ Revision: 52121
- Add compiz support to xv output (needs compiz 'video' plugin to be active)

* Wed Jun 27 2007 Andreas Hasenack <andreas@mandriva.com> 1.0-1.rc1.17mdv2008.0
+ Revision: 44944
- rebuild with new rpm-mandriva-setup (-fstack-protector)

* Thu Jun 07 2007 Götz Waschk <waschk@mandriva.org> 1.0-1.rc1.16mdv2008.0
+ Revision: 36497
- security fix for CDDB overflow

* Mon Jun 04 2007 Götz Waschk <waschk@mandriva.org> 1.0-1.rc1.15mdv2008.0
+ Revision: 35218
- curity fix for CVE-2006-6172 (realmedia buffer overflow)
- amrwb update

* Mon May 21 2007 Götz Waschk <waschk@mandriva.org> 1.0-1.rc1.14mdv2008.0
+ Revision: 29464
- rebuild

* Sat May 12 2007 Götz Waschk <waschk@mandriva.org> 1.0-1.rc1.13mdv2008.0
+ Revision: 26466
- disable dirac again, it was breaking MPEG detection

* Fri May 11 2007 Götz Waschk <waschk@mandriva.org> 1.0-1.rc1.12mdv2008.0
+ Revision: 26249
- patch for dirac support


* Thu Mar 15 2007 Olivier Blin <oblin@mandriva.com> 1.0-1.rc1.11mdv2007.1
+ Revision: 144524
- move HTML doc in a mplayer-doc sub-package

* Tue Mar 13 2007 Götz Waschk <waschk@mandriva.org> 1.0-1.rc1.10mdv2007.1
+ Revision: 143064
- security fix for CVE-2007-1387

* Thu Mar 08 2007 Götz Waschk <waschk@mandriva.org> 1.0-1.rc1.9mdv2007.1
+ Revision: 138476
- security patch for CVE-2007-1246
- support libggiwmh build

* Fri Feb 23 2007 Götz Waschk <waschk@mandriva.org> 1.0-1.rc1.8mdv2007.1
+ Revision: 124957
- rebuild for new libmpcdec

* Thu Feb 22 2007 Götz Waschk <waschk@mandriva.org> 1.0-1.rc1.7mdv2007.1
+ Revision: 124646
- sync with Ubuntu:
 * replace patch 1 by simple call to gconf
 * patch 14: fix buffer overflow in rtsp code
 * patch 15: pulseaudio support
- make mplayer report the package version
- depend on soundwrapper as it is used in the menu entry

* Fri Jan 05 2007 Anssi Hannula <anssi@mandriva.org> 1.0-1.rc1.6mdv2007.1
+ Revision: 104624
- fix -use-filedir-conf option (patch6, from SVN)

* Wed Nov 08 2006 Götz Waschk <waschk@mandriva.org> 1.0-1.rc1.5mdv2007.1
+ Revision: 78192
- fix desktop entry

* Tue Nov 07 2006 Götz Waschk <waschk@mandriva.org> 1.0-1.rc1.4mdv2007.0
+ Revision: 77317
- fix xv with mplayer plugin (ghibo)
- add soundwrapper to the menu entry
- disable dvdread, which is obsoleted by dvdnav

* Thu Oct 26 2006 Götz Waschk <waschk@mandriva.org> 1.0-1.rc1.3mdv2007.1
+ Revision: 72651
- disable arts
- patch to add missing WMVA FourCC

* Wed Oct 25 2006 Götz Waschk <waschk@mandriva.org> 1.0-1.rc1.2mdv2007.0
+ Revision: 72295
- bot rebuild
- new version
  enable dvdnav
  fix buildrequires
  rediff patches 1,3,11
  drop patch 2,14
  fix directfb detection
  remove obsoleted options

  + Anssi Hannula <anssi@mandriva.org>
    - fix non-plf real codecs dir

* Fri Oct 20 2006 Götz Waschk <waschk@mandriva.org> 1.0-1.pre8.17mdv2007.0
+ Revision: 71231
- fix patch 2

* Fri Oct 20 2006 Götz Waschk <waschk@mandriva.org> 1.0-1.pre8.16mdv2007.1
+ Revision: 71203
- update patch 2 for new x264

* Fri Oct 20 2006 Götz Waschk <waschk@mandriva.org> 1.0-1.pre8.15mdv2007.0
+ Revision: 71172
- rebuild
- fix description
- Import mplayer

* Wed Oct 11 2006 Götz Waschk <waschk@mandriva.org> 1.0-1.pre8.14mdv2007.1
- disable joystick by default (bug #26334)

* Thu Sep 21 2006 Nicolas Lécureuil <neoclust@mandriva.org> 1.0-1.pre8.13mdv2007.0
- Rebuild agaisnt ncurse

* Fri Sep 01 2006 Götz Waschk <waschk@mandriva.org> 1.0-1.pre8.12mdv2007.0
- fix build on x86_64

* Wed Aug 30 2006 Götz Waschk <waschk@mandriva.org> 1.0-1.pre8.11mdv2007.0
- patch for new x264

* Tue Aug 08 2006 Götz Waschk <waschk@mandriva.org> 1.0-1.pre8.10mdv2007.0
- fix ogm seek (bug #23897)

* Fri Aug 04 2006 Götz Waschk <waschk@mandriva.org> 1.0-1.pre8.9mdv2007.0
- rebuild for dbus

* Wed Aug 02 2006 Götz Waschk <waschk@mandriva.org> 1.0-1.pre8.8mdv2007.0
- disable polypaudio

* Sat Jul 08 2006 Anssi Hannula <anssi@mandriva.org> 1.0-1.pre8.7mdv2007.0
- fix buildrequires

* Sat Jul 08 2006 Götz Waschk <waschk@mandriva.org> 1.0-1.pre8.6mdv2007.0
- fix buildrequires

* Tue Jul 04 2006 Götz Waschk <waschk@mandriva.org> 1.0-1.pre8.5mdv2007.0
- disable optimization by default

* Mon Jul 03 2006 Götz Waschk <waschk@mandriva.org> 1.0-1.pre8.4mdv2007.0
- update amr

* Sun Jul 02 2006 Götz Waschk <waschk@mandriva.org> 1.0-1.pre8.3mdv2007.0
- rebuild

* Thu Jun 22 2006 Götz Waschk <waschk@mandriva.org> 1.0-1.pre8.2mdv2007.0
- disable dbus on 2006.0
- xdg menu

* Tue Jun 13 2006 Götz Waschk <waschk@mandriva.org> 1.0-1.pre8.1mdv2007.0
- rediff patch 1
- new version

* Thu Jun 08 2006 Götz Waschk <waschk@mandriva.org> 1.0-1.pre8.0.18614.1mdv2007.0
- fix buildrequires
- svn snapshot

* Sat May 06 2006 Götz Waschk <waschk@mandriva.org> 1.0-1.pre7.20060505.1mdk
- add gnome-screensaver suspend support via dbus
- new snapshot

* Sun Apr 16 2006 Götz Waschk <waschk@mandriva.org> 1.0-1.pre7.20060415.1mdk
- new snapshot

* Tue Apr 04 2006 Götz Waschk <waschk@mandriva.org> 1.0-1.pre7.20060403.1mdk
- add vesa support
- new snapshot

* Thu Mar 23 2006 Götz Waschk <waschk@mandriva.org> 1.0-1.pre7.20060323.1mdk
- fix build
- fix buildrequires
- workaround for bug 21713 (enabled optimization flag)
- new snapshot

* Tue Mar 21 2006 Götz Waschk <waschk@mandriva.org> 1.0-1.pre7.20060321.1mdk
- disable openal
- new snapshot

* Thu Feb 23 2006 Götz Waschk <waschk@mandriva.org> 1.0-1.pre7.20060223.1mdk
- depend on openal
- disable xmms plugin
- new snapshot

* Wed Feb 22 2006 Götz Waschk <waschk@mandriva.org> 1.0-1.pre7.20060222.1mdk
- new snapshot

* Fri Jan 27 2006 Götz Waschk <waschk@mandriva.org> 1.0-1.pre7.20060127.1mdk
- build fix
- rediff patch 0
- new snapshot

* Sun Jan 01 2006 Götz Waschk <waschk@mandriva.org> 1.0-1.pre7.20060101.1mdk
- enable xvmc
- rediff patch 13
- new version

* Tue Dec 20 2005 Götz Waschk <waschk@mandriva.org> 1.0-1.pre7.20051220.1mdk
- fixes for 10.1
- new version

* Mon Dec 19 2005 Götz Waschk <waschk@mandriva.org> 1.0-1.pre7.20051219.1mdk
- fix dvb build (Anssi)
- disable ggi and enable directfb instead
- new snapshot

* Fri Dec 16 2005 Götz Waschk <waschk@mandriva.org> 1.0-1.pre7.20051216.1mdk
- add more build options
- update Blue skin
- new snapshot

* Thu Dec 15 2005 Götz Waschk <waschk@mandriva.org> 1.0-1.pre7.20051215.1mdk
- drop postproc package
- fix buildrequires
- fix build
- drop patches 1,2,4,6,12,14
- rediff patches 0,13
- new version

* Wed Dec 14 2005 Götz Waschk <waschk@mandriva.org> 1.0-1.pre7.15mdk
- patch for CVE-2005-4048 (bug #20186)

* Sun Oct 30 2005 Götz Waschk <waschk@mandriva.org> 1.0-1.pre7.14mdk
- fix real path

* Sun Oct 30 2005 Götz Waschk <waschk@mandriva.org> 1.0-1.pre7.13mdk
- configuration fixes for x86_64

* Fri Sep 09 2005 Götz Waschk <waschk@mandriva.org> 1.0-1.pre7.12mdk
- patch for pcm overflow

* Thu Sep 08 2005 Gwenole Beauchesne <gbeauchesne@mandriva.com> 1.0-1.pre7.11mdk
- 64-bit fixes
- further gcc4 fixes from current CVS

* Wed Jun 29 2005 Götz Waschk <waschk@mandriva.org> 1.0-1.pre7.10mdk
- update patch 5 for new liblzo

* Thu Jun 02 2005 Götz Waschk <waschk@mandriva.org> 1.0-0.pre7.9mdk
- patch 5 for new lzo

* Sun May 22 2005 Christiaan Welvaart <cjw@daneel.dyndns.org> 1.0-0.pre7.8mdk
- patch12: fix ppc build with gcc 4.0

* Thu May 19 2005 Götz Waschk <waschk@mandriva.org> 1.0-0.pre7.7mdk
- patch 3 from Austin Acton: fix creation of noisy mp2 audio files

* Wed May 11 2005 Götz Waschk <waschk@mandriva.org> 1.0-0.pre7.6mdk
- patches 1 and 2 for gcc 4.0

* Tue Apr 26 2005 Götz Waschk <waschk@mandriva.org> 1.0-0.pre7.5mdk
- rebuild for new libtheora

* Thu Apr 21 2005 Götz Waschk <waschk@mandriva.org> 1.0-0.pre7.4mdk
- add midentify

* Thu Apr 21 2005 Götz Waschk <waschk@mandriva.org> 1.0-0.pre7.3mdk
- add separate conditional build option for amr
- drop patches 12,13,14

* Wed Apr 20 2005 Götz Waschk <waschk@mandriva.org> 1.0-0.pre7.2mdk
- amr support (disabled by default)

* Tue Apr 19 2005 Götz Waschk <waschk@linux-mandrake.com> 1.0-0.pre7.1mdk
- update patch 0
- fix deps
- disable divx, it's obsolete
- mkrel support
- new version

* Tue Apr 05 2005 Buchan Milne <bgmilne@linux-mandrake.com> 1.0-0.pre6.8mdk
- Rebuild for libsmbclient

* Tue Jan 04 2005 Götz Waschk <waschk@linux-mandrake.com> 1.0-0.pre6.7mdk
- add polpyaudio support

* Tue Dec 28 2004 Götz Waschk <waschk@linux-mandrake.com> 1.0-0.pre6.6mdk
- drop kernel modules

* Tue Dec 28 2004 Giuseppe Ghibò <ghibo@mandrakesoft.com> 1.0-0.pre6.5mdk
- Upgraded Patch11,12,13,14 for X86-64.

* Tue Dec 28 2004 Götz Waschk <waschk@linux-mandrake.com> 1.0-0.pre6.4mdk
- enable ladspa
- enable live
- enable dvb (fixes bug #12812)
- update patch 0 to fix bug #12834

* Mon Dec 27 2004 Giuseppe Ghibò <ghibo@mandrakesoft.com> 1.0-0.pre6.3mdk
- Increased OSD font to size 3 (previous 2).

* Mon Dec 27 2004 Giuseppe Ghibò <ghibo@mandrakesoft.com> 1.0-0.pre6.2mdk
- Added Martin Braun Patch13 for fixing vidix savage building
  under X86_64.

* Mon Dec 27 2004 Giuseppe Ghibò <ghibo@mandrakesoft.com> 1.0-0.pre6.1mdk
- Readapted Patch0 (config), and let default OSD fonts slightly smaller.
- Removed Patch1, 2, 11, 12, 13, 14 merged upstream.
- Removed build_semistatic build flag.
- Disabled build with live library for now (doesn't build).
- Disabled parallel building.
- Added Martin Braun Patches for X86_64 (Patch11, 12).

* Thu Dec 16 2004 Götz Waschk <waschk@linux-mandrake.com> 1.0-0.pre5.9mdk
- new version 1.0pre5try2

* Thu Dec 02 2004 Götz Waschk <waschk@linux-mandrake.com> 1.0-0.pre5.8mdk
- fix upgrade of mplayer-gui from < 1.0-0.pre5.6mdk
- add bio2jack support

* Tue Sep 28 2004 Götz Waschk <waschk@linux-mandrake.com> 1.0-0.pre5.7mdk
- patch 1: fix GL scaling

* Thu Sep 23 2004 Götz Waschk <waschk@linux-mandrake.com> 1.0-0.pre5.6mdk
- disable fullscreen by default
- enable zoom by default
- merge patch1 and patch3 as new patch0
- drop support for mdk 9.0
- link default to Blue skin
- drop patch0

* Tue Sep 21 2004 Christiaan Welvaart <cjw@daneel.dyndns.org> 1.0-0.pre5.5mdk
- patch13: fix compilation of new altivec code in postproc (for ppc)

* Tue Sep 07 2004 Götz Waschk <waschk@linux-mandrake.com> 1.0-0.pre5.4mdk
- enable v4l2 (bug #11231)

* Mon Aug 09 2004 Götz Waschk <waschk@linux-mandrake.com> 1.0-0.pre5.3mdk
- make icon transparent
- fix patch 11

* Tue Jul 27 2004 Götz Waschk <waschk@linux-mandrake.com> 1.0-0.pre5.2mdk
- enable enca 
- include patches 11 and 12 from official package
- use Blue icon
- patch2: fix build with newer live.com
- enable zr

* Fri Jul 16 2004 Götz Waschk <waschk@linux-mandrake.com> 1.0-0.pre5.1mdk
- disable alsa on 9.0
- add wma2ogg.pl
- libdha major 1.0
- patch 4: fix build with our kernel 2.6 headers
- drop merged patches 2,11
- new version

* Wed Jun 16 2004 Christiaan Welvaart <cjw@daneel.dyndns.org> 1.0-0.pre4.8mdk
- ppc build fixes

* Thu Jun 10 2004 Götz Waschk <waschk@linux-mandrake.com> 1.0-0.pre4.7mdk
- add fribidi support

* Wed Jun 09 2004 Götz Waschk <waschk@linux-mandrake.com> 1.0-0.pre4.6mdk
- use parallel build
- rebuild

* Thu Jun 03 2004 Götz Waschk <waschk@linux-mandrake.com> 1.0-0.pre4.5mdk
- fix metacity fullscreen issue

* Wed Jun 02 2004 Götz Waschk <waschk@linux-mandrake.com> 1.0-0.pre4.4mdk
- add divx2svcd script

* Sat May 01 2004 Götz Waschk <waschk@linux-mandrake.com> 1.0-0.pre4.3mdk
- use fontconfig instead of supplied font for OSD (Michael Reinsch)

* Fri Apr 30 2004 Götz Waschk <waschk@linux-mandrake.com> 1.0-0.pre4.2mdk
- drop patch 2

* Thu Apr 29 2004 Götz Waschk <waschk@linux-mandrake.com> 1.0-0.pre4.1mdk
- don't depend on libmatroska and libflac anymore
- drop patch 1
- 1.0pre4

* Fri Apr 09 2004 Götz Waschk <waschk@linux-mandrake.com> 1.0-0.pre3.15mdk
- don't rename Blue skin to default
- always enable live

* Sat Apr 03 2004 Götz Waschk <waschk@linux-mandrake.com> 1.0-0.pre3.14mdk
- fix naming of the package

* Sat Apr 03 2004 Götz Waschk <waschk@linux-mandrake.com> 1.0-0.pre3try2.2mdk
- add Copyright file
- fix doc permissions

* Sat Apr 03 2004 Götz Waschk <waschk@linux-mandrake.com> 1.0-0.pre3try2.1mdk
- enable libtheora
- new libdv
- new version