freebsd-ports/audio/gstreamer1-plugins-taglib/Makefile
Michal Zielonka e3b732b479
Update gstreamer1 to upstream release 1.20.3
PR:		261585
Reviewed by:	riggs,jbeich,tcberner

Differential Revision:	https://reviews.freebsd.org/D36850
2022-10-15 12:46:46 +02:00

19 lines
444 B
Makefile

PORTREVISION= 0
CATEGORIES= audio
COMMENT= GStreamer taglib plugin for adding APEv2 and ID3v2 headers
BROKEN_armv6= fails to compile: textidentificationframe.h file not found
BROKEN_armv7= fails to compile: textidentificationframe.h file not found
GST_PLUGIN= taglib
DIST= good
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
PLIST= ${.CURDIR}/pkg-plist
LIB_DEPENDS= libtag.so:audio/taglib
.include "${MASTERDIR}/Makefile"