wok-next diff gxine/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents 5669e8b3be70
children
line diff
     1.1 --- a/gxine/receipt	Sat Dec 22 04:52:35 2018 +0200
     1.2 +++ b/gxine/receipt	Tue Sep 01 10:31:46 2020 +0000
     1.3 @@ -1,42 +1,44 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="gxine"
     1.7 -VERSION="0.5.905"
     1.8 +VERSION="0.5.910"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="GTK+ Xine media player user interface"
    1.11 -MAINTAINER="devel@slitaz.org"
    1.12 +MAINTAINER="maintainer@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 -WEB_SITE="http://www.xine-project.org/home"
    1.15 +WEB_SITE="https://sourceforge.net/projects/xine/"
    1.16  
    1.17 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.18 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.19  WGET_URL="$SF_MIRROR/xine/$TARBALL"
    1.20  
    1.21 -BUILD_DEPENDS="shared-mime-info spidermonkey-dev xine-lib-dev xorg-dev \
    1.22 -dbus-dev gtk2-dev libxinerama-dev libxext-dev perl \
    1.23 -libxv-dev xorgproto"
    1.24 +BUILD_DEPENDS="dbus-dev gtk2-dev libxext-dev libxinerama-dev 
    1.25 +	libxv-dev perl shared-mime-info spidermonkey-dev 
    1.26 +	xine-lib-dev xorg-dev xorgproto"
    1.27  
    1.28 -compile_rules() {
    1.29 +compile_rules()
    1.30 +{
    1.31  	# Fix for glib2 (-lm)
    1.32  	sed -i "/<glib\//d" src/*
    1.33  	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"
    1.34  
    1.35  	#--with-logo-format=image
    1.36 -	./configure \
    1.37 -		--with-dbus \
    1.38 -		--with-spidermonkey=/usr/include/js \
    1.39 -		--without-browser-plugin \
    1.40 -		--without-hal \
    1.41 -		--disable-lirc \
    1.42 -		--disable-deprecated \
    1.43 -		--disable-integration-wizard \
    1.44 -		--disable-own-playlist-parsers \
    1.45 +	./configure					\
    1.46 +		--with-dbus				\
    1.47 +		--with-spidermonkey=/usr/include/js	\
    1.48 +		--without-browser-plugin		\
    1.49 +		--without-hal				\
    1.50 +		--disable-lirc				\
    1.51 +		--disable-deprecated			\
    1.52 +		--disable-integration-wizard		\
    1.53 +		--disable-own-playlist-parsers		\
    1.54  		VENDOR_PKG_VERSION="$VERSION; SliTaz GNU/Linux" \
    1.55  		$CONFIGURE_ARGS &&
    1.56  	make &&
    1.57  	make DESTDIR=$install install
    1.58  }
    1.59  
    1.60 -genpkg_rules() {
    1.61 +genpkg_rules()
    1.62 +{
    1.63  	copy @std
    1.64 -	DEPENDS="xine-lib libvorbis gtk2 spidermonkey dbus"
    1.65 +	DEPENDS="dbus gtk2 libvorbis spidermonkey xine-lib"
    1.66  }