pkgsrc/multimedia/mediainfo/Makefile
dsainty 6a0dd73879 Update mediainfo and libmediainfo to 0.7.77
The change logs between 0.7.65 and 0.7.77 total several hundred lines, and
consists primarily of very detailed per-codec trivia.  The complete change
logs can be found in the source distribution as MediaInfo/History_CLI.txt and
MediaInfoLib/History_DLL.txt.

Pkgsrc:

  - patch-MediaInfoLib_Source_MediaInfo_Text_File__Ttml.h applied upstream.

  - pkglint a bit.

  - mediainfo appears to have done some work in avoiding bashisms, so remove
    "bash" from the tools.

  - CONFIG_SHELL doesn't need to be explicitly bash any longer.  Possibly this
    was only ever necessary because bash seems to be the only shell that was
    willing to treat a garbage shell substitution (caused by a bug in the
    configure.ac) as somehow legal.

  - ... and libmediainfo now actually builds if you accidentally on purpose
    override CONFIG_SHELL to be pdksh.
2015-09-07 01:02:00 +00:00

19 lines
486 B
Makefile

# $NetBSD: Makefile,v 1.14 2015/09/07 01:02:00 dsainty Exp $
.include "../../multimedia/mediainfo/Makefile.common"
PKGNAME= mediainfo-${MIVER}
LICENSE= gnu-lgpl-v3
USE_TOOLS+= autoconf automake autoreconf gmake pkg-config
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
CONFIGURE_DIRS+= MediaInfo/Project/GNU/CLI
pre-configure:
cd ${WRKSRC}/${CONFIGURE_DIRS:Q} && autoreconf -i
.include "../../multimedia/libmediainfo/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"