summaryrefslogtreecommitdiff
path: root/devel/libebml
AgeCommit message (Collapse)AuthorFilesLines
2005-04-18Go back only to build the static lib as before. There are no consumerssalo2-4/+4
of the shared library, yet.
2005-04-18Update to version 0.7.4salo4-9/+11
Changes: - add a couple of new elements - fix compilation with gcc 4 and on AMD64 - address some other minor issues.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests.agc1-1/+2
2005-02-17Update to version 0.7.3salo4-14/+12
Changes: - allow binary element comparison (useful to compare UIDs) - rename bSaveDefault in bKeepIntact - don't save empty EbmlMasters by default - Use malloc() and free() instead of new[] and delete[] where the lib might deal with pointers that have been allocated by the app, or where the app has allocated the memory. Reason: new[]ed memory cannot be realloc()ed. - Improved the dependency calculation to be more portable (makedepend doesn't exist everywhere, and it doesn't necessarily use the compiler we want). - Added a "RemoveAll" function. - better code to handle all VTS VOBs (not yet there)
2004-10-14Updated to version 0.7.2salo3-8/+8
- migth as well just take maintainership Changes: - Fix for the compilation on Solaris. - Redone the #if... hierarchy to be a bit less confusing. - Remove the unsupported float80 support - Allow building a DLL with MSVC7 (not compatible with the MinGW one) - Proper description for the SHARED option.
2004-07-27Update to version 0.7.1.salo4-25/+14
Changes: - use bzip2 distribution tarball 0.7.1: ====== - Set eol-style and keywords properties - various cosmetic fixes to Makefile and build in general - BeOS support
2004-05-31Obey CXXFLAGS, pass more buildlink variables.salo3-10/+32
2004-05-31Enable pkgviews installation. Patches provided by Joachim Kuebart onminskim1-1/+3
tech-pkg@.
2004-05-16call $(BSD_INSTALL) to install files, not "install".grant2-1/+15
2004-05-16libebml really wants the GNU C++ compiler.grant1-1/+3
2004-05-05Update to version 0.7.0.salo3-7/+7
Needed for mkvtoolnix update. Changes: - LGPL license changes.
2004-04-17USE_LANGUAGES=c++grant1-1/+2
2004-04-07Resolve conflicts, switch to bl3. (sorry for the mess..)salo4-44/+14
2004-04-07Initial import of libebml-0.6.5: Extensible Binary Meta Language supportsalo4-11/+33
library. EBML, or Extensible Binary Meta-Language, is a simple XML like binary language for describing data in structured style. EBML was originally designed for use in the Matroska project, but the developers saw that EBML was very flexible and extensible. From pkgsrc-wip, submitted by Sergey Svishchev.
2004-02-04s/Librarys/Libraries/ in COMMENT. remove unnecessary inclusion ofgrant1-3/+2
bsd.prefs.mk.
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-18Initial import of devel/libebml version 0.6.3.kristerw6-0/+89
From Rhialto in PR pkg/24016. libebml is a library for handling EBML (Extensible Binary Meta Language), that is a binary derivative of XML.