wok-next rev 16276

Up libfm/pcmanfm and aff to ARM arch
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 05 23:47:33 2014 +0200 (2014-04-05)
parents c0003b8e85c9
children 850cfab39e0d
files enca/receipt gamin/receipt gmpc/receipt libfm-dev/receipt libfm/receipt mplayer/receipt pcmanfm/receipt x264/receipt
line diff
     1.1 --- a/enca/receipt	Sat Apr 05 21:35:36 2014 +0000
     1.2 +++ b/enca/receipt	Sat Apr 05 23:47:33 2014 +0200
     1.3 @@ -9,14 +9,16 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.5  WEB_SITE="http://gitorious.org/enca"
     1.6  WGET_URL="http://dl.cihar.com/enca/$TARBALL"
     1.7 +#HOST_ARCH="i486 arm"
     1.8  
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()
    1.11  {
    1.12 -	cd $src
    1.13 +	#sed -e "s#./make_hash#./native_make_hash#" -i tools/Makefile.am || exit 1
    1.14  	./configure \
    1.15      	--prefix=/usr \
    1.16      	--libexecdir=/usr/lib \
    1.17 +    	--disable-static \
    1.18      	$CONFIGURE_ARGS &&
    1.19  	make &&
    1.20  	make DESTDIR=$DESTDIR install
     2.1 --- a/gamin/receipt	Sat Apr 05 21:35:36 2014 +0000
     2.2 +++ b/gamin/receipt	Sat Apr 05 23:47:33 2014 +0200
     2.3 @@ -9,7 +9,9 @@
     2.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     2.5  WEB_SITE="http://www.gnome.org/~veillard/gamin/"
     2.6  WGET_URL="http://www.gnome.org/~veillard/gamin/sources/$TARBALL"
     2.7 -CROSS="error: cannot run test program while cross compiling"
     2.8 +
     2.9 +#HOST_ARCH="i486 arm"
    2.10 +CROSS_BUGS="error: cannot run test program while cross compiling"
    2.11  
    2.12  DEPENDS="glib"
    2.13  BUILD_DEPENDS="pkg-config glib glib-dev gtk+-dev"
    2.14 @@ -17,8 +19,6 @@
    2.15  # Rules to configure and make the package.
    2.16  compile_rules()
    2.17  {
    2.18 -	cd $src
    2.19 -
    2.20  	# Don't use deprecated G_CONST_RETURN. Fixes building with newer glib versions.
    2.21  	# (gamin v0.1.10)
    2.22  	cd server
    2.23 @@ -26,13 +26,15 @@
    2.24  		-i gam_node.c gam_node.h gam_subscription.c gam_subscription.h \
    2.25  		|| return 1
    2.26  	cd ..
    2.27 -
    2.28 +	
    2.29 +	export have_abstract_sockets=yes
    2.30 +	export ac_cv_have_abstract_sockets=yes
    2.31 +	
    2.32  	./configure \
    2.33  		--prefix=/usr \
    2.34  		--sysconfdir=/etc \
    2.35  		--libexecdir=/usr/lib/gamin \
    2.36 -		--build=$HOST_SYSTEM \
    2.37 -		--host=$HOST_SYSTEM &&
    2.38 +		$CONFIGURE_ARGS &&
    2.39  	make &&
    2.40  	mkdir -p $DESTDIR/usr/include &&
    2.41  	make -j1 DESTDIR=$DESTDIR install
     3.1 --- a/gmpc/receipt	Sat Apr 05 21:35:36 2014 +0000
     3.2 +++ b/gmpc/receipt	Sat Apr 05 23:47:33 2014 +0200
     3.3 @@ -15,9 +15,10 @@
     3.4  BUILD_DEPENDS="gob2-dev libglade-dev libmpd libmpd-dev curl-dev sqlite-dev \
     3.5  xorg-libSM-dev libsoup-dev libsexy-dev xcb-util-dev util-linux-uuid-dev"
     3.6  
     3.7 -case $ARCH in
     3.8 +case "$ARCH" in
     3.9  	i?86) BUILD_DEPENDS="$BUILD_DEPENDS vala"
    3.10  esac
    3.11 +
    3.12  # Rules to configure and make the package.
    3.13  compile_rules() {
    3.14    ./configure \
     4.1 --- a/libfm-dev/receipt	Sat Apr 05 21:35:36 2014 +0000
     4.2 +++ b/libfm-dev/receipt	Sat Apr 05 23:47:33 2014 +0200
     4.3 @@ -1,13 +1,14 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="libfm-dev"
     4.7 -VERSION="1.1.4"
     4.8 +VERSION="1.2.0"
     4.9  CATEGORY="development"
    4.10  SHORT_DESC="File manager library from LXDE, development files."
    4.11  MAINTAINER="pankso@slitaz.org"
    4.12  LICENSE="GPL2"
    4.13  WEB_SITE="http://pcmanfm.sourceforge.net"
    4.14  WANTED="libfm"
    4.15 +HOST_ARCH="i486 arm"
    4.16  
    4.17  DEPENDS="pkg-config"
    4.18  
     5.1 --- a/libfm/receipt	Sat Apr 05 21:35:36 2014 +0000
     5.2 +++ b/libfm/receipt	Sat Apr 05 23:47:33 2014 +0200
     5.3 @@ -1,7 +1,7 @@
     5.4  # SliTaz package receipt.
     5.5  
     5.6  PACKAGE="libfm"
     5.7 -VERSION="1.1.4"
     5.8 +VERSION="1.2.0"
     5.9  CATEGORY="system-tools"
    5.10  SHORT_DESC="File manager library from LXDE."
    5.11  MAINTAINER="pankso@slitaz.org"
    5.12 @@ -9,12 +9,22 @@
    5.13  TARBALL="$PACKAGE-$VERSION.tar.xz"
    5.14  WEB_SITE="http://pcmanfm.sourceforge.net"
    5.15  WGET_URL="$SF_MIRROR/pcmanfm/files/$TARBALL"
    5.16 +HOST_ARCH="i486 arm"
    5.17  
    5.18  DEPENDS="glibc-base glib libgio util-linux-uuid libxcb xcb-util expat \
    5.19  zlib fontconfig freetype gtk+ atk cairo pango pixman menu-cache"
    5.20 -BUILD_DEPENDS="gtk+-dev gamin-dev shared-mime-info intltool dbus-glib-dev \
    5.21 -dbus-dev startup-notification-dev libxcb-dev xcb-util-dev menu-cache-dev \
    5.22 -expat-dev vala libgio-dev"
    5.23 +BUILD_DEPENDS="gtk+-dev dbus-glib-dev dbus-dev startup-notification-dev \
    5.24 +libxcb-dev xcb-util-dev menu-cache-dev expat-dev libgio-dev"
    5.25 +
    5.26 +# hand SliTaz arch and cross compilation
    5.27 +case "$SLITAZ_ARCH" in
    5.28 +	i?86) DEPENDS="$DEPENDS gamin shared-mime-info"
    5.29 +esac
    5.30 +
    5.31 +case "$ARCH" in
    5.32 +	i?86) BUILD_DEPENDS="$BUILD_DEPENDS shared-mime-info-dev intltool \
    5.33 +		gamin-dev vala"
    5.34 +esac
    5.35  
    5.36  # Rules to configure and make the package.
    5.37  compile_rules()
     6.1 --- a/mplayer/receipt	Sat Apr 05 21:35:36 2014 +0000
     6.2 +++ b/mplayer/receipt	Sat Apr 05 23:47:33 2014 +0200
     6.3 @@ -12,30 +12,31 @@
     6.4  WGET_URL="http://www1.mplayerhq.hu/MPlayer/releases/$TARBALL"
     6.5  HOST_ARCH="i486 arm"
     6.6  
     6.7 -RELATED="mplayer-codecs mencoder" # Dont forget to update them
     6.8 +# Dont forget to update all related pkgs
     6.9 +RELATED="mplayer-codecs mencoder" 
    6.10  DEPENDS="gtk+ cdparanoia-III libmad xorg-libXv libtheora alsa-lib ncurses \
    6.11 -lame xorg-libXdamage giflib enca lirc xorg-libXxf86vm esound libmng audiofile \
    6.12 -libvorbis libogg xvidcore x264 zlib xorg-libXss"
    6.13 -BUILD_DEPENDS="gtk+-dev cdparanoia-III-dev libmad-dev xorg-libXv-dev \
    6.14 -libtheora-dev alsa-lib-dev ncurses-dev lame-dev xorg-libXdamage-dev \
    6.15 -giflib-dev enca-dev lirc-dev xorg-libXxf86vm-dev esound-dev libmng-dev \
    6.16 -audiofile-dev x264-dev libogg-dev libvorbis-dev xvidcore-dev zlib-dev \
    6.17 -xorg-xextproto pkg-config yasm"
    6.18 +lame xorg-libXdamage giflib enca lirc xorg-libXxf86vm esound libmng \
    6.19 +audiofile libvorbis libogg xvidcore x264 zlib xorg-libXss"
    6.20 +BUILD_DEPENDS="gtk+-dev libmad-dev xorg-libXv-dev libtheora-dev \
    6.21 +alsa-lib-dev ncurses-dev lame-dev xorg-libXdamage-dev giflib-dev \
    6.22 +xorg-libXxf86vm-dev esound-dev audiofile-dev libogg-dev libvorbis-dev \
    6.23 +xvidcore-dev zlib-dev xorg-xextproto pkg-config yasm"
    6.24  
    6.25  # Handle arch package install. Less deps and no GTK gui for ARM
    6.26  case "$SLITAZ_ARCH" in
    6.27 -	arm*) DEPENDS="alsa-lib zlib libmad xorg-libXv xorg-libXxf86vm libogg \
    6.28 -libvorbis libtheora libsdl xvidcore lame esound" ;;
    6.29 +	arm*) 
    6.30 +		DEPENDS="alsa-lib zlib libmad xorg-libXv xorg-libXxf86vm libogg \
    6.31 +		libvorbis libtheora libsdl xvidcore lame esound" ;;
    6.32  esac
    6.33  
    6.34  # Handle cross compilation. Host coreutils-file-* are used
    6.35  case "$ARCH" in
    6.36  	i?86) 
    6.37 -		ARCH_ARGS="--target=i386-linux --enable-gui --disable-sdl" ;;
    6.38 +		ARCH_ARGS="--target=i386-linux --disable-sdl" 
    6.39 +		BUILD_DEPENDS="$BUILD_DEPENDS cdparanoia-III-dev x264-dev enca-dev \
    6.40 +		libmng-dev lirc-dev" ;;
    6.41  	arm*) 
    6.42 -		BUILD_DEPENDS="alsa-lib-dev zlib-dev libmad-dev xorg-libXv-dev \
    6.43 -xorg-libXxf86vm-dev libogg-dev libvorbis-dev libsdl-dev xvidcore-dev lame-dev \
    6.44 -libtheora-dev esound-dev" 
    6.45 +		BUILD_DEPENDS="$BUILD_DEPENDS libsdl-dev" 
    6.46  		ARCH_ARGS="--target=arm-linux --enable-cross-compile --enable-sdl" ;;
    6.47  esac
    6.48  
    6.49 @@ -66,6 +67,7 @@
    6.50  		--disable-openal \
    6.51  		--disable-faac \
    6.52  		--disable-speex \
    6.53 +		--enable-gui \
    6.54  		${ARCH_ARGS} &&
    6.55  	make $MAKEFLAGS &&
    6.56  	make DESTDIR=$DESTDIR install | sed '/install: strip: .*/'d
     7.1 --- a/pcmanfm/receipt	Sat Apr 05 21:35:36 2014 +0000
     7.2 +++ b/pcmanfm/receipt	Sat Apr 05 23:47:33 2014 +0200
     7.3 @@ -1,28 +1,33 @@
     7.4  # SliTaz package receipt.
     7.5  
     7.6  PACKAGE="pcmanfm"
     7.7 -VERSION="1.1.2"
     7.8 +VERSION="1.2.0"
     7.9  CATEGORY="system-tools"
    7.10  SHORT_DESC="Light and easy to use file manager."
    7.11  MAINTAINER="pankso@slitaz.org"
    7.12  LICENSE="GPL2"
    7.13 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    7.14 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    7.15  WEB_SITE="http://pcmanfm.sourceforge.net/"
    7.16  WGET_URL="$SF_MIRROR/$PACKAGE/files/$TARBALL"
    7.17 +HOST_ARCH="i486 arm"
    7.18  
    7.19 +SUGGESTED="gvfs"
    7.20  DEPENDS="glibc-base glib libgio util-linux-uuid libxcb xcb-util expat \
    7.21 -zlib fontconfig freetype gtk+ startup-notification dbus dbus-glib libfm gvfs"
    7.22 -BUILD_DEPENDS="gtk+-dev shared-mime-info intltool dbus-glib-dev dbus-dev \
    7.23 -startup-notification-dev libxcb-dev xcb-util-dev libfm-dev menu-cache-dev \
    7.24 -expat-dev"
    7.25 +zlib fontconfig freetype gtk+ startup-notification dbus dbus-glib libfm"
    7.26 +BUILD_DEPENDS="gtk+-dev dbus-glib-dev dbus-dev startup-notification-dev \
    7.27 +libxcb-dev xcb-util-dev libfm-dev menu-cache-dev expat-dev"
    7.28 +
    7.29 +# Handle cross compilation.
    7.30 +case "$ARCH" in
    7.31 +	i?86) BUILD_DEPENDS="$BUILD_DEPENDS shared-mime-info intltool gvfs-dev" ;;
    7.32 +esac
    7.33  
    7.34  # Rules to configure and make the package.
    7.35  compile_rules()
    7.36  {
    7.37  	# Binutils 2.22 break many packages build without LDFLAGS set correctly.
    7.38  	export LDFLAGS="-Wl,--copy-dt-needed-entries"
    7.39 -
    7.40 -	cd $src
    7.41 +	
    7.42  	./configure $CONFIGURE_ARGS &&
    7.43  	make && make install
    7.44  }
     8.1 --- a/x264/receipt	Sat Apr 05 21:35:36 2014 +0000
     8.2 +++ b/x264/receipt	Sat Apr 05 23:47:33 2014 +0200
     8.3 @@ -10,20 +10,20 @@
     8.4  SOURCE="$PACKAGE-snapshot"
     8.5  TARBALL="$SOURCE-$VERSION.tar.bz2"
     8.6  WGET_URL="ftp://ftp.videolan.org/pub/videolan/x264/snapshots/$TARBALL"
     8.7 +#HOST_ARCH="i486 arm"
     8.8  
     8.9  DEPENDS="glibc-base"
    8.10  BUILD_DEPENDS="yasm"
    8.11  
    8.12  # Rules to configure and make the package.
    8.13 -
    8.14  compile_rules() {
    8.15 -    cd $src
    8.16 -    ./configure --enable-shared &&
    8.17 -    make &&
    8.18 -    make DESTDIR=$DESTDIR \
    8.19 -         bindir=/usr/bin \
    8.20 -         libdir=/usr/lib \
    8.21 -         includedir=/usr/include install
    8.22 +	./configure \
    8.23 +		--enable-shared $CONFIGURE_ARGS &&
    8.24 +	make && make \
    8.25 +		DESTDIR=$DESTDIR \
    8.26 +		bindir=/usr/bin \
    8.27 +		libdir=/usr/lib \
    8.28 +		includedir=/usr/include install
    8.29  }
    8.30  
    8.31  # Rules to gen a SliTaz package suitable for Tazpkg.