548c84427e
2016-07-02 Moritz Bunkus <moritz@bunkus.org> * Released v1.4.5. 2016-04-24 Moritz Bunkus <moritz@bunkus.org> * KaxSemantic: add new colour-related elements. 2016-04-01 Steve Lhomme <slhomme@matroska.org> * KaxSemantic: add the new FieldOrder element. 2015-11-21 Moritz Bunkus <moritz@bunkus.org> * KaxVersion.cpp: in order to enable deterministic builds the KaxCodeDate variable has been set to "Unknown" instead of the date and time of compilation. Patch by Ed Schouten <ed@nuxi.nl>.
23 lines
621 B
Makefile
23 lines
621 B
Makefile
# $NetBSD: Makefile,v 1.39 2016/07/03 11:13:24 wiz Exp $
|
|
|
|
DISTNAME= libmatroska-1.4.5
|
|
CATEGORIES= multimedia devel
|
|
MASTER_SITES= http://dl.matroska.org/downloads/libmatroska/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= salo@NetBSD.org
|
|
HOMEPAGE= http://www.matroska.org/
|
|
COMMENT= Extensible open standard Audio/Video container format
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake pkg-config
|
|
PKGCONFIG_OVERRIDE= libmatroska.pc.in
|
|
|
|
GNU_CONFIGURE= yes
|
|
TEST_TARGET= test
|
|
|
|
BUILDLINK_API_DEPENDS.libebml+= libebml>=1.3.4
|
|
.include "../../devel/libebml/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|