Changeset a666bc56268192a6724dd112bbcd9718dbc0f6f9

Show
Ignore:
Timestamp:
01/04/04 19:18:45 (5 years ago)
Author:
Sam Hocevar <sam@videolan.org>
git-committer:
Sam Hocevar <sam@videolan.org> 1073240325 +0000
git-parent:

[13f5cc43d32b8a4a3d208042bf1a514406c97ad4]

git-author:
Sam Hocevar <sam@videolan.org> 1073240325 +0000
Message:
  • toolbox:
    + Minor fixes to the woody packages.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • toolbox

    r4219568 ra666bc5  
    22 
    33##  toolbox for the VLC media player 
    4 ##  $Id: toolbox,v 1.53 2003/12/22 02:24:50 sam Exp $ 
     4##  $Id: toolbox,v 1.54 2004/01/04 18:18:45 sam Exp $ 
    55## 
    66##  Authors: Samuel Hocevar <sam@zoy.org> 
     
    627627  #                  libdvdplay0-dev (>=1.0.1-2) with libdvdplay0-dev 
    628628  #                  libxosd-dev (>=2.2.4-1.3) with libxosd-dev 
    629   #                  ttf-freefonts with ttf-thryomanes 
     629  #                  ttf-freefont with ttf-thryomanes 
    630630  #                  dvb-dev (>= 1.0.1-6) with dvb-dev 
    631631  #          remove libwxgtk2.4-dev 
     
    635635  #                 libmatroska-dev 
    636636  #                 libspeex-dev 
    637   #          change Source: vlc with Source: vlc-woody 
    638   #                 Section: gnome with Section: graphics 
     637  #          change Section: gnome with Section: graphics 
    639638  #                 Section: kde with Section: kde 
    640639  #                 Section: libdevel with Section: devel 
     
    648647      -e 's/, libdvdplay0-dev[^,]*/, libdvdplay0-dev/' \ 
    649648      -e 's/, libxosd-dev[^,]*/, libxosd-dev/' \ 
    650       -e 's/, ttf-freefonts[^,]*/, ttf-thryomanes/' \ 
     649      -e 's/, ttf-freefont[^,]*/, ttf-thryomanes/' \ 
    651650      -e 's/, dvb-dev[^,]*/, dvb-dev/' \ 
    652651      -e 's/, libwx[^,]*//' \ 
     
    657656      -e 's/, libmatroska-dev[^,]*//' \ 
    658657      -e 's/, libspeex-dev[^,]*//' \ 
    659       -e 's/Source: vlc/Source: vlc-woody/' \ 
    660658      -e 's/Section: gnome/Section: graphics/' \ 
    661659      -e 's/Section: kde/Section: graphics/' \ 
     
    678676 
    679677  # modules/misc/freetype.c: replace the default font 
    680   sed -e 's,FreeSerifBold.ttf,thryomanes/thryb___.ttf,' \ 
     678  sed -e 's,freefont/FreeSerifBold.ttf,thryomanes/thryb___.ttf,' \ 
    681679      < "$1/modules/misc/freetype.c" > "$1/modules/misc/freetype.c.woody" 
    682680  mv "$1/modules/misc/freetype.c.woody" "$1/modules/misc/freetype.c"