Skip to content

Commit

Permalink
Store binaries deps versions on separate file
Browse files Browse the repository at this point in the history
  • Loading branch information
ikarsokolov committed Feb 6, 2012
1 parent da0584a commit 60657fd
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 34 deletions.
33 changes: 33 additions & 0 deletions contrib/binaries-deps-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
VERSION_BZIP2=1.0.6
VERSION_DCRAW=9.07
VERSION_ENCA=1.13
VERSION_EXPAT=2.0.1
VERSION_FAAD2=2.7
VERSION_FLAC=1.2.1
VERSION_FONTCONFIG=2.8.0
VERSION_FFMPEG=n0.9.1
VERSION_FREETYPE=2.4.8
VERSION_FRIBIDI=0.19.2
VERSION_GIFLIB=4.1.6
VERSION_ICONV=1.13.1
VERSION_JPEG=8c
VERSION_LAME=3.99.3
VERSION_LIBBLURAY=0.2.1
VERSION_LIBDCA=0.0.5
VERSION_LIBDV=1.0.0
VERSION_LIBMAD=0.15.1b
VERSION_LIBMEDIAINFO=0.7.50
VERSION_LIBPNG=1.5.6
VERSION_LIBOGG=1.2.2
VERSION_LIBVORBIS=1.3.2
VERSION_LIBTHEORA=1.1.1
VERSION_LIBZEN=0.4.23
VERSION_LZO=2.04
VERSION_MPLAYER=34587
VERSION_NCURSES=5.9
VERSION_PS3MEDIASERVER=2011-12-11
VERSION_TSMUXER=1.10.6
VERSION_X264=r2146
VERSION_XVID=1.3.1
VERSION_ZLIB=1.2.5
VERSION_YASM=1.2.0
36 changes: 2 additions & 34 deletions contrib/build-pms-binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,40 +116,8 @@ THREADS="2"
##########################################


# Versions
VERSION_BZIP2=1.0.6
VERSION_DCRAW=9.07
VERSION_ENCA=1.13
VERSION_EXPAT=2.0.1
VERSION_FAAD2=2.7
VERSION_FLAC=1.2.1
VERSION_FONTCONFIG=2.8.0
VERSION_FFMPEG=n0.9.1
VERSION_FREETYPE=2.4.8
VERSION_FRIBIDI=0.19.2
VERSION_GIFLIB=4.1.6
VERSION_ICONV=1.13.1
VERSION_JPEG=8c
VERSION_LAME=3.99.3
VERSION_LIBBLURAY=0.2.1
VERSION_LIBDCA=0.0.5
VERSION_LIBDV=1.0.0
VERSION_LIBMAD=0.15.1b
VERSION_LIBMEDIAINFO=0.7.50
VERSION_LIBPNG=1.5.6
VERSION_LIBOGG=1.2.2
VERSION_LIBVORBIS=1.3.2
VERSION_LIBTHEORA=1.1.1
VERSION_LIBZEN=0.4.23
VERSION_LZO=2.04
VERSION_MPLAYER=34587
VERSION_NCURSES=5.9
VERSION_PS3MEDIASERVER=2011-12-11
VERSION_TSMUXER=1.10.6
VERSION_X264=r2146
VERSION_XVID=1.3.1
VERSION_ZLIB=1.2.5
VERSION_YASM=1.2.0
# binaries deps versions
. ./binaries-deps-versions


##########################################
Expand Down

0 comments on commit 60657fd

Please sign in to comment.