wok diff mplayer-svn/receipt @ rev 20080

revert hexchat: does not work with 2.12.4 version like that
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Sep 27 17:35:06 2017 +0000 (2017-09-27)
parents 8cefe4003152
children
line diff
     1.1 --- a/mplayer-svn/receipt	Fri Jun 15 18:32:56 2012 +0200
     1.2 +++ b/mplayer-svn/receipt	Wed Sep 27 17:35:06 2017 +0000
     1.3 @@ -5,17 +5,18 @@
     1.4  CATEGORY="multimedia"
     1.5  SHORT_DESC="Mplayer SVN version"
     1.6  MAINTAINER="jozee@slitaz.org"
     1.7 -DEPENDS="gtk+ cdparanoia-III libmad xorg-libXv libtheora lame giflib \
     1.8 -xorg-libXss xorg-libXxf86vm alsa-lib bzlib x264 libass"
     1.9 -SUGGESTED="libv4l"
    1.10 -BUILD_DEPENDS="alsa-lib-dev gtk+-dev cdparanoia-III-dev libmad-dev xorg-libXv-dev libtheora-dev subversion yasm"
    1.11 -SUGGESTED=""
    1.12 +LICENSE="GPL2"
    1.13  WEB_SITE="http://www.mplayerhq.hu/design7/news.html"
    1.14  PROVIDE="mplayer"
    1.15  TAGS="player movie audio video"
    1.16  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.17  WGET_URL="subversion|svn://svn.mplayerhq.hu/mplayer/trunk"
    1.18  BRANCH="$VERSION"
    1.19 +SUGGESTED="libv4l"
    1.20 +
    1.21 +DEPENDS="gtk+ cdparanoia-III libmad xorg-libXv libtheora lame giflib \
    1.22 +xorg-libXss xorg-libXxf86vm alsa-lib bzlib x264 libass"
    1.23 +BUILD_DEPENDS="alsa-lib-dev gtk+-dev cdparanoia-III-dev libmad-dev xorg-libXv-dev libtheora-dev subversion yasm"
    1.24  
    1.25  # Rules to configure and make the package.
    1.26  #
    1.27 @@ -55,7 +56,7 @@
    1.28  		--disable-mmx --disable-mmxext --disable-3dnow --disable-3dnowext \
    1.29  		--disable-sse --disable-sse2 --disable-ssse3 --disable-fastmemcpy  &&		
    1.30  	make $MAKEFLAGS &&
    1.31 -	make DESTDIR=$PWD/_pkg install
    1.32 +	make DESTDIR=$DESTDIR install
    1.33  }
    1.34  
    1.35  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.36 @@ -63,12 +64,12 @@
    1.37  {
    1.38  	mkdir -p $fs/usr/share/applications
    1.39  	cp -a $stuff/mplayer.desktop $fs/usr/share/applications
    1.40 -	cp -a $_pkg/usr/bin $fs/usr
    1.41 +	cp -a $install/usr/bin $fs/usr
    1.42  	# Mencoder goes in a splited package.
    1.43  	rm $fs/usr/bin/mencoder
    1.44 -	cp -a $_pkg/usr/share/mplayer $fs/usr/share
    1.45 -	cp -a $_pkg/usr/share/pixmaps $fs/usr/share
    1.46 -	cp -a $_pkg/etc $fs
    1.47 +	cp -a $install/usr/share/mplayer $fs/usr/share
    1.48 +	cp -a $install/usr/share/pixmaps $fs/usr/share
    1.49 +	cp -a $install/etc $fs
    1.50  	cp $src/etc/example.conf $fs/etc/mplayer
    1.51  	# Config to use Xv by default.
    1.52  	cp stuff/mplayer.conf $fs/etc/mplayer