wok diff libvlc/receipt @ rev 22862

updated gnubg (1.05.000 -> 1.06.002)
author Hans-G?nter Theisgen
date Thu Feb 20 17:36:46 2020 +0100 (2020-02-20)
parents b5d6394fc7d4
children 73fd97cf0fa8
line diff
     1.1 --- a/libvlc/receipt	Thu Aug 15 19:53:59 2019 +0200
     1.2 +++ b/libvlc/receipt	Thu Feb 20 17:36:46 2020 +0100
     1.3 @@ -1,22 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libvlc"
     1.7 -VERSION="3.0.6"
     1.8 +VERSION="3.0.8"
     1.9  CATEGORY="multimedia"
    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 +
    1.16 +DEPENDS="alsa-lib dbus ffmpeg libmad lua5.1 nettle tar x264 x265 xcb-util zvbi"
    1.17  WANTED="vlc"
    1.18  
    1.19 -DEPENDS="alsa-lib dbus ffmpeg libmad lua5.1 tar x264 x265 xcb-util zvbi nettle"
    1.20 -
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24  	mkdir -p $fs/usr/lib
    1.25 -	cp -a $install/usr/lib/*so* $fs/usr/lib/
    1.26 -	cp -a $install/usr/lib/vlc $fs/usr/lib/
    1.27 +
    1.28 +	cp -a $install/usr/lib/*so*	$fs/usr/lib/
    1.29 +	cp -a $install/usr/lib/vlc	$fs/usr/lib/
    1.30 +
    1.31  	# Remove libtool archives
    1.32  	rm $fs/usr/lib/vlc/plugins/*/*.la
    1.33  }