# HG changeset patch # User Hans-G?nter Theisgen # Date 1572704347 -3600 # Node ID 252f7efd08f5937ef2a0de3080320eb885248a56 # Parent ad69433c853a112ef4bbb40a8ce35a5439666525 updated libvlc and libvlc-dev (3.0.6 -> 3.0.8) diff -r ad69433c853a -r 252f7efd08f5 libvlc-dev/receipt --- a/libvlc-dev/receipt Sat Nov 02 15:04:06 2019 +0100 +++ b/libvlc-dev/receipt Sat Nov 02 15:19:07 2019 +0100 @@ -1,24 +1,28 @@ # SliTaz package receipt. PACKAGE="libvlc-dev" -VERSION="3.0.6" +VERSION="3.0.8" CATEGORY="development" -SHORT_DESC="MPEG, VCD/DVD, and DivX library" +SHORT_DESC="MPEG, VCD/DVD, and DivX library." MAINTAINER="jozee@slitaz.org" LICENSE="GPL2" WEB_SITE="http://www.videolan.org/vlc/" -WANTED="vlc" DEPENDS="libvlc pkg-config" +WANTED="vlc" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib $fs/usr/include $fs/usr/bin - #cp $src/vlc-config $fs/usr/bin - cp -a $install/usr/lib/*a $fs/usr/lib/ - cp -a $install/usr/lib/pkgconfig $fs/usr/lib/ - cp -a $install/usr/include/vlc $fs/usr/include - cp -a $install/usr/lib/vlc $fs/usr/lib/ + mkdir -p $fs/usr/lib + mkdir -p $fs/usr/include + mkdir -p $fs/usr/bin + + #cp $src/vlc-config $fs/usr/bin + cp -a $install/usr/lib/*a $fs/usr/lib/ + cp -a $install/usr/lib/pkgconfig $fs/usr/lib/ + cp -a $install/usr/include/vlc $fs/usr/include + cp -a $install/usr/lib/vlc $fs/usr/lib/ + rm $fs/usr/lib/vlc/plugins/*/*.so } diff -r ad69433c853a -r 252f7efd08f5 libvlc/receipt --- a/libvlc/receipt Sat Nov 02 15:04:06 2019 +0100 +++ b/libvlc/receipt Sat Nov 02 15:19:07 2019 +0100 @@ -1,22 +1,24 @@ # SliTaz package receipt. PACKAGE="libvlc" -VERSION="3.0.6" +VERSION="3.0.8" CATEGORY="multimedia" -SHORT_DESC="MPEG, VCD/DVD, and DivX library" +SHORT_DESC="MPEG, VCD/DVD, and DivX library." MAINTAINER="jozee@slitaz.org" LICENSE="GPL2" WEB_SITE="http://www.videolan.org/vlc/" + +DEPENDS="alsa-lib dbus ffmpeg libmad lua5.1 nettle tar x264 x265 xcb-util zvbi" WANTED="vlc" -DEPENDS="alsa-lib dbus ffmpeg libmad lua5.1 tar x264 x265 xcb-util zvbi nettle" - # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $install/usr/lib/*so* $fs/usr/lib/ - cp -a $install/usr/lib/vlc $fs/usr/lib/ + + cp -a $install/usr/lib/*so* $fs/usr/lib/ + cp -a $install/usr/lib/vlc $fs/usr/lib/ + # Remove libtool archives rm $fs/usr/lib/vlc/plugins/*/*.la }