Changeset be7e3f05a32652f3a484a19f922730613fce992e
- 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
| r348389a |
rbe7e3f0 |
|
| 2 | 2 | |
|---|
| 3 | 3 | ## 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 $ |
|---|
| 5 | 5 | ## |
|---|
| 6 | 6 | ## Authors: Samuel Hocevar <sam@zoy.org> |
|---|
| … | … | |
| 597 | 597 | # libdvdplay0-dev (>=1.0.1-2) with libdvdplay0-dev |
|---|
| 598 | 598 | # libxosd-dev (>=2.2.4-1.3) with libxosd-dev |
|---|
| | 599 | # ttf-freefonts with ttf-thryomanes |
|---|
| 599 | 600 | # remove libwxgtk2.4-dev |
|---|
| 600 | 601 | # libflac-dev |
|---|
| … | … | |
| 602 | 603 | # libglib2.0-0 (workaround for mozilla-dev's bad deps) |
|---|
| 603 | 604 | # libmatroska-dev |
|---|
| | 605 | # libspeex-dev |
|---|
| 604 | 606 | # change Source: vlc with Source: vlc-woody |
|---|
| 605 | 607 | # Section: gnome with Section: graphics |
|---|
| … | … | |
| 615 | 617 | -e 's/, libdvdplay0-dev[^,]*/, libdvdplay0-dev/' \ |
|---|
| 616 | 618 | -e 's/, libxosd-dev[^,]*/, libxosd-dev/' \ |
|---|
| | 619 | -e 's/, ttf-freefonts[^,]*/, ttf-thryomanes/' \ |
|---|
| 617 | 620 | -e 's/, libwx[^,]*//' \ |
|---|
| 618 | 621 | -e '/Package: wxvlc/,/^ *$/d' \ |
|---|
| … | … | |
| 621 | 624 | -e 's/, libglib2.0-0[^,]*//' \ |
|---|
| 622 | 625 | -e 's/, libmatroska-dev[^,]*//' \ |
|---|
| | 626 | -e 's/, libspeex-dev[^,]*//' \ |
|---|
| 623 | 627 | -e 's/Source: vlc/Source: vlc-woody/' \ |
|---|
| 624 | 628 | -e 's/Section: gnome/Section: graphics/' \ |
|---|
| … | … | |
| 636 | 640 | -e 's,--enable-flac,--disable-flac,' \ |
|---|
| 637 | 641 | -e 's,--enable-mkv,--disable-mkv,' \ |
|---|
| | 642 | -e 's,--enable-speex,--disable-speex,' \ |
|---|
| 638 | 643 | < "$1/debian/rules" > "$1/debian/rules.woody" |
|---|
| 639 | 644 | mv "$1/debian/rules.woody" "$1/debian/rules" |
|---|