wok-4.x view libvlc/receipt @ rev 12477

Up openssl 1.1.1n (bump packages curl, git, wget, python), up cherokee 1.2.104 and bdeps (automake, openldap, cyrus-sasl)
author Stanislas Leduc <shann@slitaz.org>
date Sun Apr 02 14:34:44 2023 +0000 (14 months ago)
parents c2353f85a1d4
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libvlc"
4 VERSION="1.1.13"
5 CATEGORY="multimedia"
6 SHORT_DESC="MPEG, VCD/DVD, and DivX library"
7 MAINTAINER="jozee@slitaz.org"
8 WEB_SITE="http://www.videolan.org/vlc/"
9 WANTED="vlc"
10 DEPENDS="hal dbus libnotify atk libgio pango cairo gnutls fribidi speex \
11 ffmpeg libmpeg2 libvorbis libsdl-image libdvdread libproxy libcddb libv4l \
12 taglib libmad libQtGui sysfsutils libmodplug libupnp libavc1394"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $_pkg/usr/lib/*so* $fs/usr/lib/
19 cp -a $_pkg/usr/lib/vlc $fs/usr/lib/
20 # Remove libtool archives
21 rm $fs/usr/lib/vlc/plugins/*/*.la
22 }