wok-next rev 20002

Up qps, avidemux, tea
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Oct 20 23:49:15 2017 +0200 (2017-10-20)
parents 2ae3e1b1e442
children bf4cf6b0f742
files avidemux/receipt qps/receipt tea/receipt
line diff
     1.1 --- a/avidemux/receipt	Fri Oct 20 23:11:14 2017 +0200
     1.2 +++ b/avidemux/receipt	Fri Oct 20 23:49:15 2017 +0200
     1.3 @@ -16,7 +16,7 @@
     1.4  BUILD_DEPENDS="tar coreutils-file-special coreutils-file-format cmake yasm \
     1.5  gettext pkg-config xorg-libXv-dev libxml2-dev libvorbis-dev lame-dev xvidcore-dev \
     1.6  opencore-amr-dev x264-dev faac-dev faad2-dev libsamplerate-dev alsa-lib-dev \
     1.7 -libxslt-dev libvpx-dev bash qt5-dev xorg-dev zlib-dev mesa17-dev"
     1.8 +libxslt-dev libvpx-dev bash qt5-dev xorg-dev zlib-dev mesa17-dev sqlite-dev"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
     2.1 --- a/qps/receipt	Fri Oct 20 23:11:14 2017 +0200
     2.2 +++ b/qps/receipt	Fri Oct 20 23:49:15 2017 +0200
     2.3 @@ -19,8 +19,8 @@
     2.4  	cmake .
     2.5  	make
     2.6  	install -D -m 755 src/qps "$DESTDIR"/usr/bin/qps
     2.7 -	# install -D -m 644 qps.1 "$DESTDIR"/usr/share/man/man1/qps.1
     2.8 -	install -D -m 644 "$src"/qps.desktop "$DESTDIR"/usr/share/applications/qps.desktop
     2.9 +	install -D -m 644 qps.1 "$DESTDIR"/usr/share/man/man1/qps.1
    2.10 +	install -D -m 644 src/qps.desktop "$DESTDIR"/usr/share/applications/qps.desktop
    2.11  	install -D -m 644 icon/icon.xpm "$DESTDIR"/usr/share/pixmaps/qps.xpm
    2.12  }
    2.13  
     3.1 --- a/tea/receipt	Fri Oct 20 23:11:14 2017 +0200
     3.2 +++ b/tea/receipt	Fri Oct 20 23:49:15 2017 +0200
     3.3 @@ -1,24 +1,27 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="tea"
     3.7 -VERSION="33.5.0"
     3.8 +VERSION="44.1.0"
     3.9 +VERSION_GIT="6b7a750"
    3.10  CATEGORY="development"
    3.11  SHORT_DESC="Tead text editor using QT."
    3.12  MAINTAINER="pankso@slitaz.org"
    3.13  LICENSE="GPL3"
    3.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    3.15 -WEB_SITE="http://tea-editor.sourceforge.net/"
    3.16 -WGET_URL="http://semiletov.org/tea-releases/$TARBALL"
    3.17 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    3.18 +WEB_SITE="http://semiletov.org/tea/"
    3.19 +WEB_SITE_OLD="http://tea-editor.sourceforge.net/"
    3.20 +WGET_URL="https://github.com/psemiletov/tea-qt/archive/$VERSION_GIT.tar.gz"
    3.21  TAGS="text-editor"
    3.22  
    3.23 -DEPENDS="xorg-libX11 libQtCore libQtXml libQtGui"
    3.24 -BUILD_DEPENDS="Qt4-dev qmake xorg-dev"
    3.25 +DEPENDS="xorg-libX11 qt5-base qt5-declarative"
    3.26 +BUILD_DEPENDS="qt5-dev xorg-dev mesa17-dev zlib-dev"
    3.27  
    3.28  # Rules to configure and make the package.
    3.29  compile_rules()
    3.30  {
    3.31 -	cd $src
    3.32 +	sed -i 's|/usr/local|/usr|g' src.pro
    3.33  	qmake PREFIX=/usr && make
    3.34 +	make INSTALL_ROOT="$DESTDIR" install
    3.35  }
    3.36  
    3.37  # Rules to gen a SliTaz package suitable for Tazpkg.