Skip to content

Commit

Permalink
audio/mumble: fixed dependencies after update devel/protobuf to 24.x
Browse files Browse the repository at this point in the history
After update devel/protobuf to 24.x mumble started link with dosen
libabsl_*.so from devel/abseil.
While here: audio/mumble doesn't use GL - remove it from dependencies.

Approved by:	arrowd (mentor, implicit)
MFH:		2024Q1
  • Loading branch information
VVD committed Jan 18, 2024
1 parent 03236bf commit b29347d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions audio/mumble/Makefile
@@ -1,6 +1,6 @@
PORTNAME= mumble
DISTVERSION= 1.5.517
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= audio
MASTER_SITES= https://github.com/${PORTNAME}-voip/${PORTNAME}/releases/download/v${DISTVERSION}/

Expand All @@ -21,16 +21,16 @@ BUILD_DEPENDS= boost-libs>0:devel/boost-libs \
LIB_DEPENDS= libsndfile.so:audio/libsndfile \
libopus.so:audio/opus \
libspeexdsp.so:audio/speexdsp \
libabsl_base.so:devel/abseil \
libpcre2-8.so:devel/pcre2 \
libPocoXML.so:devel/poco \
libPocoZip.so:devel/poco \
libprotobuf.so:devel/protobuf \
libexpat.so:textproc/expat2

USES= cmake compiler:c++17-lang cpe desktop-file-utils gl \
USES= cmake compiler:c++17-lang cpe desktop-file-utils \
pkgconfig python:build qt:5 ssl xorg
USE_CXXSTD= c++17
USE_GL= gl
USE_LDCONFIG= yes
USE_QT= buildtools:build concurrent core gui l10n linguist:build network \
qmake:build sql sql-sqlite3:run svg widgets xml
Expand Down

0 comments on commit b29347d

Please sign in to comment.