# libdvdcss/cfg - "Build" settings for package

#---------------------------------------------------------------------

[technotes]

# 1. Information from Wikipedia about this package:


# "libdvdcss" uses a generated  list of possible player keys.  If none
# of them work  (for instance, when the DVD drive enforces region cod-
# ing) a brute force algorithm is tried so the region code of a DVD is
# ignored.  Unlike DeCSS,  "libdvdcss" has never been fought over in a
# courtroom, in part because Section 1201(f) of the Digital Millennium
# Copyright Act authorizes such circumvention for purposes of software
# interoperability.

# The preceding information was current as of mid-2007.  The situation
# may (or may not) have changed since then.

#---------------------------------------------------------------------

# 2. Some versions of  this package may be based on  Subversion check-
# outs as opposed  to  official source tarballs.  For the  versions in
# question,  the following procedure is  presently  used to  construct
# local source tarballs:


#     P=libdvdcss
#     rm -fr $P
#     svn co svn://svn.videolan.org/libdvdcss/trunk
#     mv trunk $P
#     rm -fr `find $P -name .svn`
#     tar jcf $P-svn-NUMBER.tar.bz2 $P

#---------------------------------------------------------------------

[buildtimes]

00.00 hours (or 000.22 minutes) - ThinkPad E540 i7 4x2 16GB RAM
00.01 hours (or 000.30 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo
                                  7200 2GB RAM
00.02 hours (or 000.98 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
tmpsize = 3M

#---------------------------------------------------------------------

[depends]
actools
gawk
grep
sed

#---------------------------------------------------------------------

[configure]
MANBASE=$PKGDIR_PROD/man
mkdir -p $MANBASE

if [ \! -f ./configure ]; then
    ./bootstrap
fi

bash ./configure \
    --prefix=$PKGDIR_PROD          \
    --build=$LACARCHBUILD          \
    --host=$LACARCHHOST            \
    --disable-dependency-tracking  \
    --disable-doc                  \
    --enable-shared=yes            \
    --enable-static=no             \
    --mandir=$MANBASE

#---------------------------------------------------------------------

# 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://developers.videolan.org/libdvdcss/

url_lfs     = http://www.linuxfromscratch.org/blfs/view/stable/\
multimedia/libdvdcss.html

url_tarball = http://download.videolan.org/pub/libdvdcss/\
1.4.3/libdvdcss-1.4.3.tar.bz2

#---------------------------------------------------------------------

[history]
180505 Updated from 1.4.0 to 1.4.2
210912 Updated to 1.4.3