# libxine/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. "libxine" release 1.2.13, and possibly one or more older releases, can't presently be built unless ImageMagick support is disabled. The issue is an obscure link-time error. #--------------------------------------------------------------------- [buildtimes] 00.04 hours (or 002.63 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.06 hours (or 003.45 minutes) - ThinkPad W530 i7 4x2 32GB RAM 00.06 hours (or 003.72 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.07 hours (or 004.35 minutes) - HP EliteBook 8560w 32GB RAM 00.30 hours (or 018.13 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default fortran = disabled license = See "license*.txt" in installed tree licfile = COPYING nls = disabled nowerror = yes revision = numeric unpack = relaxed dontfind = ffmpeg2 ffmpeg3 imagemagick6 imagemagick7 setpaths = ffmpeg4 lcms2 libvpx114 graphicsmagick xorg tmpsize = 85M #--------------------------------------------------------------------- [depends] a52dec # May be superseded by internal copy aalib actools alsa bzip2 esound expat faac ffmpeg fig2dev flac fontconfig freetype2 gawk gpm graphicsmagick grep gtkcore imagemagick6 imagemagick7 jackone jpeg lame lcms2 libbluray libcaca libcdio libdca libdvdcss libdvdnav # May be superseded by internal copy libdvdread libgsm liblzo libmad # May be superseded by internal copy libmng libogg libva libvorbis libvpx114 mplayer # For shared codecs nas ncurses pkgconf sdl sed slang speex theora tiff vcdimager wavpack x264 xvidcore xorg # Including "libdrm" zlib #--------------------------------------------------------------------- [configure] CODECSDIR=$PKGDIR_PROD/codecs LIBDIR=$PKGDIR_PROD/lib MANBASE=$PKGDIR_PROD/man REALDIR=$CODECSDIR/real WINCDIR=$CODECSDIR mkdir -p $LIBDIR $MANBASE $REALDIR $WINCDIR # The "opengl2" patch below prevents a "SIGILL" crash. The "--disable- # opengl" switch further down is believed to disable OpenGL support # entirely. The latter option is used because OldCoder noticed that # OpenGL didn't work well with this package. sed -e 's/have_opengl2=yes/have_opengl2=no/' \ -e 's@ffmpeg/avutil.h@ffmpeg/eggsalad.h@' \ -i configure bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --libdir=$LIBDIR \ --mandir=$MANBASE \ \ --disable-dependency-tracking \ --disable-dxr3 \ --disable-gnomevfs \ --disable-nls \ --disable-opengl \ --disable-samba \ --disable-vaapi \ --disable-xinerama \ \ --enable-a52dec \ --enable-shared=yes \ --enable-static=no \ \ --with-libflac \ --with-real-codecs-path=$REALDIR \ --with-w32-path=$WINCDIR \ --with-wavpack \ --without-imagemagick #--------------------------------------------------------------------- [postbuild] CODECSDIR=$PKGDIR_PROD/codecs cd $CODECSDIR lndir $PRODTREE/mplayer/codecs/ #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = Not checked yet url_home = http://www.xine-project.org/ url_lfs = n/a when last checked url_tarball = http://downloads.sourceforge.net/xine/\ xine-lib-1.2.13.tar.xz #--------------------------------------------------------------------- [history] 170729 Updated from 1.2.6 to 1.2.8 180114 Updated to 1.2.9 210226 Updated to 1.2.11 220310 Updated to 1.2.12 230126 Updated to 1.2.13 230708 Patched to fix a compiler-related FTBFS