wok-4.x diff xine-lib/receipt @ rev 2976
Up: Xine-lib/xine-lib-dev; compiled against shared ffmpeg; lower size
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Sun May 10 14:32:51 2009 +0000 (2009-05-10) |
parents | ef0c5b97a33e |
children | bf290059c433 |
line diff
1.1 --- a/xine-lib/receipt Wed Mar 11 09:41:38 2009 +0000 1.2 +++ b/xine-lib/receipt Sun May 10 14:32:51 2009 +0000 1.3 @@ -1,15 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xine-lib" 1.7 -VERSION="1.1.16.1" 1.8 +VERSION="1.1.16.3" 1.9 CATEGORY="multimedia" 1.10 SHORT_DESC="Xine video library." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 -DEPENDS="xorg zlib xorg-libXv xorg-libXvMC alsa-lib glib gtk+ libSDL libgio \ 1.13 -libiconv libogg libvorbis" 1.14 -BUILD_DEPENDS="xorg-dev zlib-dev xorg-libXvMC-dev xorg-libXv-dev libtheora" 1.15 +DEPENDS="xorg zlib xorg-libXv xorg-libXvMC ffmpeg" 1.16 +BUILD_DEPENDS="xorg-dev zlib-dev ffmpeg-dev ffmpeg xorg-libXvMC-dev xorg-libXvMC xorg-libXv xorg-libXv-dev libtheora" 1.17 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.18 -WEB_SITE="http://www.xinehq.de/" 1.19 +WEB_SITE="http://www.xine-project.org/" 1.20 WGET_URL="http://switch.dl.sourceforge.net/sourceforge/xine/$TARBALL" 1.21 1.22 # Rules to configure and make the package. 1.23 @@ -20,6 +19,9 @@ 1.24 --prefix=/usr \ 1.25 --infodir=/usr/share/info \ 1.26 --mandir=/usr/share/man \ 1.27 + --with-external-ffmpeg \ 1.28 + --disable-gnome-vfs \ 1.29 + --with-freetype \ 1.30 $CONFIGURE_ARGS && 1.31 make && 1.32 make DESTDIR=$PWD/_pkg install 1.33 @@ -32,7 +34,12 @@ 1.34 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.35 cp -a $_pkg/usr/lib/xine $fs/usr/lib 1.36 1.37 - # Fonts. 1.38 - cp -a $_pkg/usr/share/xine $fs/usr/share 1.39 + # Do we need extra Fonts for subtitle support? \ 1.40 + compiled with freetype for using ttf fonts, xine fonts are only an alternative solution \ 1.41 + should we just ln DejavuSans as in mplayer? 1.42 + # lets keep sans font for extra support 1.43 + mkdir -p $fs/usr/share/xine/libxine1/fonts/ 1.44 + cp -a $_pkg/usr/share/xine/libxine1/fonts/sa* $fs/usr/share/xine/libxine1/fonts/ 1.45 + 1.46 } 1.47