wok-next rev 5019
[a-z]*-update DEPENDS: nvidia is hardware-specific and should be removed or optional
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Mon Mar 01 09:06:07 2010 +0000 (2010-03-01) |
parents | 19dad1e8892c |
children | 2418475c2402 |
files | prboom/receipt supertux/receipt tiff-apps/receipt xine-lib/receipt xlockmore/receipt xorg-xdriinfo/receipt |
line diff
1.1 --- a/prboom/receipt Mon Mar 01 08:54:30 2010 +0000 1.2 +++ b/prboom/receipt Mon Mar 01 09:06:07 2010 +0000 1.3 @@ -5,7 +5,8 @@ 1.4 CATEGORY="games" 1.5 SHORT_DESC="PrBoom is the culmination of years of work by various people and projects on the Doom source code." 1.6 MAINTAINER="mallory@sweetpeople.org" 1.7 -DEPENDS="libsdl libsdl-mixer libsdl-net libpng libgl libglu nvidia" 1.8 +DEPENDS="libsdl libsdl-mixer libsdl-net libpng libgl libglu" 1.9 +SUGGESTED="nvidia" 1.10 BUILD_DEPENDS="libsdl-dev libsdl-mixer-dev libsdl-net-dev" 1.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 WEB_SITE="http://prboom.sourceforge.net/"
2.1 --- a/supertux/receipt Mon Mar 01 08:54:30 2010 +0000 2.2 +++ b/supertux/receipt Mon Mar 01 09:06:07 2010 +0000 2.3 @@ -5,7 +5,8 @@ 2.4 CATEGORY="games" 2.5 SHORT_DESC="SuperTux is a classic 2D jump'n run sidescroller game in a style similar to the original SuperMario games." 2.6 MAINTAINER="mallory@skyrock.com" 2.7 -DEPENDS="libsdl libsdl-image libsdl-mixer nvidia" 2.8 +DEPENDS="libsdl libsdl-image libsdl-mixer" 2.9 +SUGGESTED="nvidia" 2.10 BUILD_DEPENDS="libsdl-dev libsdl-image-dev libsdl-mixer-dev" 2.11 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.12 WEB_SITE="http://supertux.lethargik.org/"
3.1 --- a/tiff-apps/receipt Mon Mar 01 08:54:30 2010 +0000 3.2 +++ b/tiff-apps/receipt Mon Mar 01 09:06:07 2010 +0000 3.3 @@ -5,7 +5,7 @@ 3.4 CATEGORY="x-window" 3.5 SHORT_DESC="TIFF images manipulation cli applications. (Check tiff for libs)." 3.6 MAINTAINER="pankso@slitaz.org" 3.7 -DEPENDS="jpeg zlib tiff freeglut libglu nvidia" 3.8 +DEPENDS="jpeg zlib tiff" 3.9 WANTED="tiff" 3.10 WEB_SITE="http://www.remotesensing.org/libtiff/" 3.11
4.1 --- a/xine-lib/receipt Mon Mar 01 08:54:30 2010 +0000 4.2 +++ b/xine-lib/receipt Mon Mar 01 09:06:07 2010 +0000 4.3 @@ -5,22 +5,15 @@ 4.4 CATEGORY="multimedia" 4.5 SHORT_DESC="Xine video library." 4.6 MAINTAINER="pankso@slitaz.org" 4.7 -DEPENDS="xorg zlib xorg-libXv xorg-libXvMC alsa-lib libogg libvorbis \ 4.8 -libtheora xorg-libXvMC xorg-libXv freetype faad2 vcdimager-xmltools nvidia \ 4.9 -libglu libmodplug gtk+ esound" 4.10 -BUILD_DEPENDS="$DEPENDS xorg-dev zlib-dev xorg-libXvMC-dev \ 4.11 -xorg-libXv-dev xorg-xextproto xorg-videoproto alsa-lib-dev libogg-dev \ 4.12 -libvorbis-dev libtheora-dev freetype-dev" 4.13 +DEPENDS="xorg zlib xorg-libXv xorg-libXvMC alsa-lib glib gtk+ libsdl \ 4.14 +libgio libogg libvorbis ffmpeg" 4.15 +BUILD_DEPENDS="xorg-dev zlib-dev ffmpeg-dev ffmpeg xorg-libXvMC-dev \ 4.16 +xorg-libXvMC xorg-libXv xorg-libXv-dev libtheora" 4.17 TARBALL="$PACKAGE-$VERSION.tar.bz2" 4.18 WEB_SITE="http://www.xine-project.org/" 4.19 WGET_URL="http://switch.dl.sourceforge.net/sourceforge/xine/$TARBALL" 4.20 4.21 # Rules to configure and make the package. 4.22 -# 4.23 -# Using --with-external-ffmpeg will make package smaller, but it dont seems 4.24 -# to work properly. Last try with external ffmpeg make xine unable to read avi 4.25 -# and other video files. 4.26 -# 4.27 compile_rules() 4.28 { 4.29 cd $src 4.30 @@ -28,12 +21,9 @@ 4.31 --prefix=/usr \ 4.32 --infodir=/usr/share/info \ 4.33 --mandir=/usr/share/man \ 4.34 + --with-external-ffmpeg \ 4.35 + --disable-gnome-vfs \ 4.36 --with-freetype \ 4.37 - --without-jack \ 4.38 - --without-imagemagick \ 4.39 - --without-sdl \ 4.40 - --disable-gnomevfs \ 4.41 - --disable-samba \ 4.42 $CONFIGURE_ARGS && 4.43 make && 4.44 make DESTDIR=$PWD/_pkg install 4.45 @@ -45,10 +35,10 @@ 4.46 mkdir -p $fs/usr/lib $fs/usr/share 4.47 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 4.48 cp -a $_pkg/usr/lib/xine $fs/usr/lib 4.49 - 4.50 + 4.51 # Do we need extra Fonts for subtitle support? \ 4.52 - # compiled with freetype for using ttf fonts, xine fonts are only an alternative solution \ 4.53 - # should we just ln DejavuSans as in mplayer? 4.54 + compiled with freetype for using ttf fonts, xine fonts are only an alternative solution \ 4.55 + should we just ln DejavuSans as in mplayer? 4.56 # lets keep sans font for extra support 4.57 mkdir -p $fs/usr/share/xine/libxine1/fonts/ 4.58 cp -a $_pkg/usr/share/xine/libxine1/fonts/sa* $fs/usr/share/xine/libxine1/fonts/
5.1 --- a/xlockmore/receipt Mon Mar 01 08:54:30 2010 +0000 5.2 +++ b/xlockmore/receipt Mon Mar 01 09:06:07 2010 +0000 5.3 @@ -5,7 +5,7 @@ 5.4 CATEGORY="utilities" 5.5 SHORT_DESC="X Window System Lock Screen." 5.6 MAINTAINER="rocky@slitaz.org" 5.7 -DEPENDS="xorg-libX11 freetype freetype1 nvidia libglu" 5.8 +DEPENDS="xorg-libX11 freetype freetype1" 5.9 BUILD_DEPENDS="xorg-libXdmcp-dev xorg-libXpm-dev xorg-libX11-dev xorg-libXt-dev" 5.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 5.11 WEB_SITE="http://www.tux.org/~bagleyd/xlockmore.html"
6.1 --- a/xorg-xdriinfo/receipt Mon Mar 01 08:54:30 2010 +0000 6.2 +++ b/xorg-xdriinfo/receipt Mon Mar 01 09:06:07 2010 +0000 6.3 @@ -6,7 +6,8 @@ 6.4 CATEGORY="x-window" 6.5 SHORT_DESC="Query configuration information of DRI drivers" 6.6 MAINTAINER="pankso@slitaz.org" 6.7 -DEPENDS="xorg-libX11 nvidia" 6.8 +DEPENDS="xorg-libX11" 6.9 +SUGGESTED="nvidia" 6.10 TARBALL="$SOURCE-$VERSION.tar.gz" 6.11 WEB_SITE="http://www.x.org/" 6.12 WGET_URL="http://xorg.mirror.solnet.ch/pub/individual/app/$TARBALL"