<pre style='margin:0'>
Mohamed Akram (mohd-akram) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/7fdaa348cdd780e3011da88f4ec918bbb2f0db87">https://github.com/macports/macports-ports/commit/7fdaa348cdd780e3011da88f4ec918bbb2f0db87</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 7fdaa348cdd audacious-plugins: fix dependencies
</span>7fdaa348cdd is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 7fdaa348cdd780e3011da88f4ec918bbb2f0db87
</span>Author: Mohamed Akram <makr@macports.org>
AuthorDate: Thu Apr 17 18:36:44 2025 +0400

<span style='display:block; white-space:pre;color:#404040;'>    audacious-plugins: fix dependencies
</span>---
 audio/audacious-plugins/Portfile | 26 +++++++++++++++++---------
 1 file changed, 17 insertions(+), 9 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/audio/audacious-plugins/Portfile b/audio/audacious-plugins/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 95a1d7ac99f..cdcbfcbc369 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/audio/audacious-plugins/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/audio/audacious-plugins/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -33,8 +33,10 @@ checksums           rmd160  3ce31585b2721e32d219f987864b7369c7bbcc93 \
</span> 
 universal_variant   no
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_build       port:gettext
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> depends_lib         port:audacious-core \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:gettext \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:gettext-runtime \
</span>                     port:libxml2 \
                     port:zlib \
                     path:lib/pkgconfig/glib-2.0.pc:glib2
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -166,10 +168,10 @@ variant mp3 description {Add support for MP3 files} {
</span>                             -Dfilewriter-mp3=true
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant dbus description {Adds support for GNOME shortcuts and remote control via DBUS} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant mpris2 description {Adds support for MPRIS2} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # gdbus-codegen
</span>     depends_build-append    path:lib/pkgconfig/glib-2.0.pc:glib2
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append      path:lib/pkgconfig/dbus-1.pc:dbus \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                            path:lib/pkgconfig/dbus-glib-1.pc:dbus-glib
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_run-append      port:dbus
</span>     configure.args-replace  -Dmpris2=false \
                             -Dmpris2=true
 }
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -188,13 +190,15 @@ variant osd description {Adds OSD support via pangocairo} {
</span> }
 
 variant notifications description {Adds support for notifications via libnotify} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append      port:libnotify
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append      port:libnotify \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            path:lib/pkgconfig/gdk-pixbuf-2.0.pc:gdk-pixbuf2
</span>     configure.args-replace  -Dnotify=false \
                             -Dnotify=true
 }
 
 variant vorbis description {Add support for the OggVorbis audio codec} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append      port:libvorbis
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append      port:libvorbis \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            port:libogg
</span>     configure.args-replace  -Dvorbis=false \
                             -Dvorbis=true \
                             -Dfilewriter-ogg=false \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -246,7 +250,8 @@ variant openmpt description {Add support for MOD, XM, S3M,IT, MPTM and others} {
</span> }
 
 variant adplug description {Add support for the AdLib synthesizer} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append      port:adplug
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append      port:adplug \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            port:libbinio
</span>     configure.args-replace  -Dadplug=false \
                             -Dadplug=true
 }
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -286,6 +291,7 @@ variant midi description {Add MIDI playback support via fluidsynth} {
</span> 
 variant cdaudio description {Add support for CDAudio} {
     depends_lib-append      port:libcdio-paranoia \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                            port:libcdio \
</span>                             port:libcddb
     configure.args-replace  -Dcdaudio=false \
                             -Dcdaudio=true
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -341,7 +347,9 @@ variant transform description {Add support for audio transformation, most notabl
</span> }
 
 variant opengl description {Add support for spectrum visualization via OpenGL} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append      path:lib/libGL.dylib:mesa
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {[variant_isset gtk2] || [variant_isset gtk3]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        depends_lib-append      path:lib/libGL.dylib:mesa
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    }
</span>     configure.args-replace  -Dgl-spectrum=false \
                             -Dgl-spectrum=true
 }
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -414,7 +422,7 @@ variant gtk3 conflicts gtk2 description {Add GTK3 support} {
</span>     require_active_variants audacious-core gtk3
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant full requires mp3 dbus wavpack aac sndfile modplug openmpt sid \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant full requires mp3 mpris2 wavpack aac sndfile modplug openmpt sid \
</span>                       midi cdaudio lastfm mms neon cue flac transform \
                       vorbis opus adplug bs2b notifications \
              description {Build all plugins, except additional sound output plugins and potentially conflicting variants} {}
</pre><pre style='margin:0'>

</pre>