# HG changeset patch # User Rohit Joshi # Date 1267434367 0 # Node ID de5d8ec1d324e82837fe6128d8db4232c9cac1fb # Parent 19dad1e8892c1be0981c59ac4c9328591699661d [a-z]*-update DEPENDS: nvidia is hardware-specific and should be removed or optional diff -r 19dad1e8892c -r de5d8ec1d324 prboom/receipt --- a/prboom/receipt Mon Mar 01 08:54:30 2010 +0000 +++ b/prboom/receipt Mon Mar 01 09:06:07 2010 +0000 @@ -5,7 +5,8 @@ CATEGORY="games" SHORT_DESC="PrBoom is the culmination of years of work by various people and projects on the Doom source code." MAINTAINER="mallory@sweetpeople.org" -DEPENDS="libsdl libsdl-mixer libsdl-net libpng libgl libglu nvidia" +DEPENDS="libsdl libsdl-mixer libsdl-net libpng libgl libglu" +SUGGESTED="nvidia" BUILD_DEPENDS="libsdl-dev libsdl-mixer-dev libsdl-net-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://prboom.sourceforge.net/" diff -r 19dad1e8892c -r de5d8ec1d324 supertux/receipt --- a/supertux/receipt Mon Mar 01 08:54:30 2010 +0000 +++ b/supertux/receipt Mon Mar 01 09:06:07 2010 +0000 @@ -5,7 +5,8 @@ CATEGORY="games" SHORT_DESC="SuperTux is a classic 2D jump'n run sidescroller game in a style similar to the original SuperMario games." MAINTAINER="mallory@skyrock.com" -DEPENDS="libsdl libsdl-image libsdl-mixer nvidia" +DEPENDS="libsdl libsdl-image libsdl-mixer" +SUGGESTED="nvidia" BUILD_DEPENDS="libsdl-dev libsdl-image-dev libsdl-mixer-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://supertux.lethargik.org/" diff -r 19dad1e8892c -r de5d8ec1d324 tiff-apps/receipt --- a/tiff-apps/receipt Mon Mar 01 08:54:30 2010 +0000 +++ b/tiff-apps/receipt Mon Mar 01 09:06:07 2010 +0000 @@ -5,7 +5,7 @@ CATEGORY="x-window" SHORT_DESC="TIFF images manipulation cli applications. (Check tiff for libs)." MAINTAINER="pankso@slitaz.org" -DEPENDS="jpeg zlib tiff freeglut libglu nvidia" +DEPENDS="jpeg zlib tiff" WANTED="tiff" WEB_SITE="http://www.remotesensing.org/libtiff/" diff -r 19dad1e8892c -r de5d8ec1d324 xine-lib/receipt --- a/xine-lib/receipt Mon Mar 01 08:54:30 2010 +0000 +++ b/xine-lib/receipt Mon Mar 01 09:06:07 2010 +0000 @@ -5,22 +5,15 @@ CATEGORY="multimedia" SHORT_DESC="Xine video library." MAINTAINER="pankso@slitaz.org" -DEPENDS="xorg zlib xorg-libXv xorg-libXvMC alsa-lib libogg libvorbis \ -libtheora xorg-libXvMC xorg-libXv freetype faad2 vcdimager-xmltools nvidia \ -libglu libmodplug gtk+ esound" -BUILD_DEPENDS="$DEPENDS xorg-dev zlib-dev xorg-libXvMC-dev \ -xorg-libXv-dev xorg-xextproto xorg-videoproto alsa-lib-dev libogg-dev \ -libvorbis-dev libtheora-dev freetype-dev" +DEPENDS="xorg zlib xorg-libXv xorg-libXvMC alsa-lib glib gtk+ libsdl \ +libgio libogg libvorbis ffmpeg" +BUILD_DEPENDS="xorg-dev zlib-dev ffmpeg-dev ffmpeg xorg-libXvMC-dev \ +xorg-libXvMC xorg-libXv xorg-libXv-dev libtheora" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.xine-project.org/" WGET_URL="http://switch.dl.sourceforge.net/sourceforge/xine/$TARBALL" # Rules to configure and make the package. -# -# Using --with-external-ffmpeg will make package smaller, but it dont seems -# to work properly. Last try with external ffmpeg make xine unable to read avi -# and other video files. -# compile_rules() { cd $src @@ -28,12 +21,9 @@ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ + --with-external-ffmpeg \ + --disable-gnome-vfs \ --with-freetype \ - --without-jack \ - --without-imagemagick \ - --without-sdl \ - --disable-gnomevfs \ - --disable-samba \ $CONFIGURE_ARGS && make && make DESTDIR=$PWD/_pkg install @@ -45,10 +35,10 @@ mkdir -p $fs/usr/lib $fs/usr/share cp -a $_pkg/usr/lib/*.so* $fs/usr/lib cp -a $_pkg/usr/lib/xine $fs/usr/lib - + # Do we need extra Fonts for subtitle support? \ - # compiled with freetype for using ttf fonts, xine fonts are only an alternative solution \ - # should we just ln DejavuSans as in mplayer? + compiled with freetype for using ttf fonts, xine fonts are only an alternative solution \ + should we just ln DejavuSans as in mplayer? # lets keep sans font for extra support mkdir -p $fs/usr/share/xine/libxine1/fonts/ cp -a $_pkg/usr/share/xine/libxine1/fonts/sa* $fs/usr/share/xine/libxine1/fonts/ diff -r 19dad1e8892c -r de5d8ec1d324 xlockmore/receipt --- a/xlockmore/receipt Mon Mar 01 08:54:30 2010 +0000 +++ b/xlockmore/receipt Mon Mar 01 09:06:07 2010 +0000 @@ -5,7 +5,7 @@ CATEGORY="utilities" SHORT_DESC="X Window System Lock Screen." MAINTAINER="rocky@slitaz.org" -DEPENDS="xorg-libX11 freetype freetype1 nvidia libglu" +DEPENDS="xorg-libX11 freetype freetype1" BUILD_DEPENDS="xorg-libXdmcp-dev xorg-libXpm-dev xorg-libX11-dev xorg-libXt-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.tux.org/~bagleyd/xlockmore.html" diff -r 19dad1e8892c -r de5d8ec1d324 xorg-xdriinfo/receipt --- a/xorg-xdriinfo/receipt Mon Mar 01 08:54:30 2010 +0000 +++ b/xorg-xdriinfo/receipt Mon Mar 01 09:06:07 2010 +0000 @@ -6,7 +6,8 @@ CATEGORY="x-window" SHORT_DESC="Query configuration information of DRI drivers" MAINTAINER="pankso@slitaz.org" -DEPENDS="xorg-libX11 nvidia" +DEPENDS="xorg-libX11" +SUGGESTED="nvidia" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.x.org/" WGET_URL="http://xorg.mirror.solnet.ch/pub/individual/app/$TARBALL"