Merge branch '2.4' into 2.5

This commit is contained in:
Juergen Daubert 2008-12-04 09:49:13 +01:00
commit 8a70f167d5
9 changed files with 1125 additions and 259 deletions

View File

@ -19,8 +19,8 @@ drwxr-xr-x root/root usr/include/libwnck-1.0/libwnck/
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libwnck-1.a
-rwxr-xr-x root/root usr/lib/libwnck-1.la
lrwxrwxrwx root/root usr/lib/libwnck-1.so -> libwnck-1.so.22.3.13
lrwxrwxrwx root/root usr/lib/libwnck-1.so.22 -> libwnck-1.so.22.3.13
-rwxr-xr-x root/root usr/lib/libwnck-1.so.22.3.13
lrwxrwxrwx root/root usr/lib/libwnck-1.so -> libwnck-1.so.22.3.14
lrwxrwxrwx root/root usr/lib/libwnck-1.so.22 -> libwnck-1.so.22.3.14
-rwxr-xr-x root/root usr/lib/libwnck-1.so.22.3.14
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libwnck-1.0.pc

View File

@ -1 +1 @@
eced69ea31afb09b2c582b8fe288b069 libwnck-2.24.1.tar.bz2
1c939b1722579e5b7adc37068e77d72a libwnck-2.24.2.tar.bz2

View File

@ -5,7 +5,7 @@
# Depends on: gtk, startup-notification, intltool
name=libwnck
version=2.24.1
version=2.24.2
release=1
source=(ftp://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2)

View File

@ -1,3 +1,4 @@
1ecd31d17b51f16332b1fcc7da36b312 font-arial-iso-8859-1.tar.bz2
10c3d697b488354297b4553bfbadcd13 mplayer-1.0_rc2_p27458.tar.bz2
a89d92b09b3d27ffa9f808383bb614dc mplayer-1.0_rc2_p28058.tar.bz2
cf872f80e9bfdf046f1519623cdc1d3b mplayer-x264.patch
c64631601912913f3e5dfbecc3b79d44 mplayer.conf

View File

@ -11,15 +11,18 @@
# http://www.mplayerhq.hu/DOCS/HTML/en/index.html
name=mplayer
version=1.0_rc2_p27458
release=3
version=1.0_rc2_p28058
release=1
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)
build() {
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.
export CFLAGS="$(echo $CFLAGS | sed -e 's/-O[s0-3]/-O3/') -ffast-math -fomit-frame-pointer"
./configure --prefix=/usr \
@ -43,5 +46,6 @@ build() {
cp etc/input.conf $PKG/usr/etc/mplayer/
# finish up
rmdir $PKG/usr/lib
chown -R root:root $PKG
}

View File

@ -0,0 +1,12 @@
diff -urN mplayer-1.0_rc2_p28058/libavcodec/libx264.c mplayer-1.0_rc2_p28058-new/libavcodec/libx264.c
--- mplayer-1.0_rc2_p28058/libavcodec/libx264.c 2008-12-02 13:56:20.000000000 +1100
+++ mplayer-1.0_rc2_p28058-new/libavcodec/libx264.c 2008-12-03 00:54:35.824823293 +1100
@@ -164,7 +164,7 @@
x4->params.i_bframe = avctx->max_b_frames;
x4->params.b_cabac = avctx->coder_type == FF_CODER_TYPE_AC;
- x4->params.i_bframe_adaptive = avctx->b_frame_strategy;
+ x4->params.b_bframe_adaptive = avctx->b_frame_strategy;
x4->params.i_bframe_bias = avctx->bframebias;
x4->params.b_bframe_pyramid = avctx->flags2 & CODEC_FLAG2_BPYRAMID;
avctx->has_b_frames= avctx->flags2 & CODEC_FLAG2_BPYRAMID ? 2 : !!avctx->max_b_frames;

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
e558a0e00ae318d43bf6ff9af452bad2 ruby-1.8.6.tar.bz2
0b215c46b89b28d7ab8d56d96e72d5b9 ruby-1.8.7-p72.tar.bz2

View File

@ -4,7 +4,7 @@
# Depends on: ruby
name=ruby-doc
version=1.8.6
version=1.8.7-p72
release=1
source=(ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-$version.tar.bz2)