bbab7f59e9
- Remove all references to defunct ARCH arm - Remove all references to defunct ARCH sparc64 - Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64 ARCH - Remove sysutils/afbinit requires defunct sparc64 ARCH - Remove all references to bktr driver - Remove all references to defunct FreeBSD_12 - Remove all references to OSVERSION/OSREL corresponding to 12 - Remove conditionals in Mk/Uses/cabal.mk - Remove sparc reference from Mk/Uses/qt-dist.mk - Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64 - Remove BROKEN_FreeBSD_12* from: - Remove OpenSSL patches from: - Remove conditional flags for OSVERSION >= 1300000 to fixed flags. Also move conditional flags for non sparc64/arm ARCH to fixed flags. Reviewed by: brooks, jbeich, rene, salvadore Differential Revision: https://reviews.freebsd.org/D42068
49 lines
1.3 KiB
Makefile
49 lines
1.3 KiB
Makefile
PORTNAME= musikcube
|
|
DISTVERSION= 3.0.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= multimedia audio
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Terminal-based music player, audio engine, metadata indexer, server
|
|
WWW= https://musikcube.com/
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
BUILD_DEPENDS= asio>0:net/asio
|
|
LIB_DEPENDS= libasound.so:audio/alsa-lib \
|
|
libavcodec.so:multimedia/ffmpeg \
|
|
libbasu.so:devel/basu \
|
|
libcurl.so:ftp/curl \
|
|
libev.so:devel/libev \
|
|
libFLAC.so:audio/flac \
|
|
libmicrohttpd.so:www/libmicrohttpd \
|
|
libmp3lame.so:audio/lame \
|
|
libmpg123.so:audio/mpg123 \
|
|
libogg.so:audio/libogg \
|
|
libopenmpt.so:audio/libopenmpt \
|
|
libpipewire-0.3.so:multimedia/pipewire \
|
|
libportaudio.so:audio/portaudio \
|
|
libpulse.so:audio/pulseaudio \
|
|
libsndio.so:audio/sndio \
|
|
libtag.so:audio/taglib \
|
|
libvorbis.so:audio/libvorbis
|
|
|
|
USES= cmake:noninja compiler:c++17-lang ncurses pkgconfig ssl
|
|
USES+= localbase # workaround for https://github.com/clangen/musikcube/issues/600
|
|
USE_LDCONFIG= yes
|
|
CMAKE_ON= USE_BASU
|
|
CMAKE_ARGS+= -DNCURSES_DISABLE_LIB_SUFFIXES=false
|
|
CMAKE_ON+= FREEBSD_USE_BASE_NCURSES
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= clangen
|
|
|
|
post-install:
|
|
@cd ${STAGEDIR}${PREFIX} && ${STRIP_CMD} \
|
|
share/musikcube/libmusikcore.so \
|
|
share/musikcube/musikcube \
|
|
share/musikcube/musikcubed \
|
|
share/musikcube/plugins/*.so
|
|
|
|
.include <bsd.port.mk>
|