mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
DEBUG_PACKAGES, @static-lib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.27 2019/07/12 20:43:34 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.28 2019/11/13 11:00:21 espie Exp $
|
||||
|
||||
COMMENT = free library for decoding ATSC A/52 streams, aka AC-3
|
||||
|
||||
@@ -6,7 +6,7 @@ V = 0.7.5
|
||||
# 0.7.5-cvs
|
||||
DISTNAME = a52dec-snapshot
|
||||
PKGNAME = liba52-${V}
|
||||
REVISION = 2
|
||||
REVISION = 3
|
||||
CATEGORIES = audio
|
||||
MASTER_SITES = https://comstyle.com/source/
|
||||
|
||||
@@ -29,6 +29,8 @@ AUTOCONF_VERSION = 2.59
|
||||
CONFIGURE_ARGS += --disable-oss
|
||||
MODGNU_CONFIG_GUESS_DIRS = ${WRKSRC}/autotools
|
||||
|
||||
DEBUG_PACKAGES = ${BUILD_PACKAGES}
|
||||
|
||||
post-extract:
|
||||
@cp ${FILESDIR}/audio_out_sndio.c ${WRKSRC}/libao
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2015/03/16 18:07:35 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2019/11/13 11:00:21 espie Exp $
|
||||
@bin bin/a52dec
|
||||
@bin bin/extract_a52
|
||||
include/a52dec/
|
||||
@@ -6,7 +6,7 @@ include/a52dec/a52.h
|
||||
include/a52dec/attributes.h
|
||||
include/a52dec/audio_out.h
|
||||
include/a52dec/mm_accel.h
|
||||
lib/liba52.a
|
||||
@static-lib lib/liba52.a
|
||||
lib/liba52.la
|
||||
@lib lib/liba52.so.${LIBa52_VERSION}
|
||||
lib/pkgconfig/liba52.pc
|
||||
|
||||
Reference in New Issue
Block a user