5b7219a0f8
0.4.29 ====== - PowerPC: Support ELFv2 ABI (A. Wilcox) and ppc64le (Michel Normand) - Mips backend: only enable if the DSPr2 ASE is present (James Cowgill) - Windows and MSVC build fixes (Nirbheek Chauhan, Tim-Philipp Müller) - orccpu-arm: Allow 'cpuinfo' fallback on non-android (Edward Hervey) - pkg-config file for orc-test library (Tim-Philipp Müller) - orcc: add --decorator command line argument to add function decorators in header files (Tim-Philipp Müller) - meson: Make orcc detectable from other subprojects (Seungha Yang) - meson: add options to disable tests, docs, benchmarks, examples, tools, etc. (Sebastian Dröge, Tim-Philipp Müller) - meson: misc. other fixes (James Cowgill, Nirbheek Chauhan, Sebastian Dröge)
30 lines
843 B
Makefile
30 lines
843 B
Makefile
# $NetBSD: Makefile,v 1.15 2019/04/27 18:22:39 wiz Exp $
|
|
|
|
DISTNAME= orc-0.4.29
|
|
CATEGORIES= devel
|
|
MASTER_SITES= https://gstreamer.freedesktop.org/src/orc/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://gstreamer.freedesktop.org/modules/orc.html
|
|
COMMENT= Compiler for vector operations
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake
|
|
GNU_CONFIGURE= yes
|
|
PKGCONFIG_OVERRIDE+= orc.pc.in
|
|
PKGCONFIG_OVERRIDE+= orc-test.pc.in
|
|
|
|
# XXX: Kludge to avoid uncoditionally pick up some gtkdoc-* tools if gtk-doc
|
|
# XXX: package is installed and then fails in the installation phase.
|
|
CONFIGURE_ENV+= ac_cv_prog_GTKDOC_CHECK= \
|
|
ac_cv_path_GTKDOC_CHECK_PATH= \
|
|
ac_cv_path_GTKDOC_REBASE= \
|
|
ac_cv_path_GTKDOC_MKPDF=
|
|
|
|
TEST_TARGET= check
|
|
|
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|