# libmpeg3/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] # 1. Debian was last checked in early 2007. At the time, Debian patch- # es existed for this package, but they weren't compatible with the # release that we were using (1.7). However, portions of the Debian # code have been merged into one of this distro's "libmpeg3" patch- # es. #--------------------------------------------------------------------- # 2. Presently, this package adds two special "include" subdirectories # named "audio" and "video" to the standard set of "libmpeg3" "in- # clude" files. Reason: "gimp-gap" requires these directories (or may # require them, depending on various factors). #--------------------------------------------------------------------- # 3. "libmpeg3's" "include/audio" and "include/video" subdirectories # contain some files with fairly generic names. As of mid-2007, this # doesn't seem to be a problem. However, since all "include" direc- # tories are "symlinked" into "/usr/local", the generic names may # cause problems in the future as more packages are added. If con- # flicts arise, the generic names should be changed. Additionally, if # "gimp-gap" is installed, the latter package will require correspond- # ing changes. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.18 minutes) - HP EliteBook 8560w 32GB RAM 00.00 hours (or 000.18 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.25 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.77 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] configure = none exepack = yes license = GNU General Public License, version 2, June 1991 tmpsize = 2M setpaths = a52dec libmpeg3 #--------------------------------------------------------------------- [depends] a52dec nasm2 #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin INCDIR=$PKGDIR_PROD/include LIBDIR=$PKGDIR_PROD/lib mkdir -p $BINDIR $INCDIR $LIBDIR rm -fr Makefile.a52 a52dec-0.7.3 MACHINE=`uname --machine` mkdir $MACHINE make cp -a $MACHINE/{mpeg3cat,mpeg3dump,mpeg3toc} $BINDIR/ cp -a {libmpeg3,mpeg3private,mpeg3protos}.h $INCDIR/ cp -a $MACHINE/libmpeg3.so* $LIBDIR/ mkdir -p $INCDIR/{audio,video} cp -a audio/*.h $INCDIR/audio/ cp -a video/*.h $INCDIR/video/ #--------------------------------------------------------------------- # 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 = http://packages.debian.org/unstable/source/\ libmpeg3 url_home = http://heroinewarrior.com/libmpeg3.php3 url_lfs = http://www.linuxfromscratch.org/blfs/view/stable/\ multimedia/libmpeg3.html url_tarball = http://downloads.sourceforge.net/sourceforge/\ heroines/libmpeg3-1.7-src.tar.bz2