Changeset be7e3f05a32652f3a484a19f922730613fce992e

Show
Ignore:
Timestamp:
10/24/03 16:50:07 (5 years ago)
Author:
Sam Hocevar <sam@videolan.org>
git-committer:
Sam Hocevar <sam@videolan.org> 1067007007 +0000
git-parent:

[38b51aec85241caf4b6e1ba6792e9e09a91f0d54]

git-author:
Sam Hocevar <sam@videolan.org> 1067007007 +0000
Message:
  • toolbox: On Debian woody, don't activate the speex plugin, and use
    ttf-thryomanes instead of ttf-freefonts (not available).
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • toolbox

    r348389a rbe7e3f0  
    22 
    33##  toolbox for the VLC media player 
    4 ##  $Id: toolbox,v 1.45 2003/09/15 18:28:47 sam Exp $ 
     4##  $Id: toolbox,v 1.46 2003/10/24 14:50:07 sam Exp $ 
    55## 
    66##  Authors: Samuel Hocevar <sam@zoy.org> 
     
    597597  #                  libdvdplay0-dev (>=1.0.1-2) with libdvdplay0-dev 
    598598  #                  libxosd-dev (>=2.2.4-1.3) with libxosd-dev 
     599  #                  ttf-freefonts with ttf-thryomanes 
    599600  #          remove libwxgtk2.4-dev 
    600601  #                 libflac-dev 
     
    602603  #                 libglib2.0-0 (workaround for mozilla-dev's bad deps) 
    603604  #                 libmatroska-dev 
     605  #                 libspeex-dev 
    604606  #          change Source: vlc with Source: vlc-woody 
    605607  #                 Section: gnome with Section: graphics 
     
    615617      -e 's/, libdvdplay0-dev[^,]*/, libdvdplay0-dev/' \ 
    616618      -e 's/, libxosd-dev[^,]*/, libxosd-dev/' \ 
     619      -e 's/, ttf-freefonts[^,]*/, ttf-thryomanes/' \ 
    617620      -e 's/, libwx[^,]*//' \ 
    618621      -e '/Package: wxvlc/,/^ *$/d' \ 
     
    621624      -e 's/, libglib2.0-0[^,]*//' \ 
    622625      -e 's/, libmatroska-dev[^,]*//' \ 
     626      -e 's/, libspeex-dev[^,]*//' \ 
    623627      -e 's/Source: vlc/Source: vlc-woody/' \ 
    624628      -e 's/Section: gnome/Section: graphics/' \ 
     
    636640      -e 's,--enable-flac,--disable-flac,' \ 
    637641      -e 's,--enable-mkv,--disable-mkv,' \ 
     642      -e 's,--enable-speex,--disable-speex,' \ 
    638643      < "$1/debian/rules" > "$1/debian/rules.woody" 
    639644  mv "$1/debian/rules.woody" "$1/debian/rules"