Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/libmatemixer libmatemixer: disable oss backend f...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9b2f176e5c15
branches: trunk
changeset: 429290:9b2f176e5c15
user: bsiegert <bsiegert%pkgsrc.org@localhost>
date: Sat Apr 18 12:22:45 2020 +0000
description:
libmatemixer: disable oss backend for now.
The OSS backend leads to crashes of mate-settings-daemon on NetBSD. I have
been unable to make it not crash.
diffstat:
audio/libmatemixer/Makefile | 12 +++++++-----
audio/libmatemixer/PLIST | 4 ++--
2 files changed, 9 insertions(+), 7 deletions(-)
diffs (47 lines):
diff -r e7156a8f949e -r 9b2f176e5c15 audio/libmatemixer/Makefile
--- a/audio/libmatemixer/Makefile Sat Apr 18 12:21:51 2020 +0000
+++ b/audio/libmatemixer/Makefile Sat Apr 18 12:22:45 2020 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2020/04/05 16:05:41 bsiegert Exp $
+# $NetBSD: Makefile,v 1.20 2020/04/18 12:22:45 bsiegert Exp $
.include "../../meta-pkgs/mate/Makefile.common"
+PKGREVISION= 1
DISTNAME= libmatemixer-${VERSION:R}.0
CATEGORIES= audio
@@ -9,10 +10,11 @@
.include "../../mk/oss.buildlink3.mk"
+# see https://github.com/mate-desktop/libmatemixer/issues/28
PLIST_VARS+= oss
-.if ${OSS_TYPE} != "none"
-CONFIGURE_ARGS+= --enable-oss
-PLIST.oss= yes
-.endif
+#.if ${OSS_TYPE} != "none"
+#CONFIGURE_ARGS+= --enable-oss
+#PLIST.oss= yes
+#.endif
.include "../../mk/bsd.pkg.mk"
diff -r e7156a8f949e -r 9b2f176e5c15 audio/libmatemixer/PLIST
--- a/audio/libmatemixer/PLIST Sat Apr 18 12:21:51 2020 +0000
+++ b/audio/libmatemixer/PLIST Sat Apr 18 12:22:45 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2020/04/05 16:05:41 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.7 2020/04/18 12:22:45 bsiegert Exp $
include/mate-mixer/libmatemixer/matemixer-app-info.h
include/mate-mixer/libmatemixer/matemixer-context.h
include/mate-mixer/libmatemixer/matemixer-device-switch.h
@@ -17,7 +17,7 @@
include/mate-mixer/libmatemixer/matemixer.h
lib/libmatemixer.la
lib/libmatemixer/libmatemixer-null.la
-lib/libmatemixer/libmatemixer-oss.la
+${PLIST.oss}lib/libmatemixer/libmatemixer-oss.la
lib/pkgconfig/libmatemixer.pc
share/gtk-doc/html/libmatemixer/MateMixerAppInfo.html
share/gtk-doc/html/libmatemixer/MateMixerContext.html
Home |
Main Index |
Thread Index |
Old Index