head	1.6;
access;
symbols
	pkgsrc-2026Q1:1.6.0.10
	pkgsrc-2026Q1-base:1.6
	pkgsrc-2025Q4:1.6.0.8
	pkgsrc-2025Q4-base:1.6
	pkgsrc-2025Q3:1.6.0.6
	pkgsrc-2025Q3-base:1.6
	pkgsrc-2025Q2:1.6.0.4
	pkgsrc-2025Q2-base:1.6
	pkgsrc-2025Q1:1.6.0.2
	pkgsrc-2025Q1-base:1.6
	pkgsrc-2024Q4:1.5.0.12
	pkgsrc-2024Q4-base:1.5
	pkgsrc-2024Q3:1.5.0.10
	pkgsrc-2024Q3-base:1.5
	pkgsrc-2024Q2:1.5.0.8
	pkgsrc-2024Q2-base:1.5
	pkgsrc-2024Q1:1.5.0.6
	pkgsrc-2024Q1-base:1.5
	pkgsrc-2023Q4:1.5.0.4
	pkgsrc-2023Q4-base:1.5
	pkgsrc-2023Q3:1.5.0.2
	pkgsrc-2023Q3-base:1.5
	pkgsrc-2023Q2:1.4.0.2
	pkgsrc-2023Q2-base:1.4
	pkgsrc-2023Q1:1.3.0.6
	pkgsrc-2023Q1-base:1.3
	pkgsrc-2022Q4:1.3.0.4
	pkgsrc-2022Q4-base:1.3
	pkgsrc-2022Q3:1.3.0.2
	pkgsrc-2022Q3-base:1.3
	pkgsrc-2022Q2:1.2.0.4
	pkgsrc-2022Q2-base:1.2
	pkgsrc-2022Q1:1.2.0.2
	pkgsrc-2022Q1-base:1.2
	pkgsrc-2021Q4:1.1.0.4
	pkgsrc-2021Q4-base:1.1
	pkgsrc-2021Q3:1.1.0.2
	pkgsrc-2021Q3-base:1.1;
locks; strict;
comment	@# @;


1.6
date	2025.02.12.06.44.24;	author ryoon;	state Exp;
branches;
next	1.5;
commitid	wrOiT0jBBwBs99JF;

1.5
date	2023.08.14.05.23.47;	author wiz;	state Exp;
branches;
next	1.4;
commitid	LOSB79OLVxvXjIAE;

1.4
date	2023.05.06.19.08.46;	author ryoon;	state Exp;
branches;
next	1.3;
commitid	U0SnpK5fQpHc6WnE;

1.3
date	2022.09.11.12.51.03;	author wiz;	state Exp;
branches;
next	1.2;
commitid	5DT6DUEaifG2DrTD;

1.2
date	2022.03.28.10.43.34;	author tnn;	state Exp;
branches;
next	1.1;
commitid	a4cavKiniSb6iYxD;

1.1
date	2021.08.06.13.50.24;	author nia;	state Exp;
branches;
next	;
commitid	PjjTOh0wBx0AQU3D;


desc
@@


1.6
log
@*: Recursive revbump from audio/flac-1.5.0
@
text
@# $NetBSD: Makefile,v 1.5 2023/08/14 05:23:47 wiz Exp $

V=		0.3.4
PKGNAME=	libaudec-${V}
PKGREVISION=	5
CATEGORIES=	audio
DISTFILES+=	libaudec-${V}.tar.gz

SITES.libaudec-${V}.tar.gz=	\
	-https://git.sr.ht/~alextee/libaudec/archive/v${V}.tar.gz

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://git.sr.ht/~alextee/libaudec
COMMENT=	Audio decoding library
LICENSE=	gnu-agpl-v3

WRKSRC=		${WRKDIR}/libaudec-v${V}

USE_TOOLS+=	pkg-config

PYTHON_FOR_BUILD_ONLY=	tool

PKGCONFIG_OVERRIDE_STAGE=	pre-install
PKGCONFIG_OVERRIDE+=		output/meson-private/audec.pc

.include "../../devel/meson/build.mk"
.include "../../audio/libsamplerate/buildlink3.mk"
.include "../../audio/libsndfile/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
@


1.5
log
@*: recursive bump for Python 3.11 as new default
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2023/05/06 19:08:46 ryoon Exp $
d5 1
a5 1
PKGREVISION=	4
@


1.4
log
@*: Recursive revbump from audio/libopus 1.4
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2022/09/11 12:51:03 wiz Exp $
d5 1
a5 1
PKGREVISION=	3
@


1.3
log
@*: bump PKGREVISION for flac shlib bump
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2022/03/28 10:43:34 tnn Exp $
d5 1
a5 1
PKGREVISION=	2
@


1.2
log
@a*/*: revbump(1) for libsndfile
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2021/08/06 13:50:24 nia Exp $
d5 1
a5 1
PKGREVISION=	1
@


1.1
log
@add audio/libaudec

libaudec (lib audio decoder) is a wrapper library over minimp3, sndfile and
libsamplerate for reading and resampling audio files, based on Robin Gareus'
audio_decoder code.

libaudec supports all formats supported by sndfile, in addition to MP3.

This library is meant to be linked in statically to larger projects.

Until version 1.0 is released, the API is subject to change.

libaudec is released under the GNU Affero GPLv3+.
@
text
@d1 1
a1 1
# $NetBSD$
d5 1
@

