mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
06be4e146b
PR: 272141, 271505 MFH: 2023Q3
18 lines
319 B
Makefile
18 lines
319 B
Makefile
PORTREVISION= 0
|
|
CATEGORIES= audio
|
|
|
|
COMMENT= GStreamer ATSC A/52 stream aka AC-3 (dvd audio) plugin
|
|
|
|
GST_PLUGIN= a52dec
|
|
DIST= ugly
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
|
|
|
|
MESON_ARGS+= -Dgpl=enabled
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
LIB_DEPENDS= liba52.so:audio/liba52
|
|
|
|
.include "${MASTERDIR}/Makefile"
|