OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Michael Schloh
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   02-May-2005 09:28:55
  Branch: HEAD                             Handle: 2005050208285500

  Modified files:
    openpkg-src/mplayer     mplayer.spec

  Log:
    help configure correctly detect libaa and disable faulty libirc checks

  Summary:
    Revision    Changes     Path
    1.125       +5  -1      openpkg-src/mplayer/mplayer.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/mplayer/mplayer.spec
  ============================================================================
  $ cvs diff -u -r1.124 -r1.125 mplayer.spec
  --- openpkg-src/mplayer/mplayer.spec  29 Apr 2005 06:47:55 -0000      1.124
  +++ openpkg-src/mplayer/mplayer.spec  2 May 2005 07:28:55 -0000       1.125
  @@ -38,7 +38,7 @@
   Group:        Video
   License:      GPL and others
   Version:      %{V_mplayer}
  -Release:      20050429
  +Release:      20050502
   
   #   build options
   %option       with_gui    yes
  @@ -139,6 +139,7 @@
       CXXFLAGS="%{l_cxxflags -O} -Wno-deprecated" \
       CPPFLAGS="%{l_cppflags}" \
       LDFLAGS="%{l_ldflags}" \
  +    _ld_aa=`%{l_prefix}/bin/aalib-config --libs` \
       ./configure \
           --prefix=%{l_prefix} \
           --confdir=%{l_prefix}/etc/mplayer/ \
  @@ -170,12 +171,15 @@
           --enable-liblzo \
           --enable-x11 \
           --enable-smb \
  +        --enable-aa \
           --with-x11incdir=`%{l_rc} --query x11_incdir` \
           --with-x11libdir=`%{l_rc} --query x11_libdir` \
           --with-extraincdir=%{l_prefix}/include/:%{l_prefix}/include/lzo \
           --with-extralibdir=%{l_prefix}/lib/ \
           --with-sdl-config=%{l_prefix}/bin/sdl-config \
           --with-freetype-config=%{l_prefix}/bin/freetype-config \
  +        --disable-lirc \
  +        --disable-lircc \
           --disable-i18n
   
       #   fix sloppy library defs for selected platforms
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to