Skip to content

Commit

Permalink
Updated MPlayer build script to SB31
Browse files Browse the repository at this point in the history
  • Loading branch information
SubJunk committed Apr 17, 2012
1 parent 78eef2a commit f911e7c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 659 deletions.
6 changes: 3 additions & 3 deletions contrib/binaries-deps-versions
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ VERSION_GIFLIB=4.1.6
VERSION_ICONV=1.13.1
VERSION_JPEG=8d
VERSION_LAME=3.99.5
VERSION_LIBBLURAY=0.2.1
VERSION_LIBBLURAY=0.2.2
VERSION_LIBDCA=0.0.5
VERSION_LIBDV=1.0.0
VERSION_LIBMAD=0.15.1b
VERSION_LIBMEDIAINFO=0.7.50
VERSION_LIBMEDIAINFO=0.7.56
VERSION_LIBPNG=1.5.6
VERSION_LIBOGG=1.3.0
VERSION_LIBVORBIS=1.3.2
VERSION_LIBTHEORA=1.1.1
VERSION_LIBZEN=0.4.23
VERSION_LZO=2.06
VERSION_MPLAYER=34849
VERSION_MPLAYER=34866
VERSION_NCURSES=5.9
VERSION_PS3MEDIASERVER=release-1.50.0
VERSION_TSMUXER=1.10.6
Expand Down
6 changes: 3 additions & 3 deletions contrib/build-pms-binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ build_ffmpeg() {
fi

# Apply SB patch that was used for the Windows version
patch -p1 < ./../../../../contrib/mplayer-r34849-SB30-ffmpeg-58c25724.patch
patch -p1 < ./../../../../contrib/mplayer-r34866-SB31-ffmpeg-58c25724.patch
exit_on_error

$MAKE -j$THREADS
Expand Down Expand Up @@ -1229,7 +1229,7 @@ build_mplayer() {
# See https://svn.macports.org/ticket/30279

# Apply SB patch that was used for the Windows version
patch -p0 < ./../../../../contrib/mplayer-r34849-SB30.patch
patch -p0 < ./../../../../contrib/mplayer-r34866-SB31.patch
exit_on_error

# Theora and vorbis support seems broken in this revision, disable it for now
Expand All @@ -1248,7 +1248,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-r34849-SB30.patch
patch -p0 < ./../../../../contrib/mplayer-r34866-SB31.patch
exit_on_error

# mplayer configure patch for r34587-SB22
Expand Down
Loading

0 comments on commit f911e7c

Please sign in to comment.