Skip to content

Commit

Permalink
audio/vorbis-tools: Remove support for (lib)kate
Browse files Browse the repository at this point in the history
Obsolete format that never got any traction and no development in over
10 years

PR:		268180
Reviewed by:	naddy (maintainer)
  • Loading branch information
Daniel Engberg authored and Daniel Engberg committed Dec 6, 2022
1 parent e239a8a commit 142858a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions audio/vorbis-tools/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= vorbis-tools
PORTVERSION= 1.4.2
PORTREVISION= 1
PORTREVISION= 2
PORTEPOCH= 3
CATEGORIES= audio
MASTER_SITES= https://downloads.xiph.org/releases/vorbis/
Expand All @@ -15,18 +15,16 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libao.so:audio/libao \
libcurl.so:ftp/curl \
libFLAC.so:audio/flac \
libkate.so:multimedia/libkate \
libogg.so:audio/libogg \
libopusfile.so:audio/opusfile \
libspeex.so:audio/speex \
libvorbis.so:audio/libvorbis

USES= cpe iconv pkgconfig
USES= cpe iconv localbase:ldflags pkgconfig
CPE_VENDOR= xiph
GNU_CONFIGURE= yes
CONFIGURE_ENV= PTHREAD_LIBS="-lpthread"
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --without-kate

OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
Expand Down

0 comments on commit 142858a

Please sign in to comment.