diff options
author | Chris White <chriswhite@gentoo.org> | 2004-08-22 07:34:59 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2004-08-22 07:34:59 +0000 |
commit | c97bb4a25caf6ffe9faaf6cd1aa63dcdf3c09661 (patch) | |
tree | e1eb7be0f5824c07f1ccc0233e30e0a827351efb /media-video/mplayer/files | |
parent | Marked stable on mips. (diff) | |
download | historical-c97bb4a25caf6ffe9faaf6cd1aa63dcdf3c09661.tar.gz historical-c97bb4a25caf6ffe9faaf6cd1aa63dcdf3c09661.tar.bz2 historical-c97bb4a25caf6ffe9faaf6cd1aa63dcdf3c09661.zip |
<MPlayer> arg, all your custom CFLAGS belong to us! <ChrisWhite> Stop right there! *ChrisWhite transforms into super-dev with sed and vi powers! <MPlayer> Arg! I now use custom CFLAGS! <ChrisWhite> please test, have fun with this, etc.
Diffstat (limited to 'media-video/mplayer/files')
-rw-r--r-- | media-video/mplayer/files/digest-mplayer-1.0_pre5-r4 | 6 | ||||
-rw-r--r-- | media-video/mplayer/files/mplayer-1.0_pre5-configure.patch | 40 |
2 files changed, 46 insertions, 0 deletions
diff --git a/media-video/mplayer/files/digest-mplayer-1.0_pre5-r4 b/media-video/mplayer/files/digest-mplayer-1.0_pre5-r4 new file mode 100644 index 000000000000..76f2c5d8eada --- /dev/null +++ b/media-video/mplayer/files/digest-mplayer-1.0_pre5-r4 @@ -0,0 +1,6 @@ +MD5 fbe6919eb025526e8ed129cd61a49969 MPlayer-1.0pre5.tar.bz2 5072836 +MD5 1ecd31d17b51f16332b1fcc7da36b312 font-arial-iso-8859-1.tar.bz2 234242 +MD5 7b47904a925cf58ea546ca15f3df160c font-arial-iso-8859-2.tar.bz2 222208 +MD5 48493efca70c570f2cda0134e63cb5df mplayer-1.0_pre5-alsa-gui.patch.tar.bz2 5852 +MD5 3f1b9eb2ba639bf42c61f7b9189f6524 svgalib_helper-1.9.17-mplayer.tar.bz2 7234 +MD5 5fdc36704c4ec3a6dc6b57a536608180 Blue-1.4.tar.bz2 221734 diff --git a/media-video/mplayer/files/mplayer-1.0_pre5-configure.patch b/media-video/mplayer/files/mplayer-1.0_pre5-configure.patch new file mode 100644 index 000000000000..641e25d2de54 --- /dev/null +++ b/media-video/mplayer/files/mplayer-1.0_pre5-configure.patch @@ -0,0 +1,40 @@ +--- configure.old 2004-07-15 07:04:42.000000000 +0900 ++++ configure 2004-08-22 15:19:34.513649456 +0900 +@@ -5900,36 +5900,8 @@ + ############################################################################# + + # Checking for CFLAGS +-_stripbinaries=yes +-if test "$_profile" != "" || test "$_debug" != "" ; then +- CFLAGS="-W -Wall -O2 $_march $_mcpu $_debug $_profile" +- if test "$_cc_major" -ge "3" ; then +- CFLAGS=`echo "$CFLAGS" | sed -e 's/\(-Wall\)/\1 -Wno-unused-parameter/'` +- fi +- _stripbinaries=no +-elif test -z "$CFLAGS" ; then +- if test "$host_arch" != "mips" ; then +- CFLAGS="-O4 $_march $_mcpu -pipe -ffast-math -fomit-frame-pointer" +- else +- CFLAGS="-O4 $_march $_mcpu -ffast-math -fomit-frame-pointer" +- fi +- # always compile with '-g' if .developer: +- if test -f ".developer" ; then +- CFLAGS="-g $CFLAGS" +- _stripbinaries=no +- fi +-else +- cat <<EOF ++CFLAGS="custom" + +-MPlayer compilation will use the CFLAGS set by you, but: +- +- *** *** DO NOT REPORT BUGS IF IT DOES NOT COMPILE/WORK! *** *** +- +-It is strongly recommended to let MPlayer choose the correct CFLAGS! +-To do so, execute 'CFLAGS= ./configure <options>' +- +-EOF +-fi + if darwin ; then + CFLAGS="$CFLAGS -DSYS_DARWIN" + if [ "$_cc_major" = 3 ] && [ "$_cc_minor" -lt 1 ]; then |