Skip to content

Commit

Permalink
QMPlay2: avoid opportunistic linking to libsidplayfp
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed Nov 29, 2024
1 parent 1bb247f commit 6f4d9f9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions multimedia/QMPlay2/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if {${os.platform} eq "darwin" && ${os.major} < 15} {

github.setup zaps166 QMPlay2 b76e6ea46b4a32bb2becc9444ddc6f5fdff699cd
version 18.12.08
revision 0
revision 1
checksums rmd160 721638bc3641199387ec5e371dd22ddabe3a1c92 \
sha256 2f1f9af17e7a0dd0ce6a12eb35f425cbc43b6869cb9a32bedfef3cca70908bc6 \
size 1228156
Expand Down Expand Up @@ -66,7 +66,7 @@ if {${os.platform} eq "darwin" && ${os.major} < 15} {
# https://github.com/zaps166/QMPlay2/commit/02684fec6217ac87a37dbd40d7b07683122e5997
if {${os.platform} eq "darwin" && ${os.major} < 19} {
github.setup zaps166 QMPlay2 20.12.16
revision 0
revision 1
checksums rmd160 582ec7368e582b4b29280d6c76d4dc54d1fd0bb3 \
sha256 d6a5425f552e33a70b254ed27631878f20ea92850ccf221c2f2322200783d278 \
size 1564588
Expand All @@ -77,7 +77,7 @@ if {${os.platform} eq "darwin" && ${os.major} < 15} {
1001-Fix-Qt-paths.patch
} else {
github.setup zaps166 QMPlay2 24.06.16
revision 2
revision 3
checksums rmd160 b1851ab0fc52849471cc4f3a2d19a01d068fa864 \
sha256 7b06be4b95cb15064015934b24e76e583b85398136fc28b622dc1118d07c55b4 \
size 2042180
Expand Down Expand Up @@ -170,6 +170,8 @@ configure.args-append \
-DCMAKE_INSTALL_PREFIX=${applications_dir} \
-DUSE_ALSA=OFF \
-DUSE_AUDIOCD=ON \
-DUSE_CHIPTUNE_GME=OFF \
-DUSE_CHIPTUNE_SID=OFF \
-DUSE_FFMPEG=ON \
-DUSE_LASTFM=ON \
-DUSE_LIBASS=ON \
Expand Down

0 comments on commit 6f4d9f9

Please sign in to comment.