wok diff xine-lib/receipt @ rev 23751

updated xine-lib, xine-lib-dev and xine fonts (1.2.9 -> 1.2.10)
author Hans-G?nter Theisgen
date Fri May 01 16:04:39 2020 +0100 (2020-05-01)
parents b1b5c2c950b5
children 53d149487e08
line diff
     1.1 --- a/xine-lib/receipt	Thu May 23 12:16:28 2019 +0300
     1.2 +++ b/xine-lib/receipt	Fri May 01 16:04:39 2020 +0100
     1.3 @@ -1,25 +1,25 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xine-lib"
     1.7 -VERSION="1.2.9"
     1.8 +VERSION="1.2.10"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="Xine video library."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13 +WEB_SITE="http://www.xine-project.org/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.16 -WEB_SITE="http://www.xine-project.org/"
    1.17  WGET_URL="http://downloads.sourceforge.net/project/xine/$PACKAGE/$VERSION/$TARBALL"
    1.18 -SUGGESTED="xine-fonts"
    1.19 +
    1.20 +SUGGESTED="faad xine-fonts"
    1.21 +DEPENDS="alsa-lib ffmpeg libmodplug libogg libtheora libvorbis libxcb xorg-libX11 
    1.22 +	xorg-libXv xorg-libXvMC zlib"
    1.23 +BUILD_DEPENDS="alsa-lib-dev ffmpeg-dev file freetype-dev libmodplug-dev libogg-dev 
    1.24 +	libtheora-dev libvorbis-dev libxcb-dev perl pkg-config util-linux-uuid-dev 
    1.25 +	xorg-libXv-dev xorg-libXvMC-dev xorg-videoproto xorg-xextproto"
    1.26 +
    1.27  HOST_ARCH="i486 arm"
    1.28  
    1.29 -SUGGESTED="faad2"
    1.30 -DEPENDS="zlib xorg-libX11 xorg-libXv xorg-libXvMC alsa-lib libogg libvorbis \
    1.31 -libtheora xorg-libXvMC xorg-libXv libxcb ffmpeg libmodplug"
    1.32 -BUILD_DEPENDS="xorg-libXvMC-dev xorg-libXv-dev xorg-xextproto xorg-videoproto \
    1.33 -alsa-lib-dev libogg-dev libvorbis-dev libtheora-dev freetype-dev perl \
    1.34 -pkg-config util-linux-uuid-dev libxcb-dev libxcb-dev ffmpeg-dev file \
    1.35 -libmodplug-dev"
    1.36 -
    1.37  # Handle cross compilation
    1.38  case "$ARCH" in
    1.39  	arm*)
    1.40 @@ -32,32 +32,36 @@
    1.41  compile_rules()
    1.42  {
    1.43  	sed -i 's/grep -x/grep/' configure
    1.44 -	CPPFLAGS="$CPPFLAGS -DHAVE_NANO_SLEEP" \
    1.45 -	./configure \
    1.46 -		--prefix=/usr \
    1.47 -		--infodir=/usr/share/info \
    1.48 -		--mandir=/usr/share/man \
    1.49 -		--with-freetype \
    1.50 -		--with-xcb \
    1.51 -		--without-jack \
    1.52 -		--without-imagemagick \
    1.53 -		--without-sdl \
    1.54 -		--disable-gnomevfs \
    1.55 -		--disable-samba \
    1.56 -		--disable-glu \
    1.57 -		--disable-opengl \
    1.58 -		--disable-fb \
    1.59 -		--without-esound \
    1.60 -		--disable-vcd \
    1.61 -		--disable-musepack \
    1.62 -		$CONFIGURE_ARGS $ARCH_ARGS &&
    1.63 -	make && make install
    1.64 +	CPPFLAGS="$CPPFLAGS -DHAVE_NANO_SLEEP"	\
    1.65 +	./configure				\
    1.66 +		--prefix=/usr			\
    1.67 +		--infodir=/usr/share/info	\
    1.68 +		--mandir=/usr/share/man		\
    1.69 +		--with-freetype			\
    1.70 +		--with-xcb			\
    1.71 +		--without-jack			\
    1.72 +		--without-imagemagick		\
    1.73 +		--without-sdl			\
    1.74 +		--disable-gnomevfs		\
    1.75 +		--disable-samba			\
    1.76 +		--disable-glu			\
    1.77 +		--disable-opengl		\
    1.78 +		--disable-fb			\
    1.79 +		--without-esound		\
    1.80 +		--disable-vcd			\
    1.81 +		--disable-musepack		\
    1.82 +		$CONFIGURE_ARGS			\
    1.83 +		$ARCH_ARGS &&
    1.84 +	make &&
    1.85 +	make install
    1.86  }
    1.87  
    1.88  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.89  genpkg_rules()
    1.90  {
    1.91 -	mkdir -p $fs/usr/lib $fs/usr/share
    1.92 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.93 -	cp -a $install/usr/lib/xine $fs/usr/lib
    1.94 +	mkdir -p $fs/usr/lib
    1.95 +	mkdir -p $fs/usr/share
    1.96 +
    1.97 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.98 +	cp -a $install/usr/lib/xine	$fs/usr/lib
    1.99  }