FreeBSD Bugzilla – Attachment 170139 Details for
Bug 209248
multimedia/qmmp-plugin-pack-qt5: Update to 1.0.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Set minimal version to 1.9 of TagLib
QPP103.diff (text/plain), 2.10 KB, created by
SimaMoto,RyōTa
on 2016-05-09 10:07:49 UTC
(
hide
)
Description:
Set minimal version to 1.9 of TagLib
Filename:
MIME Type:
Creator:
SimaMoto,RyōTa
Created:
2016-05-09 10:07:49 UTC
Size:
2.10 KB
patch
obsolete
>Index: multimedia/qmmp-plugin-pack-qt5/Makefile >=================================================================== >--- multimedia/qmmp-plugin-pack-qt5/Makefile (revision 414822) >+++ multimedia/qmmp-plugin-pack-qt5/Makefile (working copy) >@@ -1,7 +1,7 @@ > # $FreeBSD$ > > PORTNAME= qmmp-plugin-pack >-PORTVERSION= 1.0.2 >+PORTVERSION= 1.0.3 > CATEGORIES= multimedia > MASTER_SITES= http://qmmp.ylsoftware.com/files/plugins/ \ > SF/qmmp-dev/${PORTNAME}/ >@@ -18,7 +18,7 @@ > BUILD_DEPENDS= qmmp-qt5>=1.0.0:multimedia/qmmp-qt5 > > USES= cmake:outsource pkgconfig tar:bzip2 >-USE_QT5= core gui qmake_build buildtools_build linguisttools_build >+USE_QT5= core gui buildtools_build linguisttools_build qmake_build > USE_LDCONFIG= yes > > OPTIONS_SUB= yes >@@ -25,7 +25,6 @@ > > OPTIONS_MULTI= PLUGINS > OPTIONS_MULTI_PLUGINS= FFAP MPG123 XMP >- > OPTIONS_DEFAULT= FFAP MPG123 XMP > > FFAP_DESC= Support APE sound file >@@ -41,7 +40,8 @@ > FFAPASM_CMAKE_ON= -DUSE_ASM:BOOL=TRUE > FFAPASM_CMAKE_OFF= -DUSE_ASM:BOOL=FALSE > >-MPG123_LIB_DEPENDS= libmpg123.so:audio/mpg123 >+MPG123_LIB_DEPENDS= libmpg123.so:audio/mpg123 \ >+ libtag.so:audio/taglib > MPG123_CMAKE_ON= -DUSE_MPG123:BOOL=TRUE > MPG123_CMAKE_OFF= -DUSE_MPG123:BOOL=FALSE > >@@ -50,6 +50,12 @@ > XMP_CMAKE_ON= -DUSE_XMP:BOOL=TRUE > XMP_CMAKE_OFF= -DUSE_XMP:BOOL=FALSE > >+# Downgrade TagLib, otherwise MPG123 and FFAP options don't work! >+post-patch: >+ @${GREP} -l 'TAGLIB taglib>=1\.10\.0' \ >+ ${WRKSRC}/src/Input/CMakeLists.txt | ${XARGS} \ >+ ${REINPLACE_CMD} -e '/TAGLIB/s|1\.10\.0|1.9|' >+ > pre-configure: > @${RM} -f ${BUILD_WRKSRC}/CMakeCache.txt > >Index: multimedia/qmmp-plugin-pack-qt5/distinfo >=================================================================== >--- multimedia/qmmp-plugin-pack-qt5/distinfo (revision 414822) >+++ multimedia/qmmp-plugin-pack-qt5/distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (qmmp-plugin-pack-1.0.2.tar.bz2) = a3a309342fd5077c80bcba214a3d5df6f96135e9fae37d5d122e608557080767 >-SIZE (qmmp-plugin-pack-1.0.2.tar.bz2) = 76533 >+SHA256 (qmmp-plugin-pack-1.0.3.tar.bz2) = bb77cfdf3225413ad763bb4a47cf4cee030afbf41207879d78e0fe5575ee8892 >+SIZE (qmmp-plugin-pack-1.0.3.tar.bz2) = 77610
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
liangtai.s16
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 209248
:
169944
|
169945
| 170139