# ogle/cfg - "Build" settings for package # Revision: 130628 #--------------------------------------------------------------------- [technotes] # 1. This package was originally based on a CVS checkout tarball con- # structed as follows: # CVSBASE="-d:pserver:anonymous@cvs.ogle.berlios.de:/cvsroot/ogle" # cvs $CVSBASE login # cvs -z3 $CVSBASE co ogle # cvs $CVSBASE logout # tar jcf ogle-cvs-NUMBER.tar.bz2 ogle # Note: As of mid-2007, no CVS password was required. It was suffi- # cent to press Enter at the "CVS password:" prompt. #--------------------------------------------------------------------- # 2. Upstream for this package was orphaned. By mid-2013, it was no # longer possible to build the original version. Presently, a locally # modified source tarball is used. It may or may not continue to work # in the future. #--------------------------------------------------------------------- # 3. Debian was last checked in late 2006. At the time, Debian patches # existed for this package, but they weren't compatible with the CVS- # based sources. #--------------------------------------------------------------------- # 4. The official version of the "ogle" package includes a utility # program named "ifo_dump". The local version of the package omits # "ifo_dump". # Explanation: "ifo_dump" requires an obsolete version of a library # named "libdvdread", and the obsolete version conflicts with this # distro's version of the library. This distro supports the simultan- # eous use of conflicting libraries. Therefore, we could solve the # problem by providing both versions of "libdvdread". However, the # main "ogle" executable uses "libdvdread" as well, and we'd prefer to # build the main executable against the latest version of "libdvd- # read". Additionally, "ifo_dump" seems to be a non-critical and rare- # ly-used program. Therefore, the simplest solution in this case is to # drop the latter program. #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.57 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.83 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.09 hours (or 005.23 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default exepack = yes license = GNU General Public License, version 2 (June 1991) tmpsize = 8M setpaths = a52dec #--------------------------------------------------------------------- [depends] a52dec actools alsa gawk grep hdparm jpeg libdvdcss libdvdread libmad libxml2 sed xorg zlib #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --enable-shared=yes \ --enable-static=no \ --mandir=$MANBASE #--------------------------------------------------------------------- [postbuild] rm -fr $PKGDIR_PROD/bin/ifo_dump #--------------------------------------------------------------------- # 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/ogle url_home = n/a url_lfs = n/a url_tarball = n/a # See notes near start of this file