wok diff minitube/receipt @ rev 20132

Up dahdi-* (2.11.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 28 11:09:42 2017 +0200 (2017-10-28)
parents f0abc67d78c1
children 6e8b1bcb30e2
line diff
     1.1 --- a/minitube/receipt	Sun Dec 07 18:17:48 2014 +0100
     1.2 +++ b/minitube/receipt	Sat Oct 28 11:09:42 2017 +0200
     1.3 @@ -1,35 +1,45 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="minitube"
     1.7 -VERSION="2.3.1"
     1.8 +VERSION="2.4-1"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="Minitube is a native YouTube client"
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12  LICENSE="GPL3"
    1.13  WEB_SITE="http://flavio.tordini.org/minitube"
    1.14 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15 -WGET_URL="https://gitorious.org/minitube/minitube/archive/$VERSION.tar.gz"
    1.16 +#TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 +#deb# TARBALL="$PACKAGE.deb"
    1.18 +#deb# WGET_URL="http://flavio.tordini.org/files/minitube/minitube.deb"
    1.19 +TARBALL="${PACKAGE}-${VERSION}.mga5.i586.rpm"
    1.20 +WGET_URL="http://mirrors.kernel.org/mageia/distrib/5/i586/media/core/release/$TARBALL"
    1.21  
    1.22  DEPENDS="libQtCore libQtDBus libQtGui libQtNetwork libQtScript libQtSql \
    1.23 -libQtXml libQtOpenGL qt4-phonon gst-plugins-good gst-ffmpeg"
    1.24 -BUILD_DEPENDS="wget cacerts Qt4-dev qmake qt4-phonon"
    1.25 + libQtXml libQtOpenGL phonon phonon-vlc libvlc libgnutls cacerts"
    1.26 +# BUILD_DEPENDS="wget cacerts Qt4-dev qmake qt4-phonon"
    1.27  
    1.28  # Rules to configure and make the package.
    1.29 -compile_rules()
    1.30 -{
    1.31 +#deb#compile_rules()
    1.32 +#deb#{
    1.33  	# put default icons to resources (instead of to hicolor icon theme)
    1.34 -	cp -a $stuff/*.png $src/images
    1.35 -	patch -p0 < $stuff/icons.diff
    1.36 +#	cp -a $stuff/*.png $src/images
    1.37 +#	cp -a $stuff/*.png $src/
    1.38 +#	patch -p0 < $stuff/icons.diff
    1.39  
    1.40 -	mkdir build; cd build
    1.41 -	qmake ../minitube.pro &&
    1.42 -	make && make INSTALL_ROOT=$install install
    1.43 -}
    1.44 +#	mkdir build; cd build
    1.45 +#	qmake ../minitube.pro &&
    1.46 +#	make && make INSTALL_ROOT=$install install
    1.47 +#deb#	busybox ar vx $src/$TARBALL
    1.48 +#deb#	tar xf data.tar*
    1.49 +#deb#}
    1.50  
    1.51  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.52  genpkg_rules()
    1.53  {
    1.54 -	cp -a $install/* $fs
    1.55 +#	cp -a $install/* $fs
    1.56 +	mkdir -p	$fs/usr
    1.57 +	cp -a $src/*	$fs/usr
    1.58 +
    1.59 +#deb#	cp -a $src/usr	$fs
    1.60  
    1.61  	# remove big icons
    1.62  	for size in 64 128 256 512 scalable; do