wok 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 0461b4374281
children 61ea1b07d082
files xine-lib-dev/receipt xine-lib/receipt
line diff
     1.1 --- a/xine-lib-dev/receipt	Sun May 10 14:27:56 2009 +0000
     1.2 +++ b/xine-lib-dev/receipt	Sun May 10 14:32:51 2009 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xine-lib-dev"
     1.7 -VERSION="1.1.16.1"
     1.8 +VERSION="1.1.16.3"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Xine video library."
    1.11  MAINTAINER="pankso@slitaz.org"
     2.1 --- a/xine-lib/receipt	Sun May 10 14:27:56 2009 +0000
     2.2 +++ b/xine-lib/receipt	Sun May 10 14:32:51 2009 +0000
     2.3 @@ -1,15 +1,14 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="xine-lib"
     2.7 -VERSION="1.1.16.1"
     2.8 +VERSION="1.1.16.3"
     2.9  CATEGORY="multimedia"
    2.10  SHORT_DESC="Xine video library."
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12 -DEPENDS="xorg zlib xorg-libXv xorg-libXvMC alsa-lib glib gtk+ libSDL libgio \
    2.13 -libiconv libogg libvorbis"
    2.14 -BUILD_DEPENDS="xorg-dev zlib-dev xorg-libXvMC-dev xorg-libXv-dev libtheora"
    2.15 +DEPENDS="xorg zlib xorg-libXv xorg-libXvMC ffmpeg"
    2.16 +BUILD_DEPENDS="xorg-dev zlib-dev ffmpeg-dev ffmpeg xorg-libXvMC-dev xorg-libXvMC xorg-libXv xorg-libXv-dev libtheora"
    2.17  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.18 -WEB_SITE="http://www.xinehq.de/"
    2.19 +WEB_SITE="http://www.xine-project.org/"
    2.20  WGET_URL="http://switch.dl.sourceforge.net/sourceforge/xine/$TARBALL"
    2.21  
    2.22  # Rules to configure and make the package.
    2.23 @@ -20,6 +19,9 @@
    2.24  		--prefix=/usr \
    2.25  		--infodir=/usr/share/info \
    2.26  		--mandir=/usr/share/man \
    2.27 +		--with-external-ffmpeg \
    2.28 +		--disable-gnome-vfs \
    2.29 +		--with-freetype \
    2.30  		$CONFIGURE_ARGS &&
    2.31  	make &&
    2.32  	make DESTDIR=$PWD/_pkg install
    2.33 @@ -32,7 +34,12 @@
    2.34  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    2.35  	cp -a $_pkg/usr/lib/xine $fs/usr/lib
    2.36  	
    2.37 -	# Fonts.
    2.38 -	cp -a $_pkg/usr/share/xine $fs/usr/share
    2.39 +	# Do we need extra Fonts for subtitle support? \
    2.40 +	compiled with freetype for using ttf fonts, xine fonts are only an alternative solution \
    2.41 +	should we just ln DejavuSans as in mplayer?
    2.42 +	# lets keep sans font for extra support
    2.43 +	mkdir -p  $fs/usr/share/xine/libxine1/fonts/
    2.44 +	cp -a $_pkg/usr/share/xine/libxine1/fonts/sa* $fs/usr/share/xine/libxine1/fonts/
    2.45 +	
    2.46  }
    2.47