Skip to content

Commit

Permalink
* recursive bump for libxkbcommon 1.7.0
Browse files Browse the repository at this point in the history
Marc Baudoin reported problems with using old binary packages
with the new libkxbcommon, so force everything to 1.7.0
  • Loading branch information
0-wiz-0 committed Apr 6, 2024
1 parent 18b44ab commit 04bfd2d
Show file tree
Hide file tree
Showing 1,491 changed files with 2,982 additions and 2,488 deletions.
3 changes: 2 additions & 1 deletion archivers/ark/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# $NetBSD: Makefile,v 1.94 2024/02/06 11:05:13 markd Exp $
# $NetBSD: Makefile,v 1.95 2024/04/06 08:04:45 wiz Exp $

DISTNAME= ark-${KAPPSVER}
PKGREVISION= 1
CATEGORIES= x11

HOMEPAGE= https://kde.org/applications/utilities/ark/
Expand Down
3 changes: 2 additions & 1 deletion archivers/arqiver/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# $NetBSD: Makefile,v 1.32 2023/12/02 16:02:45 pin Exp $
# $NetBSD: Makefile,v 1.33 2024/04/06 08:04:45 wiz Exp $

DISTNAME= Arqiver-0.12.0
PKGNAME= ${DISTNAME:tl}
PKGREVISION= 1
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_GITHUB:=tsujan/}
GITHUB_TAG= V${PKGVERSION_NOREV}
Expand Down
3 changes: 2 additions & 1 deletion archivers/engrampa/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# $NetBSD: Makefile,v 1.34 2024/03/16 20:20:53 gutteridge Exp $
# $NetBSD: Makefile,v 1.35 2024/04/06 08:04:45 wiz Exp $

PKGREVISION= 1
.include "../../meta-pkgs/mate/Makefile.common"

DISTNAME= engrampa-${VERSION:R}.2
Expand Down
4 changes: 2 additions & 2 deletions archivers/file-roller/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.160 2023/12/22 17:23:48 zafer Exp $
# $NetBSD: Makefile,v 1.161 2024/04/06 08:04:45 wiz Exp $

DISTNAME= file-roller-3.38.0
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/${PKGBASE}/${PKGVERSION_NOREV:R}/}
PKGREVISION= 8
PKGREVISION= 9
CATEGORIES= archivers gnome
EXTRACT_SUFX= .tar.xz

Expand Down
3 changes: 2 additions & 1 deletion archivers/gnome-autoar/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# $NetBSD: Makefile,v 1.17 2024/01/24 23:22:34 adam Exp $
# $NetBSD: Makefile,v 1.18 2024/04/06 08:04:45 wiz Exp $

DISTNAME= gnome-autoar-0.4.4
PKGREVISION= 1
CATEGORIES= archivers gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/${PKGBASE}/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
Expand Down
4 changes: 2 additions & 2 deletions archivers/gnome-autoar/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.9 2024/01/24 23:22:34 adam Exp $
# $NetBSD: buildlink3.mk,v 1.10 2024/04/06 08:04:46 wiz Exp $

BUILDLINK_TREE+= gnome-autoar

.if !defined(GNOME_AUTOAR_BUILDLINK3_MK)
GNOME_AUTOAR_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.gnome-autoar+= gnome-autoar>=0.2.4
BUILDLINK_ABI_DEPENDS.gnome-autoar+= gnome-autoar>=0.4.1nb10
BUILDLINK_ABI_DEPENDS.gnome-autoar+= gnome-autoar>=0.4.4nb1
BUILDLINK_PKGSRCDIR.gnome-autoar?= ../../archivers/gnome-autoar

.include "../../archivers/libarchive/buildlink3.mk"
Expand Down
3 changes: 2 additions & 1 deletion archivers/karchive/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# $NetBSD: Makefile,v 1.48 2024/02/06 10:46:24 markd Exp $
# $NetBSD: Makefile,v 1.49 2024/04/06 08:04:46 wiz Exp $

DISTNAME= karchive-${KF5VER}
PKGREVISION= 1
CATEGORIES= archivers

HOMEPAGE= https://community.kde.org/Frameworks
Expand Down
4 changes: 2 additions & 2 deletions archivers/karchive/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.31 2023/11/12 13:20:32 wiz Exp $
# $NetBSD: buildlink3.mk,v 1.32 2024/04/06 08:04:46 wiz Exp $

BUILDLINK_TREE+= karchive

.if !defined(KARCHIVE_BUILDLINK3_MK)
KARCHIVE_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.karchive+= karchive>=5.18.0
BUILDLINK_ABI_DEPENDS.karchive?= karchive>=5.108.0nb4
BUILDLINK_ABI_DEPENDS.karchive?= karchive>=5.114.0nb1
BUILDLINK_PKGSRCDIR.karchive?= ../../archivers/karchive

.include "../../x11/qt5-qtbase/buildlink3.mk"
Expand Down
3 changes: 2 additions & 1 deletion archivers/lxqt-archiver/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# $NetBSD: Makefile,v 1.28 2024/03/06 23:56:28 gutteridge Exp $
# $NetBSD: Makefile,v 1.29 2024/04/06 08:04:46 wiz Exp $

DISTNAME= lxqt-archiver-0.9.1
PKGREVISION= 1
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/}
GITHUB_RELEASE= ${PKGVERSION_NOREV}
Expand Down
4 changes: 2 additions & 2 deletions archivers/quazip/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.15 2023/11/12 13:20:32 wiz Exp $
# $NetBSD: Makefile,v 1.16 2024/04/06 08:04:46 wiz Exp $

DISTNAME= quazip-0.9
PKGREVISION= 14
PKGREVISION= 15
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_GITHUB:=stachenov/}
GITHUB_PROJECT= quazip
Expand Down
4 changes: 2 additions & 2 deletions archivers/quazip/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.14 2023/11/12 13:20:32 wiz Exp $
# $NetBSD: buildlink3.mk,v 1.15 2024/04/06 08:04:46 wiz Exp $

BUILDLINK_TREE+= quazip

.if !defined(QUAZIP_BUILDLINK3_MK)
QUAZIP_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.quazip+= quazip>=0.9
BUILDLINK_ABI_DEPENDS.quazip?= quazip>=0.9nb14
BUILDLINK_ABI_DEPENDS.quazip?= quazip>=0.9nb15
BUILDLINK_PKGSRCDIR.quazip?= ../../archivers/quazip

.include "../../x11/qt5-qtbase/buildlink3.mk"
Expand Down
3 changes: 2 additions & 1 deletion archivers/xarchiver/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# $NetBSD: Makefile,v 1.10 2023/12/29 19:38:27 wiz Exp $
# $NetBSD: Makefile,v 1.11 2024/04/06 08:04:46 wiz Exp $

DISTNAME= xarchiver-0.5.4.22
PKGREVISION= 1
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_GITHUB:=ib/}
GITHUB_TAG= ${PKGVERSION_NOREV}
Expand Down
4 changes: 2 additions & 2 deletions archivers/xfce4-thunar-archive/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.32 2023/11/14 14:01:18 wiz Exp $
# $NetBSD: Makefile,v 1.33 2024/04/06 08:04:46 wiz Exp $

PKGREVISION= 2
PKGREVISION= 3
.include "../../meta-pkgs/xfce4/Makefile.common"

DISTNAME= thunar-archive-plugin-0.5.2
Expand Down
4 changes: 2 additions & 2 deletions audio/SDL2_mixer/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.23 2024/01/30 14:21:28 ryoon Exp $
# $NetBSD: Makefile,v 1.24 2024/04/06 08:04:46 wiz Exp $

DISTNAME= SDL2_mixer-2.0.4
PKGREVISION= 14
PKGREVISION= 15
CATEGORIES= audio devel
MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/release/

Expand Down
4 changes: 2 additions & 2 deletions audio/SDL2_mixer/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.14 2024/01/30 14:21:28 ryoon Exp $
# $NetBSD: buildlink3.mk,v 1.15 2024/04/06 08:04:46 wiz Exp $

BUILDLINK_TREE+= SDL2_mixer

.if !defined(SDL2_MIXER_BUILDLINK3_MK)
SDL2_MIXER_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.SDL2_mixer+= SDL2_mixer>=2.0.0
BUILDLINK_ABI_DEPENDS.SDL2_mixer+= SDL2_mixer>=2.0.4nb14
BUILDLINK_ABI_DEPENDS.SDL2_mixer+= SDL2_mixer>=2.0.4nb15
BUILDLINK_PKGSRCDIR.SDL2_mixer?= ../../audio/SDL2_mixer

.include "../../devel/SDL2/buildlink3.mk"
Expand Down
4 changes: 2 additions & 2 deletions audio/SDL2_sound/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.6 2024/01/30 14:21:29 ryoon Exp $
# $NetBSD: Makefile,v 1.7 2024/04/06 08:04:46 wiz Exp $

DISTNAME= SDL2_sound-2.0.2
PKGREVISION= 1
PKGREVISION= 2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=icculus/}
GITHUB_PROJECT= SDL_sound
Expand Down
4 changes: 2 additions & 2 deletions audio/SDL2_sound/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.4 2024/01/30 14:21:29 ryoon Exp $
# $NetBSD: buildlink3.mk,v 1.5 2024/04/06 08:04:46 wiz Exp $

BUILDLINK_TREE+= SDL2_sound

.if !defined(SDL2_SOUND_BUILDLINK3_MK)
SDL2_SOUND_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.SDL2_sound+= SDL2_sound>=2.0.1
BUILDLINK_ABI_DEPENDS.SDL2_sound+= SDL2_sound>=2.0.2nb1
BUILDLINK_ABI_DEPENDS.SDL2_sound+= SDL2_sound>=2.0.2nb2
BUILDLINK_PKGSRCDIR.SDL2_sound?= ../../audio/SDL2_sound

.include "../../devel/SDL2/buildlink3.mk"
Expand Down
4 changes: 2 additions & 2 deletions audio/adplay/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.14 2024/01/30 14:21:29 ryoon Exp $
# $NetBSD: Makefile,v 1.15 2024/04/06 08:04:47 wiz Exp $

DISTNAME= adplay-1.8.1
PKGREVISION= 8
PKGREVISION= 9
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=adplug/}
GITHUB_PROJECT= adplay-unix
Expand Down
4 changes: 2 additions & 2 deletions audio/alure/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.14 2024/01/30 14:21:29 ryoon Exp $
# $NetBSD: Makefile,v 1.15 2024/04/06 08:04:47 wiz Exp $

DISTNAME= alure-1.2
PKGREVISION= 10
PKGREVISION= 11
CATEGORIES= audio
MASTER_SITES= http://kcat.strangesoft.net/alure-releases/

Expand Down
3 changes: 2 additions & 1 deletion audio/ardour/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# $NetBSD: Makefile,v 1.83 2024/03/18 15:36:15 ryoon Exp $
# $NetBSD: Makefile,v 1.84 2024/04/06 08:04:47 wiz Exp $

DISTNAME= Ardour-8.2.0
PKGNAME= ${DISTNAME:tl}
PKGREVISION= 1
CATEGORIES= audio
# currently, distfiles must be downloaded by hand from ardour.org
# and uploaded using `make upload-distfiles`.
Expand Down
4 changes: 2 additions & 2 deletions audio/ario/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.117 2024/01/28 13:24:33 wiz Exp $
# $NetBSD: Makefile,v 1.118 2024/04/06 08:04:47 wiz Exp $

DISTNAME= ario-1.6
PKGREVISION= 29
PKGREVISION= 30
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ario-player/1.6/}

Expand Down
4 changes: 2 additions & 2 deletions audio/audacious-plugins/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.151 2024/01/30 14:21:29 ryoon Exp $
# $NetBSD: Makefile,v 1.152 2024/04/06 08:04:47 wiz Exp $

DISTNAME= audacious-plugins-4.1
PKGREVISION= 31
PKGREVISION= 32
CATEGORIES= audio
MASTER_SITES= https://distfiles.audacious-media-player.org/
EXTRACT_SUFX= .tar.bz2
Expand Down
4 changes: 2 additions & 2 deletions audio/audacious/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.85 2023/11/14 14:01:18 wiz Exp $
# $NetBSD: Makefile,v 1.86 2024/04/06 08:04:47 wiz Exp $

DISTNAME= audacious-4.1
PKGREVISION= 14
PKGREVISION= 15
CATEGORIES= audio
MASTER_SITES= https://distfiles.audacious-media-player.org/
EXTRACT_SUFX= .tar.bz2
Expand Down
4 changes: 2 additions & 2 deletions audio/audacious/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.64 2023/11/14 14:01:18 wiz Exp $
# $NetBSD: buildlink3.mk,v 1.65 2024/04/06 08:04:47 wiz Exp $

BUILDLINK_TREE+= audacious

.if !defined(AUDACIOUS_BUILDLINK3_MK)
AUDACIOUS_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.audacious+= audacious>=3.10.1
BUILDLINK_ABI_DEPENDS.audacious+= audacious>=4.1nb14
BUILDLINK_ABI_DEPENDS.audacious+= audacious>=4.1nb15
BUILDLINK_PKGSRCDIR.audacious?= ../../audio/audacious

.include "../../mk/bsd.fast.prefs.mk"
Expand Down
4 changes: 2 additions & 2 deletions audio/audacity/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.156 2024/01/22 13:16:54 ryoon Exp $
# $NetBSD: Makefile,v 1.157 2024/04/06 08:04:47 wiz Exp $

# NOTES ON UPDATING
# - Upstream is insisting that packages use their internal modified
Expand All @@ -8,7 +8,7 @@
# This should be disabled by default, Audacity is offline software.
# - Please test usage on NetBSD.
DISTNAME= audacity-2.4.1
PKGREVISION= 18
PKGREVISION= 19
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=audacity/}
GITHUB_PROJECT= Audacity
Expand Down
4 changes: 2 additions & 2 deletions audio/buzztrax/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.37 2024/01/30 14:21:29 ryoon Exp $
# $NetBSD: Makefile,v 1.38 2024/04/06 08:04:47 wiz Exp $

DISTNAME= buzztrax-0.10.2
PKGREVISION= 28
PKGREVISION= 29
CATEGORIES= audio
MASTER_SITES= https://files.buzztrax.org/releases/

Expand Down
4 changes: 2 additions & 2 deletions audio/csound6/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.84 2024/01/30 14:21:30 ryoon Exp $
# $NetBSD: Makefile,v 1.85 2024/04/06 08:04:48 wiz Exp $

DISTNAME= csound-${CSOUND_VERSION}
PKGNAME= csound6-${CSOUND_VERSION}
PKGREVISION= 31
PKGREVISION= 32
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=csound/}
GITHUB_PROJECT= csound
Expand Down
4 changes: 2 additions & 2 deletions audio/deforaos-mixer/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.37 2023/11/14 14:01:20 wiz Exp $
# $NetBSD: Makefile,v 1.38 2024/04/06 08:04:48 wiz Exp $

DISTNAME= Mixer-0.4.1
PKGNAME= deforaos-mixer-0.4.1
PKGREVISION= 6
PKGREVISION= 7
CATEGORIES= audio
MASTER_SITES= https://ftp.defora.org/pub/DeforaOS/Apps/Desktop/src/Mixer/

Expand Down
4 changes: 2 additions & 2 deletions audio/easytag/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.129 2024/02/01 09:45:59 wiz Exp $
# $NetBSD: Makefile,v 1.130 2024/04/06 08:04:48 wiz Exp $

DISTNAME= easytag-2.4.3
PKGREVISION= 17
PKGREVISION= 18
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/easytag/2.4/}
EXTRACT_SUFX= .tar.xz
Expand Down
3 changes: 2 additions & 1 deletion audio/exaile/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# $NetBSD: Makefile,v 1.85 2023/11/19 23:38:27 nia Exp $
# $NetBSD: Makefile,v 1.86 2024/04/06 08:04:48 wiz Exp $

DISTNAME= exaile-4.1.3
PKGREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=exaile/}
GITHUB_PROJECT= exaile
Expand Down
3 changes: 2 additions & 1 deletion audio/fasttracker2/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# $NetBSD: Makefile,v 1.118 2024/03/23 00:39:40 fox Exp $
# $NetBSD: Makefile,v 1.119 2024/04/06 08:04:48 wiz Exp $

DISTNAME= fasttracker2-1.79.2
PKGREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=8bitbubsy/}
GITHUB_PROJECT= ft2-clone
Expand Down
4 changes: 2 additions & 2 deletions audio/faudio/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.27 2024/01/30 14:21:30 ryoon Exp $
# $NetBSD: Makefile,v 1.28 2024/04/06 08:04:48 wiz Exp $

DISTNAME= faudio-22.05
PKGREVISION= 8
PKGREVISION= 9
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=FNA-XNA/}
GITHUB_PROJECT= FAudio
Expand Down
3 changes: 2 additions & 1 deletion audio/fluidsynth/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# $NetBSD: Makefile,v 1.77 2024/04/05 10:26:04 wiz Exp $
# $NetBSD: Makefile,v 1.78 2024/04/06 08:04:48 wiz Exp $

DISTNAME= fluidsynth-2.3.5
PKGREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=FluidSynth/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand Down
4 changes: 2 additions & 2 deletions audio/fluidsynth/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.26 2024/01/30 14:21:30 ryoon Exp $
# $NetBSD: buildlink3.mk,v 1.27 2024/04/06 08:04:48 wiz Exp $

BUILDLINK_TREE+= fluidsynth

.if !defined(FLUIDSYNTH_BUILDLINK3_MK)
FLUIDSYNTH_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.fluidsynth+= fluidsynth>=1.0.5
BUILDLINK_ABI_DEPENDS.fluidsynth+= fluidsynth>=2.3.4nb1
BUILDLINK_ABI_DEPENDS.fluidsynth+= fluidsynth>=2.3.5nb1
BUILDLINK_PKGSRCDIR.fluidsynth?= ../../audio/fluidsynth

BUILDLINK_FILES.fluidsynth+= bin/fluidsynth
Expand Down
4 changes: 2 additions & 2 deletions audio/gsound/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.13 2023/11/14 14:01:22 wiz Exp $
# $NetBSD: Makefile,v 1.14 2024/04/06 08:04:48 wiz Exp $

DISTNAME= gsound-1.0.2
PKGREVISION= 12
PKGREVISION= 13
CATEGORIES= audio gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/${PKGBASE}/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
Expand Down
3 changes: 2 additions & 1 deletion audio/gst-plugins1-fluidsynth/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# $NetBSD: Makefile,v 1.13 2024/03/05 14:45:46 wiz Exp $
# $NetBSD: Makefile,v 1.14 2024/04/06 08:04:49 wiz Exp $

PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-bad/-fluidsynth/}
PKGREVISION= 1
CATEGORIES= audio gnome

COMMENT= Open source multimedia framework - MIDI plugin
Expand Down
Loading

0 comments on commit 04bfd2d

Please sign in to comment.