Changeset 6f924598bfb7bc020915329bce203f949b33dda5
- Timestamp:
- 01/17/05 20:37:38
(3 years ago)
- Author:
- Derk-Jan Hartman <hartman@videolan.org>
- git-committer:
- Derk-Jan Hartman <hartman@videolan.org> 1105990658 +0000
- git-parent:
[db7ad6de24d7d7f005120ec180f3825b88fcd182]
- git-author:
- Derk-Jan Hartman <hartman@videolan.org> 1105990658 +0000
- Message:
* Added the contrib system to MAKE_DIST
* cleaned up some alignment in configure --help
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r6c0ceeb |
r6f92459 |
|
| 248 | 248 | cp $(distdir)/vlc.ebuild $(distdir)/vlc-${VERSION}.ebuild |
|---|
| 249 | 249 | cd $(distdir) && srcdir=$(srcdir) $(srcdir)/toolbox --update-vc |
|---|
| | 250 | distdir=$(distdir) srcdir=$(srcdir) $(srcdir)/toolbox --dist-contrib |
|---|
| 250 | 251 | |
|---|
| 251 | 252 | ############################################################################### |
|---|
| r70a4f2e |
r6f92459 |
|
| 1305 | 1305 | then |
|---|
| 1306 | 1306 | AC_ARG_WITH(dvdread, |
|---|
| 1307 | | [ --with-dvdread=PATH libdvdread headers and libraries]) |
|---|
| | 1307 | [ --with-dvdread=PATH libdvdread headers and libraries]) |
|---|
| 1308 | 1308 | AC_ARG_WITH(dvdread-tree, |
|---|
| 1309 | 1309 | [ --with-dvdread-tree=PATH libdvdread tree for static linking]) |
|---|
| … | … | |
| 1859 | 1859 | else |
|---|
| 1860 | 1860 | AC_ARG_WITH(ffmpeg-mp3lame, |
|---|
| 1861 | | [ --with-ffmpeg-mp3lame if ffmpeg has been compiled with mp3lame support], |
|---|
| | 1861 | [ --with-ffmpeg-mp3lame specify if ffmpeg has been compiled with mp3lame support], |
|---|
| 1862 | 1862 | [ |
|---|
| 1863 | 1863 | VLC_ADD_LDFLAGS([ffmpeg],[-lmp3lame]) ]) |
|---|
| 1864 | 1864 | |
|---|
| 1865 | 1865 | AC_ARG_WITH(ffmpeg-faac, |
|---|
| 1866 | | [ --with-ffmpeg-faac if ffmpeg has been compiled with faac support], |
|---|
| | 1866 | [ --with-ffmpeg-faac specify if ffmpeg has been compiled with faac support], |
|---|
| 1867 | 1867 | [ |
|---|
| 1868 | 1868 | VLC_ADD_LDFLAGS([ffmpeg],[-lfaac]) ]) |
|---|
| 1869 | 1869 | |
|---|
| 1870 | 1870 | AC_ARG_WITH(ffmpeg-dts, |
|---|
| 1871 | | [ --with-ffmpeg-dts if ffmpeg has been compiled with dts support], |
|---|
| | 1871 | [ --with-ffmpeg-dts specify if ffmpeg has been compiled with dts support], |
|---|
| 1872 | 1872 | [ |
|---|
| 1873 | 1873 | VLC_ADD_LDFLAGS([ffmpeg],[-ldts]) ]) |
|---|
| 1874 | 1874 | |
|---|
| 1875 | 1875 | AC_ARG_WITH(ffmpeg-zlib, |
|---|
| 1876 | | [ --with-ffmpeg-zlib if ffmpeg has been compiled with zlib support], |
|---|
| | 1876 | [ --with-ffmpeg-zlib specify if ffmpeg has been compiled with zlib support], |
|---|
| 1877 | 1877 | [ |
|---|
| 1878 | 1878 | VLC_ADD_LDFLAGS([ffmpeg],[-lz]) ]) |
|---|
| … | … | |
| 2443 | 2443 | dnl |
|---|
| 2444 | 2444 | AC_ARG_ENABLE(dirac, |
|---|
| 2445 | | [ --enable-dirac experimental dirac codec (default disabled)]) |
|---|
| | 2445 | [ --enable-dirac experimental dirac codec (default disabled)]) |
|---|
| 2446 | 2446 | if test "${enable_dirac}" = "yes"; then |
|---|
| 2447 | 2447 | AC_CHECK_HEADERS(libdirac_decoder/dirac_parser.h, [ |
|---|
| … | … | |
| 2478 | 2478 | if test "${enable_x264}" != "no"; then |
|---|
| 2479 | 2479 | AC_ARG_WITH(x264-tree, |
|---|
| 2480 | | [ --with-x264-tree=PATH x264 tree for static linking ],[],[]) |
|---|
| | 2480 | [ --with-x264-tree=PATH x264 tree for static linking ],[],[]) |
|---|
| 2481 | 2481 | if test "${with_x264_tree}" != "no" -a -n "${with_x264_tree}" |
|---|
| 2482 | 2482 | then |
|---|
| … | … | |
| 2805 | 2805 | dnl |
|---|
| 2806 | 2806 | AC_ARG_ENABLE(libxml2, |
|---|
| 2807 | | [ --enable-libxml2 libxml2 support (default enabled)]) |
|---|
| | 2807 | [ --enable-libxml2 libxml2 support (default enabled)]) |
|---|
| 2808 | 2808 | if test "${enable_libxml2}" != "no" |
|---|
| 2809 | 2809 | then |
|---|
| … | … | |
| 3758 | 3758 | dnl |
|---|
| 3759 | 3759 | AC_ARG_ENABLE(daap, |
|---|
| 3760 | | [ --enable-daap DAAP shares services discovery support (default enabled)]) |
|---|
| | 3760 | [ --enable-daap DAAP shares services discovery support (default enabled)]) |
|---|
| 3761 | 3761 | if test "$enable_daap" != "no" |
|---|
| 3762 | 3762 | then |
|---|
| … | … | |
| 3822 | 3822 | dnl |
|---|
| 3823 | 3823 | AC_ARG_WITH(libgnutls-prefix, |
|---|
| 3824 | | [ --with-libgnutls-prefix=PREFIX set prefix where libgnutls is installed], |
|---|
| | 3824 | [ --with-libgnutls-prefix=PREFIX set prefix where libgnutls is installed], |
|---|
| 3825 | 3825 | libgnutls_config_prefix="$withval", libgnutls_config_prefix="") |
|---|
| 3826 | 3826 | |
|---|
| … | … | |
| 3864 | 3864 | dnl |
|---|
| 3865 | 3865 | AC_ARG_WITH(words, |
|---|
| 3866 | | [ --with-words=endianness set endianness (big or little)]) |
|---|
| | 3866 | [ --with-words=endianness set endianness (big or little)]) |
|---|
| 3867 | 3867 | case "${with_words}" in |
|---|
| 3868 | 3868 | big) |
|---|
| r069e166 |
r6f92459 |
|
| 30 | 30 | --update-flexml generate and fix flexml and flex code |
|---|
| 31 | 31 | --distclean "make distclean" on steroids |
|---|
| | 32 | --dist-contrib add the contrib dir to MAKE_DIST |
|---|
| 32 | 33 | --make-woody <dir> change distdir <dir> to a woody distdir |
|---|
| 33 | 34 | EOF |
|---|
| … | … | |
| 85 | 86 | --add-include) |
|---|
| 86 | 87 | action=include |
|---|
| | 88 | ;; |
|---|
| | 89 | --dist-contrib) |
|---|
| | 90 | action=contrib |
|---|
| 87 | 91 | ;; |
|---|
| 88 | 92 | --help) |
|---|
| … | … | |
| 581 | 585 | |
|---|
| 582 | 586 | ## |
|---|
| | 587 | ## Add the extras/contrib dir to the distribution |
|---|
| | 588 | ## |
|---|
| | 589 | if test "${action}" = "contrib" |
|---|
| | 590 | then |
|---|
| | 591 | set -x |
|---|
| | 592 | if test ! -d "${distdir}/extras" |
|---|
| | 593 | then |
|---|
| | 594 | mkdir "${distdir}/extras" |
|---|
| | 595 | fi |
|---|
| | 596 | if test ! -d "${distdir}/extras/contrib" |
|---|
| | 597 | then |
|---|
| | 598 | mkdir "${distdir}/extras/contrib" |
|---|
| | 599 | fi |
|---|
| | 600 | cp "${srcdir}/extras/contrib/Makefile" "${distdir}/extras/contrib/Makefile" |
|---|
| | 601 | cp "${srcdir}/extras/contrib/README" "${distdir}/extras/contrib/README" |
|---|
| | 602 | cp "${srcdir}/extras/contrib/bootstrap" "${distdir}/extras/contrib/bootstrap" |
|---|
| | 603 | cp "${srcdir}/extras/contrib/change_prefix.sh" "${distdir}/extras/contrib/change_prefix.sh" |
|---|
| | 604 | if test ! -d "${distdir}/extras/contrib/src" |
|---|
| | 605 | then |
|---|
| | 606 | mkdir "${distdir}/extras/contrib/src" |
|---|
| | 607 | fi |
|---|
| | 608 | cp "${srcdir}/extras/contrib/src/Makefile" "${distdir}/extras/contrib/src/Makefile" |
|---|
| | 609 | cp "${srcdir}/extras/contrib/src/packages.mak" "${distdir}/extras/contrib/src/packages.mak" |
|---|
| | 610 | if test ! -d "${distdir}/extras/contrib/src/Patches" |
|---|
| | 611 | then |
|---|
| | 612 | mkdir "${distdir}/extras/contrib/src/Patches" |
|---|
| | 613 | fi |
|---|
| | 614 | cp ${srcdir}/extras/contrib/src/Patches/* "${distdir}/extras/contrib/src/Patches/" |
|---|
| | 615 | fi |
|---|
| | 616 | |
|---|
| | 617 | ## |
|---|
| 583 | 618 | ## Build a woody-friendly package |
|---|
| 584 | 619 | ## |
|---|