mplayer: update to r28288
This commit is contained in:
parent
1e4b97ab44
commit
4d7b97d913
@ -1,4 +1,3 @@
|
|||||||
1ecd31d17b51f16332b1fcc7da36b312 font-arial-iso-8859-1.tar.bz2
|
1ecd31d17b51f16332b1fcc7da36b312 font-arial-iso-8859-1.tar.bz2
|
||||||
a89d92b09b3d27ffa9f808383bb614dc mplayer-1.0_rc2_p28058.tar.bz2
|
ecb5e05473f9fcfddcac6fa55c301028 mplayer-1.0_rc2_p28288.tar.bz2
|
||||||
cf872f80e9bfdf046f1519623cdc1d3b mplayer-x264.patch
|
|
||||||
c64631601912913f3e5dfbecc3b79d44 mplayer.conf
|
c64631601912913f3e5dfbecc3b79d44 mplayer.conf
|
||||||
|
@ -11,18 +11,15 @@
|
|||||||
# http://www.mplayerhq.hu/DOCS/HTML/en/index.html
|
# http://www.mplayerhq.hu/DOCS/HTML/en/index.html
|
||||||
|
|
||||||
name=mplayer
|
name=mplayer
|
||||||
version=1.0_rc2_p28058
|
version=1.0_rc2_p28288
|
||||||
release=1
|
release=1
|
||||||
source=(http://distfiles.gentoo.org/distfiles/$name-$version.tar.bz2
|
source=(http://distfiles.gentoo.org/distfiles/$name-$version.tar.bz2
|
||||||
http://www1.mplayerhq.hu/MPlayer/releases/fonts/font-arial-iso-8859-1.tar.bz2
|
http://www1.mplayerhq.hu/MPlayer/releases/fonts/font-arial-iso-8859-1.tar.bz2
|
||||||
$name-x264.patch
|
|
||||||
mplayer.conf)
|
mplayer.conf)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
|
|
||||||
patch -p1 -i $SRC/$name-x264.patch
|
|
||||||
|
|
||||||
# Keep in line with mplayer CFLAGS, but allow people to set their own march/mtune values.
|
# Keep in line with mplayer CFLAGS, but allow people to set their own march/mtune values.
|
||||||
export CFLAGS="$(echo $CFLAGS | sed -e 's/-O[s0-3]/-O3/') -ffast-math -fomit-frame-pointer"
|
export CFLAGS="$(echo $CFLAGS | sed -e 's/-O[s0-3]/-O3/') -ffast-math -fomit-frame-pointer"
|
||||||
./configure --prefix=/usr \
|
./configure --prefix=/usr \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user