pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/xfce4-mixer xfce4-mixer: Ensure dbu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/070d6b1f1e15
branches:  trunk
changeset: 308142:070d6b1f1e15
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu May 17 09:46:03 2018 +0000

description:
xfce4-mixer: Ensure dbus-glib can be found.

diffstat:

 audio/xfce4-mixer/distinfo                               |   4 ++-
 audio/xfce4-mixer/patches/patch-panel-plugin_Makefile.in |  22 ++++++++++++++++
 audio/xfce4-mixer/patches/patch-xfce4-mixer_Makefile.in  |  22 ++++++++++++++++
 3 files changed, 47 insertions(+), 1 deletions(-)

diffs (65 lines):

diff -r c4a98952a46d -r 070d6b1f1e15 audio/xfce4-mixer/distinfo
--- a/audio/xfce4-mixer/distinfo        Thu May 17 09:41:44 2018 +0000
+++ b/audio/xfce4-mixer/distinfo        Thu May 17 09:46:03 2018 +0000
@@ -1,6 +1,8 @@
-$NetBSD: distinfo,v 1.20 2015/11/03 01:12:54 agc Exp $
+$NetBSD: distinfo,v 1.21 2018/05/17 09:46:03 jperkin Exp $
 
 SHA1 (xfce4-mixer-4.11.0.tar.bz2) = c7829f85552d210c62c76fce274e07f7ae7b2565
 RMD160 (xfce4-mixer-4.11.0.tar.bz2) = e02644086898f39ef069b5be591355983106b434
 SHA512 (xfce4-mixer-4.11.0.tar.bz2) = 0ef27ece0d5f46bd83db86d8e607d2dc34f4b0221679dbdeae4e4eb9993b30398a2e882b3a870af9928906330898935f2fe29e83442ba6f01b9e19d02ea6f66f
 Size (xfce4-mixer-4.11.0.tar.bz2) = 472235 bytes
+SHA1 (patch-panel-plugin_Makefile.in) = 49dbbe805a0487b04391ad2620537768cc482b50
+SHA1 (patch-xfce4-mixer_Makefile.in) = c7c7b35d2c6a5ddeef71656b1fe43bc63ba1e52d
diff -r c4a98952a46d -r 070d6b1f1e15 audio/xfce4-mixer/patches/patch-panel-plugin_Makefile.in
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/xfce4-mixer/patches/patch-panel-plugin_Makefile.in  Thu May 17 09:46:03 2018 +0000
@@ -0,0 +1,22 @@
+$NetBSD: patch-panel-plugin_Makefile.in,v 1.1 2018/05/17 09:46:03 jperkin Exp $
+
+Ensure dbus-glib can be found.
+
+--- panel-plugin/Makefile.in.orig      2018-05-17 09:16:58.181709489 +0000
++++ panel-plugin/Makefile.in
+@@ -411,6 +411,7 @@ libmixer_la_CFLAGS = \
+       $(PLATFORM_CFLAGS)                                              \
+       $(GLIB_CFLAGS)                                                  \
+       $(GTK_CFLAGS)                                                   \
++      $(DBUS_GLIB_CFLAGS)                                             \
+       $(LIBXFCE4UTIL_CFLAGS)                                          \
+       $(LIBXFCE4UI_CFLAGS)                                            \
+       $(LIBXFCE4PANEL_CFLAGS)                                         \
+@@ -432,6 +433,7 @@ libmixer_la_LDFLAGS = \
+ libmixer_la_LIBADD = \
+       $(GLIB_LIBS)                                                    \
+       $(GTK_LIBS)                                                     \
++      $(DBUS_GLIB_LIBS)                                               \
+       $(LIBXFCE4UTIL_LIBS)                                            \
+       $(LIBXFCE4UI_LIBS)                                              \
+       $(LIBXFCE4PANEL_LIBS)                                           \
diff -r c4a98952a46d -r 070d6b1f1e15 audio/xfce4-mixer/patches/patch-xfce4-mixer_Makefile.in
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/xfce4-mixer/patches/patch-xfce4-mixer_Makefile.in   Thu May 17 09:46:03 2018 +0000
@@ -0,0 +1,22 @@
+$NetBSD: patch-xfce4-mixer_Makefile.in,v 1.1 2018/05/17 09:46:03 jperkin Exp $
+
+Ensure dbus-glib can be found.
+
+--- xfce4-mixer/Makefile.in.orig       2018-05-17 09:16:58.291623015 +0000
++++ xfce4-mixer/Makefile.in
+@@ -425,6 +425,7 @@ xfce4_mixer_CPPFLAGS = \
+ xfce4_mixer_CFLAGS = \
+       $(GLIB_CFLAGS)                                                  \
+       $(GTK_CFLAGS)                                                   \
++      $(DBUS_GLIB_CFLAGS)                                             \
+       $(UNIQUE_CFLAGS)                                                \
+       $(LIBXFCE4UTIL_CFLAGS)                                          \
+       $(LIBXFCE4UI_CFLAGS)                                            \
+@@ -439,6 +440,7 @@ xfce4_mixer_LDFLAGS = \
+       $(GLIB_LIBS)                                                    \
+       $(GTHREAD_LIBS)                                                 \
+       $(GTK_LIBS)                                                     \
++      $(DBUS_GLIB_LIBS)                                               \
+       $(UNIQUE_LIBS)                                                  \
+       $(LIBXFCE4UTIL_LIBS)                                            \
+       $(LIBXFCE4UI_LIBS)                                              \



Home | Main Index | Thread Index | Old Index