pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/deforaos-mixer



Module Name:    pkgsrc
Committed By:   khorben
Date:           Fri Apr 15 21:16:50 UTC 2022

Modified Files:
        pkgsrc/audio/deforaos-mixer: Makefile distinfo options.mk

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/audio/deforaos-mixer/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/audio/deforaos-mixer/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/deforaos-mixer/options.mk

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

Modified files:

Index: pkgsrc/audio/deforaos-mixer/Makefile
diff -u pkgsrc/audio/deforaos-mixer/Makefile:1.29 pkgsrc/audio/deforaos-mixer/Makefile:1.30
--- pkgsrc/audio/deforaos-mixer/Makefile:1.29   Wed Dec  8 16:03:08 2021
+++ pkgsrc/audio/deforaos-mixer/Makefile        Fri Apr 15 21:16:50 2022
@@ -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 @@ post-install:
 
 .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"

Index: pkgsrc/audio/deforaos-mixer/distinfo
diff -u pkgsrc/audio/deforaos-mixer/distinfo:1.8 pkgsrc/audio/deforaos-mixer/distinfo:1.9
--- pkgsrc/audio/deforaos-mixer/distinfo:1.8    Tue Oct 26 09:58:52 2021
+++ pkgsrc/audio/deforaos-mixer/distinfo        Fri Apr 15 21:16:50 2022
@@ -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

Index: pkgsrc/audio/deforaos-mixer/options.mk
diff -u pkgsrc/audio/deforaos-mixer/options.mk:1.1 pkgsrc/audio/deforaos-mixer/options.mk:1.2
--- pkgsrc/audio/deforaos-mixer/options.mk:1.1  Mon Dec 17 00:38:48 2012
+++ pkgsrc/audio/deforaos-mixer/options.mk      Fri Apr 15 21:16:50 2022
@@ -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 @@ PKG_SUPPORTED_OPTIONS=  embedded
 .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