Author: qboosh Date: Sat May 13 10:04:55 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - face the truth: lzo 2 and polypaudio 0.8 are not supported yet
---- Files affected: SPECS: mplayer.spec (1.327 -> 1.328) ---- Diffs: ================================================================ Index: SPECS/mplayer.spec diff -u SPECS/mplayer.spec:1.327 SPECS/mplayer.spec:1.328 --- SPECS/mplayer.spec:1.327 Tue May 2 20:19:31 2006 +++ SPECS/mplayer.spec Sat May 13 12:04:50 2006 @@ -1,6 +1,8 @@ # $Revision$, $Date$ # # TODO: +# - update for lzo 2 +# - update for polypaudio 0.8 # - use external lrmi and few other libs: # http://www.gocyberlink.com/english/products/powercinema/pcm-linux/license/mplayer-10_copyright.htm # @@ -32,8 +34,9 @@ %bcond_without libdv # disable libdv en/decoding support %bcond_without lirc # without lirc support %bcond_without live # without live.com libraries +%bcond_with lzo # with LZO support (requires lzo 1.x) %bcond_without mad # without mad (audio MPEG) support -%bcond_without polyp # without polyp audio output +%bcond_with polyp # with polyp audio output (requires polypaudio 0.6 or 0.7) %bcond_without quicktime # without binary quicktime dll support %bcond_without real # without Real* 8/9 codecs support %bcond_without runtime # disable runtime cpu detection, just detect CPU @@ -167,11 +170,12 @@ BuildRequires: libxslt-progs %{?with_lirc:BuildRequires: lirc-devel} %{?with_live:BuildRequires: live} -BuildRequires: lzo-devel +%{?with_lzo:BuildRequires: lzo-devel < 2.0} %{?with_nas:BuildRequires: nas-devel} BuildRequires: ncurses-devel BuildRequires: pkgconfig -%{?with_polyp:BuildRequires: polypaudio-devel >= 0.8} +%{?with_polyp:BuildRequires: polypaudio-devel >= 0.6} +%{?with_polyp:BuildRequires: polypaudio-devel < 0.8} %{?with_svga:BuildRequires: svgalib-devel} %{?with_xmms:BuildRequires: xmms-libs} BuildRequires: xorg-lib-libXvMC-devel @@ -377,6 +381,7 @@ %{!?with_ggi:--disable-ggi} \ %{?with_live:--enable-live --with-livelibdir=%{_libdir}/liveMedia --with-extraincdir=/usr/include/liveMedia} \ %{!?with_live:--disable-live} \ +%{!?with_lzo:--disable-liblzo} \ %{!?with_nas:--disable-nas} \ %{!?with_svga:--disable-svga} \ %{!?with_aalib:--disable-aa} \ @@ -584,6 +589,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.328 2006/05/13 10:04:50 qboosh +- face the truth: lzo 2 and polypaudio 0.8 are not supported yet + Revision 1.327 2006/05/02 18:19:31 glen - kill requires loop, -common requires nothing ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/mplayer.spec?r1=1.327&r2=1.328&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
