Skip to content

Commit

Permalink
Updated MPlayer build script to SB27 from SB26
Browse files Browse the repository at this point in the history
  • Loading branch information
SubJunk committed Mar 11, 2012
1 parent ac921de commit 23d09fb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions contrib/binaries-deps-versions
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ VERSION_FAAD2=2.7
VERSION_FLAC=1.2.1
VERSION_FONTCONFIG=2.8.0
VERSION_FFMPEG=d3f81a67008b6418b9f22d865294898915fb3ad8
VERSION_FREETYPE=2.4.8
VERSION_FREETYPE=2.4.9
VERSION_FRIBIDI=0.19.2
VERSION_GIFLIB=4.1.6
VERSION_ICONV=1.13.1
VERSION_JPEG=8c
VERSION_LAME=3.99.3
VERSION_LAME=3.99.5
VERSION_LIBBLURAY=0.2.1
VERSION_LIBDCA=0.0.5
VERSION_LIBDV=1.0.0
Expand All @@ -27,7 +27,7 @@ VERSION_MPLAYER=34780
VERSION_NCURSES=5.9
VERSION_PS3MEDIASERVER=release-1.50.0
VERSION_TSMUXER=1.10.6
VERSION_X264=r2164
VERSION_X264=r2183
VERSION_XVID=1.3.1
VERSION_ZLIB=1.2.5
VERSION_YASM=1.2.0
4 changes: 2 additions & 2 deletions contrib/build-pms-binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1220,7 +1220,7 @@ build_mplayer() {
# See https://svn.macports.org/ticket/30279

# Apply SB patch that was used for the Windows version
patch -p0 < ./../../../../contrib/mplayer-r34780-SB26.patch
patch -p0 < ./../../../../contrib/mplayer-r34807-SB27.patch
exit_on_error

# Theora and vorbis support seems broken in this revision, disable it for now
Expand All @@ -1239,7 +1239,7 @@ build_mplayer() {
export LDFLAGS="$LDFLAGS -O4 -fomit-frame-pointer -pipe"

# Apply SB patch that was used for the Windows version
patch -p0 < ./../../../../contrib/mplayer-r34780-SB26.patch
patch -p0 < ./../../../../contrib/mplayer-r34807-SB27.patch
exit_on_error

# mplayer configure patch for r34587-SB22
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Index: configure
===================================================================
--- configure (revision 34780)
--- configure (revision 34807)
+++ configure (working copy)
@@ -565,6 +565,7 @@
--with-install=PATH path to a custom install program
Expand Down Expand Up @@ -132,7 +132,7 @@ Index: configure

Index: libao2/ao_sdl.c
===================================================================
--- libao2/ao_sdl.c (revision 34780)
--- libao2/ao_sdl.c (revision 34807)
+++ libao2/ao_sdl.c (working copy)
@@ -143,7 +143,7 @@
mp_msg(MSGT_AO,MSGL_INFO,MSGTR_AO_SDL_INFO, rate, (channels > 1) ? "Stereo" : "Mono", af_fmt2str_short(format));
Expand All @@ -145,7 +145,7 @@ Index: libao2/ao_sdl.c

Index: libvo/sdl_common.c
===================================================================
--- libvo/sdl_common.c (revision 34780)
--- libvo/sdl_common.c (revision 34807)
+++ libvo/sdl_common.c (working copy)
@@ -64,7 +64,7 @@
if (WinID > 0) {
Expand All @@ -167,7 +167,7 @@ Index: libvo/sdl_common.c
if (!s) {
Index: libvo/vo_sdl.c
===================================================================
--- libvo/vo_sdl.c (revision 34780)
--- libvo/vo_sdl.c (revision 34807)
+++ libvo/vo_sdl.c (working copy)
@@ -1334,17 +1334,17 @@
mp_msg(MSGT_VO,MSGL_DBG3, "SDL: Opening Plugin\n");
Expand All @@ -194,7 +194,7 @@ Index: libvo/vo_sdl.c
priv->fullmode = -2;
Index: mencoder.c
===================================================================
--- mencoder.c (revision 34780)
--- mencoder.c (revision 34807)
+++ mencoder.c (working copy)
@@ -139,6 +139,7 @@
int benchmark=0;
Expand Down Expand Up @@ -227,7 +227,7 @@ Index: mencoder.c
// av = compensated (with out buffering delay) A-V diff
Index: mp_msg.c
===================================================================
--- mp_msg.c (revision 34780)
--- mp_msg.c (revision 34807)
+++ mp_msg.c (working copy)
@@ -34,6 +34,26 @@
/* maximum message length of mp_msg */
Expand Down Expand Up @@ -317,7 +317,7 @@ Index: mp_msg.c
}
Index: mpcommon.c
===================================================================
--- mpcommon.c (revision 34780)
--- mpcommon.c (revision 34807)
+++ mpcommon.c (working copy)
@@ -538,40 +538,46 @@
/// Returns a_pts
Expand Down Expand Up @@ -402,7 +402,7 @@ Index: mpcommon.c
}
Index: mplayer.c
===================================================================
--- mplayer.c (revision 34780)
--- mplayer.c (revision 34807)
+++ mplayer.c (working copy)
@@ -145,6 +145,12 @@
float start_volume = -1;
Expand Down Expand Up @@ -637,14 +637,14 @@ Index: osdep/alloc-win.c
\ No newline at end of file
Index: version.sh
===================================================================
--- version.sh (revision 34780)
--- version.sh (revision 34807)
+++ version.sh (working copy)
@@ -17,9 +17,9 @@
version=$svn_revision
fi

-NEW_REVISION="#define VERSION \"${version}${extra}\""
+NEW_REVISION="#define VERSION \"SB26\""
+NEW_REVISION="#define VERSION \"SB27\""
OLD_REVISION=$(head -n 1 version.h 2> /dev/null)
-TITLE='#define MP_TITLE "%s "VERSION" (C) 2000-2012 MPlayer Team\n"'
+TITLE='#define MP_TITLE "%s "VERSION" (C) 2000-2012 MPlayer Team\nCustom build by SubJunk, http://www.spirton.com\n\n"'
Expand Down

0 comments on commit 23d09fb

Please sign in to comment.