mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
multimedia/musikcube: Update 0.96.5 -> 0.96.6
This commit is contained in:
parent
3d10d9af81
commit
68457b801e
multimedia/musikcube
@ -1,6 +1,5 @@
|
||||
PORTNAME= musikcube
|
||||
DISTVERSION= 0.96.5
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 0.96.6
|
||||
CATEGORIES= multimedia audio
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
@ -23,20 +22,20 @@ LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \
|
||||
libvorbis.so:audio/libvorbis
|
||||
|
||||
USES= cmake:noninja compiler:c++14-lang pkgconfig ssl
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= clangen
|
||||
LDFLAGS+= -lncursesw -lpanelw -ltinfow
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${OPSYS} == "FreeBSD" && ${OSVERSION} >= 1300079
|
||||
USES+= ncurses
|
||||
CMAKE_ARGS= -DNCURSES_DISABLE_LIB_SUFFIXES=false
|
||||
.else
|
||||
USES+= ncurses:port
|
||||
CFLAGS+= -I${LOCALBASE}/include/ncurses
|
||||
CMAKE_ARGS= -DNCURSES_DISABLE_LIB_SUFFIXES=true
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1611944934
|
||||
SHA256 (clangen-musikcube-0.96.5_GH0.tar.gz) = ee00667ea172a557c00de485fbbaa3fde3eb5ec1867c94b5f1705c1b72807490
|
||||
SIZE (clangen-musikcube-0.96.5_GH0.tar.gz) = 9474635
|
||||
TIMESTAMP = 1618798011
|
||||
SHA256 (clangen-musikcube-0.96.6_GH0.tar.gz) = 3d3512ae03ff5a233de8d6787417b32731e50d813035fd49188b2fca66c6d21e
|
||||
SIZE (clangen-musikcube-0.96.6_GH0.tar.gz) = 9506235
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- src/musikcube/CMakeLists.txt.orig 2021-01-24 21:53:38 UTC
|
||||
+++ src/musikcube/CMakeLists.txt
|
||||
@@ -83,7 +83,7 @@ set_target_properties(musikcube PROPERTIES LINK_FLAGS
|
||||
|
||||
if (CMAKE_SYSTEM_NAME MATCHES "Linux" OR CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
|
||||
find_package(PkgConfig)
|
||||
- pkg_check_modules(NCURSES REQUIRED ncursesw panelw)
|
||||
+ pkg_check_modules(NCURSES ncurses panel)
|
||||
target_link_libraries(musikcube ${musikcube_LINK_LIBS} ${NCURSES_LIBRARIES} musikcore)
|
||||
elseif (CMAKE_SYSTEM_NAME MATCHES "Darwin")
|
||||
if (${LINK_STATICALLY} MATCHES "true")
|
@ -46,6 +46,7 @@ include/musikcube/musikcore/sdk/ReplayGain.h
|
||||
include/musikcube/musikcore/sdk/String.h
|
||||
include/musikcube/musikcore/sdk/constants.h
|
||||
%%DATADIR%%/libmusikcore.so
|
||||
%%DATADIR%%/locales/de_DE.json
|
||||
%%DATADIR%%/locales/en_US.json
|
||||
%%DATADIR%%/locales/fr_FR.json
|
||||
%%DATADIR%%/locales/it_IT.json
|
||||
|
Loading…
Reference in New Issue
Block a user