wok diff libvlc/receipt @ rev 25017

updated openjpeg, openjpeg-dev and openjpeg-tools (1.5.0 -> 1.5.2)
author Hans-G?nter Theisgen
date Wed May 18 06:55:41 2022 +0100 (2022-05-18)
parents 252f7efd08f5
children dcb071a5e9e6
line diff
     1.1 --- a/libvlc/receipt	Sat Nov 02 15:19:07 2019 +0100
     1.2 +++ b/libvlc/receipt	Wed May 18 06:55:41 2022 +0100
     1.3 @@ -1,12 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libvlc"
     1.7 -VERSION="3.0.8"
     1.8 +VERSION="3.0.10"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="MPEG, VCD/DVD, and DivX library."
    1.11  MAINTAINER="jozee@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13 -WEB_SITE="http://www.videolan.org/vlc/" 
    1.14 +WEB_SITE="https://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 @@ -20,5 +20,5 @@
    1.19  	cp -a $install/usr/lib/vlc	$fs/usr/lib/
    1.20  
    1.21  	# Remove libtool archives
    1.22 -	rm $fs/usr/lib/vlc/plugins/*/*.la
    1.23 +	rm				$fs/usr/lib/vlc/plugins/*/*.la
    1.24  }