pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/xfce4-mixer



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu May 17 09:46:03 UTC 2018

Modified Files:
        pkgsrc/audio/xfce4-mixer: distinfo
Added Files:
        pkgsrc/audio/xfce4-mixer/patches: patch-panel-plugin_Makefile.in
            patch-xfce4-mixer_Makefile.in

Log Message:
xfce4-mixer: Ensure dbus-glib can be found.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/audio/xfce4-mixer/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/audio/xfce4-mixer/patches/patch-panel-plugin_Makefile.in \
    pkgsrc/audio/xfce4-mixer/patches/patch-xfce4-mixer_Makefile.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/xfce4-mixer/distinfo
diff -u pkgsrc/audio/xfce4-mixer/distinfo:1.20 pkgsrc/audio/xfce4-mixer/distinfo:1.21
--- pkgsrc/audio/xfce4-mixer/distinfo:1.20      Tue Nov  3 01:12:54 2015
+++ pkgsrc/audio/xfce4-mixer/distinfo   Thu May 17 09:46:03 2018
@@ -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

Added files:

Index: pkgsrc/audio/xfce4-mixer/patches/patch-panel-plugin_Makefile.in
diff -u /dev/null pkgsrc/audio/xfce4-mixer/patches/patch-panel-plugin_Makefile.in:1.1
--- /dev/null   Thu May 17 09:46:03 2018
+++ pkgsrc/audio/xfce4-mixer/patches/patch-panel-plugin_Makefile.in     Thu May 17 09:46:03 2018
@@ -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)                                           \
Index: pkgsrc/audio/xfce4-mixer/patches/patch-xfce4-mixer_Makefile.in
diff -u /dev/null pkgsrc/audio/xfce4-mixer/patches/patch-xfce4-mixer_Makefile.in:1.1
--- /dev/null   Thu May 17 09:46:03 2018
+++ pkgsrc/audio/xfce4-mixer/patches/patch-xfce4-mixer_Makefile.in      Thu May 17 09:46:03 2018
@@ -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