Author: pluto                        Date: Wed Feb 23 20:37:38 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- jackd support enabled.

---- Files affected:
SPECS:
   mplayer.spec (1.267 -> 1.268) 

---- Diffs:

================================================================
Index: SPECS/mplayer.spec
diff -u SPECS/mplayer.spec:1.267 SPECS/mplayer.spec:1.268
--- SPECS/mplayer.spec:1.267    Tue Dec 28 14:16:00 2004
+++ SPECS/mplayer.spec  Wed Feb 23 21:37:33 2005
@@ -18,6 +18,7 @@
 %bcond_with    xmms            # with XMMS inputplugin support
 
 %bcond_without aalib           # without aalib video output
+%bcond_without jack            # without JACKD support
 %bcond_without alsa            # without ALSA audio output
 %bcond_without arts            # without arts audio output
 %bcond_without caca            # without libcaca video output
@@ -66,7 +67,7 @@
 Summary(pt_BR):        Reprodutor de filmes
 Name:          mplayer
 Version:       1.0
-Release:       0.%{pre}.1
+Release:       0.%{pre}.2
 Epoch:         2
 License:       GPL
 Group:         X11/Applications/Multimedia
@@ -97,6 +98,7 @@
 Patch8:                %{name}-altivec.patch
 Patch9:                %{name}-assembly.patch
 Patch10:       %{name}-pcmsplit.patch
+Patch11:       %{name}-bio2jack.patch
 URL:           http://www.mplayerhq.hu/
 %{?with_directfb:BuildRequires:        DirectFB-devel}
 BuildRequires: OpenGL-devel
@@ -123,6 +125,7 @@
 BuildRequires: gtk+%{?with_gtk2:2}-devel
 %endif
 BuildRequires: lame-libs-devel
+%{?with_jack:BuildRequires:    libbio2jack-devel}
 %{?with_caca:BuildRequires:    libcaca-devel}
 %{?with_libdv:BuildRequires:   libdv-devel}
 %{?with_ggi:BuildRequires:     libggi-devel}
@@ -229,6 +232,7 @@
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
+%patch11 -p1
 
 # kill evil file, hackery not needed with llh
 echo > osdep/kerneltwosix.h
@@ -266,6 +270,7 @@
 %{!?with_nas:--disable-nas} \
 %{!?with_svga:--disable-svga} \
 %{!?with_aalib:--disable-aa} \
+%{!?with_jack:--disable-jack} \
 %{!?with_alsa:--disable-alsa} \
 %{?with_alsa:--enable-alsa --disable-select} \
 %{!?with_arts:--disable-arts} \
@@ -413,6 +418,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.268  2005/02/23 20:37:33  pluto
+- jackd support enabled.
+
 Revision 1.267  2004/12/28 13:16:00  mguevara
 - added option to disable live when no --with-live option set
 
================================================================

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


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

Reply via email to