wok-6.x rev 9625
vlc: Fix DEPENDS alsa is not a package + move *DEPENDS var under all other since there are enormous ans it's simple to read
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Apr 24 01:02:03 2011 +0200 (2011-04-24) |
parents | cec089721789 |
children | 18ed3d5d2389 |
files | vlc/receipt |
line diff
1.1 --- a/vlc/receipt Sun Apr 24 00:51:21 2011 +0200 1.2 +++ b/vlc/receipt Sun Apr 24 01:02:03 2011 +0200 1.3 @@ -5,19 +5,19 @@ 1.4 CATEGORY="multimedia" 1.5 SHORT_DESC="MPEG, VCD/DVD, and DivX player" 1.6 MAINTAINER="jozee@slitaz.org" 1.7 -DEPENDS="libvlc libmad libxml2 ffmpeg libdvdread libcddb libproxy taglib \ 1.8 -libQtCore libQtGui alsa hal dbus \ 1.9 - fribidi speex libraw1394 libmodplug flac libavc1394 \ 1.10 -libmpeg2 libnotify libsdl-image libvorbis mesa libglu-mesa sysfsutils zvbi \ 1.11 -libass xorg-libXv faad2 glibc-locale" 1.12 -BUILD_DEPENDS="libmtp-dev librsvg-dev Qt4-dev \ 1.13 - libgcrypt-dev expat expat-dev xorg-dev-proto zlib zlib-dev \ 1.14 -libogg libogg-dev util-linux-ng-uuid-dev pkg-config libxcb-dev" 1.15 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.16 WEB_SITE="http://www.videolan.org/vlc/" 1.17 WGET_URL="http://download.videolan.org/pub/videolan/$PACKAGE/$VERSION/$TARBALL" 1.18 TAGS="audio video multimedia movie player" 1.19 1.20 +DEPENDS="libvlc libmad libxml2 ffmpeg libdvdread libcddb libproxy taglib \ 1.21 +libQtCore libQtGui alsa-lib hal dbus fribidi speex libraw1394 libmodplug \ 1.22 +flac libavc1394 libmpeg2 libnotify libsdl-image libvorbis mesa \ 1.23 +libglu-mesa sysfsutils zvbi libass xorg-libXv faad2 glibc-locale" 1.24 +BUILD_DEPENDS="libmtp-dev librsvg-dev Qt4-dev libgcrypt-dev expat \ 1.25 +expat-dev xorg-dev-proto zlib zlib-dev libogg libogg-dev \ 1.26 +util-linux-ng-uuid-dev pkg-config libxcb-dev" 1.27 + 1.28 # Rules to configure and make the package. 1.29 # Use --enable-ffmpeg to build against shared ffmpeg 1.30 compile_rules()