wok rev 22112

updated libvlc and libvlc-dev (3.0.6 -> 3.0.8)
author Hans-G?nter Theisgen
date Sat Nov 02 15:19:07 2019 +0100 (2019-11-02)
parents ad69433c853a
children 7b00cceb3650
files libvlc-dev/receipt libvlc/receipt
line diff
     1.1 --- a/libvlc-dev/receipt	Sat Nov 02 15:04:06 2019 +0100
     1.2 +++ b/libvlc-dev/receipt	Sat Nov 02 15:19:07 2019 +0100
     1.3 @@ -1,24 +1,28 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libvlc-dev"
     1.7 -VERSION="3.0.6"
     1.8 +VERSION="3.0.8"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="MPEG, VCD/DVD, and DivX library"
    1.11 +SHORT_DESC="MPEG, VCD/DVD, and DivX library."
    1.12  MAINTAINER="jozee@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14  WEB_SITE="http://www.videolan.org/vlc/" 
    1.15 -WANTED="vlc"
    1.16  
    1.17  DEPENDS="libvlc pkg-config"
    1.18 +WANTED="vlc"
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21  genpkg_rules()
    1.22  {
    1.23 -	mkdir -p $fs/usr/lib $fs/usr/include $fs/usr/bin
    1.24 -	#cp $src/vlc-config $fs/usr/bin
    1.25 -	cp -a $install/usr/lib/*a $fs/usr/lib/
    1.26 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib/
    1.27 -	cp -a $install/usr/include/vlc $fs/usr/include
    1.28 -	cp -a $install/usr/lib/vlc $fs/usr/lib/
    1.29 +	mkdir -p $fs/usr/lib
    1.30 +	mkdir -p $fs/usr/include
    1.31 +	mkdir -p $fs/usr/bin
    1.32 +
    1.33 +	#cp $src/vlc-config			$fs/usr/bin
    1.34 +	cp -a $install/usr/lib/*a		$fs/usr/lib/
    1.35 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib/
    1.36 +	cp -a $install/usr/include/vlc		$fs/usr/include
    1.37 +	cp -a $install/usr/lib/vlc		$fs/usr/lib/
    1.38 +
    1.39  	rm $fs/usr/lib/vlc/plugins/*/*.so
    1.40  }
     2.1 --- a/libvlc/receipt	Sat Nov 02 15:04:06 2019 +0100
     2.2 +++ b/libvlc/receipt	Sat Nov 02 15:19:07 2019 +0100
     2.3 @@ -1,22 +1,24 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="libvlc"
     2.7 -VERSION="3.0.6"
     2.8 +VERSION="3.0.8"
     2.9  CATEGORY="multimedia"
    2.10 -SHORT_DESC="MPEG, VCD/DVD, and DivX library"
    2.11 +SHORT_DESC="MPEG, VCD/DVD, and DivX library."
    2.12  MAINTAINER="jozee@slitaz.org"
    2.13  LICENSE="GPL2"
    2.14  WEB_SITE="http://www.videolan.org/vlc/" 
    2.15 +
    2.16 +DEPENDS="alsa-lib dbus ffmpeg libmad lua5.1 nettle tar x264 x265 xcb-util zvbi"
    2.17  WANTED="vlc"
    2.18  
    2.19 -DEPENDS="alsa-lib dbus ffmpeg libmad lua5.1 tar x264 x265 xcb-util zvbi nettle"
    2.20 -
    2.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.22  genpkg_rules()
    2.23  {
    2.24  	mkdir -p $fs/usr/lib
    2.25 -	cp -a $install/usr/lib/*so* $fs/usr/lib/
    2.26 -	cp -a $install/usr/lib/vlc $fs/usr/lib/
    2.27 +
    2.28 +	cp -a $install/usr/lib/*so*	$fs/usr/lib/
    2.29 +	cp -a $install/usr/lib/vlc	$fs/usr/lib/
    2.30 +
    2.31  	# Remove libtool archives
    2.32  	rm $fs/usr/lib/vlc/plugins/*/*.la
    2.33  }