# lxdvdrip/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] # 1. The source-tarball filename extension has been changed from # ".tgz" to ".tar.gz". #--------------------------------------------------------------------- # 2. "lxdvdrip" apparently invokes a program named "tcprobe" from the # "transcode" package, and "lxdvdrip's" documentation implies that # this operation may hang under some conditions. If it appears that # you're encountering this problem, try running "lxdvdrip" with the # option switch "-check=0". #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.17 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.32 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.72 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] exepack = yes license = GNU General Public License, version 2 (June 1991) tmpsize = 4M #--------------------------------------------------------------------- [depends] dvdauthor dvdrwtools dvdwizard libdvdcss libdvdnav libdvdread mplayer transcode #--------------------------------------------------------------------- [configure] for x in \ Makefile \ dvdbackup/Makefile \ mbuffer/Makefile \ requant/Makefile \ vamps/Makefile \ lxdvdrip.1 \ lxdvdrip.c \ lxdvdrip.conf do sed -e "s|/usr/local|$PKGDIR_PROD|g" -i $x done #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin ETCDIR=$PKGDIR_PROD/etc MANDIR=$PKGDIR_PROD/man/man1 SHADIR=$PKGDIR_PROD/share mkdir -p $BINDIR $ETCDIR $MANDIR $SHADIR smpmake make install cd $BINDIR ln -s dvdbackup_lxdvdrip dvdbackup sed -e "s|^audio=1|audio=2|" \ -e "s|^language=de|language=en|" \ -i $ETCDIR/lxdvdrip.conf #--------------------------------------------------------------------- # 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 = n/a url_home = http://openfacts.berlios.de/\ index-en.phtml?title=lxdvdrip url_lfs = n/a url_tarball = http://downloads.sourceforge.net/\ lxdvdrip/lxdvdrip-1.77.tgz