./mbone/common-mml, Common multimedia library required by mbone tools

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.2.16nb4, Package name: common-mml-1.2.16nb4, Maintainer: psham

The UCL common multimedia library implements a number of algorithms and
protocols needed by a number of our applications.

The following protocols/algorithms are included in the library:

* Base64 encoding/decoding
* Binary tree
* Random number
* HMAC authentication
* MD5
* DES
* RTP
* Mbus
* SAP
* SDP


Required to build:
[devel/libtool-base]

Master sites:

SHA1: 361bdabd36d114df97943bed648fc6abff741c56
RMD160: e86aad6c4d5f4f3d8c19a89698e2faca7e0e21a2
Filesize: 241.37 KB

Version history: (Expand)


CVS history: (Expand)


   2009-12-12 19:11:07 by Soren Jacobsen | Files touched by this commit (2)
Log message:
This package needs gtk-doc to successfully build its HTML docs.  Adding a
build dependency on gtk-doc isn't enough to make everything happy, because
the gtk-doc package unhelpfully disables sgml support by default (in the
name of avoiding a "heavy" jade dependency).  In order to get a package
that is consistent regardless of which additional packages are installed,
let's just not install the HTML docs at all.
   2009-12-02 08:10:53 by Soren Jacobsen | Files touched by this commit (2)
Log message:
Add a couple missing files to this package's PLIST.
   2009-06-14 20:06:16 by Joerg Sonnenberger | Files touched by this commit (5)
Log message:
Remove @dirrm entries from PLISTs
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2008-03-04 19:15:08 by Johnny C. Lam | Files touched by this commit (5)
Log message:
Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
   2007-03-30 17:41:02 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Revert last PLIST change und bump revision again.
Trust the bulk builds more than rillig@ and let him figure out
why his environment produces a different file set.
   2007-03-24 20:21:34 by Joerg Sonnenberger | Files touched by this commit (124)
Log message:
Prepare for switching to NO_MTREE=yes.
   2007-03-08 08:45:32 by Roland Illig | Files touched by this commit (2)
Log message:
Fixed the PLIST. PKGREVISION++