Update to 0.5.5
PR: ports/168346 Submitted by: RyoTa SimaMoto <liangtai.s4@gmail.com> (maintainer)
This commit is contained in:
parent
92a2040134
commit
2f4c9ea076
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297692
3 changed files with 10 additions and 8 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= qmmp
|
||||
PORTVERSION= 0.5.4
|
||||
PORTVERSION= 0.5.5
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://qmmp.ylsoftware.com/files/ \
|
||||
${MASTER_SITE_GOOGLE_CODE}
|
||||
|
@ -27,8 +27,8 @@ OPTIONS= SKINNEDUI "Skinned GUI" on \
|
|||
APIDOC "Doxygen generated class reference document" off \
|
||||
PULSE "Support the PulseAudio output" on \
|
||||
ALSA "Support the ALSA output" off \
|
||||
OSS "Support the OSS output" on \
|
||||
OSS4 "Support the OSS4 output" off \
|
||||
OSS "Support the OSS output" off \
|
||||
OSS4 "Support the OSS4 output" on \
|
||||
JACK "Support the JACK output" on \
|
||||
NULLOUT "Support a null output" on \
|
||||
FLAC "Support to playback FLAC files" on \
|
||||
|
@ -148,12 +148,12 @@ PLUGIN_OPTIONS_CMAKE+= -DUSE_GME:BOOL=FALSE
|
|||
|
||||
.ifndef(WITHOUT_FFMPEG)
|
||||
PLIST_SUB+= FFMPEG=""
|
||||
PLUGIN_OPTIONS_CMAKE+= -DUSE_FFMPEG:BOOL=TRUE
|
||||
. if exists(${LOCALBASE}/include/libavcodec/vda.h)
|
||||
LIB_DEPENDS+= avcodec.1:${PORTSDIR}/multimedia/ffmpeg-devel
|
||||
. else
|
||||
LIB_DEPENDS+= avcodec.1:${PORTSDIR}/multimedia/ffmpeg
|
||||
. endif
|
||||
PLUGIN_OPTIONS_CMAKE+= -DUSE_FFMPEG:BOOL=TRUE
|
||||
.else
|
||||
PLIST_SUB+= FFMPEG="@comment "
|
||||
PLUGIN_OPTIONS_CMAKE+= -DUSE_FFMPEG:BOOL=FALSE
|
||||
|
@ -452,6 +452,8 @@ PLUGIN_OPTIONS_CMAKE+= -DUSE_QMMP_DIALOG:BOOL=FALSE
|
|||
LIB_DEPENDS+= tag.1:${PORTSDIR}/audio/taglib
|
||||
.endif
|
||||
|
||||
PLIST_SUB+= SHLIB_VER=${PORTVERSION:C/-.*//}
|
||||
|
||||
PORTDOCS= README README.RUS AUTHORS
|
||||
SUB_FILES= qmmp
|
||||
INSTALLS_ICONS= yes
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (qmmp-0.5.4.tar.bz2) = 6f95d1bb97cb1ef91b9d664f4d5ce013c6cc93f3aefb24cd64cf2500a525be0f
|
||||
SIZE (qmmp-0.5.4.tar.bz2) = 708421
|
||||
SHA256 (qmmp-0.5.5.tar.bz2) = 525d7528c58c885e45149f698125dfff6bedca0e9af979b2490e3f0b902943a6
|
||||
SIZE (qmmp-0.5.5.tar.bz2) = 709008
|
||||
|
|
|
@ -43,10 +43,10 @@ include/qmmpui/playlistparser.h
|
|||
include/qmmpui/templateeditor.h
|
||||
lib/libqmmp.so
|
||||
lib/libqmmp.so.0
|
||||
lib/libqmmp.so.0.5.4
|
||||
lib/libqmmp.so.%%SHLIB_VER%%
|
||||
lib/libqmmpui.so
|
||||
lib/libqmmpui.so.0
|
||||
lib/libqmmpui.so.0.5.4
|
||||
lib/libqmmpui.so.%%SHLIB_VER%%
|
||||
lib/qmmp/CommandLineOptions/libincdecvolumeoption.so
|
||||
lib/qmmp/CommandLineOptions/libseekoption.so
|
||||
lib/qmmp/CommandLineOptions/libstatusoption.so
|
||||
|
|
Loading…
Reference in a new issue