wok rev 22766

updated fluidsynth and fluidsynth-dev (2.0.4 -> 2.1.0)
author Hans-G?nter Theisgen
date Sat Jan 25 13:58:05 2020 +0100 (2020-01-25)
parents ec27bdc69711
children e9f15a545352
files fluidsynth-dev/receipt fluidsynth/receipt
line diff
     1.1 --- a/fluidsynth-dev/receipt	Sat Jan 25 13:47:19 2020 +0100
     1.2 +++ b/fluidsynth-dev/receipt	Sat Jan 25 13:58:05 2020 +0100
     1.3 @@ -1,21 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="fluidsynth-dev"
     1.7 -VERSION="2.0.4"
     1.8 +VERSION="2.1.0"
     1.9  CATEGORY="development"
    1.10  MAINTAINER="jozee@slitaz.org"
    1.11  LICENSE="LGPL2"
    1.12  SHORT_DESC="Fluidsynth development files."
    1.13  WEB_SITE="http://www.fluidsynth.org/"
    1.14  
    1.15 +DEPENDS="fluidsynth pkg-config"
    1.16  WANTED="fluidsynth"
    1.17 -DEPENDS="fluidsynth pkg-config"
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22  	mkdir -p $fs/usr/lib
    1.23 +
    1.24  #	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.25 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.26 -	cp -a $install/usr/include	 $fs/usr
    1.27 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.28 +	cp -a $install/usr/include		$fs/usr
    1.29  }
     2.1 --- a/fluidsynth/receipt	Sat Jan 25 13:47:19 2020 +0100
     2.2 +++ b/fluidsynth/receipt	Sat Jan 25 13:58:05 2020 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="fluidsynth"
     2.7 -VERSION="2.0.4"
     2.8 +VERSION="2.1.0"
     2.9  CATEGORY="multimedia"
    2.10  TAGS="synthesizer audio multimedia"
    2.11  MAINTAINER="jozee@slitaz.org"
    2.12 @@ -13,15 +13,17 @@
    2.13  WGET_URL="https://github.com/FluidSynth/$PACKAGE/archive/v$VERSION.tar.gz"
    2.14  
    2.15  DEPENDS="glib jack-audio-connection-kit ladspa"
    2.16 -BUILD_DEPENDS="cmake glib-dev jack-audio-connection-kit-dev ladspa-dev pkg-config"
    2.17 +BUILD_DEPENDS="cmake glib-dev jack-audio-connection-kit-dev ladspa-dev 
    2.18 +	pkg-config"
    2.19  
    2.20  # Rules to configure and make the package.
    2.21  
    2.22  compile_rules()
    2.23  {
    2.24  	export LDFLAGS="$LDFLAGS -ltinfo"
    2.25 -	mkdir build
    2.26 -	cd build
    2.27 +
    2.28 +	mkdir	build
    2.29 +	cd	build
    2.30  	cmake -D CMAKE_INSTALL_PREFIX=/usr .. &&
    2.31  	make -j 1 &&
    2.32  	make DESTDIR=$DESTDIR install
    2.33 @@ -31,7 +33,7 @@
    2.34  genpkg_rules()
    2.35  {
    2.36  	mkdir -p $fs/usr/lib 
    2.37 -	cp -a $install/usr/bin $fs/usr
    2.38 -	cp -a $install/usr/lib/*so* $fs/usr/lib/
    2.39 -	
    2.40 +
    2.41 +	cp -a $install/usr/bin		$fs/usr
    2.42 +	cp -a $install/usr/lib/*so*	$fs/usr/lib
    2.43  }