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

  Server: cvs.openpkg.org                  Name:   Michael Schloh
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   14-Aug-2003 14:13:15
  Branch: HEAD                             Handle: 2003081413131400

  Modified files:
    openpkg-src/mplayer     mplayer.spec

  Log:
    Fix u_int -> uint problem with substitution

  Summary:
    Revision    Changes     Path
    1.19        +13 -2      openpkg-src/mplayer/mplayer.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/mplayer/mplayer.spec
  ============================================================================
  $ cvs diff -u -r1.18 -r1.19 mplayer.spec
  --- openpkg-src/mplayer/mplayer.spec  13 Aug 2003 16:19:30 -0000      1.18
  +++ openpkg-src/mplayer/mplayer.spec  14 Aug 2003 12:13:14 -0000      1.19
  @@ -38,7 +38,7 @@
   Group:        Video
   License:      GPL and others
   Version:      %{V_mplayer}
  -Release:      20030813
  +Release:      20030814
   
   #   build options
   %option       with_gui    no
  @@ -77,9 +77,20 @@
   
   %prep
       %setup0 -q -n MPlayer-%{V_mplayer}
  -    %setup1 -q -n MPlayer-%{V_mplayer} -T -D -a 5
  +    %setup5 -q -n MPlayer-%{V_mplayer} -T -D -a 5
       %patch0 -p0
       %patch1 -p0
  +    %{l_shtool} subst \
  +        -e 's;u_int\([0-9]*\)_t;uint\1_t;g' \
  +        live/groupsock/include/NetAddress.hh \
  +        live/groupsock/include/GroupEId.hh \
  +        live/groupsock/include/Groupsock.hh \
  +        live/groupsock/include/TunnelEncaps.hh \
  +        live/liveMedia/include/MediaSession.hh \
  +        live/liveMedia/include/RTPSource.hh \
  +        live/liveMedia/include/RTSPClient.hh \
  +        live/liveMedia/include/AC3AudioRTPSink.hh \
  +        live/liveMedia/include/MPEG4GenericRTPSink.hh
   
   %build
       #   translate target names into qmake system types
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to