| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
06 May 2013 22:48:46
1.4.0
|
ehaupt  |
- Update to 1.4.0
- Add LICENSE
- Remove CR/LF from patch
Approved by: multimedia (bapt, kwm) |
27 Sep 2011 06:58:56
1.3.0
|
bapt  |
- update libmatroska to 1.3.0
- chase matroska library bump |
28 Jun 2011 12:57:02
1.2.0
|
kwm  |
Update to 1.2.0. |
28 Feb 2011 14:22:40
1.1.0
|
kwm  |
Update to 1.1.0. |
18 Aug 2010 20:59:27
1.0.0
|
kwm  |
Update to 1.0.0. |
31 May 2010 18:05:47
0.9.0
|
sylvio  |
- Fix patch file |
31 May 2010 18:00:47
0.9.0
|
sylvio  |
- Update to 0.9.0
PR: ports/147256
Submitted by: Jan Henrik Sylvester <me@janh.de> |
26 Mar 2009 03:25:48
0.8.1
|
lioux  |
Mark MAKE_JOBS_SAFE for SMP compilation |
01 Apr 2007 07:50:30
0.8.1
|
lioux  |
Give maintainership to multimedia@FreeBSD.org. |
24 Feb 2007 19:29:39
0.8.1
|
sat  |
- Update to 0.8.1
- Update master sites
- installs_shlib->use_ldconfig
- Move plist_files to pkg-plist
- Don't install static lib
- Remove support for 4.x
Approved by: lioux (maintainer unreachable) |
10 May 2006 22:37:39
0.8.0
|
edwin  |
Remove USE_REINPLACE from ports starting with M |
11 Nov 2005 06:06:17
0.8.0
|
lioux  |
Add SHA256 checksum |
02 Nov 2005 03:38:11
0.8.0
|
lioux  |
Update to 0.8.0 |
17 Oct 2005 01:50:17
0.7.7_1
|
lioux  |
o LIB_DEPENDS on textproc/libebml instead of BUILD_DEPENDS
o Bump PORTREVISION
Submitted by: pointyhat (kris) |
17 Sep 2005 22:39:10
0.7.7
|
lioux  |
Update to 0.7.7
PR: 85681
Submitted by: Evgueni V. Gavrilov <aquatique@rusunix.org> |
29 May 2005 01:40:37
0.7.6
|
lioux  |
o Update to 0.7.6
o There is a shared library now
PR: 80240
Submitted by: Evgueni V. Gavrilov <aquatique@rusunix.org> |
10 Mar 2005 02:45:50
0.7.5
|
lioux  |
Update to 0.7.5
PR: 78452
Submitted by: "Evgueni V.Gavrilov" <aquatique@rusunix.org> |
19 Dec 2004 01:52:30
0.7.4
|
lioux  |
First try at fixing build on 4.x branch
PR: 73297
Submitted by: Sven Berkvens-Matthijsse <sven@berkvens.net> |
15 Oct 2004 00:42:19
0.7.4
|
lioux  |
Update to 0.7.4 |
23 Aug 2004 23:09:53
0.7.1
|
linimon  |
Update to 0.7.1; remove unneeded USE_GCC; update master sites (old and new
sources are being put in old/).
PR: ports/69785
Submitted by: Michael Johnson <ahze at ahze dot net>
Approved by: maintainer timeout (3 weeks) |
23 Jun 2004 16:06:57
0.7.0
|
lioux  |
Update to 0.7.0
PR: 66498
Submitted by: michael johnson <ahze@ahze.net> |
20 Mar 2004 01:47:05
0.6.3_2
|
lioux  |
Fix build on 5.x-CURRENT: fix libebml port header files location
PR: 64460
Submitted by: Aron Stansvik <elvstone@osdever.net>,
bento |
18 Mar 2004 12:33:50
0.6.3_2
|
kris  |
BROKEN on 5.x: Does not compile |
14 Mar 2004 10:22:54
0.6.3_2
|
lioux  |
o Play nice in FreeBSD series before 5.x, defaulting on all mkvtoolnix
dependencies (them and it at the same time) to USE_GCC=2.95 is
enough
o The requirement on gcc 3.x on one of the dependencies was removed
and I forgot to check yet another variation
PR: 63581
Submitted by: michael johnson <ahze@ahze.net> |
24 Feb 2004 02:56:31
0.6.3_2
|
lioux  |
o FreeBSD 5.x series had gcc 3.2.x per default up until OSVERSION
501103. However, users from FreeBSD series previous to 5.x are
required to build gcc32 port.
o Therefore, do not force 5.x users to build gcc33 port if their
available gcc32 toolchain will do. In so many words,
.if ${OSVERSION} < 501103
USE_GCC=3.2
.else
USE_GCC=3.3
.endif
Prompted by: markus
Reviewed by: markus, will |
24 Feb 2004 02:16:14
0.6.3_1
|
lioux  |
o Make sure that:
- OSVERSION < 500000 implies in USE_GCC=3.2
- otherwise, USE_GCC=3.3 (which is the default on 5.x series)
o This will insure that since both libmatroska and libebml ports
were built with the same gcc toolchain, mkvtoolnix port will be
able to be linked to both using the same aforementioned gcc
toolchain
o Bump PORTREVISION |
23 Feb 2004 22:38:29
0.6.3
|
lioux  |
Forced commit to correct commit message: Update to 0.6.3 |
23 Feb 2004 21:02:26
0.6.3
|
lioux  |
Update to 0.4.3 |
08 Feb 2004 01:14:05
0.4.3_1
|
lioux  |
USE_SIZEify |
04 Feb 2004 05:10:27
0.4.3_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
23 May 2003 03:55:32
0.4.3
|
lioux  |
Update to 0.4.3 |
20 May 2003 22:37:55
0.4.2
|
lioux  |
New port libmatroska version 0.4.2: Extensible Multimedia Container
Format |