Author: qboosh                       Date: Fri Apr 28 21:42:59 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- disable x264 by default (needs too new libx264 snap?)
- BR: libbio2jack-deevl >= 0.8-2 (which includes 0.7 compatibility patch)

---- Files affected:
SPECS:
   mplayer.spec (1.325 -> 1.326) 

---- Diffs:

================================================================
Index: SPECS/mplayer.spec
diff -u SPECS/mplayer.spec:1.325 SPECS/mplayer.spec:1.326
--- SPECS/mplayer.spec:1.325    Tue Apr 25 19:59:23 2006
+++ SPECS/mplayer.spec  Fri Apr 28 23:42:54 2006
@@ -13,6 +13,7 @@
 %bcond_with    svga            # with svgalib video output
 %bcond_with    osd             # with osd menu support
 %bcond_with    altivec         # with altivec support (altivec code brakes 
image in mpeg4, and may segfault on others)
+%bcond_with    x264            # with x264 support (needs newer libx264 snap)
 %bcond_with    xmms            # with XMMS inputplugin support
 %bcond_without aalib           # without aalib video output
 %bcond_without jack            # without JACKD support
@@ -150,7 +151,7 @@
 BuildRequires: gtk+%{?with_gtk2:2}-devel
 %endif
 BuildRequires: lame-libs-devel
-%{?with_jack:BuildRequires:    libbio2jack-devel}
+%{?with_jack:BuildRequires:    libbio2jack-devel >= 0.8-2}
 %{?with_caca:BuildRequires:    libcaca-devel}
 %{?with_libdts:BuildRequires:  libdts-devel}
 %{?with_libdv:BuildRequires:   libdv-devel}
@@ -162,6 +163,7 @@
 %{?with_dshow:BuildRequires:   libstdc++-devel}
 %{?with_theora:BuildRequires:  libtheora-devel}
 %{?with_vorbis:BuildRequires:  libvorbis-devel}
+%{?with_x264:BuildRequires:    libx264-devel > 0.1.2-1.20051023}
 BuildRequires: libxslt-progs
 %{?with_lirc:BuildRequires:    lirc-devel}
 %{?with_live:BuildRequires:    live}
@@ -405,6 +407,7 @@
 %{!?with_vorbis:--disable-vorbis} \
 %{?with_osd:--enable-menu} \
 %{!?with_theora:--disable-theora} \
+%{!?with_x264:--disable-x264} \
 %{?with_xmms:--enable-xmms --with-xmmsplugindir=%{_libdir}/xmms/Input 
--with-xmmslibdir=%{_libdir}} \
 %{!?with_xvid:--disable-xvid} \
 %{!?with_mencoder:--disable-mencoder} \
@@ -582,6 +585,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.326  2006/04/28 21:42:54  qboosh
+- disable x264 by default (needs too new libx264 snap?)
+- BR: libbio2jack-deevl >= 0.8-2 (which includes 0.7 compatibility patch)
+
 Revision 1.325  2006/04/25 17:59:23  pluto
 - rebuild with new polypaudio (soname changed).
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mplayer.spec?r1=1.325&r2=1.326&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to