wok diff libwebkit-video/receipt @ rev 14127

Add neonview
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 28 01:22:51 2013 +0000 (2013-02-28)
parents fdee667feb2c
children dece634c27dc
line diff
     1.1 --- a/libwebkit-video/receipt	Sun Feb 17 20:13:48 2013 +0100
     1.2 +++ b/libwebkit-video/receipt	Thu Feb 28 01:22:51 2013 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libwebkit-video"
     1.7 -VERSION="1.8.1"
     1.8 +VERSION="1.8.3"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="xHTML render library."
    1.11  MAINTAINER="mallory@sweetpeople.org"
    1.12 @@ -14,15 +14,14 @@
    1.13  xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXcomposite \
    1.14  xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama \
    1.15  xorg-libXrandr xorg-libXrender xorg-libXt acl xorg-libXdamage libsoup \
    1.16 -gcc-lib-base libtasn1 util-linux-uuid glib-networking"
    1.17 +gcc-lib-base libtasn1 util-linux-uuid glib-networking gst-plugins-base"
    1.18  BUILD_DEPENDS="gtk+-dev enchant enchant-dev gperf libxslt-dev jpeg-dev \
    1.19  libpng-dev glib-dev autoconf automake gnutls-dev sqlite-dev libtool \
    1.20  m4 bison flex xorg-libXdamage-dev acl-dev libsoup-dev libxml2-dev \
    1.21  libxcb-dev xcb-util-dev util-linux-uuid-dev zlib-dev libtasn1-dev \
    1.22  gobject-introspection-dev tar gettext glib-networking-dev \
    1.23 -gstreamer-dev gst-plugins-base-dev gtk-doc"
    1.24 -SUGGESTED="gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad \
    1.25 -gst-plugins-ugly gst-ffmpeg"
    1.26 +gstreamer-dev gst-plugins-base-dev orc-dev"
    1.27 +SUGGESTED="gst-plugins-good gst-plugins-bad gst-plugins-ugly gst-ffmpeg"
    1.28  
    1.29  # Rules to configure and make the package.
    1.30  compile_rules()
    1.31 @@ -30,6 +29,13 @@
    1.32  	cd $src
    1.33  	# libwebkit does not like parallel builds.
    1.34  	export MAKEFLAGS=$(echo $MAKEFLAGS | sed 's/-j[0-9]*/-j1/')
    1.35 +	# Build fix with newer bison 2.6
    1.36 +	for file_diff in $stuff/*.diff; do
    1.37 +		echo -n "Applying patch $(basename $file_diff)"
    1.38 +		patch -Np1 -i $file_diff > /dev/null
    1.39 +		status
    1.40 +	done
    1.41 +	# Build
    1.42  	./configure \
    1.43  		--prefix=/usr \
    1.44  		--infodir=/usr/share/info \
    1.45 @@ -41,6 +47,7 @@
    1.46  		--disable-geolocation \
    1.47  		--with-unicode-backend=glib \
    1.48  		--with-gtk=2.0 \
    1.49 +		--disable-webkit2 \
    1.50  		--disable-gtk-doc-html \
    1.51  		$CONFIGURE_ARGS &&
    1.52  	make all stamp-po && make DESTDIR=$DESTDIR install &&
    1.53 @@ -51,6 +58,7 @@
    1.54  genpkg_rules()
    1.55  {
    1.56  	mkdir -p $fs/usr/lib $fs/usr/bin
    1.57 -	[ -d $_pkg/usr/lib/girepository-1.0 ] && cp -a $_pkg/usr/lib/girepository-1.0 $fs/usr/lib
    1.58 +	[ -d $_pkg/usr/lib/girepository-1.0 ] &&
    1.59 +		cp -a $_pkg/usr/lib/girepository-1.0 $fs/usr/lib
    1.60  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.61  }