wok diff vlc/receipt @ rev 4604

vlc: spin off libvlc & libvlc-dev
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 15 16:03:36 2009 +0100 (2009-12-15)
parents 861d7d713cfa
children 248448d3560d
line diff
     1.1 --- a/vlc/receipt	Sat Jun 20 21:31:35 2009 +0000
     1.2 +++ b/vlc/receipt	Tue Dec 15 16:03:36 2009 +0100
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="multimedia"
     1.5  SHORT_DESC="MPEG, VCD/DVD, and DivX player"
     1.6  MAINTAINER="jozee@slitaz.org"
     1.7 -DEPENDS="libmad libxml2 ffmpeg libdvdread libcddb libproxy taglib \
     1.8 +DEPENDS="libvlc libmad libxml2 ffmpeg libdvdread libcddb libproxy taglib \
     1.9  libQtCore libQtGui alsa-lib hal dbus \
    1.10  fribidi speex libraw1394 libmodplug flac \
    1.11  libmpeg2 libnotify libsdl-image libvorbis libgl libglu sysfsutils xorg-libXv"
    1.12 @@ -40,10 +40,8 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -	mkdir -p $fs/usr/lib $fs/usr/share $fs/usr/share/pixmaps
    1.17 +	mkdir -p $fs/usr/share $fs/usr/share/pixmaps
    1.18  	cp -a $_pkg/usr/bin $fs/usr
    1.19 -	cp -a $_pkg/usr/lib/*so* $fs/usr/lib/
    1.20 -	cp -a $_pkg/usr/lib/$PACKAGE $fs/usr/lib/
    1.21  	cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share
    1.22  	#Remove extra icons	
    1.23  	rm $fs/usr/share/$PACKAGE/*.png
    1.24 @@ -52,8 +50,6 @@
    1.25  	#copy vlc icon
    1.26  	cp -a $_pkg/usr/share/$PACKAGE/vlc16x16.png $fs/usr/share/pixmaps
    1.27  	mv $fs/usr/share/pixmaps/vlc16x16.png $fs/usr/share/pixmaps/vlc.png
    1.28 -	# Remove libtool archives
    1.29 -	rm $fs/usr/lib/$PACKAGE/*/*.la
    1.30  	#Remove unnecessary fonts
    1.31  	rm $fs/usr/share/$PACKAGE/skins2/fonts/*
    1.32