wok-6.x rev 4617
vlc: ImgReSampleContext is deprecated
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Dec 17 17:28:06 2009 +0100 (2009-12-17) |
parents | fdab620cf6a3 |
children | d6f7312a4e69 |
files | vlc/receipt |
line diff
1.1 --- a/vlc/receipt Thu Dec 17 15:33:55 2009 +0100 1.2 +++ b/vlc/receipt Thu Dec 17 17:28:06 2009 +0100 1.3 @@ -22,25 +22,26 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - sed -i -e 's:/usr/share/fonts/truetype/freefont/FreeSerifBold.ttf:/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-Bold.ttf:' modules/misc/freetype.c 1.8 - ./configure --prefix=/usr --enable-hal --enable-dbus --enable-dbus-control --disable-rpath --enable-release \ 1.9 - --enable-shared \ 1.10 - --enable-dvdread \ 1.11 - --enable-qt4 \ 1.12 - --enable-alsa --enable-taglib --enable-ogg \ 1.13 - --disable-lua --disable-live555 --disable-shout \ 1.14 - --disable-dvdnav --disable-fluidsynth --disable-a52 \ 1.15 - --disable-smb --disable-gnomevfs --disable-glx \ 1.16 - $CONFIGURE_ARGS && 1.17 + sed -i 's/ImgReSampleContext/void/' modules/video_filter/imgresample.c 1.18 + sed -i -e 's:/usr/share/fonts/truetype/freefont/FreeSerifBold.ttf:/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-Bold.ttf:' modules/misc/freetype.c 1.19 + ./configure --prefix=/usr --enable-hal --enable-dbus \ 1.20 + --enable-dbus-control --disable-rpath --enable-release \ 1.21 + --enable-shared \ 1.22 + --enable-dvdread \ 1.23 + --enable-qt4 \ 1.24 + --enable-alsa --enable-taglib --enable-ogg \ 1.25 + --disable-lua --disable-live555 --disable-shout \ 1.26 + --disable-dvdnav --disable-fluidsynth --disable-a52 \ 1.27 + --disable-smb --disable-gnomevfs --disable-glx \ 1.28 + $CONFIGURE_ARGS && 1.29 make && 1.30 make DESTDIR=$PWD/_pkg install 1.31 - 1.32 } 1.33 1.34 # Rules to gen a SliTaz package suitable for Tazpkg. 1.35 genpkg_rules() 1.36 { 1.37 - mkdir -p $fs/usr/share $fs/usr/share/pixmaps 1.38 + mkdir -p $fs/usr/share/pixmaps 1.39 cp -a $_pkg/usr/bin $fs/usr 1.40 cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share 1.41 #Remove extra icons