pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/deforaos-mixer deforaos-mixer: update to 0.4.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9bb8e2f63576
branches:  trunk
changeset: 377047:9bb8e2f63576
user:      khorben <khorben%pkgsrc.org@localhost>
date:      Fri Apr 15 21:16:50 2022 +0000

description:
deforaos-mixer: update to 0.4.1

Changes since 0.4.0:
- support for compilation modes (as provided by DeforaOS configure)
- updates to the helper scripts from DeforaOS configure
- fixes building with the latest version of DeforaOS libSystem
- new location for the .desktop file

This also makes use of a new helper for DeforaOS configure, found in
devel/deforaos-configure/deforaos-configure.mk.

diffstat:

 audio/deforaos-mixer/Makefile   |  8 ++++----
 audio/deforaos-mixer/distinfo   |  8 ++++----
 audio/deforaos-mixer/options.mk |  4 ++--
 3 files changed, 10 insertions(+), 10 deletions(-)

diffs (52 lines):

diff -r edeea88b0f1d -r 9bb8e2f63576 audio/deforaos-mixer/Makefile
--- a/audio/deforaos-mixer/Makefile     Fri Apr 15 18:40:29 2022 +0000
+++ b/audio/deforaos-mixer/Makefile     Fri Apr 15 21:16:50 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2021/12/08 16:03:08 adam Exp $
+# $NetBSD: Makefile,v 1.30 2022/04/15 21:16:50 khorben Exp $
 
-DISTNAME=      Mixer-0.4.0
-PKGNAME=       deforaos-mixer-0.4.0
-PKGREVISION=   4
+DISTNAME=      Mixer-0.4.1
+PKGNAME=       deforaos-mixer-0.4.1
 CATEGORIES=    audio
 MASTER_SITES=  https://ftp.defora.org/pub/DeforaOS/Apps/Desktop/src/Mixer/
 
@@ -39,6 +38,7 @@
 
 .include "options.mk"
 
+.include "../../devel/deforaos-configure/deforaos-configure.mk"
 .include "../../x11/deforaos-libdesktop/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r edeea88b0f1d -r 9bb8e2f63576 audio/deforaos-mixer/distinfo
--- a/audio/deforaos-mixer/distinfo     Fri Apr 15 18:40:29 2022 +0000
+++ b/audio/deforaos-mixer/distinfo     Fri Apr 15 21:16:50 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 09:58:52 nia Exp $
+$NetBSD: distinfo,v 1.9 2022/04/15 21:16:50 khorben Exp $
 
-BLAKE2s (Mixer-0.4.0.tar.gz) = d67399e200ad75f20efd1f4e485f82d50843e1a89fd1e7d42b21e28ad8a19454
-SHA512 (Mixer-0.4.0.tar.gz) = b2294f8a44b1415068302bf4bde0d6b4b9e5d525c9e46469271579f86d54e80262d5ed40cbd08241ed4c98cd92f5644058b02bb4142b949f26c30816d2b5c5c3
-Size (Mixer-0.4.0.tar.gz) = 31365 bytes
+BLAKE2s (Mixer-0.4.1.tar.gz) = 3aa83c50d999d88f48456afe882cf07d2ed93b215e882c95236821df1defb5b6
+SHA512 (Mixer-0.4.1.tar.gz) = ae30b955efc58d31a561f47787eb9d50b4ddaed74a9c07f84f11e0e7203e3b18cfa2fbd1c75b2b889428e31e063bcd9afc07d00fa33ace306c993e9c2dca06ac
+Size (Mixer-0.4.1.tar.gz) = 31489 bytes
diff -r edeea88b0f1d -r 9bb8e2f63576 audio/deforaos-mixer/options.mk
--- a/audio/deforaos-mixer/options.mk   Fri Apr 15 18:40:29 2022 +0000
+++ b/audio/deforaos-mixer/options.mk   Fri Apr 15 21:16:50 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2012/12/17 00:38:48 khorben Exp $
+# $NetBSD: options.mk,v 1.2 2022/04/15 21:16:50 khorben Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.deforaos-mixer
 PKG_SUPPORTED_OPTIONS= embedded
@@ -6,5 +6,5 @@
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Membedded)
-MAKE_FLAGS+=   CPPFLAGS=-DEMBEDDED
+DEFORAOS_CONFIGURE_ARGS+=      -M embedded-debug
 .endif



Home | Main Index | Thread Index | Old Index