pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/qemu



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Apr  8 13:18:04 UTC 2021

Modified Files:
        pkgsrc/emulators/qemu: Makefile

Log Message:
qemu: correct path to OSS audio device


To generate a diff of this commit:
cvs rdiff -u -r1.272 -r1.273 pkgsrc/emulators/qemu/Makefile

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

Modified files:

Index: pkgsrc/emulators/qemu/Makefile
diff -u pkgsrc/emulators/qemu/Makefile:1.272 pkgsrc/emulators/qemu/Makefile:1.273
--- pkgsrc/emulators/qemu/Makefile:1.272        Thu Apr  8 13:10:18 2021
+++ pkgsrc/emulators/qemu/Makefile      Thu Apr  8 13:18:04 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.272 2021/04/08 13:10:18 nia Exp $
+# $NetBSD: Makefile,v 1.273 2021/04/08 13:18:04 nia Exp $
 
 DISTNAME=      qemu-5.2.0
-PKGREVISION=   5
+PKGREVISION=   6
 CATEGORIES=    emulators
 MASTER_SITES=  https://download.qemu.org/
 EXTRACT_SUFX=  .tar.xz
@@ -91,6 +91,16 @@ PKG_SYSCONFSUBDIR=   qemu
 
 INSTALLATION_DIRS=     ${PKGMANDIR}/man1 share/doc/qemu
 
+.include "../../mk/oss.buildlink3.mk"
+
+.if ${OSS_TYPE} != "none"
+SUBST_CLASSES+=                oss
+SUBST_STAGE.oss=       pre-configure
+SUBST_MESSAGE.oss=     Correcting the path to the OSS device.
+SUBST_FILES.oss+=      audio/ossaudio.c
+SUBST_SED.oss+=                -e "s,/dev/dsp,${DEVOSSAUDIO},g"
+.endif
+
 UE_ARCHS+=             aarch64 aarch64_be
 UE_ARCHS+=             alpha arm armeb cris
 UE_ARCHS+=             hppa
@@ -165,10 +175,6 @@ post-install:
        cd ${DESTDIR}${PREFIX} && \
        ${FIND} share/doc/qemu -path '*/_static/*' -type f -print > ${WRKDIR}/PLIST.STATIC
 
-# On Darwin, qemu uses CoreAudio
-.if ${OPSYS} != "Darwin"
-.include "../../mk/oss.buildlink3.mk"
-.endif
 .include "../../archivers/lzo/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/jemalloc/buildlink3.mk"



Home | Main Index | Thread Index | Old Index