The NetBSD Project

CVS log for pkgsrc/multimedia/libmatroska/buildlink3.mk

[BACK] Up to [cvs.netbsd.org] / pkgsrc / multimedia / libmatroska

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.21 / (download) - annotate - [select for diffs], Fri Oct 7 19:04:46 2011 UTC (7 months, 2 weeks ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, HEAD
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

update to 1.3.0
changes: cleanup and minor fixes

pkgsrc note: according to the ChangeLog, this version is not binary
compatible to older versions -> ABI_DEPENDS bumped

Revision 1.20 / (download) - annotate - [select for diffs], Fri Mar 18 12:42:13 2011 UTC (14 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1
Changes since 1.19: +2 -5 lines
Diff to previous 1.19 (colored)

Fix patching on Mac OSX; fix installing the library; fix some pkglint issues

Revision 1.19 / (download) - annotate - [select for diffs], Mon Feb 14 19:00:45 2011 UTC (15 months, 1 week ago) by drochner
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

update to 1.1.0
changes:
-API extensions and cleanup
-bugfixes

Revision 1.18 / (download) - annotate - [select for diffs], Thu Jul 8 18:46:46 2010 UTC (22 months, 2 weeks ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

update to 1.0.0
changes:
-API extensions
-bugfixes

pkgsrc note: while the changelog doesn't tell details, there seems
to be an ABI incompatibility to the previous version. Bump the
bl3 dependency.

Revision 1.17 / (download) - annotate - [select for diffs], Fri Mar 20 19:25:04 2009 UTC (3 years, 2 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.16: +6 -13 lines
Diff to previous 1.16 (colored)

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.

Revision 1.16 / (download) - annotate - [select for diffs], Wed Nov 14 18:27:48 2007 UTC (4 years, 6 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.15: +1 -3 lines
Diff to previous 1.15 (colored)

libtoolize and build shared libraries,
this will make it usable in dynamically loaded plugins,
bump PKGREVISION

Revision 1.15 / (download) - annotate - [select for diffs], Sat Jul 8 23:11:02 2006 UTC (5 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto

Revision 1.14 / (download) - annotate - [select for diffs], Sat Jul 8 22:39:31 2006 UTC (5 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored)

Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.

Revision 1.13 / (download) - annotate - [select for diffs], Wed Apr 12 10:27:28 2006 UTC (6 years, 1 month ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.

Revision 1.12 / (download) - annotate - [select for diffs], Thu Apr 6 06:22:26 2006 UTC (6 years, 1 month ago) by reed
Branch: MAIN
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (colored)

Over 1200 files touched but no revisions bumped :)

RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).

Revision 1.11 / (download) - annotate - [select for diffs], Sun Feb 5 23:10:16 2006 UTC (6 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.10 / (download) - annotate - [select for diffs], Sun Dec 11 17:58:49 2005 UTC (6 years, 5 months ago) by salo
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Update to version 0.8.0

Changes:
- support for reading extra features of SimpleBlock
- bugfixes

Revision 1.9 / (download) - annotate - [select for diffs], Mon May 30 16:31:40 2005 UTC (6 years, 11 months ago) by salo
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Update to version 0.7.7

Changes include fixes to the build system for MacOS X, slightly improved
handling of the maximum size to read and other small fixes.

Revision 1.8 / (download) - annotate - [select for diffs], Mon Apr 18 00:57:21 2005 UTC (7 years, 1 month ago) by salo
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Update to version 0.7.6

Changes:
- add a couple of new elements
- address some other minor issues

Revision 1.7 / (download) - annotate - [select for diffs], Thu Feb 17 10:52:46 2005 UTC (7 years, 3 months ago) by salo
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Update to version 0.7.5

Changes:

- fix the segment family UID
- no more TrackAngle and new TrackTranslate elements
- rename ChapterLink* to ChapterTranslate*
- add KaxChapterLinkEditionUID
- fix the KaxSegmentFamily flags
- added KaxSegmentFamily, KaxChapterLink, KaxChapterLinkCodec and
  KaxChapterLinkID
- Move all of the (re-)activated Matroska v1 elements out of "#if == 2"
  blocks.
- support for KaxMaxBlockAdditionID and fix default values
- BlockAdditions is in Matroska 1 now
- added the button track type
- 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.
- remove support for the gap flag in the Block
- add almost automatic handling of SilentTracks
- added KaxTrackFlagForced
- added KaxTrackAngle and various fixes
- TrackOverlay is now multiple
- added KaxClusterSilentTracks and KaxClusterSilentTrackNumber

Revision 1.6 / (download) - annotate - [select for diffs], Thu Oct 14 17:04:35 2004 UTC (7 years, 7 months ago) by salo
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Updated to 0.7.4

Changes:

- EditionProcessed has a default value (0) according to the specs.
- KaxEditionManaged becomes KaxEditionProcessed and mandatory
  KaxEditionManagedPrivate becomes KaxChapterManagedPrivate
- no more automatic OutputSamplingFrequency default value
- add support for KaxChapterProcessCommand and KaxEditionManagedPrivate
- The ValidateSize function is neither needed nor correct (probably copy
  & paste from somewhere). Integers of all sizes are accepted as in all
  the other UID cases.
- allow DLL building with MSVC7 (not compatible with the MinGW DLLs)
- KaxTagTargetTypeValue default to 50
- TargetTypeValue is no longer mandatory
- Fixed the wrong element names.
- add KaxTagTargetTypeValue as in the specs
- add KaxChapterPhysicalEquiv as in the new specs
- add KaxChapterProcess and KaxChapterProcessTime
- add the new PixelCropXXX elements
- added KaxEditionFlagDefault and KaxEditionManaged
- add the new TargetType element in tags
- Set the default value for KaxTagLangue to "und" complying with
  the specs.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Aug 23 23:19:52 2004 UTC (7 years, 9 months ago) by salo
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Update to version 0.7.3.

Changes:
- remove patch-aa, it has been merged upstream

0.7.3:
======
- add KaxEditionFlagDefault, KaxEditionManaged, TargetType, TagLanguage,
  TagDefault, EditionFlagHidden
- rename the new KaxTagLanguage to KaxTagLangue
- misc small bugfixes

0.7.2:
======
- chapters/tags: add an edition UID and clean the code according to the specs
- mingw32: Proper description for the SHARED option. Make building the lib
           statically the default just like it is for libembl.

Revision 1.4 / (download) - annotate - [select for diffs], Tue Jul 27 04:14:56 2004 UTC (7 years, 10 months ago) by salo
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Update to version 0.7.1.

Changes:

- use bzip2 distribution tarball

0.7.1:
======
- KaxClusterPosition is already in use and therefore a v1 element
- various cosmetic changes to Makefile and build system itself

Revision 1.3 / (download) - annotate - [select for diffs], Tue Jul 20 23:53:12 2004 UTC (7 years, 10 months ago) by salo
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

PKGREVISION++

- do not define MATROSKA_VERSION=2 anymore.  it's not needed for mplayer
  any longer and no other application needs it.  per discussion with Moritz
  Bunkus.
- add test target, do not build tests as a part of normal build
- i can as well add myself as MAINTAINER..

Revision 1.2 / (download) - annotate - [select for diffs], Wed May 5 15:57:17 2004 UTC (8 years ago) by salo
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

Updated to version 0.7.0.

Changes:

- Switch to LGPL license
- Update the copyright years
- Fix minor things in test examples
- Fix a problem when MATROSKA_VERSION is set to 2
- Fix for partial XipH lacing reading
- Handle MATROSKA_VERSION to enable/disable some future additions
- No more new elements for sample accurate seeking
- Added code that allows libmatroska to be built as a DLL on Windows.
- Updated the MinGW build system.
- No more StdInclude
- Add support for SampleScale and BlockSamples

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Apr 7 12:52:16 2004 UTC (8 years, 1 month ago) by salo
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of libmatroska-0.6.3: Extensible open standard Audio/Video
container format library.

Matroska aims to become THE Standard of Multimedia Container Formats.
It was derived from a project called MCF, but differentiates from it
significantly.  It is based on EBML (Extensible Binary Meta Language),
a binary derivative of XML.

Matroska is designed with the future in mind. It incorporates features
you would expect from a modern container format, like:

- Streamable over internet (HTTP and RTP)
- Fast seeking in the file
- High error recovery
- Menus (like DVDs have)
- Chapter entries
- Selectable subtitle streams
- Selectable audio streams
- Modularly extendable

From pkgsrc-wip, submitted by Sergey Svishchev.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Apr 7 12:52:16 2004 UTC (8 years, 1 month ago) by salo
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>