Commit graph

28 commits

Author SHA1 Message Date
wiz
8f7d63e7ee Update to 0.7.8:
Fixes for gcc 4.3.
Source code cleanup.
Build fixes.
2008-04-28 09:48:13 +00:00
drochner
cc2ff5d6ea libtoolize and build shared libraries,
this will make it usable in dynamically loaded plugins,
bump PKGREVISION
2007-11-14 18:20:05 +00:00
heinz
8362427dad Added support for installation to DESTDIR. Approved by salo@. 2007-07-01 20:20:45 +00:00
salo
17d4c52746 Update to version 0.7.7
Changes:
- minor bugfixes
2006-10-08 03:11:05 +00:00
wiz
f5b8945cb9 Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:35:58 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
salo
c19f5c987b Update to version 0.7.6
Changes:
- various bugfixes.
2005-12-11 17:56:32 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
rillig
13c33ed187 Fixed definition of BUILD_DIRS. 2005-11-04 18:41:31 +00:00
grant
49cf4442e6 nuke ONLY_FOR_COMPILER .. newer versions of these packages build fine
with at least icc and sunpro.
2005-08-20 14:12:19 +00:00
grant
ec66b16c33 libebml builds fine with icc, too. 2005-08-03 03:19:40 +00:00
salo
0b313c187a Update to version 0.7.5
Changes include fixes to the build system for MacOS X, slightly improved
handling of the maximum size to read and other small fixes.
2005-05-30 16:31:08 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
salo
186b0aef8b Go back only to build the static lib as before. There are no consumers
of the shared library, yet.
2005-04-18 00:51:51 +00:00
salo
6cc8b435bd Update to version 0.7.4
Changes:
- add a couple of new elements
- fix compilation with gcc 4 and on AMD64
- address some other minor issues.
2005-04-18 00:13:05 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
salo
0f1a2c74c0 Update to version 0.7.3
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)
2005-02-17 10:52:02 +00:00
salo
83f97926b0 Updated to version 0.7.2
- 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-10-14 16:59:36 +00:00
salo
d7e2a24d91 Update to version 0.7.1.
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-07-27 04:10:51 +00:00
salo
ca7732028f Obey CXXFLAGS, pass more buildlink variables. 2004-05-31 19:09:46 +00:00
minskim
101b04ee11 Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
2004-05-31 16:47:47 +00:00
grant
aecd33d89d libebml really wants the GNU C++ compiler. 2004-05-16 09:30:18 +00:00
salo
2b365c8080 Update to version 0.7.0.
Needed for mkvtoolnix update.

Changes:
- LGPL license changes.
2004-05-05 15:56:45 +00:00
grant
4722ae5878 USE_LANGUAGES=c++ 2004-04-17 16:42:25 +00:00
salo
73827ee938 Resolve conflicts, switch to bl3. (sorry for the mess..) 2004-04-07 11:47:46 +00:00
grant
f78b04114a s/Librarys/Libraries/ in COMMENT. remove unnecessary inclusion of
bsd.prefs.mk.
2004-02-04 03:02:51 +00:00
grant
f49bdea710 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 08:24:28 +00:00
kristerw
f3e15ad517 Initial import of devel/libebml version 0.6.3.
From Rhialto in PR pkg/24016.

libebml is a library for handling EBML (Extensible Binary Meta Language),
that is a binary derivative of XML.
2004-01-18 20:14:58 +00:00