[packman] [PM] MPlayer 1.0rc2 (openSUSE 10.3/i586)

Falk Krönert FalkKroenert at gmx.de
Tue Oct 9 17:08:07 CEST 2007


Ich habe heute mal versucht, vom aktuellen rc2 ein RPM zu bauen, da er auch 
Youtube-Flash-Videos abspielt. Grundlage war das PackMan src.rpm der rc1. Das 
Specfile hänge ich an, vielleicht kann es jemand gebrauchen. Distribution ist 
OpenSuse 10.3 32bit.
-------------- next part --------------
# norootforbuild
# Packmangroup: Multimedia
# Packmanpackagename: MPlayer
# Packman: Henne Vogelsang
# Packmandepends: lame x264 twolame

%define suseversion  %(echo "SUSE Linux `echo -e "scale=1\\n%{suse_version}/100" | bc` (%_build_cpu)" || Unknown)

Name:		MPlayer
License:	GPL
Group:		Productivity/Multimedia/Video/Players
Version:	1.0rc2try0
Release:	0test
Summary:	Multimedia Player
Summary(de):	Multimedia-Abspielprogramm

Source0:	http://www1.mplayerhq.hu/MPlayer/releases/MPlayer-1.0rc2.tar.bz2
Source1:	http://www1.mplayerhq.hu/MPlayer/Skin/Blue-1.7.tar.bz2
Source2:	ivtv.h

Patch1:         MPlayer-1.0rc1-desktopfile.patch
Patch2:		MPlayer-0.90pre9-tempfile-unrarlib.diff
Patch3:		MPlayer-decl.patch
Patch7:		MPlayer-1.0rc1-warn.patch
Patch8:		MPlayer-comparison.patch
Patch22:	MPlayer-1.0rc1-ivtv.patch

URL:		http://www.mplayerhq.hu 
BuildRoot:	%{_tmppath}/%{name}-%{version}-build
Prefix:		%{_prefix}

%ifarch %ix86 
BuildRequires:  w32codec-all live
%endif

BuildRequires:  lame libtheora-devel libsmbclient-devel SDL-devel ladspa aalib-devel esound-devel gtk2-devel
BuildRequires:  glib2-devel dvb lzo-devel libdca libpng-devel libogg-devel libvorbis-devel libdv
BuildRequires:  DirectFB arts-devel lirc bc cdparanoia xvid-devel lzo lzo-devel fribidi-devel speex-devel
BuildRequires:  faac libmpeg2-devel twolame-devel gettext-devel 
BuildRequires:  x264-devel >= 0.0svn20061031

# suse since 9.2 include giflib and libjpeg is splitted
%if %suse_version >= 920
BuildRequires:  giflib giflib-devel libjpeg-devel
%else
BuildRequires:  libungif libjpeg pkgconfig
%endif
# 10.1 stuff:
# 10.1 builds libsmbclient against kerberos.
# we need devs because the v4l configure checks look for v4l devices.
# libdv got split
# caca got added  
%if %suse_version > 1000
BuildRequires:  krb5-devel openldap2-devel libgssapi devs libdv-devel libcaca-devel 
%endif
# 10.2 stuff
# DirectFB has a split devel package
%if %suse_version > 1010
BuildRequires: DirectFB-devel
%endif

%description
MPlayer plays most MPEG/VOB, AVI, Ogg/OGM, VIVO, ASF/WMA/WMV, QT/MOV/MP4,
RealMedia, Matroska, NUT, NuppelVideo, FLI, YUV4MPEG, FILM, RoQ, PVA files,
supported by many native, XAnim, and Win32 DLL codecs. You can watch VideoCD,
SVCD, DVD, 3ivx, DivX 3/4/5 and even WMV movies..

%description -l de
MPlayer spielt die meisten MPEG/VOB, AVI, Ogg/OGM, VIVO, ASF/WMA/WMV,
QT/MOV/MP4, RealMedia, Matroska, NUT, NuppelVideo, FLI, YUV4MPEG, FILM, RoQ,
PVA-Dateien, unterstuetzt von vielen nativen, XAnim, und Win32 DLL-Codecs ab.
Mit MPlayer koennen sie VideoCD, SVCD, DVD, 3ivx, DivX 3/4/5 und sogar WMV-Filme
anschauen.


%prep
%setup -q -n MPlayer-1.0rc2
cp %{S:2} .
%patch1
%patch2 -p1
%patch3
%patch7
%patch8 -p1
%patch22

%build
unset CFLAGS CXXFLAGS
tar xjf %{SOURCE1}

awk '{gsub ("%{version}-","%{version}-%{suseversion}-Packman-"); print $0}' version.sh > version.sh~
cp version.sh~ version.sh

sed "s%%-O4%%$RPM_OPT_FLAGS -O4%%g" configure >configure~
cat configure~ > configure

./configure --prefix=%{_prefix} \
 --confdir=%{_sysconfdir}/mplayer \
 --datadir=%{_datadir}/mplayer \
 --libdir=%{_libdir} \
 --mandir=%{_mandir} \
%ifarch %ix86 
 --enable-runtime-cpudetection \
%endif
 --enable-bl --enable-fbdev --enable-zr \
 --enable-gui --enable-menu --language=all \
 --disable-ivtv --enable-xvmc --with-xvmclib=XvMCW \
 --enable-largefiles --disable-smb --enable-joystick \
 --enable-radio --enable-radio-capture --disable-openal 

%{__make} %{?jobs:-j%{jobs}}

%install
make MANDIR=$RPM_BUILD_ROOT%{_mandir} DESTDIR=$RPM_BUILD_ROOT install
# skin
install -m 755 -d $RPM_BUILD_ROOT%{_datadir}/mplayer/skins/default
cp -r Blue/* $RPM_BUILD_ROOT%{_datadir}/mplayer/skins/default/
# configs
install -m 644 etc/example.conf $RPM_BUILD_ROOT%{_sysconfdir}/mplayer/mplayer.conf
install -m 644 etc/input.conf $RPM_BUILD_ROOT%{_sysconfdir}/mplayer/
install -m 644 etc/menu.conf $RPM_BUILD_ROOT%{_sysconfdir}/mplayer/
# mencvcd 
install -m 755 TOOLS/mencvcd $RPM_BUILD_ROOT%{_bindir}

%clean
rm -rf $RPM_BUILD_ROOT 

%files
%defattr(-, root, root)
%doc DOCS TOOLS README AUTHORS Changelog
%dir %{_sysconfdir}/mplayer
%config(noreplace) %verify(not size mtime md5)  %{_sysconfdir}/mplayer/mplayer.conf
%config(noreplace) %verify(not size mtime md5)  %{_sysconfdir}/mplayer/input.conf
%config(noreplace) %verify(not size mtime md5)  %{_sysconfdir}/mplayer/menu.conf
%_mandir/man1/mplayer.1.gz
%_mandir/man1/mencoder.1.gz
%_mandir/cs/man1/mplayer.1.gz
%_mandir/cs/man1/mencoder.1.gz
%_mandir/de/man1/mplayer.1.gz
%_mandir/de/man1/mencoder.1.gz
%_mandir/es/man1/mplayer.1.gz
%_mandir/es/man1/mencoder.1.gz
%_mandir/fr/man1/mplayer.1.gz
%_mandir/fr/man1/mencoder.1.gz
%_mandir/hu/man1/mplayer.1.gz
%_mandir/hu/man1/mencoder.1.gz
%_mandir/it/man1/mplayer.1.gz
%_mandir/it/man1/mencoder.1.gz
%_mandir/pl/man1/mplayer.1.gz
%_mandir/pl/man1/mencoder.1.gz
%_mandir/ru/man1/mencoder.1.gz
%_mandir/ru/man1/mplayer.1.gz

%{_bindir}/*
%dir %{_datadir}/mplayer
%dir %{_datadir}/mplayer/skins
%{_datadir}/mplayer/skins/default

%{_datadir}/applications/*
%{_datadir}/pixmaps/*

#%_libdir/libdha.so*
#%_libdir/mplayer/

%changelog
* Tue Oct 09 2007 - localuser <localhost at localdomain.home>
- update to 1.0rc2, many pm patches removed
- had to disable smb, ivtv & openal
* Sat Sep 22 2007 - Henne Vogelsang <henne at links2linux.de>
- re-enable xvmc with wrapper lib 
- get rid of toolame in favour of twolame
* Mon Jul 23 2007 - Henne Vogelsang <henne at links2linux.de>
- enable v4l radio support
* Wed Jun 06 2007 - Henne Vogelsang <henne at links2linux.de>
- update to try3
- update blue skin to 1.7
- enable ivtv
- re-enable DirectFB for 10.2
* Tue Mar 20 2007 - Henne Vogelsang <henne at links2linux.de>
- fixed buffer overflow in DMO_VideoDecoder
* Tue Jan 16 2007 - Henne Vogelsang <henne at links2linux.de>
- update to 1.0rc1try2 which is a security release
  that fixes some overflows in asmrp.c
* Wed Nov 01 2006 - Leon Freitag <leon at links2linux.de>
- update the x264 release
* Wed Oct 25 2006 - Henne Vogelsang <henne at links2linux.de>
- update to 1.0rc1
- get rid of the bitmap fonts
- update the default skin (Blue 1.6)
- use and patch the upsream desktop file
- re-enable the tempfile-unrarlib patch
- re-enable the gcc4-altivec patch
- re-enable the cleanup patch 
- re-enable the warn patch
- get rid of RealPlayer and xanim buildrequires. They are not needed anymore
- get rid of the mad buildrequires, use the internal mp3lib 
- dont move mmx.h around anymore. Got fixed.
- dont build with -fno-strict-aliasing anymore
- use included example.conf 
- update mencvcd (to the included one)
* Sat Aug 12 2006 - Detlef Reichelt <detlef at links2linux.de>
- fix MPlayer desktop
* Fri Aug 11 2006 - Detlef Reichelt <detlef at links2linux.de>
- build svn -> wmv9-support for x86_64 :)
* Sat Jul 29 2006 - Leon Freitag <leon at links2linux.de>
- build against a new x264 release (r48)
* Wed Jun 14 2006 - Henne Vogelsang <henne at links2linux.de>
- build against gtk2 not gtk1
* Wed Jun 14 2006 - Henne Vogelsang <henne at links2linux.de>
- Update to version 1.0pre8
- build with fribidi and speex support
- build with caca support for 10.1
- get rid of -fno-unit-at-a-time in the optflags it just causes problems
- build with internal vidix drivers
- Get rid of the patches because they are upstream
  - MPlayer-1.0pre7-gcc4.patch
  - MPlayer-1.0pre7-gcc4-x86_64.patch
  - MPlayer-1.0pre7-pcm-overflow.patch
  - MPlayer-1.0pre7-tivo.patch
  - MPlayer-1.0pre7try3.patch
  - x264.diff
- Update patches match pre8
  - MPlayer-1.0pre8.patch
  - asm-fixes.diff
  - MPlayer-1.0pre7-gcc4-altivec.patch
* Wed Apr 26 2006 - Leon Freitag <leon at links2linux.de>
- bumped the release because of x264 update
- fixed some typos
* Tue Mar 28 2006 - Henne Vogelsang <henne at links2linux.de>
- Quite a lot of x86_64 fixes
- use runtime cpu detection only on x86
- some buildrequires fixes
* Wed Mar 22 2006 - Henne Vogelsang <henne at links2linux.de>
- disable vidix
- get rid of the xvmc unichrome patch. i dont build xvmc
- hopefully fix the try3 patch
- RealPlayer is only on ix86 as buildrequire
- add gcc4 altivec patch for ppc 
* Sun Mar 19 2006 Leon Freitag <leon at links2linux.de>
- Enabled x264 encoding support through x264 package
- Fixed some typos in the spec file
* Thu Mar 02 2006 Henne Vogelsang <henne at links2linux.de>
- apply buffer overflow fix to libmpdemux/demuxer.h
- bump version to 1.0pre7try3
- i dont need a pm in Release anymore because the last
  suse version with mplayer got dropped recently
* Tue Feb 28 2006 Henne Vogelsang <henne at links2linux.de>
- implement suseversion in the spec
- 10.1 needs lzo2 patches
- fix comparsion patch
- fix libsmbclient deps for 10.1
- reenable xvid because too much people complained
- package missing man pages 
* Fri Aug 26 2005 Henne Vogelsang <henne at links2linux.de>
- more fixes needed to make it compile with gcc 4.0.2
- add security patch for the buffer overflow reported on
  full disclosure
- add patch to make playback of tivo streams working again
* Tue May 24 2005 Henne Vogelsang <henne at links2linux.de>
- add lirc again
* Wed Apr 20 2005 Henne Vogelsang <henne at links2linux.de>
- update to version 1.0pre7
- change mplayer -v output to include distro, provider
- make package ready for gcc4
* Sat Apr 09 2005 Henne Vogelsang <henne at links2linux.de>
- actually its now called libdca not libdts
* Fri Apr 01 2005 Henne Vogelsang <henne at links2linux.de>
- build against libdts
* Fri Jan 07 2005 Henne Vogelsang <henne at links2linux.de>
- add demuxer patch to avoid a crash while seeking 
  in MPEG ES/PS files
- update our desktop file to match the offical one
- remove the official mplayer desktop file
- pass target right to x86_64
- lowercase conf and data directory
* Thu Jan 06 2005 Henne Vogelsang <henne at links2linux.de>
- update to version 1.0pre6a
* Fri Dec 24 2004 Henne Vogelsang <henne at links2linux.de>
- update to version 1.0pre6
- get rid of all patches most of them are upstream
- dont package codecs.conf anymore
* Mon Oct 18 2004 Henne Vogelsang <henne at links2linux.de>
- disabled live. does not compile on 9.2 and nobody seems
  to use it anyway.
- added some patches for 9.2
* Thu Jul 15 2004 Henne Vogelsang <henne at links2linux.de>
- update to version 1.0pre5
- change default skin to Blue
- add patch for dynamic arrays in older ditributions
* Thu Jun 10 2004 Henne Vogelsang <henne at links2linux.de>
- incorporated manfreds ppc changes and translations
- disabled xvid and divx4linux usage. libavcodec can do that.
  Kudos to Diego Biurrun for pointing that out.
* Sun Jun 06 2004 Henne Vogelsang <henne at links2linux.de>
- beautify .desktop file
* Wed Mar 31 2004 Henne Vogelsang <henne at links2linux.de>
- update to version 1.0pre4
- move live libs to own package 
- install desktop file
* Wed Mar 31 2004 Henne Vogelsang <henne at links2linux.de>
- add patch to fix remote buffer overflow
* Sun Jan 18 2004 Henne Vogelsang <henne at links2linux.de>
- update to version 1.0pre3
- reenable divx
- build all languages
- use pm in release
* Sat Dec 06 2003 Henne Vogelsang <henne at links2linux.de>
- build against the new xvid
* Wed Oct 15 2003 Henne Vogelsang <henne at links2linux.de>
- fixed mp3lib problem with fno-strict-aliasing
- updated fonts
- cleaned patch namings
* Mon Oct 13 2003 Henne Vogelsang <henne at links2linux.de>
- updated live libs
* Sun Sep 28 2003 Henne Vogelsang <henne at links2linux.de>
- Updated to version 0.92
* Sun Aug 31 2003 Henne Vogelsang <henne at links2linux.de>
- make use of --target
- removed libdvdcss2 dep
- reintroduced cpu runtime protection (to many bugreports)
* Wed Aug 13 2003 Henne Vogelsang <henne at links2linux.de>
- updated to version 0.91
* Sat Aug 09 2003 Henne Vogelsang <henne at links2linux.de>
- patched version
- skin subpackage moved to a seperate package
- removed dvdnav support (broken and not used anyway)
- updated mencvcd and moved to bindir
- added dvd2divxscript.pl to bindir
* Mon May 19 2003 Henne Vogelsang <henne at links2linux.de>
- disable cpu runtime protection
* Sat Apr 12 2003 Henne Vogelsang <henne at links2linux.de>
- changed the skin.files call to the BEST possible hack
* Sat Apr 12 2003 Henne Vogelsang <henne at links2linux.de>
- cleaned Requires
- skin files list was borked. readded skin.files
- added 82 if around the dvdnav diff
* Wed Apr 09 2003 Henne Vogelsang <henne at links2linux.de>
- updated to final version of 0.90
- updated skins and made it easier to package them
- updated live to 2003.04.09 src
- enabled faad2
- enabled smb support
* Sun Mar 23 2003 Henne Vogelsang <henne at links2linux.de>
- updated to version 0.90rc5
- enabled runtime cpu detection
- removed --target and BuildArch
- removed march/mcpu from live diff
- added $RPM_OPT_FLAGS to live diff
* Mon Feb 10 2003 Henne Vogelsang <henne at links2linux.de>
- updated version to 0.90rc4
- updated live.com libs to 2003.02.10
* Tue Feb 04 2003 Henne Vogelsang <henne at links2linux.de>
- removed libGLcore.so.1 dependencie
- enabled blinkenlights
* Sun Jan 26 2003 Henne Vogelsang <henne at links2linux.de>
- updated to version 0.90rc3
- enabled quicktime codecs 
* Mon Jan 13 2003 Henne Vogelsang <henne at links2linux.de>
- removed libpostproc subpackage again. created an own package
- added -Wno-deprecated to live Makefile
* Sun Jan 12 2003 Henne Vogelsang <henne at links2linux.de>
- fixed man page bug (kudos to Bernd Leibing)
- added live.com libs (kudos to Tuukka Pasanen)
- added skins subpackage
- added libpostproc subpackage for transcode
- a little bit spec work
* Wed Dec 25 2002 Henne Vogelsang <henne at links2linux.de>
- updated to version 0.90rc2
- beautified spec
* Sat Oct 12 2002 Henne Vogelsang <henne at links2linux.de>
- updated to version 0.90pre8
* Sun Sep 15 2002 Henne Vogelsang <henne at links2linux.de>
- updated to version 0.90pre7
- removed 2 patches
* Tue Aug 13 2002 Henne Vogelsang <henne at links2linux.de>
- updated to version 0.90pre6
- reworked spec file completely 
- added 2 patches
* Sun May 25 2002 Henne Vogelsang <henne at links2linux.de>
- updated to version 0.90pre4
* Sun May 05 2002 Henne Vogelsang <henne at links2linux.de>
- updated to version 0.90pre3
- removed patch
- enabled GUI
* Sat Oct 27 2001 Waldemar Brodkorb <waldemar at links2linux.de>
- first build
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 194 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.links2linux.de/pipermail/packman/attachments/20071009/3433997f/attachment.sig>


More information about the Packman mailing list