Changeset a666bc56268192a6724dd112bbcd9718dbc0f6f9
- 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
| r4219568 |
ra666bc5 |
|
| 2 | 2 | |
|---|
| 3 | 3 | ## 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 $ |
|---|
| 5 | 5 | ## |
|---|
| 6 | 6 | ## Authors: Samuel Hocevar <sam@zoy.org> |
|---|
| … | … | |
| 627 | 627 | # libdvdplay0-dev (>=1.0.1-2) with libdvdplay0-dev |
|---|
| 628 | 628 | # libxosd-dev (>=2.2.4-1.3) with libxosd-dev |
|---|
| 629 | | # ttf-freefonts with ttf-thryomanes |
|---|
| | 629 | # ttf-freefont with ttf-thryomanes |
|---|
| 630 | 630 | # dvb-dev (>= 1.0.1-6) with dvb-dev |
|---|
| 631 | 631 | # remove libwxgtk2.4-dev |
|---|
| … | … | |
| 635 | 635 | # libmatroska-dev |
|---|
| 636 | 636 | # libspeex-dev |
|---|
| 637 | | # change Source: vlc with Source: vlc-woody |
|---|
| 638 | | # Section: gnome with Section: graphics |
|---|
| | 637 | # change Section: gnome with Section: graphics |
|---|
| 639 | 638 | # Section: kde with Section: kde |
|---|
| 640 | 639 | # Section: libdevel with Section: devel |
|---|
| … | … | |
| 648 | 647 | -e 's/, libdvdplay0-dev[^,]*/, libdvdplay0-dev/' \ |
|---|
| 649 | 648 | -e 's/, libxosd-dev[^,]*/, libxosd-dev/' \ |
|---|
| 650 | | -e 's/, ttf-freefonts[^,]*/, ttf-thryomanes/' \ |
|---|
| | 649 | -e 's/, ttf-freefont[^,]*/, ttf-thryomanes/' \ |
|---|
| 651 | 650 | -e 's/, dvb-dev[^,]*/, dvb-dev/' \ |
|---|
| 652 | 651 | -e 's/, libwx[^,]*//' \ |
|---|
| … | … | |
| 657 | 656 | -e 's/, libmatroska-dev[^,]*//' \ |
|---|
| 658 | 657 | -e 's/, libspeex-dev[^,]*//' \ |
|---|
| 659 | | -e 's/Source: vlc/Source: vlc-woody/' \ |
|---|
| 660 | 658 | -e 's/Section: gnome/Section: graphics/' \ |
|---|
| 661 | 659 | -e 's/Section: kde/Section: graphics/' \ |
|---|
| … | … | |
| 678 | 676 | |
|---|
| 679 | 677 | # 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,' \ |
|---|
| 681 | 679 | < "$1/modules/misc/freetype.c" > "$1/modules/misc/freetype.c.woody" |
|---|
| 682 | 680 | mv "$1/modules/misc/freetype.c.woody" "$1/modules/misc/freetype.c" |
|---|