Skip to content

Commit

Permalink
qmmp: update to 0.12.20 for qt4, 1.7.2 for qt5
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed Dec 14, 2024
1 parent 48bd63a commit 8794fda
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions audio/qmmp/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ long_description {*}${description}
if {${os.platform} eq "darwin" && ${os.major} < 11} {
PortGroup qt4 1.0

version 0.12.18
revision 1
version 0.12.20
revision 0
set branch [join [lrange [split ${version} .] 0 1] .]

checksums rmd160 52f494a9df2dded4fbdd25a297b7247da847b792 \
sha256 cd778a945ee0c5f334ef79aa3333354ff14492ffbf6aa9bc2848c6ee341a7f69 \
size 1466561
checksums rmd160 328cf0056717542c0bd94eea3a3872a77be7fc06 \
sha256 b26192e7ed11df8aa6c2b86bc1a8d220e2a5a16e9f9cbc569ec97e89c6de5e4c \
size 1461567

patchfiles-append \
patch-CMakeLists.diff
Expand All @@ -48,13 +48,13 @@ if {${os.platform} eq "darwin" && ${os.major} < 11} {
} else {
PortGroup qt5 1.0

version 1.6.9
version 1.7.2
revision 0
qt5.depends_component qtmultimedia qttools sqlite-plugin

checksums rmd160 834a06165b90bc924b7fdcfba63a8df6e5162722 \
sha256 87af24fe5494268aee98400096df286dbf133ccb7ee09c8e7b30e4b022863871 \
size 1375274
checksums rmd160 961e53894b8f984f1741c419dc2b93958c6d66db \
sha256 69ea556ddc6db4cd3e6759e58cdfb134d5e7902bf54c6561edc4b911b15f32e4 \
size 1412811

configure.args-append \
-DUSE_HISTORY=ON \
Expand Down Expand Up @@ -82,7 +82,7 @@ depends_lib-append port:curl \
port:desktop-file-utils \
port:enca \
port:faad2 \
path:lib/libavcodec.dylib:ffmpeg \
port:ffmpeg \
port:flac \
port:libarchive \
port:libbs2b \
Expand Down

0 comments on commit 8794fda

Please sign in to comment.