wok-next rev 20045

up: avidemux cinepaint palemoon wine
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sun Oct 22 23:19:09 2017 +0200 (2017-10-22)
parents 1781255a5644
children 377e22b724b4
files avidemux/receipt cinepaint/receipt palemoon/receipt palemoon/stuff/mozconfig wine/receipt
line diff
     1.1 --- a/avidemux/receipt	Sun Oct 22 21:25:10 2017 +0200
     1.2 +++ b/avidemux/receipt	Sun Oct 22 23:19:09 2017 +0200
     1.3 @@ -17,7 +17,7 @@
     1.4  gettext pkg-config xorg-libXv-dev libxml2-dev libvorbis-dev lame-dev xvidcore-dev \
     1.5  opencore-amr-dev x264-dev faac-dev faad2-dev libsamplerate-dev alsa-lib-dev \
     1.6  libxslt-dev libvpx-dev bash qt5-dev xorg-dev zlib-dev mesa17-dev sqlite-dev \
     1.7 -libglu-mesa-dev "
     1.8 +libglu-mesa-dev fribidi-dev "
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12 @@ -25,6 +25,8 @@
    1.13  	sed -i 's|../avidemux/qt4|../avidemux/qt4 -DLRELEASE_EXECUTABLE=/usr/bin/lrelease-qt5|' bootStrap.bash
    1.14  	sed -ri 's|(Name=).*|\1avidemux (Qt)|' avidemux2.desktop
    1.15  	sed -ri 's|(Exec=).*|\1avidemux3_qt5|' avidemux2.desktop
    1.16 +	sed 's/pkg_check_modules(PULSEAUDIOSIMPLE libpulse-simple)//' -i cmake/admCheckAudioDeviceLibs.cmake
    1.17 +	sed 's|$EXTRA_CMAKE_DEFS|& -DUSE_VAPOURSYNTH=false -DFAAD=false -DFRIBIDI=false |' -i bootStrap.bash
    1.18  	bash bootStrap.bash --with-core --with-cli --with-plugins 2>/dev/null
    1.19  	for i in Cli Core PluginsCLI PluginsCommon Qt5 PluginsQt5; do
    1.20  		( make -C build${i} DESTDIR="$DESTDIR" install 2>/dev/null) | \
     2.1 --- a/cinepaint/receipt	Sun Oct 22 21:25:10 2017 +0200
     2.2 +++ b/cinepaint/receipt	Sun Oct 22 23:19:09 2017 +0200
     2.3 @@ -15,7 +15,7 @@
     2.4  BUILD_DEPENDS="python coreutils-file-summarize coreutils-file-special gettext \
     2.5  xorg-xextproto util-linux-uuid-dev lcms-dev openexr-dev fltk-dev mesa-dev \
     2.6  ilmbase-dev xorg-libXpm-dev gtk+-dev libpng-dev bash automake autoconf libtool \
     2.7 -python-dev libglu-mesa-dev"
     2.8 +python-dev libglu-mesa-dev libpng12-dev "
     2.9  
    2.10  # Rules to configure and make the package.
    2.11  compile_rules()
     3.1 --- a/palemoon/receipt	Sun Oct 22 21:25:10 2017 +0200
     3.2 +++ b/palemoon/receipt	Sun Oct 22 23:19:09 2017 +0200
     3.3 @@ -26,9 +26,10 @@
     3.4  	cp $stuff/mozconfig $src
     3.5  	chmod -R +x build/autoconf/* python/*
     3.6  	find . -name '*.sh' -exec chmod +x {} \;
     3.7 +	export CFLAGS=${CFLAGS/486/686} && export CXXFLAGS=${CXXFLAGS/486/686}
     3.8  	export MOZBUILD_STATE_PATH="$src/mozbuild"
     3.9  	export MOZCONFIG="$src/mozconfig"
    3.10 -	export CPPFLAGS="$CPPFLAGS -O0"  # s/2/0/
    3.11 +	export CPPFLAGS="$CPPFLAGS"
    3.12  	export MAKEFLAGS="$MAKEFLAGS"
    3.13  	python2 mach configure
    3.14  	python2 mach build || echo "Next =>"
     4.1 --- a/palemoon/stuff/mozconfig	Sun Oct 22 21:25:10 2017 +0200
     4.2 +++ b/palemoon/stuff/mozconfig	Sun Oct 22 23:19:09 2017 +0200
     4.3 @@ -50,3 +50,5 @@
     4.4  ac_add_options --enable-system-ffi
     4.5  ac_add_options --enable-system-pixman
     4.6  ac_add_options --enable-chrome-format=omni
     4.7 +
     4.8 +ac_add_options --disable-optimize
     5.1 --- a/wine/receipt	Sun Oct 22 21:25:10 2017 +0200
     5.2 +++ b/wine/receipt	Sun Oct 22 23:19:09 2017 +0200
     5.3 @@ -1,12 +1,12 @@
     5.4  # SliTaz package receipt.
     5.5  
     5.6  PACKAGE="wine"
     5.7 -VERSION="2.19"
     5.8 +VERSION="2.5"
     5.9  CATEGORY="misc"
    5.10  SHORT_DESC="Windows API for Linux."
    5.11  MAINTAINER="pascal.bellard@slitaz.org"
    5.12  LICENSE="LGPL2.1"
    5.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    5.14 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    5.15  WEB_SITE="http://www.winehq.org/"
    5.16  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    5.17  TAGS="windows emulator" # wine is not an emulator
    5.18 @@ -19,8 +19,6 @@
    5.19  # Rules to configure and make the package.
    5.20  compile_rules()
    5.21  {
    5.22 -	cd $src
    5.23 -
    5.24  	./configure $CONFIGURE_ARGS &&
    5.25  	make $MAKEFLAGS && make install
    5.26  }